易截截图软件、单文件、免安装、纯绿色、仅160KB

linux下安装tor后privoxy的配置


tor与privoxy安装好了,但还需要对privoxy进行一些简单的配置才能使tor正常运行
打开privoxy的配置文件config,一般在/etc/privoxy/目录下。
在5.2. forward-socks4 and forward-socks4a下面,加上:
1 forward-socks4a / 127.0.0.1:9050 .
千万不要忘记最后面不起眼的一点
添加的部分:

#  5.2. forward-socks4 and forward-socks4a
#  =======================================

#  Specifies:

#      Through which SOCKS proxy (and to which parent HTTP proxy)
#      specific requests should be routed.

#  Type of value:

#      target_pattern socks_proxy[:port] http_parent[:port]

#      where target_pattern is a URL pattern that specifies to which
#      requests (i.e. URLs) this forward rule shall apply. Use / to
#      denote "all URLs".  http_parent and socks_proxy are IP addresses
#      in dotted decimal notation or valid DNS names (http_parent may
#      be "." to denote "no HTTP forwarding"), and the optional port
#      parameters are TCP ports, i.e. integer values from 1 to 64535

#  Default value:

#      Unset

#  Effect if unset:

#      Don't use SOCKS proxies.

#  Notes:

#      Multiple lines are OK, they are checked in sequence, and the
#      last match wins.

#      The difference between forward-socks4 and forward-socks4a
#      is that in the SOCKS 4A protocol, the DNS resolution of the
#      target hostname happens on the SOCKS server, while in SOCKS 4
#  


相关文档:

linux修改屏幕刷新率

1、先备份好:
  sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
  2、打开xorg.conf:
  sudo gedit /etc/X11/xorg.conf
  3、请找到以下一段在这改:
  Section "Monitor"
  Identifier "Generic Monitor"
  Option "DPMS"
  HorizSync 28-70
  VertRefr ......

linux目录架构

linux目录架构
/   根目录
/bin    常用的命令 binary file 的目錄
/boot   存放系统启动时必须读取的档案,包括核心 (kernel) 在内
     /boot/grub/menu.lst   GRUB设置
     /boot/vmlinuz   内核
 & ......

Linux中用rdate实现时间自动同步

 
                          Linux
中用
rdate
实现时间自动同步
原文地址:http://liuxh6.itpub.net/post/528/451628
在各种
linux
中都有
rdate
命令,只是一般很少有人 ......

linux 0.11 copy_page_tables()函数

/* 他通过只复制内存页面来复制一定范围内的线性地址的内容*/
00150int copy_page_tables(unsigned long from,unsigned long to,long size)
00151 {
00152     unsigned long * from_page_table;
00153     unsigned long * to_page_table;
00154     un ......

linux 启动时“smartd”总是失败?

smartd是一个守护进程(一个帮助程序),它能监视拥有自我监视,分析和汇报技术(Self-Monitoring,
Analysis, and Reporting Technology - SMART)的硬盘。
SMART系统使得硬盘能监视并汇报自己的运行状况。它的一个重要特性是能够预测失败,使得系统管理员
能避免数据丢失。
smartd由kernel-utils包缺省安装。用命令 r ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号