1 安裝 wine
ubuntu使用者可以用sudo apt-get install wine 或者去軟體中心直接安裝就可以了
2 下載搜狗瀏覽器1.0版本,2.0不知道是不是可以成功
3 右鍵點擊搜狗瀏覽器的exe檔案 用wine開啟
接下來就是安裝了 速度挺快的
4 安裝完成後在終端下運行
wine '/home/username/.wine/drive_c/Program Files/SogouExplorer/SogouExplorer.exe' -proxy
如果出現這樣的提示就是成功了
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d1400
fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d0c10
PID:8
PORT:8081
CPORT:8082
PAC:http://127.0.0.1:8082/proxy.pac?t=8241
RET:SUCCESS
5 開啟chrome(我用的是chrome)Alt+f 開啟配置選項
在使用代理選項中在http那一欄輸入 127.0.0.1 連接埠 8081
6 在地址欄輸入csdn.net 可以看到已經可以訪問 csdn了 平時這個是訪問不了的 因為風速太慢了
以後每次開機都要輸入這個命令很是麻煩,可以寫一個指令碼
#!/bin/bash
#Sougou
wine '/home/visaya/.wine/drive_c/Program Files/SogouExplorer/SogouExplorer.exe' -proxy
儲存以上為sougou.sh修改許可權使其可運行。
在Preferences->startup applications 裡把它設定成開機自動運行。
作者 怪蜀黍