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 裏把它設置成開機自動運行。