Tag - linux

Entries feed - Comments feed

Thursday, October 19 2006

好消息,flash9 for linux 下载!

http://labs.adobe.com/downloads/flashplayer9.html有浏览器插件,还有独立的播放器,并且可以显示中文,实在是太爽了!

Wednesday, August 23 2006

unpack initrd, initramfs, igz

一般的 initrd文件用下面命令就可以解开了 $zcat initrd |cpio -div 但是有些不行,是2个合起来的,可以用下面这个脚本来解http://blog.druggo.org/public/script/unpack 当你做完修改以后,可以用下面命令来重建 # cd irfs-dir # find . -print | cpio -o -H newc > ../initramfs # cd .. (if you want) # gzip initramfs  […]

Continue reading

从 initrd 到 Initramfs

Jim Gifford wrote: > Question: Initramfs is going to replace initrd, but I haven't seen > anyone explain how to copy modules that are built during the build > process moved into the initramfs archive. Has somebody done, this or is > this still a work in progress? Easy. 1) Unpack a  […]

Continue reading

Saturday, August 19 2006

Prozilla ? 2G ?

今天发现 prozilla 下载不了大于 2G 的文件,如果下载大于 2G 的话,它也不会报错, 只给你下载到 2G 为止。 还好 wget 没问题,剩下的就用 wget 来完成了……

Sunday, August 13 2006

Kernel 2.6 exploit

http://seclists.org/fulldisclosure/2006/Jul/0312.html 早就下载了,今天试了一把,果然有效(2.6.16-beyond2),好危险啊! 赶紧找找有没有补丁……

- page 15 of 17 -