2006年09月24日记事
I’m to reading the <Understanding the Liinux Virtual Memory Mananger> and pay time to master Emacs as well .
I’m to reading the <Understanding the Liinux Virtual Memory Mananger> and pay time to master Emacs as well .
今天终于被天屎砸到了, 庆幸的是没砸到头上。 这也使我下定决心把日积月累的臭衣服全洗了,也算功德一件。
回来的路上听到有人说倒霉以后会走大运, 希望如此。
windows 用户可以使用 torpark 之类的的破网工具浏览被封锁的网站。 Linux下有没有呢?
其实 windows 下的torpark就是基于一个名为tor的开源自由软件的。
它通过加密技术和志愿者提供的服务器为使用者提供安全的访问。如果你有公网IP,也可以将tor设置成服务器模式,为他人提供服务(但在中国似乎用处不大)。
1.对于Debian 和 Ubuntu 用户:
可以直接 apt-get 安装
#apt-get install tor
#apt-get install privoxy
配置:
向/etc/privoxy/config 的开头写入一行,注意行末的 .:
forward-socks4a / localhost:9050 .
然后重启privoxy:
/etc/init.d/privoxy restart
配置 firefox 使用 localhost:8118 为代理服务器即可
如果觉得每次都要改 firefox 的配置很麻烦,可以安装以下插件:
https://addons.mozilla.org/firefox/2275/
2.对于其它 Linux/Unix/BSD 用户,可以下载源代码编译安装,请参考安装指南:
http://tor.eff.org/docs/tor-doc-unix.html.en
3.如果你有公网IP,可以将tor 配置成服务器状态为他人提供服务,请参考:
http://tor.eff.org/docs/tor-doc-server.html.en
Linux Device Driver 3rd . page 438
We cover asynchronous I/O in this chapter, because its implementation almost always involves direct I/O operations as well (if you are buffering data in the kernel, you can usually implement asynchronous behavior without imposing the added complexity on user space)