Skip to content

Instantly share code, notes, and snippets.

@bobbyd3
bobbyd3 / archlinux_setup_guide.md
Last active January 17, 2025 21:19
How to setup Archlinux

Arch Linux setup guide

This guide is based on the official Archlinux [Installation Guide][1], [Beginners' Guide][2] and some personal preferences.

Partition layout

HDD fs size mountpoint
/dev/sda1 LUKS MAX -
/dev/sda1 LVM MAX /dev/mapper/lvm
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
@bobbyd3
bobbyd3 / gist:eea21befeda2cb9d46dd
Last active October 24, 2015 21:33
osx freebsd usb drive

diskutil list

diskutil umount /dev/diskN

sudo dd if=FreeBSD-10.2-RELEASE-amd64-memstick.img of=/dev/diskN bs=1m conv=sync

@bobbyd3
bobbyd3 / FJ80.md
Last active December 8, 2015 21:15
Toyota Land Cruiser FJ80 Notes
@bobbyd3
bobbyd3 / keybase.md
Created August 19, 2016 21:58
keybase GitHub verification

Keybase proof

I hereby claim:

  • I am bobbyd3 on github.
  • I am bobbyd3 (https://keybase.io/bobbyd3) on keybase.
  • I have a public key whose fingerprint is 4AD5 7DAA E8A5 EB4D 0AC8 01CB 2E13 9E26 6242 6F7B

To claim this, I am signing this object:

@bobbyd3
bobbyd3 / show_hidden_files_osx.md
Created October 20, 2016 19:16
Show Hidden Files in OSX

For showing hidden files and folders in OS X El Capitan 10.11, Yosemite 10.10, and OS X Mavericks 10.9, use the following command string to show hidden files:

defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder