Created
November 7, 2010 15:28
-
-
Save gtzilla/666177 to your computer and use it in GitHub Desktop.
custom webserver for doing dev / prod
This file contains hidden or 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
## actually install them all these (use -s to simulate -- not install) | |
sudo apt-get -y upgrade | |
sudo apt-get -y install build-essential ssh openssl nginx python-dev locate python-virtualenv \ | |
git-core libevent-dev curl nmap fail2ban python-pycurl netcat cryptcat socat gdb python-scapy python-crypto wireshark python-pyx | |
## python-scapy python-crypto wireshark python-pyx are for admin scripts etc | |
## restart? | |
# sudo init 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment