06 2017 档案

摘要:Centos7.2环境安装(安装桌面) #安装界面 #查看版本 cat /etc/redhat-release #查看连接 ifconfig eth0 echo "127.0.0.1 testpray" >> /etc/hosts #测试IP连接 ping testpray #停用CentOS的防火 阅读全文
posted @ 2017-06-29 17:32 天祈笨笨 阅读(2779) 评论(0) 推荐(0)
摘要:软件自动安装的相关实例!贴出来用于参考,并部分相关语法与示例 #RequireAdmin If DriveMapGet("T:")=="" Then DriveMapAdd("T:", "\\xfit\软件安装管理",0,"user","") EndIf $os=@OSArch If $os="X8 阅读全文
posted @ 2017-06-15 16:30 天祈笨笨 阅读(3399) 评论(0) 推荐(0)