472: 5 Problems With NixOS
Aug. 22, 2022, 12:45 a.m. (2 years, 3 months ago)
0 Comments
The five most common problems when trying out an immutable Linux distro like NixOS. Plus, why one Linux dev says just target WINE.
Sponsored By:
- Tailscale: Tailscale is a Zero config VPN. It installs on any device in minutes, manages firewall rules for you, and works from anywhere. Get 20 devices for free for a personal account.
- 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:
- New Flathub Site in Beta - Big Things Coming — [...] next steps are to flesh out the donation infrastructure with the aim to allow app pages to have their own link to donation/purchase.
- Win32 Is The Only Stable ABI on Linux — I think this whole situation shows why creating native games for Linux is challenging. It’s hard to blame developers for targeting Windows and relying on Wine + friends. It’s just much more stable and much less likely to break and stay broken.
- The Offending glibc Commit
- A glibc Bug
- The ABI status of ELF hash tables — If EAC were free software, of course, chances are there would already be a patch circulating to deal with the problem. As it is, only its owner can deal with this problem directly. Meanwhile, though, there is another workaround available: distributors can easily patch the glibc build to restore the DT_HASH section and make the problem go away for now.
- Jupiter JPL Meetup Form
- JB Meetups
- West Coast Crew Matrix Room
- Endless OS — The Endless Operating System is simple and easy for anyone to use. It is fully equipped with essential apps to learn, play, work and connect.
- Different methods to run a non-NixOS executable on NixOS — What are the different methods to run a non-NixOS executable on NixOS? I'd like to see also the manual methods.
- nix-ld: Run unpatched dynamic binaries on NixOS
- vscode with extensions nix package
- vscode FHS compatible
- toolbox-vscode — Toolbox Visual Studio Code integration
- Self-Hosted 67: The No Container Theory — Why Chris is moving away from using Containers, Alex's new project, and some great follow-up.
- Podcasting 2.0 Apps — Grab a Podcasting 2.0 compatible app, and boost into the show.
- Heroic Games Launcher — Heroic is an Open Source GOG and Epic games launcher for Linux, Windows and macOS. Also available on the Steam Deck!
- Heroic Games Launcher | Flathub
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...