/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mtlynch.io
| | tinypilotkvm.com
2.2 parsecs away

Travel
| | Updates about my life and what I learn about creating software
| | blog.arkadi.one
2.3 parsecs away

Travel
| | As I fall down the NixOS rabbit hole, this is a reference page for me. This is base install of GNOME NixOS from my Acer laptop. # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan.
| | www.eisfunke.com
2.5 parsecs away

Travel
| | I installed NixOS on a Raspberry Pi 3B. Here's a write-up on the process, the problems I encountered and what I learned. Let me tell you: the Pi's boot process is weird. Also it's too slow to even evaluate my NixOS config so I had to build and deploy it remotely, and some other fun stuff.
| | www.micah.soy
21.9 parsecs away

Travel
| UEFI provides a number of features including Secure Boot that minimizes risk of rootkits and creates a chain of trust from the firmware all the way to the loading of third-party kernel modules. Here's how to convert an existing Windows 10 instance from legacy BIOS to UEFI, even if the recovery partition is missing.