Skip to content

Instantly share code, notes, and snippets.

@mrrcollins
Last active August 29, 2015 14:09
Show Gist options
  • Save mrrcollins/b0de8d62a523a8283935 to your computer and use it in GitHub Desktop.
Save mrrcollins/b0de8d62a523a8283935 to your computer and use it in GitHub Desktop.
apt-get update
apt-get upgrade
apt-get install -y tmux vim
apt-get -y install lighttpd
/etc/init.d/lighttpd stop
update-rc.d lighttpd remove
apt-get -y install dnsmasq
/etc/init.d/dnsmasq stop
update-rc.d dnsmasq remove
rm /bin/sh
ln /bin/bash /bin/sh
chmod a+rw /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment