/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

mcuoneclipse.com
| | www.jeremymorgan.com
13.5 parsecs away

Travel
| | A step by step guide to setting up your Raspberry Pi to share files to every computer on your network.
| | willhaley.com
19.9 parsecs away

Travel
| | As of time of writing, a modern Linux system that uses /etc/fstab and systemd cannot accept duplicate entries in /etc/fstab. The Problem See here for a failing example. # /etc/fstab ... /dev/mapper/backup-rotating-1 /mnt/backup-rotating ext4 defaults,nofail 0 2 /dev/mapper/backup-rotating-2 /mnt/backup-rotating ext4 defaults,nofail 0 2 In this example two cryptsetup devices that are used for backups are on a rotating schedule. At any given time only one of those two disks is connected to the computer while one is offsite at a secure location.
| | mtlynch.io
10.4 parsecs away

Travel
| | Updates about my life and what I learn about creating software
| | gabevenberg.com
18.9 parsecs away

Travel
| I've been using Arch Linux for several years now. Of course, my first installs were... blunderous, as i wanted to do full disk encryption from the get-go, and I didn't know what I was doing. After those first one or two installs, I generally settled on LVM on LUKS with a GRUB bootloader and my swap on an LVM volume, mostly because it makes it much easier to setup hibernation/suspend to disk vs, say, a swap file.