Skip to content

Instantly share code, notes, and snippets.

@WayneBuckhanan
Created May 19, 2014 05:46
Show Gist options
  • Save WayneBuckhanan/b878dd699444d915dd1c to your computer and use it in GitHub Desktop.
Save WayneBuckhanan/b878dd699444d915dd1c to your computer and use it in GitHub Desktop.
Debian VPS setup
adduser user
adduser user www-data
adduser user sudo
wget --no-check-certificate -O deb7min.tar.gz http://www.github.com/WayneBuckhanan/deb7min/tarball/master
tar zxvf deb7min.tar.gz
cd *deb7min*
sh minimal.sh keepssh
wget -O virtualmin.sh http://software.virtualmin.com/gpl/scripts/install.sh
sh virtualmin.sh
# open browser to https://host.com:10000 to finish virtualmin setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment