Skip to content

Instantly share code, notes, and snippets.

View nickmeessen's full-sized avatar
🇧🇷

Nick Meessen - de Wit nickmeessen

🇧🇷
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nickmeessen on github.
  • I am nickmeessen (https://keybase.io/nickmeessen) on keybase.
  • I have a public key whose fingerprint is EA60 6247 ECCE 0152 A1AE B34E 5690 26CF 344A 398F

To claim this, I am signing this object:

@nickmeessen
nickmeessen / replace-debian-with-arch.txt
Created January 29, 2016 14:45 — forked from m-ou-se/replace-debian-with-arch.txt
Instructions to replace a live Debian installation with Arch
# Download latest archlinux bootstrap package, see https://www.archlinux.org/download/
wget http://ftp.nluug.nl/os/Linux/distr/archlinux/iso/2016.01.01/archlinux-bootstrap-2016.01.01-x86_64.tar.gz
# Make sure you'll have enough entropy for pacman-key later.
apt-get install haveged
# Install the arch bootstrap image in a tmpfs.
mount -t tmpfs none /mnt
cd /mnt
tar xvf ~/archlinux-bootstrap-2016.01.01-x86_64.tar.gz --strip-components=1