Created
May 19, 2014 05:46
-
-
Save WayneBuckhanan/b878dd699444d915dd1c to your computer and use it in GitHub Desktop.
Debian VPS setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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