发布时间:2014-12-15 11:12:18
转自 http://twobit.blog.chinaunix.net/uid-29179844-id-4273021.html最近给公司内网的服务器做了一次全面的扫描,出现几个高危的漏洞,网上查了一下,普遍存在啊。所谓不扫不知道,一扫吓一跳啊。漏洞的名称为Portable OpenSSH GSSAPI远程代码执行漏洞(CVE-2006-5051)及OpenSSH J-PAKE授权问题漏洞(CVE-2010-4478).........【阅读全文】
发布时间: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 ===============================================.........【阅读全文】