Files
mongo-php-driver/scripts/centos/essentials.sh
2014-12-18 18:00:35 -08:00

11 lines
242 B
Bash

# Tools you can't live without
sudo yum install -y git vim
# I can't stand emacs
echo 'set -o vi' | sudo tee /etc/profile.d/vishell.sh
# Who knows how to configure RHEL at all anyway?
sudo service iptables stop
sudo chkconfig iptables off