Skip to content

Instantly share code, notes, and snippets.

View jgumbley's full-sized avatar

Jim Gumbley jgumbley

View GitHub Profile
@jgumbley
jgumbley / setup_console.sh
Created January 12, 2011 23:40
setup admin console on headless CENTOS 5.* server
# 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"
@jgumbley
jgumbley / install_python.sh
Created January 12, 2011 22:04
setup python 2.7.1 on CENTOS 5.* server
# 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"