05 2016 档案

Unattend.xml应答文件制作(WISM)
摘要:将制作好的应答文件unattend.xml拷贝到模板机sysprep目录下,然后在cmd下运行 (unattend.xml文件可自定义名称) sysprep /generalize /oobe /shutdown /unattend:Unattend.xml 应答文件设置项说明: 4.special 阅读全文

posted @ 2016-05-30 23:22 CasonChan 阅读(4211) 评论(0) 推荐(0)

临时解决系统中大量的TIME_WAIT连接
摘要:今天,偶然间发现后台服务与数据库之间有大量的TIME_WAIT的连接: 对于这种情况,临时解决办法就是修改内核参数: vi /etc/sysctl.conf 编辑文件,加入以下内容:net.ipv4.tcp_syncookies = 1net.ipv4.tcp_tw_reuse = 1net.ipv 阅读全文

posted @ 2016-05-26 17:01 CasonChan 阅读(1693) 评论(0) 推荐(0)

导航