
debian
iteye_8804
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Using one time password with ssh.
With my host being public to internet, security now is the most concerning than it ever was.So, first step, using one time password when login with ssh.$ sudo apt-get install libpam-otpw--- ...2010-12-03 13:22:38 · 199 阅读 · 0 评论 -
webfsd + gnutls
Recently I'd like to transfer some private data to friends. Since my ssh is OTPed, so sftp is not the option. I decided to use webfs and gnutls (webfs does not support openssl).$ sudo apt-get instal...2010-12-10 11:50:08 · 250 阅读 · 0 评论 -
btrfs in debian
听说btrfs有很多好处,目前也进了主线,因此决定在虚拟机上试一下。1. 安装debian sid,根设备使用ext2/ext3文件系统。2. 修改/etc/initramfs-tools/modules,添加btrfs\ncrc32c。3. sudo apt-get install btrfs-tools4. 修改/etc/fstab,修改/的挂载:文件系统改为btrfs或aut...2010-07-07 17:45:38 · 639 阅读 · 0 评论 -
Build your own DebianInstaller.
After the crappy experience with btrfs (IO hang), I decided to try out Reiser4.Different with btrfs, DebianInstaller created root cannot be converted into Reiser4. Things must be done from the very ...2011-01-17 10:40:57 · 166 阅读 · 0 评论 -
再接再厉:bfs
上次搞了btrfs,于是决定把bfs也搞了。1. axel http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.1.tar.bz22. tar xf linux-2.6.34.1.tar.bz23. wget http://ck.kolivas.org/patches/bfs/2.6.34-sched-bfs-318.pat...2010-08-03 10:54:18 · 167 阅读 · 0 评论