10年工作经验,专研网站运维。
全部博文(454)
发布时间:2016-10-09 09:32:53
1. Enable or Disable USB Drives and Mass Storage Devices using RegistryIf the administrator is smart then he would definitely do this to ensure a tight blockade. He would alter the settings through regedit command on run console. Now how do you unlock it ? You have to go right into w.........【阅读全文】
发布时间:2016-10-07 16:17:46
Overview Put two hard drive in computer. One is source disk, another one is destination disk.Method1. Clone the hard drive into a file, save as /clonefile.img2. Recover from clone file to hard drive.CommandInstall source hard drive and system hard drive.fisk -l(Check how ma.........【阅读全文】
发布时间:2016-10-06 15:33:47
全国及世界各个地方在线ping测试网站,帮助分析网站被墙情况。下面是全国的http://ping.chinaz.com/http://www.webkaka.com/Ping.aspxhttp://ping.aizhan.com/最后一个是世界的http://www.just-ping.com/ ......【阅读全文】
发布时间:2015-12-15 18:10:52
http://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.htmlhttp://www.cyberciti.biz/tips/using-nginx-as-reverse-proxy.htmlhttp://www.cyberciti.biz/tips/linux-iptables-4-block-all-incoming-traffic-but-allow-ssh.htmlhttp://www.cyberciti.biz/tips/howto-limit-linux-syn-attacks.html.........【阅读全文】
发布时间:2015-12-15 15:49:03
一、概述: Apache服务器用于开奖,就是自己访问自己,每10分钟大量的访问,可能每秒钟1000的访问量。所以需要配置Apache高并发。二、配置:1. 编辑主配置文件vim /etc/apache/apache.confTimeout 600KeepAlive OnMaxKeepAliveRequests 500KeepAliveTimeout 1202. 编辑prefork配置文件vim /etc/apac.........【阅读全文】