上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: GT:GreaterThan,>GE:GreaterthanorEquivalentwith,>=LT:Lessthan,<LE:LessthanorEquivalentwith,<=EQ:EQuivalentwith,==NE:NotEquivalentwith,/=EQ 就是 EQUAL等于NQ 就是 NOT EQUAL不等于GT 就是 GREATER THAN大于 LT 就是 LESS THAN小于GE 就是 GREATER THAN OR EQUAL 大于等于LE 就是 LESS THAN OR EQUAL 小于等于 阅读全文
posted @ 2014-03-31 16:16 陳聽溪 阅读(191) 评论(0) 推荐(0)
摘要: 总有所谓高手不喜欢安装桌面环境yum groupinstall "X Window System" //安装Xorgyum groupinstall "Desktop" //安装GNOMEyum groupinstall "Chinese Support" //安装中文支持yum -y groupinstall "X Window System" && yum -y groupinstall "Desktop" && yum -y groupinstall &qu 阅读全文
posted @ 2014-03-18 11:30 陳聽溪 阅读(170) 评论(0) 推荐(0)
摘要: [root@app1 conf]# ../bin/apachectl -lCompiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c prefork.c<--------------------------------------------注意! http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negot... 阅读全文
posted @ 2014-03-05 14:23 陳聽溪 阅读(407) 评论(0) 推荐(0)
摘要: export ORACLE_SID=空格sidname---->这个报错export ORACLE_SID=sidname---->这个可以 阅读全文
posted @ 2014-02-24 17:42 陳聽溪 阅读(213) 评论(0) 推荐(0)
摘要: -A RH-Firewall-1-INPUT -i lo -j ACCEPT-A INPUT -s 1.1.1.1 -p udp -d 2.2.2.2 --dport 161 -j ACCEPT-A INPUT -s x.x.x.x -p udp -m udp --dport 161 -j ACCEPT-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT# allow snmp/sbin/iptables -A INPUT -p udp -m udp -s 127.0.0.1 --dport 161 -j ACCEPT# allow t 阅读全文
posted @ 2014-01-15 15:23 陳聽溪 阅读(360) 评论(0) 推荐(0)
摘要: RPM resource /lib/lsb/init-functions/lib/lsb/init-functions vs. /etc/init.d/functions in init scripts? 阅读全文
posted @ 2013-12-30 14:52 陳聽溪 阅读(404) 评论(0) 推荐(0)
摘要: 需求:1,浏览器地址栏中URL不变2,伪静态重写生效===================== ServerName xinwen.888.com.cn ServerAlias www.xinwen.888.com.cn DocumentRoot /data/xinwen CustomLog "|/usr/local/cronolog/sbin/cronolog /usr/local/apache2/logs/xinwen_access%Y%m%d.log" combined env=!NOFILES ErrorDocument 404 /404.html ... 阅读全文
posted @ 2013-12-23 17:27 陳聽溪 阅读(699) 评论(0) 推荐(0)
摘要: 没法子啊;只能用httpd-2.2.26==============================https://www.google.com.hk/#newwindow=1&q=undefined+symbol:+ap_log_rerror&safe=strictundefined symbol: ap_log_rerror[root@localhost local]# vi apache2/conf/httpd.conf[root@localhost local]# ./apache2/bin/apachectl starthttpd: Syntax error on l 阅读全文
posted @ 2013-12-18 09:11 陳聽溪 阅读(4520) 评论(0) 推荐(0)
摘要: [oracle@g]$ netstat -alp|grep 7809(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)tcp 0 0 *:7809 *:* LISTEN 2093/mgr tcp 0 0 192.168.1.213:7... 阅读全文
posted @ 2013-12-09 16:18 陳聽溪 阅读(495) 评论(0) 推荐(0)
摘要: route -nrpm -ivh rdac-LINUX-09.03.0C05.0652-source.tar.gz rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' binutils-2.17.50.0.6 compat-libstdc++-33-3.2.3 compat-libstdc++-33-3.2.3 elfutils-libelf elfutils-libelf-devel gcc-4.1.2 gcc-c++-4.1.2 glibc glibc glibc-common-2.5 glibc-devel-2. 阅读全文
posted @ 2013-12-02 14:46 陳聽溪 阅读(274) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页