AUR – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Wed, 30 Jun 2021 03:13:55 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png AUR – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Going Deepin on Fuchsia | LINUX Unplugged 412 https://original.jupiterbroadcasting.net/145432/going-deepin-on-fuchsia-linux-unplugged-412/ Tue, 29 Jun 2021 16:00:00 +0000 https://original.jupiterbroadcasting.net/?p=145432 Show Notes: linuxunplugged.com/412

The post Going Deepin on Fuchsia | LINUX Unplugged 412 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/412

The post Going Deepin on Fuchsia | LINUX Unplugged 412 first appeared on Jupiter Broadcasting.

]]>
The Best of Both OSs | LINUX Unplugged 411 https://original.jupiterbroadcasting.net/145382/the-best-of-both-oss-linux-unplugged-411/ Tue, 22 Jun 2021 18:00:00 +0000 https://original.jupiterbroadcasting.net/?p=145382 Show Notes: linuxunplugged.com/411

The post The Best of Both OSs | LINUX Unplugged 411 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/411

The post The Best of Both OSs | LINUX Unplugged 411 first appeared on Jupiter Broadcasting.

]]>
Tempted But the Truth is Discovered | LINUX Unplugged 394 https://original.jupiterbroadcasting.net/144307/tempted-but-the-truth-is-discovered-linux-unplugged-394/ Tue, 23 Feb 2021 19:45:00 +0000 https://original.jupiterbroadcasting.net/?p=144307 Show Notes: linuxunplugged.com/394

The post Tempted But the Truth is Discovered | LINUX Unplugged 394 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/394

The post Tempted But the Truth is Discovered | LINUX Unplugged 394 first appeared on Jupiter Broadcasting.

]]>
KaOS + How We Install Software | Choose Linux 21 https://original.jupiterbroadcasting.net/136322/kaos-how-we-install-software-choose-linux-21/ Thu, 31 Oct 2019 00:15:17 +0000 https://original.jupiterbroadcasting.net/?p=136322 Show Notes: chooselinux.show/21

The post KaOS + How We Install Software | Choose Linux 21 first appeared on Jupiter Broadcasting.

]]>

Show Notes: chooselinux.show/21

The post KaOS + How We Install Software | Choose Linux 21 first appeared on Jupiter Broadcasting.

]]>
AWS Loses Its ShIOT | LINUX Unplugged 186 https://original.jupiterbroadcasting.net/107166/aws-loses-its-shiot-lup-186/ Tue, 28 Feb 2017 19:51:27 +0000 https://original.jupiterbroadcasting.net/?p=107166 RSS Feeds: MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed Become a supporter on Patreon: Show Notes: Follow Up / Catch Up Raspberry Pi Zero W is a $10 computer with WiFi and Bluetooth In the case of the Raspberry Pi Zero W, the W […]

The post AWS Loses Its ShIOT | LINUX Unplugged 186 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

Become a supporter on Patreon:

Patreon

Show Notes:

Follow Up / Catch Up

Raspberry Pi Zero W is a $10 computer with WiFi and Bluetooth

In the case of the Raspberry Pi Zero W, the W signifies exactly what is new: wireless connectivity. It boasts exactly the same specifications (1GHz single-core Broadcom BCM2835 CPU, 512MB of RAM, 40-pin header) as its predecessor but the Zero W adds both 802.11n WiFi and Bluetooth 4.0 to the existing Zero design.

To recap, here’s the full feature list for Zero W:

  • 1GHz, single-core CPU
  • 512MB RAM
  • Mini-HDMI port
  • Micro-USB On-The-Go port
  • Micro-USB power
  • HAT-compatible 40-pin header
  • Composite video and reset headers
  • CSI camera connector
  • 802.11n wireless LAN
  • Bluetooth 4.0

Mozilla acquires Pocket to gain a foothold on mobile devices

The nine-year-old company, which makes tools for saving articles and videos to view them later, is Mozilla’s first acquisition. It represents a homecoming of sorts for Pocket, which began life as a Firefox extension before eventually expanding its team and building a suite of apps for every major platform. Pocket has been Firefox’s default read-it-later service since 2015.

AMD’s Ryzen Will Really Like A Newer Linux Kernel

So with Linux 4.10 looks to be — and reaffirmed by this trusted confidant — a good point for AMD Ryzen testing and usage. So far in the Linux 4.11 cycle we haven’t seen anything Ryzen-specific appear to come through.


Linux Academy

Do we really need swap on modern systems?

Can I run without swap? Is further tuning possible?

Systems without swap can make sense and are supported by Red Hat – just be sure the behaviour of such a system under memory pressure is what you want. In most environments, a bit of swap makes sense.

  • /proc/meminfo Committed_AS field shows how much memory processes have requested.
  • Using sysctl, we can enable/disable overcommit, and configure how much overcommit should be allowed. The defaults need to be changed only in rare cases, and after properly testing the new settings. The RHEL Performance Tuning Guide has details.
  • A solution document with details regarding the likeliness of swapping – for example in changing vm.swappiness. This also requires good testing with your applications.
  • Without swap, the system will call the OOM when the memory is exhausted. You can prioritize which processes get killed first in configuring oom_adj_score.
  • If you write an application, want to lock pages into RAM and prevent them from getting swapped, mlock() can be used.
  • If you design your applications to regularly use swap, make sure to use faster devices, like SSD – starting with Red Hat Enterprise Linux 7.1, ‘swapon –discard’ can be used to send TRIM to SSD devices, to discard the device contents on swapon. *

The Storage Administration Guide has also a section on swap configuration.

Linux Update Fixes 11-Year-Old Flaw

Andrey Konovalov, a security researcher at Google, found a use-after-free hole within Linux, CSO Online reported. This particular flaw is of interest because it appears to be situational. It only showed up in kernels built with a certain configuration option — CONFIG_IP_DCCP — enabled.

Unfortunately, many popular Linux distributions have enabled this option by default. A new Linux update has since patched the vulnerability, although the exploit has been present in Linux kernels since 2005.

Telegram is no longer open source :: lucb1e.com

Telegram for Android is now a closed source application. According to the repository and the Telegram website, it is covered by the GPL license which states one must publish changes. However, since early October 2016, there have been many releases but no updates of the source code. Everyone involved is pretending there is no issue because they have their fingers in their ears:

  • the original author did not respond to the criticism for months;
  • Telegram’s chat support does not respond in over a week;
  • Telegram’s Twitter account is active (30 minutes ago) but ignores my tweet of a week ago;
  • Markus Ra (the face of Telegram) does not respond in over a week; and
  • Telegram has no other, official contact method nor a physical mail address.

  • telegram-history-dump: Backup Telegram chat logs using telegram-cli

This utility is the successor of telegram-json-backup, written from the
ground up in Ruby. It can create backups of your Telegram user and (super)group
dialogs using telegram-cli’s remote control feature.

Compared to the old project, telegram-history-dump:

  • Has better support for media downloads
  • Supports output formats other than JSON and is extensible with custom formats
  • Supports incremental backup (only new messages are downloaded)
  • Does not depend on unstable Python/Lua bindings within telegram-cli
  • Has a separate YAML formatted configuration file

The default configuration will backup all dialogs to a directory named output in JSON format, without downloading any media.

TING

Internet-Connected Teddy Bear Leaks Millions Of Voice Messages and Password

Now, in the latest security failing of the internet-connected smart toys, more than 2 Million voice recordings of children and their parents have been exposed, along with email addresses and passwords for over 820,000 user accounts.

CloudPets has absolutely no password strength rules. When I say “no rules”, I mean you can literally have a password of “a”. That’s right, just a single character. Not only that, check out how the tutorial demonstrates account creation and particular, how to choose a password:

DigitalOcean

gstreamer 0.10 moved to AUR

yaourt -R gstreamer0.10 gstreamer0.10-ffmpeg gstreamer0.10-bad gstreamer0.10-bad-plugins gstreamer0.10-base gstreamer0.10-base-plugins gstreamer0.10-good gstreamer0.10-good-plugins gstreamer0.10-ugly gstreamer0.10-ugly-plugins

gstreamer0.10 was maintained because of legacy software. Now that most of all audio/video software can be compiled against current gstreamer, gstreamer0.10 has no use.

The packages not updating are the gstreamer0.10, not the gstreamer1.10 ones.

The post AWS Loses Its ShIOT | LINUX Unplugged 186 first appeared on Jupiter Broadcasting.

]]>
GO Swift Yourself | CR 202 https://original.jupiterbroadcasting.net/99076/go-swift-yourself-cr-202/ Mon, 25 Apr 2016 17:11:46 +0000 https://original.jupiterbroadcasting.net/?p=99076 Could Google be about to make a major shake up in future development for Android? We discuss the scuttlebut about Swift on Android. Plus Mike’s new mobile rig & Noah from the Linux Action Show joins for Mike’s update on his Linux Adventure & Mike gets the hard sell. Thanks to: Get Paid to Write […]

The post GO Swift Yourself | CR 202 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Could Google be about to make a major shake up in future development for Android? We discuss the scuttlebut about Swift on Android.

Plus Mike’s new mobile rig & Noah from the Linux Action Show joins for Mike’s update on his Linux Adventure & Mike gets the hard sell.

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Patreon

— Show Notes: —

Hoopla

Mike’s New Rig

Linux Adventure Nears Conclusion

  • Intel Driver Issues
  • Broadcom Issues
  • Mate > Unity
  • Whereto from here?

  • Gnome Builder

The post GO Swift Yourself | CR 202 first appeared on Jupiter Broadcasting.

]]>
16.04 and Shut Your Face | LINUX Unplugged 141 https://original.jupiterbroadcasting.net/98971/16-04-and-shut-your-face-lup-141/ Tue, 19 Apr 2016 20:52:31 +0000 https://original.jupiterbroadcasting.net/?p=98971 We get a little rambunctious as we talk about Ubuntu 16.04, why not the openSUSE Build Server & the remarkable problem with Ubuntu that’s just now being solved. Plus some audio never meant for public release, updates on your favorite projects, first hands on with the Bq Ubuntu Tablet & more! Get Paid to Write […]

The post 16.04 and Shut Your Face | LINUX Unplugged 141 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

We get a little rambunctious as we talk about Ubuntu 16.04, why not the openSUSE Build Server & the remarkable problem with Ubuntu that’s just now being solved.

Plus some audio never meant for public release, updates on your favorite projects, first hands on with the Bq Ubuntu Tablet & more!


Ting


DigitalOcean


Linux Academy

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

Become a supporter on Patreon:

Patreon

Show Notes:

Follow Up / Catch Up

And We’re Off: World’s First Ubuntu Tablet Is Now Shipping

Yes, if you pre-ordered one of the Ubuntu-powered slates from Bq last month you’ll want to keep an eye your email address over the coming days.

TING

Jupiter Broadcasting @ LFNW 2016 – Jupiter Broadcasting Meetup

Create the first open source cloud with LibreOffice online

Improve your productivity and communicate better with your team members. The world is moving forward. Welcome to the open source cloud!

DigitalOcean

Ubuntu 16.04 Review Follow Up

Few things that were not mentioned in LAS:

  • new option to always show menu has been added
  • client side decoration is fully supported in Unity
  • Gnome Calendar is installed by default
  • Empathy has been removed similar to Brasero as not many people use desktop IM clients
  • Startup Disk Creator have been update, and actually works
  • Gnome Software has proper notifications (what Noah was saying has been fixed)
  • Music and Messaging menus are dynamic now, for example if you use VLC to play media only controls for that player show up
  • Unity now support 3rd party themes better
  • most software are set to optional, so you can uninstall a key software and it won’t break your system
  • The launcher, not only can you move it to the bottom, it also shows the icon of the application you launched to let the user know that it has been launched and is loading (for slower computers, this will help the user from accidentally launching it again)
  • Launcher now properly shows different instances of nautilus (i.e. USB CD, Trash, Downloads, etc. are shown separately and not all clumped into one icon of Files)
  • Gnome Software got comments and rating support

Linux Academy

Follow Up Pt 2

Again, it’s the out-of-the-box experience on each of the desktop environments without any tweaking. There’s also some desktop environment developers that recommend running Linux games in their own X.Org Server, etc.

Daily Build of Gnome 16.04 using installation option to Erase Disk and Install fails with following message:
“The creation of swap space in Partition #5 of SCSi3(0,0,0) (sda) failed.

Support Jupiter Broadcasting on Patreon

The post 16.04 and Shut Your Face | LINUX Unplugged 141 first appeared on Jupiter Broadcasting.

]]>
Fedora’s Bright Future | LINUX Unplugged 96 https://original.jupiterbroadcasting.net/83462/fedoras-bright-future-lup-96/ Tue, 09 Jun 2015 17:35:50 +0000 https://original.jupiterbroadcasting.net/?p=83462 The Fedora Project Lead Matthew Miller joins us to discuss what’s coming up in Fedora 23 & reflect on Fedora 22. Plus Mark Shuttleworth unveils another device running Ubuntu, Angela stops by with a switch to Linux update, some quick story updates & more! Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 […]

The post Fedora's Bright Future | LINUX Unplugged 96 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

The Fedora Project Lead Matthew Miller joins us to discuss what’s coming up in Fedora 23 & reflect on Fedora 22.

Plus Mark Shuttleworth unveils another device running Ubuntu, Angela stops by with a switch to Linux update, some quick story updates & more!

Thanks to:

Ting


DigitalOcean


Linux Academy

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

Become a supporter on Patreon:

Foo

Show Notes:

Pre-Show:

Catch Up:

Black “mirror”: SourceForge has now taken over Nmap audit tool project
My experience of Gnome Shell 3.16 on Wayland 1.8 : LinuxActionShow

DigitalOcean

Matthew Miller – Fedora

Fedora – Get Fedora

TING

Ang Switches to Linux

Software lets you install and update applications and system extensions.

This is a list of frontends for the pacman CLI tool. The list includes full featured GUI frontends, informational tools, and a variety of system tray notifiers. The list also includes categories for GTK2 based and Qt based software.

Linux Academy

Distro-hopping and some thoughts about linux conversions.. : LinuxActionShow

Runs Linux from the people:

  • Send in a pic/video of your runs Linux.
  • Please upload videos to YouTube and submit a link via email or the subreddit.

Support Jupiter Broadcasting on Patreon

The post Fedora's Bright Future | LINUX Unplugged 96 first appeared on Jupiter Broadcasting.

]]>
Fedora Takes the Lead | LINUX Unplugged 71 https://original.jupiterbroadcasting.net/73942/fedora-takes-the-lead-lup-71/ Tue, 16 Dec 2014 19:24:43 +0000 https://original.jupiterbroadcasting.net/?p=73942 Our virtual LUG reviews Fedora 21 & why we’ve just witnessed one of the most ambitious transformation of any Linux distro of 2014. Plus Dustin Kirkland from Canonical answers if Ubuntu Snappy could be the future of the entire Ubuntu project & what’s coming soon from the Xonotic project. Thanks to: Get Paid to Write […]

The post Fedora Takes the Lead | LINUX Unplugged 71 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Our virtual LUG reviews Fedora 21 & why we’ve just witnessed one of the most ambitious transformation of any Linux distro of 2014.

Plus Dustin Kirkland from Canonical answers if Ubuntu Snappy could be the future of the entire Ubuntu project & what’s coming soon from the Xonotic project.

Thanks to:

Ting


DigitalOcean


Linux Academy

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

Become a supporter on Patreon:

Foo

Show Notes:

Pre-Show:

Brewie is a fully automated brewing machine with compact design. Perfect for beginners and experts.

Summary of Brewie specs

Specs listed for the Brewie include:

  • Processor — TI Sitara AM3358 (may change in commercial version)
  • Memory/storage — (not specified)
  • Display — 4.3-inch color LCD touchscreen
  • Wireless — 802.11b/g/n; RFID transceiver
  • Other I/O — USB port
  • Internal sensors — Level, current, and temperature
  • Brewing features:
    • Solid state relay control
    • Magnetic valves with brushless pumps
    • Stainless steel containers
    • 20,000-hour pumps
    • Automatic water inlet
    • Wort outlet (one button push)
    • 2x automatic hop inserters
  • Other features (Beginner’s model) — 4x 5-liter kegs; 1x ingredient pad
  • Capacity — 20 liters (5.2 gal.)
  • Brewing time — 5-6 hours, plus approx. 14 days of fermentation.
  • Power — 230V/120VAC, 2000 W
  • Weight — 25 k (55 lbs)
  • Dimensions — 71.5 x 32.5 x 45cm (21.15 x 12.8 x 17.7 in.)
  • Operating system — Poky-based Linux; accessible from Android, iOS, and Windows Phone mobile apps, plus a general web interface

FU:


Ubuntu Snappy Core for the Desktop?

  • We ask Dustin Kirkland the Ubuntu Cloud Product Manager and Strategist at Canonical if his new baby could be the future of the Ubuntu Project.

Fedora 21 Community Review

The Fedora Project is pleased to announce Fedora 21, the final release, ready to run on your desktops, servers, and in the cloud. Fedora 21 is a game-changer for the Fedora Project, and we think you’re going to be very pleased with the results.

tl;dr?

Impatient? Go straight to https://getfedora.org/ and get started. Otherwise, read on!

Sans the Files bug, I found Fedora 21 to be an impressive release. I was able to get the desired software from RPMFusion. Online Accounts and Software are among the many gems that this community has developed and I wish other DEs adopt a similar approach to make people’s lives easier.

Runs Linux from the people:

  • Send in a pic/video of your runs Linux.
  • Please upload videos to YouTube and submit a link via email or the subreddit.

New Shows : Tech Talk Today (Mon – Thur)

Support Jupiter Broadcasting on Patreon

Post-Show

The post Fedora Takes the Lead | LINUX Unplugged 71 first appeared on Jupiter Broadcasting.

]]>
MATE Mythbusting | LINUX Unplugged 26 https://original.jupiterbroadcasting.net/50947/mate-mythbusting-lup-26/ Tue, 04 Feb 2014 17:53:48 +0000 https://original.jupiterbroadcasting.net/?p=50947 The MATE Desktop is about to see some big improvements, we bring on Martin Wimpress to discuss his new MATE Live CD, and what the future holds.

The post MATE Mythbusting | LINUX Unplugged 26 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

The MATE Desktop is about to see some big improvements, we bring on Martin Wimpress from the MATE project to discuss his new MATE Live CD, and what the future holds for MATE.

Plus our renewed commitment to improving the state of Linux news, and the recent mistake that has Chris green with Hulk Rage!

Thanks to:

\"Ting\"


\"DigitalOcean\"

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

Show Notes:

FU

I also want to make it clear none of these small form-factor dev boards/devices based on ARM have no Gigabit bandwidth capability. Not even on media boxes sold directly from China.

If you want real Gigabit bandwidth or 10Gbps bandwidth you can look elsewhere because you won\’t find it in ARM except in higher-end stuff like Calxeda or AMD.

Martin Wimpress Aka Wimpy – Works with the Mate project, does the Arch Linux Packaging, and is a project advocate.

Fixing Linux News

We chat with Michael Larabel the man behind Phoronix.com. We ask him if he feels his site\’s image suffered from the coverage of Steam for Linux, chat about the Phoronix Test Suite and more!

Reasons why I sometimes hate the openness of free software. We are not able to discuss anything without the media reporting about it on the same day. sigh

Dear free software media: you can leave the internal discussions as internal till there is a public statement. Thank you!

Mailsack:

The post MATE Mythbusting | LINUX Unplugged 26 first appeared on Jupiter Broadcasting.

]]>
Go Dock Yourself | LINUX Unplugged 3 https://original.jupiterbroadcasting.net/42192/go-dock-yourself-linux-unplugged-3/ Mon, 26 Aug 2013 17:03:54 +0000 https://original.jupiterbroadcasting.net/?p=42192 After rebuilding his KDE desktop better and stronger than before, Chris and Matt dig into what really seems to be troubling the Gnome project.

The post Go Dock Yourself | LINUX Unplugged 3 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

After rebuilding his KDE desktop better and stronger than before, Chris and Matt dig into what really seems to be troubling the Gnome project, what really makes a desktop easy to use, and if the Ubuntu Edge campaign was a sophisticated PR stunt.

Plus the live feedback from our Mumble room, your emails, and more!

Thanks to:

Use our code visit linux.ting.com.

 

Visit dirwiz.com/unitysync use code linux for an extended trial and a year of maintenance.

 

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

Shit KDE Says:

  • Saturday 18:22 I perform an packer -Syu like a boss.
  • Elect to not reboot, like a boss
  • Sunday Morning I shutdown before LAS to move out to the studio. Gotta clean the pipes.

[2013-08-22 18:22] [PACMAN] upgraded perl-xml-libxml (2.0101-1 -> 2.0103-1)
[2013-08-22 18:22] [PACMAN] upgraded pyqt4-common (4.10.2-2 -> 4.10.3-1)
[2013-08-22 18:22] [PACMAN] upgraded sip (4.14.7-1 -> 4.15-1)
[2013-08-22 18:22] [PACMAN] upgraded python-sip (4.14.7-1 -> 4.15-1)
[2013-08-22 18:22] [PACMAN] upgraded python-pyqt4 (4.10.2-2 -> 4.10.3-1)
[2013-08-22 18:22] [PACMAN] upgraded python2-sip (4.14.7-1 -> 4.15-1)
[2013-08-22 18:22] [PACMAN] upgraded python2-pyqt4 (4.10.2-2 -> 4.10.3-1)

  • I log in, trying to get ready for LAS but KDE kicks an error

Executable: plasma-desktop PID: 830 Signal: Segmentation fault (11)

  • My desktop flashes a few times and I am SOL.
  • Based on recommendations from the professional internet people in the IRC, I backup/move my .kde4 folder
  • I log in, and find my KDE as fresh as a up and coming crossdressing porn star\’s arse.
  • Debated the quick fix, which involved going in with laser like rm strike teams.

rm -rf ~/.kde4/share/config/plasma*

  • But in stead upted for the boss level route:

rm -rf ~/.kde4

  • This put me back at square zero with my KDE config.
  • This time around I decided to double down on tweaking defaults from the go.
  • My initial switch to KDE I tried to keep things default. That was a big mistake.
  • KDE is meant to be tweaked.
  • Started with \”System Settings\” and just went down each and every single option one by one until I was happy.
  • My KDE setup is even more amazing then before. Really love my current setup.

Links:

The post Go Dock Yourself | LINUX Unplugged 3 first appeared on Jupiter Broadcasting.

]]>
Linux Mint 15 Review: Arch’s Nemesis? | LAS s27e02 https://original.jupiterbroadcasting.net/37741/lint-mint-15-review-archs-nemesis-las-s27e02/ Sun, 26 May 2013 14:27:37 +0000 https://original.jupiterbroadcasting.net/?p=37741 Is this the distro for the disenfranchised Ubuntu user? We’ll demo of some of Mint 15’s new features, and compare MATE vs Cinnamon.

The post Linux Mint 15 Review: Arch’s Nemesis? | LAS s27e02 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Linux Mint 15 is about to hit the web. Is this the distro for the disenfranchised Ubuntu user? We’ll demo of some of Mint 15’s best new features, look at MATE vs Cinnamon. And why Mint’s real competition might be Arch Linux, and the Arch challenge is announced!

PLUS: A flash review of 5 great new games for Linux, a huge BIG batch of your feedback…

AND SO MUCH MORE!

All this week on, The Linux Action Show!

Thanks to:

Use our code linux249 to score .COM for just $2.49!

32% off your ENTIRE order just use our code go32off2 until the end of the month!

 

Visit las.ting.com to save $25 off your device or service credits.

 

Download:

HD Video | Mobile Video | WebM Torrent | MP3 Audio | Ogg Audio | YouTube | HD Torrent

RSS Feeds:

HD Video Feed | Large Video Feed | Mobile Video Feed | MP3 Feed | Ogg Feed | iTunes Feeds | Torrent Feed

Support the Show:

— Show Notes: —

Linux Mint 15 Review:


System76

Brought to you by: System76

  • 8 Month support cycle or so (depends on release). Mint releases not built off Ubuntu LTS will be subject to the shorter support window non-LTS Ubuntu releases now have.

  • No upgrade path from Mint 14, or to Mint 16 in the future.

  • MATE and Cinnamon are at their best, current releases really starting to shine.

  • Tools built by the Mint team are top rate, and fill holes missing on Ubuntu.

  • Linux Distro Timeline

  • Linux MintRoadmap · GitHub


– Picks –

Runs Linux:

-Sent in by Larry

Android Pick:

Desktop App Pick:

Search our past picks:

This tumblr contains the Linux app picks from the Linux Action Show. Both the Linux apps and the Android apps

Git yours hands all over our STUFF:


— NEWS —

“This is not about us against new, emerging platforms,” Saarnio said. “This is about new platforms against Android. I think that’s the game.”

On May 23, the second day of a three-day Tizen Developers Conference in San Francisco, TechTastic reported confirmation of a rumored debut Tizen smartphone called the GT-I8805 in Samsung’s UAPROF systems. The GT-I8805 (“Redwood”) is listed as running Tizen 2.1 on an ARM Cortex-A9 SoC and offering 1280 x 720 resolution and LTE support.


— /etc: Game Time —


Untangle

Brought to you by: Untangle

Dungeon Defenders is a Tower Defense Action-RPG where you must save the land of Etheria from an Ancient Evil! Create a hero from one of four distinct classes to fight back wave after wave of enemies by summoning defenses and directly participating in the action-packed combat!

It is the year 2938. The long wished-for encounter of the X Universe and the Earth holds both joy and sorrow for the people. Despite flourishing trade, the clash of the diverse races, cultures and life forms creates new tensions, mistrust and open conflict that need to be overcome!

Don’t Starve is an uncompromising wilderness survival game full of science and magic. You play as Wilson, an intrepid Gentleman Scientist who has been trapped by a demon and transported to a mysterious wilderness world. Wilson must learn to exploit his environment and its inhabitants if he ever hopes to escape and find his way back home.

The fan-favorite 2D brawler is back as ex-mob hit man Shank returns to action in Shank 2. With those closest to him under attack, Shank is once again forced on the offensive. Now he must put his trusty arsenal of handguns, shotguns, automatic weapons, chainsaws, machetes, grenades, plus all-new weaponry.

Minetest is an infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft and the like. It has been in development and use since October 2010.


– Feedback: –

Over the past few months we’ve been working with our friends at Collabora to implement the open-source Wayland composition protocol on top of the BCM2835 hardware video scaler (HVS).


— Chris’ Stash —

Hang in our chat room:

irc.geekshed.net #jupiterbroadcasting

— What’s Matt Doin? —

— Find us on Google+ —
— Find us on Twitter —
— Follow the network on Facebook: —
— Catch the show LIVE Sunday 10am Pacific / 1pm Eastern / 6pm UTC: —

The post Linux Mint 15 Review: Arch’s Nemesis? | LAS s27e02 first appeared on Jupiter Broadcasting.

]]>