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
#
Ïà¹ØÎĵµ£º
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Ŀ¼¼Ü¹¹
/ ¸ùĿ¼
/bin ³£ÓõÄÃüÁî binary file µÄÄ¿錄
/boot ´æ·ÅϵͳÆô¶¯Ê±±ØÐë¶ÁÈ¡µÄµµ°¸£¬°üÀ¨ºËÐÄ (kernel) ÔÚÄÚ
/boot/grub/menu.lst GRUBÉèÖÃ
/boot/vmlinuz ÄÚºË
& ......
MBR£¨Master Boot Recorder£©Ö÷Òª¿ª»úÉÈÇø,·ÅÖÃÓ²Å̵ÄÐÅÏ¢¡£MBR ¿ÉÒÔ˵ÊÇÕû¸öÓ²ÅÌ×îÖØ
ÒªµÄµØ·½ÁË£¬ÒòΪÔÚ MBR ÀïÃæ¼Ç¼ÁËÁ½¸öÖØÒªµÄ¶«Î÷£¬·Ö±ðÊÇ£º¿ª»ú¹ÜÀí³ÌÐò£¬Óë´ÅÅÌ·Ö>Çø±í ( partition table )¡£ËùÒÔÎÒÃÇËù×öµÄÓ²ÅÌ·ÖÇø£¬Ò²¾ÍÊÇÔÚÐÞ¸Äpartition table¡£
ÓÉÓÚÕâ¸ö MBR Çø¿éµÄÈÝÁ¿ÓÐÏÞ£¬ËùÒÔ£¬µ±³õÉè¼ÆµÄʱºò£¬¾ÍÖ ......
/* Ëûͨ¹ýÖ»¸´ÖÆÄÚ´æÒ³ÃæÀ´¸´ÖÆÒ»¶¨·¶Î§ÄÚµÄÏßÐÔµØÖ·µÄÄÚÈÝ*/
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 ......