09 2013 档案

摘要:fedora 12的abrt的版本太低,老是虚报kerneloops错误,更新一下abrt,yum update abrt,就好了。选英文环境吧,+中文输入法,挺好。 阅读全文
posted @ 2013-09-29 22:35 松鼠飞翔吧 阅读(154) 评论(0) 推荐(0)
摘要:安装GT240M驱动:1 现准备好对应显卡的驱动,到官方网站下载 ;2 关闭SELINUX,vi /etc/selinux/config: SELINUX=Disabled ; 如果不关闭,则执行以下命令: setsebool -P allow_execstack on3 不加载nouveau模块,vi /etc/modprobe.d/blacklist.conf,加入 blacklist nouveau ;并把blacklist nvidia*全部注释掉;4 保留系统原本的initramfs,并创建新的initramfs, mv /boot/initramfs-$(uname -r).img 阅读全文
posted @ 2013-09-29 16:41 松鼠飞翔吧 阅读(384) 评论(0) 推荐(0)
摘要:如何为3G上网卡安装非厂方原装驱动(通用驱动)的方法 1.下载usb-modeswitch-2.0.1(目前能下载到的最新的版本)2.cd usb-modeswitch-2.0.1 ; make install 3. 下载usb-modeswitch-data-201308074. cd usb-m... 阅读全文
posted @ 2013-09-23 23:28 松鼠飞翔吧 阅读(314) 评论(0) 推荐(0)
摘要:386486586686pentium xxxp5/p6netburstcorecore2nehalemsandy bridgeivy bridgehaswell=================这些统称为X86,在说X86的时候有两层含义,可能是X86_32,也可能是x86_64...但是有时候又是特指X86_32在linux中,X86包含了x86_32,x86_64,IA64指的是安腾的处理器 。(1)x86 (IA-32,i386,x86-32,x32)(2)x86-64 (Intel64/AMD64,IA-32e,EM64T,x64) 阅读全文
posted @ 2013-09-22 00:12 松鼠飞翔吧 阅读(276) 评论(0) 推荐(0)
摘要:一 安装PHP(version 5.3.13),使得PHP支持png,jpeg,freetype,t1lib,zlib gd,这些都是为了支持PNP./configure --prefix=/usr/local/php --with-mysql=/usr --with-config-file-pat... 阅读全文
posted @ 2013-09-21 14:04 松鼠飞翔吧 阅读(719) 评论(0) 推荐(0)
摘要:iostat主要统计三方面的信息一 CPU时间百分比 iostat -c (c-->cpu) 有6项 %user %sys %nice %idle %steal %iowait 二 块设备 iostat -d -x intervals counts (intervals 统计周期,coun... 阅读全文
posted @ 2013-09-21 11:36 松鼠飞翔吧 阅读(345) 评论(0) 推荐(0)
摘要:httpd-2.2.15php-5.3.3nagios-3.4.1nagios-plugins-1.4.16pnp-0.4.13rrdtool-1.4.7 阅读全文
posted @ 2013-09-20 19:22 松鼠飞翔吧 阅读(166) 评论(0) 推荐(0)
摘要:./configure --prefix=/usr/local/php --with-mysql=/usr --with-config-file-path=/usr/local/php/lib --with-png-dir=/usr/include --with-jpeg-dir=/usr/include --with-freetype-dir=/usr/include/freetype2/freetype --with-t1lib=/usr/include --with-zlib --with-zlib-dir=/usr/include --with-gd=/usr --enable-fpm 阅读全文
posted @ 2013-09-20 16:03 松鼠飞翔吧 阅读(308) 评论(0) 推荐(0)
摘要:(环境 httpd + nagios )只要安装了1 freetype2 libpng3 libjpeg4 zlib5 gd6 php-gd(别忘记了这个)这6项,(这些都可以用RPM或者是YUM来查询,没安装的话,通过yum安装就好了)在nagios的WEB监控页面就能正确的显示图表图形了。 阅读全文
posted @ 2013-09-20 00:23 松鼠飞翔吧 阅读(241) 评论(0) 推荐(0)
摘要:在安装配置好之后,在localhost/nagios下面可以出现界面,但是在点击具体的 map,hosts,services等,会出现It appears as though you do not have permission to view information you requested...在 /usr/local/nagios/etc/cgi.cfg中,修改 use_authentication=0,然后就可以了。 阅读全文
posted @ 2013-09-19 13:46 松鼠飞翔吧 阅读(135) 评论(0) 推荐(0)
摘要:设置注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DisableDHCPMediaSense=1(DWORD)重启即可. 阅读全文
posted @ 2013-09-13 18:49 松鼠飞翔吧 阅读(196) 评论(0) 推荐(0)