403: Hidden Features of Fedora 34
April 28, 2021, 2:15 a.m. (3 years, 7 months ago)
0 Comments
The new release of Fedora has more under the hood than you might know. It's a technology-packed release, and nearly all of it is coming to a distro near you.
Plus the questions we think the University of Minnesota kernel ban raises, and more.
Sponsored By:
- Linode Cloud Hosting: A special offer for all Linux Unplugged Podcast listeners and new Linode customers, visit linode.com/unplugged, and receive $100 towards your new account.
- MailRoute: Try out MailRoute today and get 10% off the lifetime of your account and start with a 30-day free trial, no credit card required.
- A Cloud Guru: By the end of this course, you will feel comfortable working with a large variety of networking tools and configurations to manage complex Linux networking implementations.
Links:
- Thoughts on The University of Minnesota Kernel Ban
- Some 5.12 development statistics — By the time the 5.12 kernel was finally released, some 13,015 non-merge changesets had been pulled into the mainline repository for this development cycle. That makes 5.12 the slowest development cycle since 5.6, which was released at the end of March 2020. Still, there was plenty of work done for 5.12.
- Linux 5.12 Release Announcement
- As Linux 5.12 released, Linus Torvalds warns next version will probably be rather large — "'Despite the extra week, this was actually a fairly small release overall. Judging by Linux-next, 5.13 will be making up for it."
- Flatpak 1.11.1 Brings Changes For Steam, Better Support For Command Line Programs — One of the changes with Flatpak 1.11.1 worth mentioning is allowing sub-sandboxes to have a different /usr and/or /app.
- steam-runtime-tools: pressure-vessel — pressure-vessel is a bit like a simplified version of Flatpak for Steam games.
- While we worry about WSLg Amazon is Positioned to Kill Server Linux
- Humble Bundle is removing their pay sliders and replacing them with two preset pay splits.
- Looking forward to Fedora 34 — In 2021, complaints about PulseAudio are scarce indeed; the quirks have long since been ironed out and, for most people, sound just works. Obviously, it must be time to rip out the audio infrastructure and start over. That is what Fedora has done in the 34 release; PulseAudio is gone, replaced by PipeWire.
- How to Upgrade to Fedora 34 from Fedora 33 Workstation
- Common Fedora 34 Bugs
- Fedora Linux 34 is officially here!
- Fedora 34 Changes
- Gnome40
- DefaultPipeWire
- XwaylandStandalone
- Some nice stuff not yet in stable that Fedora wanted
- WaylandByDefaultForPlasma
- AArch64 KDE Plasma Desktop image
- Fedora Media Writer — Write Fedora Images to Portable Media
- BtrfsTransparentCompression
- btrfs Wiki: Compression
- Fedora Workstation 34 feature focus: Btrfs transparent compression - Fedora Magazine — This article is going to go a little further under the hood and talk about data compression and transparent compression in btrfs. A term like that may sound scary at first, but less technical users need not be wary. This change is simple to grasp, and will help many Workstation users in several key areas.
- EnableSystemdOomd
- LINUX Unplugged 351: Lenovo Loves Linux
- Remove Support For SELinux Runtime Disable
- UnifyGrubConfig
- Unplugged Core Contributors
- Feedback: Running his own email for six years
- Feedback: Uses a Neat Trick with his Self Hosted Email
- Feedback PIck: Modoboa, Open Source email server
- PIck: zellij — A Rust and WebAssembly powered terminal workspace with batteries included.
- jupitergarage.com
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
Fedora
Fedora is a free and open source operating system for hardware, clouds and containers that empowers software developers and the open source community.
...
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 ...
Fedora 34
...
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...