Episode 82: Ubuntu MATE Gets Legit | LUP 82
March 4, 2015, 3:44 a.m. (9 years, 8 months ago)
0 Comments
We round out our SCALE13x coverage with a few more exclusive interviews, then get an update on the fast growing Ubuntu MATE project.
Plus a look back at Gnome 1.0’s release, Firefox OS on a pocket watch, the great wearable debate & much more!
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
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
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 9: The Ubuntu Situation | LINUX Unplugged 9
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 Li...
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
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...
Mentioned Topics
Linux
Linux is a free and open source operating system created by the Finish software engineer Linus Torvalds. Linux power most of the servers in existences today with Ubuntu being the distribution leading that race. Linux is also used on desktop computers and ...
Ubuntu MATE
Ubuntu MATE is an official derivative of the popular Linux distribution Ubuntu. It's a free and open source and provides its very own configurable desktop environment for called the MATE desktop. Ubuntu MATE is suitable for modern workstations, single boa...
Similar Tutorials
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
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...
How to Install Go on Linux
Download the latest Linux version of Go
You can download the latest binary from https://go.dev/dl/
Extract the archive you downloaded into /usr/local, creating a Go tree in /usr/local/go.
Important: This step will remove a previous installation at /usr/local/go, if any, prior to extr...