Oracle/DB2/Postgresql/Mysql/Hadoop/Greenplum/Postgres-xl/Mongodb
发布时间:2013-10-27 06:27:58
一、日志处理脚本:# more logrotate.sh #!/bin/bashYYMMDD=`date +%Y%m%d`for file in $( find /usr/local/nginx-1.4.3/logs -name *.log ); do mv $file $file$YYMMDD gzip $file$YYMMDDdone;kill -USR1 `cat /usr/local/nginx-1.4.3/logs/nginx.pid`将上面文字保存成.........【阅读全文】
chinaunix网友2009-04-14 18:05
你好!!! 在网上搜贴,关于如何在linux里安装dw8. 但无意中搜到你blog里"RHEL5按装后的配置,网卡,IE6,Dreamweaver"! 想请教下如何在inux安装dw8的详细步骤. 还望"大师"不吝赐教! 留个邮箱地址方便联系; y.ongbuzhiyou@163.com
chinaunix网友2007-07-12 11:13
你好, 想问下 redhat linux 3 是否也可以按你的方法升级内核, 我版本是企业版 3 内核是2.4.21 x86_64 下载的升级软件也是x86_64的 我试了一下, 我把/usr/src 下面的redhat目录删除了 但后面 执行 ./generate-modprobe.conf /etc/modprobe.cnf 出现错误 not translating path[updates]=/lib/modules/updates not translating path[unsupported]=/lib/modules/unsupported 但我按装显卡驱动时找不到匹配内核 非常郁闷 希望能得到你的帮助! 我QQ 253860975