用yum安装一个下载工具wget
yum install wget -y
更新软件到最新
yum update -y
Centos6和7要安装的常用企业运维基础工具包
yum install tree nmap dos2unix lrzsz nc lsof wget tcpdump htop iftop iotop sysstat nethogs -y
tree:tree以树形结构显示文件和目录
nmap:nmap扫描端口的工具
dos2unix 转换脚本格式的工具
lrzsz 包含上传(rz)下载(sz)文件工具
nc 文件传输、端口检查
lsof 反查端口进程,以及服务开发文件工具
wget 下载软件包工具
tcpdump 抓包、监听等重要排错工具
htop 系统进程相关信息查看工具
iftop 查看主机网卡带宽工具
iotop
sysstat 含有sar,iostat等重要系统性能查看工具
nethogs 显示进程的网络流量
Centos7需要安装的常用企业运维基础工具包
yum install psmisc net-tools bash-completion vim-enhanced -y
psmisc:含有killall、pstree等命令
net-tools:含有netstat、ifconfig、route、arp等命令
bash-completion:tab补全功能工具包
vim-enhanced:vim编辑器工具包