Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2250783
  • 博文数量: 310
  • 博客积分: 6853
  • 博客等级: 准将
  • 技术积分: 2833
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-04 16:41
文章分类

全部博文(310)

文章存档

2013年(17)

2012年(42)

2011年(76)

2010年(71)

2009年(99)

2007年(2)

2006年(1)

2005年(2)

发布时间: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、.........【阅读全文】

阅读(4780) | 评论(0) | 转发(0)

发布时间:2013-07-04 11:32:29

1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linux下的其它服务都可以用以上命令执行开启和关闭操作。 在开启了防火墙时.........【阅读全文】

阅读(1976) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(27113) | 评论(1) | 转发(2)

发布时间: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-.........【阅读全文】

阅读(3914) | 评论(0) | 转发(1)

发布时间:2013-05-25 10:39:31

概述:         当一个SQLServer实例运行得很慢的时候,应该做一些检查,如检查等待状态。最好的方法是一开始就建立一个性能基线,以便做性能对比。当发现与性能基线对比后,存在内存压力的话,就要找出是什么原因导致的。可以检查事务的等待状态,其中Resource_semaphore等.........【阅读全文】

阅读(2512) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册