发布时间:2013-08-30 17:59:14
先要开启PAE功能,方法如下: 打开 Boot.ini 文件,然后将 /PAE 参数添加到 boot.ini中,如以下所示: multi(0)disk(0)rdisk(0)partition(2)\%systemroot%="Windows Server 2003, Datacenter Edition" /PAE 如果CPU、.........【阅读全文】
发布时间:2013-07-04 11:32:29
1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linux下的其它服务都可以用以上命令执行开启和关闭操作。 在开启了防火墙时.........【阅读全文】
发布时间:2013-07-03 21:59:54
*修改IP地址即时生效: ifconfig eth0 192.168.1.100 netmask 255.255.255.0重启生效: vim /etc/sysconfig/network-scripts/ifcfg-eth0 --增加或者修改下面几行 BOOTPROTO=stati.........【阅读全文】
发布时间:2013-07-03 21:34:12
Here's the summary of what I can think of, with alternate methods in case the first one doesn't work with you:? Debian kernel 2.4:In /etc/modutils, change the linealias net-pf-10 ipv6toalias net-pf-.........【阅读全文】
发布时间:2013-05-25 10:39:31
概述: 当一个SQLServer实例运行得很慢的时候,应该做一些检查,如检查等待状态。最好的方法是一开始就建立一个性能基线,以便做性能对比。当发现与性能基线对比后,存在内存压力的话,就要找出是什么原因导致的。可以检查事务的等待状态,其中Resource_semaphore等.........【阅读全文】