摘要: 安装:yum install nc.x86_64 发送文件: nc -l port < somefile.xxx 接收文件: nc -n x.x.x.x port > somefile.xxx 阅读全文
posted @ 2018-07-02 16:43 Mrcoool 阅读(2790) 评论(0) 推荐(0)
摘要: #!/bin/bash echo -e "1) A"echo -e "2) B"echo -e "3) C"echo -e "4) D"echo -e "5) E"echo -e "6) F"echo -e "7) G"echo -e "8) H"echo -e "9) I"echo -e "-- 阅读全文
posted @ 2018-07-02 16:41 Mrcoool 阅读(397) 评论(0) 推荐(0)
摘要: 查询现在系统的kernel安装包:rpm -qa |grep kernel 删除不用的内核安装包:rpm -e xxx centos 6升级:https://blog.csdn.net/wh211212/article/details/78683753 centos 7升级:https://linu 阅读全文
posted @ 2018-06-23 01:35 Mrcoool 阅读(158) 评论(0) 推荐(0)
摘要: ipmitool lan print 1 ipmitool lan set 1 ipaddr 192.168.0.12 ipmitool lan set 1 netmask 255.255.255.0 ipmitool lan set 1 defgw ipaddr 192.168.0.1 阅读全文
posted @ 2018-06-23 01:30 Mrcoool 阅读(1972) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示