Ubuntu上的Chrome上网设置

Ubuntu上的Chrome没有网络proxy的参数设置页面,能够经过下面的办法解决:chrome

一、命令行

google-chrome-stable --proxy-server="192.168.199.99:9999"浏览器

192.168.199.99:9999是你的proxy服务器地址。服务器

二、使用“终端”

打开一个终端窗口,在“终端”建立一个配置文件,将上面的命令输入进去。网络

“打开终端”菜单将会出现新的选项。app

之后新建时,选择该菜单便可执行该命令,打开浏览器。this

三、修改启动参数

下面的方法可在图标启动时自动设置,可是切换起来时须要再次设置,不太方便。google

Start Ubuntu Software Center, search for "gksu", then click Install (if not already installed).spa

Press Alt+F2 and type gksu nautilus and hit Enter命令行

Type your password then press Ctrl+L and type /usr/share/applications/ and press Entercode

Now find google-chrome and right-click on chrome icon and select "Properties".

Next, Add the following option at the end of command text box, there.

--proxy-server="IP proxy Server:port" (ex: --proxy-server="127.0.0.1:8080")

it's look like this (it's the same for Chrome):

enter image description here c

相关文章
相关标签/搜索