在ubuntu下通过wine使用翻墙软件自由门(FreeGate)

作者:OceanBan的空间
在 windowx下使用自由门然后加上火狐和火狐插件AutoProxy,一直相当的爽,后来换到Ubuntu下,网页经常被reset,可以使用网页代理 但是感觉很不方便,后来想到Ubuntu下有wine软件运行windows软件,下面介绍一些主要步骤来运行这个代理软件。
一  安装wine软件
1 在终端首先运行

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

添加GPG钥匙
2 安装 WineHQ 发布的最新 deb 包

sudo apt-get update
sudo apt-get install wine

3 部分 DLL 设置
在 真实的 windows 系统中从 C:\WINDOWS\systenm32 里复制 mfc42.dll,msvcp60.dll, riched20.dll,riched32.dll 这几个文件到 /home/用户名/.wine/drive_c/windows/system32 文件里,需要覆盖时确定。其他dll文件不要随便覆盖,要做备份。
4 字体设置
从 Windows 目录下的 Fonts 里的 simsun.ttc 复制到 /home/user/.wine/drive_c/windows/fonts 里面。
把下面的代码保存为 zh.reg ,然后终端执行 regedit zh.reg 。
代码:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial"="simsun"
"Arial CE,238"="simsun"
"Arial CYR,204"="simsun"
"Arial Greek,161"="simsun"
"Arial TUR,162"="simsun"
"Courier New"="simsun"
"Courier New CE,238"="simsun"
"Courier New CYR,204"="simsun"
"Courier New Greek,161"="simsun"
"Courier New TUR,162"="simsun"
"FixedSys"="simsun"
"Helv"="simsun"
"Helvetica"="simsun"
"MS Sans Serif"="simsun"
"MS Shell Dlg"="simsun"
"MS Shell Dlg 2"="simsun"
"System"="simsun"
"Tahoma"="simsun"
"Times"="simsun"
"Times New Roman CE,238"="simsun"
"Times New Roman CYR,204"="simsun"
"Times New Roman Greek,161"="simsun"
"Times New Roman TUR,162"="simsun"
"Tms Rmn"="simsun"

wine设置完成。
更具体的安装方法参阅:Ubuntu中文论坛
二  安装firefox插件AutoProxy,订阅gfwLIst规则后选择默认代理服务器为Free Gate,以后就可以高枕无忧的上网了,如果订阅列表里面没有你要访问的地址,也可以手动加入,非常方便。
wine可以通过apt-get很容易安装,FreeGate和AutoProxy已经打包好了,点击下载(文件已经加密,密码为:blog.kban.info)
最后是两张展示图:
软件运行界面,连接速度比windows下快了不少。
通过这些设置访问Twitter.com

没有评论: