Episode 9: The Ubuntu Situation | LINUX Unplugged 9

Oct. 9, 2013, 12:57 a.m. (10 years, 6 months ago)
0 Comments

Is the traditional release model failing Ubuntu? Perhaps there is a better way to harness the rapid progress of Linux then static releases. With their focus on mobile, and a rather lackluster release around the corner, we debate if Ubuntu’s switch to Unity is costing them now.

Plus we chat about Linux usage among kids, and tools to learn more about Linux and technology, and more.

Support LINUX Unplugged

Login to Add New Comment
No comments have been posted yet, be the first one to comment.
Similar Podcasts
#086 Preciso aprender LINUX para conquistar a primeira vaga? - Podcast DevPro #086 Preciso aprender LINUX para conquistar a primeira vaga? - Podcast DevPro
Quem aí usa o Linux? Sabe por que é o sistema operacional favorito dos programadores? Será que é tudo isso mesmo, muito melhor que Windows? Hoje vou responder essas e outras perguntas.  --- 🌐 Descubra o Caminho Mais Curto para se tornar um Programador! Conheça a Comunidade DevPro: https://l.dev...
Episode 6: The Android Problem | LINUX Unplugged 6 Episode 6: The Android Problem | LINUX Unplugged 6
Is that exploit in your pocket? This week we'll ask if Android is Stallman's worst nightmare, making Tivo look like a quaint abuser of Linux. And how Linux is poised to push past it's current limitations over the next few years. Then it's your feedback, and our follow up!Support LINUX Unplugged...
Episode 10: The Ubuntu Hangover | LINUX Unplugged 10 Episode 10: The Ubuntu Hangover | LINUX Unplugged 10
What does a post Ubuntu world look like, which distro would rise to the top? Our specially crafted team of armed and dangerous Linux users weigh in. PLUS: Rise up against your bearded distro gatekeepers! If you’re an experienced Linux user, it might be time to break out of your distro box and help ...
Episode 31: Ubuntu Punching Bag | LUP 31 Episode 31: Ubuntu Punching Bag | LUP 31
Is the Linux community’s animosity towards Ubuntu turning away new switchers? We’ll analyze what has the community so upset, and how that can color a new Linux users first impressions. Plus Vale promise to make transitioning from DirectX to OpenGL much easier, but we have our doubts, and why Wil Wh...
Episode 53: Ubuntu with Rodent | LUP 53 Episode 53: Ubuntu with Rodent | LUP 53
The new Beta of ElementaryOS has shipped and we discuss where they are heading, the problems with their community interaction, and the genius move they are taking with some tricky hardware support. Plus the long term cost of Ubuntu Touch becoming successful, using ZFS on Linux successfully, and muc...
Similar Tutorials
How to Install Pip on Ubuntu 18.04 LTS
How to Install Pip on Ubuntu 18.04 LTS
Pip is the standard package manager for the programming language Python. Pip drastically simplifies the process of installing and manage open source Python packages. All available Python packages can be browsed at pypi.org (the Python Package Index), and if you end up publishing your ...
How to install NodeJS on Fedora 35
How to install NodeJS on Fedora 35
The easiest way to install NodeJS on Fedora 35 is to use the dnf package manager. Use DNF to download NodeJS Simply Open up your terminal and run the following command. sudo dnf install nodejs Verify the packages to download After you have run sudo dnf install nodejs you will have to ...
How to Create SSH Keys for Linux
How to Create SSH Keys for Linux
An SSH key is an access credential utilized for the SSH protocol. Its function is similar to that of user names and passwords, but the keys are primarily used for accessing servers via the command line. Create SSH Key To create and SSH key on Linux we can use the command ssh-keygen. s...