Last active
December 29, 2015 00:39
-
-
Save niccolox/7587968 to your computer and use it in GitHub Desktop.
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
## WARNING - this one needs some major love | |
sudo apt-get --purge remove byobu | |
sudo apt-get install openssh-server openssh-client | |
sudo apt-get install python-software-properties | |
sudo apt-get install apt-show-versions | |
sudo apt-get -f install | |
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python | |
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.660_all.deb | |
sudo dpkg --install webmin_1.660_all.deb | |
cd ~/Downloads | |
wget http://www.configserver.com/free/csf.tgz; tar -xzf csf.tgz; cd csf; sudo ./install.sh | |
sudo add-apt-repository -y ppa:byobu/ppa; sudo apt-get update; sudo apt-get install byobu | |
sudo apt-get install apt-show-versions | |
sudo apt-get -f install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment