Skip to content

Instantly share code, notes, and snippets.

@czotti
Last active November 20, 2015 15:30
Show Gist options
  • Save czotti/582255bc2a90c7cc7fd0 to your computer and use it in GitHub Desktop.
Save czotti/582255bc2a90c7cc7fd0 to your computer and use it in GitHub Desktop.
Archlinux kimsuffi install
# prepare docker on big hard drive
mkdir /home/docker
cd /var/lib/
ln -s /home/docker .
# Update system
pacman -Syu --noconfirm
# install tools
pacman -S --noconfirm vim emacs docker nginx iptables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment