Last active
August 29, 2015 14:06
-
-
Save abelboldu/04b174e7e0ea6c8b70a1 to your computer and use it in GitHub Desktop.
Must add for basic RHEL/CentOS6 machines
This file contains hidden or 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
#!/bin/bash | |
# run as root | |
yum install -y vim git tcpdump yum-utils wget w3m strace lsof curl sudo screen | |
yum localinstall -y http://ftp.cica.es/epel/6/i386/epel-release-6-8.noarch.rpm | |
yum install -y bash-completion htop ccze mtr nmap tmux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment