发布时间:2014-11-06 15:41:45
转载http://coolnull.com/1516.html实现://把以下配置放到 server {} 块,关闭favicon.ico不存在时记录日志location = /favicon.ico {log_not_found off;access_log off;}//log_not_found on|off,默认为on:启用或禁用404错误日志,这个指令可以用来禁止nginx记录找不到rebots.txt或favicon.ico这类文件的错误.........【阅读全文】
发布时间:2014-08-28 18:45:25
转自 http://lovebeyond.iteye.com/blog/17703231。下载安装包:wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-2.0.3.tgz 2。解压:tar -zxvf mongodb-linux-i686-2.0.3.tgz &nb.........【阅读全文】
发布时间:2014-05-30 13:29:00
转自 http://my.oschina.net/backtract/blog/191622今天误删除了Centos服务器上的某个文件夹,找了下恢复,ext3grep,extundelete等,因为文件系统是ext4的,只能使用extundelete1. 安装依赖yum -y install e2fsprogs e2fsprogs-devel2. 去http://extundelete.sourceforge.net/下载extundelete-0.2.4.tar.........【阅读全文】
发布时间:2014-01-17 15:56:45
转自http://jamesbond0479.blog.163.com/blog/static/241475820115229336243/使用sendmail发附件,需要使用uuencode命令,它是包含在sharutiles组建先检测一下yum search sharutils ======================================================== Matched: sharutils ===============================================.........【阅读全文】
发布时间:2014-01-10 14:43:59
在默认的文件目录下的ROOT的文件夹下新建个文件夹,就可以了例 /webapps/ROOT/......【阅读全文】