Skip to content

Instantly share code, notes, and snippets.

@bitkevin
Created June 15, 2014 07:55
Show Gist options
  • Save bitkevin/2d6f2c74ec1ae9daa79e to your computer and use it in GitHub Desktop.
Save bitkevin/2d6f2c74ec1ae9daa79e to your computer and use it in GitHub Desktop.
# add repos
## EPEL
rpm -ivh http://mirror-fpt-telecom.fpt.net/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
## Atomic
wget -q -O - http://www.atomicorp.com/installers/atomic | sh
rpm --import https://www.atomicorp.com/RPM-GPG-KEY.atomicorp.txt
# oh-my-zsh
yum install -y git zsh
wget --no-check-certificate http://install.ohmyz.sh -O - | sh
# prepare
yum install -y bind-utils denyhosts system-config-firewall-tui daemontools patch
yum install -y make gcc gcc-c++ zlib-devel boost boost-devel automake openssl openssl-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment