Explore >> Select a destination


You are here

linderud.dev
| | ar.al
7.1 parsecs away

Travel
| | Pulled out from Hypha Spike: DAT 1. Source code Design Screenshot of the completed spike. Use Diceware for passphrase generation to ensure a high-entropy process. Use budo in the spikes to enable lightweight use of bundling/modules/etc. Postmortem Pulled this out into its own Spike so that it doesn't clutter the DAT 1 spike. Starting with the Aspect Setup 1 spike, in this spike I:
| | dancocos.com
4.1 parsecs away

Travel
| | I recently picked up the Flint 3 router, running OpenWrt, to replace my aging home networking gear.
| | cesarvr.io
6.5 parsecs away

Travel
| | Arch Linux installation instruction for the impatient. Partition fdisk /dev/d #sda all disk in my case. #15 GB partition. Command (m for help): #type n and press Enter Partition type: Select (default p): #press Enter Partition number (1-4, default 1): #press Enter First sector (2048-209715199, default 2048): #press Enter start in the beginning. Last sector, +sectors or +size...(): #type +19G and press Enter. #SWAP 1GB Command (m for help): #type n and press Enter Partition type: Select (default p): #pres...
| | gabevenberg.com
22.4 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.