455: I run NixOS BTW
April 25, 2022, 3:30 a.m. (2 years, 7 months ago)
0 Comments
We've hit a bump in the road with the NixOS challenge, and share what it might not be great at. Plus, what we didn't cover in our Ubuntu 22.04 review.
The one where we don't talk about Ubuntu 22.04 at all.
Open a channel to our Lightning Node: 037d284d2d7e6cec7623adbe600450a73b42fb90800989f05a862464b05408df39
Special Guests: Alex Kretzschmar and Martin Wimpress.
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.
- Bitwarden: Bitwarden is the easiest way for businesses and individuals to store, share, and sync sensitive data.
Links:
- Ubuntu 22.04 LTS Dark Style Changes — Now in GNOME 42, it is officially supported, expanding on a concept from elementary OS 6 7. A toggle switch in the new Appearance panel in the core Settings app enables and disables the feature. A lot of work was done in GNOME apps to fix visual dark style bugs. A new transition effect was added (also inspired by elementary) to more elegantly crossfade when the style is switched.
- Dark Style Preference · Wiki · GNOME / Initiatives · GitLab
- Ubuntu 22.04 LTS Eyes More Industrial Usage By Offering Up Real-Time Kernel Beta — Currently in beta with Ubuntu 22.04 LTS is the linux-realtime kernel
- unsnap: Quickly migrate from using snap packages to flatpaks
- deb-get — apt-get functionality for .debs published in 3rd party repositories or via direct download
- Ubuntu MATE 22.04 LTS Release Notes — Ubuntu MATE 22.04 LTS is the culmination of 2 years of continual improvement 😅 to Ubuntu and MATE Desktop. As is tradition, the LTS development cycle has a keen focus on eliminating paper 🧻 cuts 🔪
- Linux Downtime – Episode 45 — Joe and Adam are joined by Martin Wimpress to talk about what goes into running a distro like Ubuntu Mate.
- Ubuntu 22.04 LTS Disables 3D Acceleration For Guest VMs With GNOME Boxes / Virt-Manager — In addition to Ubuntu 22.04 switching back NVIDIA to using X11 by default rather than Wayland as a launch-day change, separately, there was another rather notable last minute change affecting 3D support for virtual machines...
- Ubuntu 22.04 LTS Changes Default For NVIDIA Driver Back To Using X.Org Rather Than Wayland - Phoronix
- docker snap unconditionally uses xtables — Ubuntu 22.04 LTS is defaulting to using the GNOME X.Org session rather than Wayland when running the proprietary NVIDIA driver.
- https://docs.docker.com/engine/install/ubuntu/
- GNU’s advanced distro and transactional package manager
- 10 years of stories behind Guix
- clj-nix: Nix helpers for Clojure projects
- poetry2nix: Convert poetry projects to nix automagically
- home-manager: Manage a user environment using Nix
- Home Manager - NixOS Wiki
- Tutorial: Getting started with Home Manager for Nix
- hercules-ci/arion: Run docker-compose with help from Nix/NixOS
- NixOS Wiki - Raspberry Pi 4
- NixOS aarm64 SD image
- nixery.dev
- NixOS Challenge - Jupiter Broadcasting GitHub
- Should we use NixOS as our Cloud and Local Server OS? | StrawPoll.com
- nixpkgs/make-snap.nix at master
- Picture of Welder
- GitHub - quickemu-project/quickemu: Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
- Miniflux - Minimalist and Opinionated Feed Reader
- wallabag
- Breez wallet - Lightning Fast Bitcoin Payments
- breez/breezmobile: Lightning Network mobile client
- 037d284d2d7e6cec7623 - Amboss Space
- pimox7: Proxmox V7 for Raspberry Pi — Pimox is a port of Proxmox to the Raspberry Pi allowing you to build a Proxmox cluster of Rapberry Pi's or even a hybrid cluster of Pis and x86 hardware.
- Wimpy’s World
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
NixOS
...
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 ...
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...