全部博文(317)
发布时间:2015-02-04 15:23:37
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://ixdba.blog.51cto.com/2895551/1609526 幽灵漏洞是Linux glibc库上出现的一个严重的安全问题,他可以让攻击者在不了解系统的任何情况下远程获取操作系统的控制权限。目前他的CVE编号为CVE-2015-02.........【阅读全文】
发布时间:2015-02-03 17:53:40
转自:http://www.qttc.net/201304308.html 在linux中可以用tar打包目录以方便传输or备份,我们先来看一个例子test 文件夹有如下文件[root@lee ~]# ll test总用量 8-rw-r--r--. 1 root root 0 4月 14 22:18 a.jpg-rw-r--r--. 1 root root 0 4月 14 22:25 a.log-rw-.........【阅读全文】
发布时间:2015-02-03 17:34:32
转自:http://blog.itpub.net/16978544/viewspace-696756/在本机测试通过^^抓哪个进程干坏事前要先停掉syslog/etc/init.d/syslog stopecho 1 > /proc/sys/vm/block_dumpdmesg | egrep "READ|WRITE|dirtied" | egrep -o '([a-zA-Z]*)' | sort | uniq -c | sort -rn | head1423 kjournald1075 pdflush209 indexer3 c.........【阅读全文】