mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-29 20:32:12 +02:00
11 lines
242 B
Bash
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
|