2019年2月28日
摘要: 一、环境说明 返回主机的IP地址 # ip a | grep "scope global" | awk -F'[ /]+' '{print $3}' | head -1 curl获取本机外网IP # curl ifconfig.me 查看系统的版本信息 # cat /etc/redhat-relea 阅读全文
posted @ 2019-02-28 16:46 阿小杜 阅读(405) 评论(0) 推荐(0)