譯者:Nica < nicaliu at gmail dot com >
本文其實是相當舊的 how-to 了,但我還是覺得應該要與那些 Linux 新手讀者分享這個資訊。這其實是一篇很簡單的指導手冊,讓你能夠在 Linux 上使用 Firefox ,以匿名方式逛網路。不過要作這件事,你必須安裝這兩個重要工具程式:
.tor
tor 是一套自由軟體與開放式網路,幫助你防禦特定型式 - 威脅到你個人自由與隱私權,以及機密商業行為與關係 - 的網路監視,然後陳述由網路封包通訊分析所得知的安全性資訊。
.Privoxy
privoxy 是非快取式 (non-caching) 的網頁代理伺服器,具進階的過濾能力,可強化隱私權,還可以修改網頁資料、管理 HTTP cookies、控制存取,以及移除廣告、banner、彈跳式視窗 (pop-ups) 還有其它討厭的網際網路垃圾等等。Privoxy 擁有彈性的組態方式,也可以客製化為適合個人所需與喜好的方式。privoxy 同時提供獨立系統與多使用者網路兩種應用程式。
三個簡單步驟,建立 Linux 上的匿名網頁瀏覽:
第一步.建置 Tor 和 Privoxy
在 Ubuntu 裡,可以用下面的命令,快速安裝 Tor 和 Privoxy:
$ sudo apt-get install tor privoxy
第二步.組態 Privoxy
使用你習慣的文字編輯程式,處理 /etc/privoxy/config 檔。例如此處使用 gedit:
$ sudo gedit /etc/privoxy/config
接下來,以此組態檔複寫整個 /etc/privoxy/config :
# Generally, this file goes in /etc/privoxy/config
forward-socks4a / 127.0.0.1:9050 .
confdir /etc/privoxy
logdir /var/log/privoxy
actionsfile standard
actionsfile default
actionsfile user
filterfile default.filter
debug 4096
debug 8192
user-manual /usr/share/doc/privoxy/user-manual
listen-address 127.0.0.1:8118
toggle 1
enable-remote-toggle 0
enable-edit-actions 0
enable-remote-http-toggle 0
buffer-limit 4096
然後用下面這個命令重啟 Privoxy:
$ sudo /etc/init.d/privoxy restart
第三步:安裝 Firefox Torbutton 插件:
"Torbutton 提供按鍵的型式進行安全化,能夠簡單啟用或停用瀏覽器使用 tor 與否。這個功能現在只是一個外掛套件 - 用來安全地管理你的 Tor 瀏覽,避免 IP 位址曝光、cookie 洩露,還有一些常見的隱私權攻擊。"
打開你的 Firefox,安裝 Torbutton plugin 。安裝完成後,重啟 Firefox,你就可以開始匿名地悠遊網海了 !
原文出處:
Three Easy Steps to Set-up Anonymous Web Browsing on Linux
最重要的事…
.2009 年開始,移居 http://nicaliu.info/
- Mar 13 Fri 2009 11:20
在 Linux 上,不著痕跡悠遊網海的三步驟
close
全站熱搜
留言列表