|
You are here |
mcuoneclipse.com | ||
| | | | |
www.jeremymorgan.com
|
|
| | | | | A step by step guide to setting up your Raspberry Pi to share files to every computer on your network. | |
| | | | |
willhaley.com
|
|
| | | | | 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
|
|
| | | | | Updates about my life and what I learn about creating software | |
| | | | |
gabevenberg.com
|
|
| | | 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. | ||