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
# wget -O install_python.sh https://gist.github.com/raw/777001/install_python.sh | |
# chmod +x install_python.sh | |
# ./install_python.sh | |
#!/bin/sh | |
echo "******************************************" | |
echo "Configure Centos box with a recent version" | |
echo "of Python. " | |
echo " - jgumbley 12/jan/11" |
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
# wget -O setup_console.sh https://gist.github.com/raw/777119/setup_console.sh | |
# chmod +x setup_console.sh | |
# ./setup_console.sh | |
#!/bin/sh | |
echo "******************************************" | |
echo "Setup console on headless CENTOS server" | |
echo "basically vim and zsh setup " | |
echo " - jgumbley 12/jan/11" |