1.查看内存的工具
hcache centos中内存查看
wget https://silenceshell-1255345740.cos.ap-shanghai.myqcloud.com/hcache
chmod 755 hcache
mv hcache /usr/local/bin/
使用方法
hchache -top 10
2.network组件
yum -y install net-tools
3.Telnet命令
yum install -y telnet*
systemctl enable xinetd.service
systemctl enable telnet.socket
4.windwos 和centos互传工具
yum install -y lrzsz
windows---->centos 直接cd进入要放的目录,然后在windows中拖动过去即可
centos--->windows
sz xxxx.txt 然后选择目录即可。