Explore >> Select a destination


You are here

blog.josefsson.org
| | www.zombiezen.com
19.9 parsecs away

Travel
| | I recently spent some time learning Nix after watching this talk by Xe. Nix is a package manager/build system for Linux and macOS. It does a number of things I really like: Transparent handling of source and binary packages. Includes a rich central package registry, but you can host your package descriptions or binaries anywhere. Does not require root and runs alongside any Linux distribution. Easy to pin or customize versions of individual packages. Straightforward support for project-specific dependenc...
| | blog.liw.fi
16.7 parsecs away

Travel
| |
| | linus.schreibt.jetzt
19.6 parsecs away

Travel
| |
| | offlinemark.com
67.4 parsecs away

Travel
| Here is everything you need to know to set up a minimal Linux kernel dev environment on Ubuntu 20.04. It works great on small VPS instances, is optimized for a fast development cycle, and allows you to run custom binaries to exercise the specific kernel functionality being developed. Step 1: