centos安装ss

http://blog.sina.com.cn/s/blog_b5c141240102wzd7.html

https://github.com/FelisCatus/SwitchyOmega/releases/

http://www.cnplugins.com/tool/three-methods-to-install-crx.html

1.yum install shadowsocks -y

2.vi /etc/shadowsocks.conf 添加服务器地址及端口信息等

{
"server":"11.22.33.44",
"server_port":50003,
"local_port":1080,
"password":"123456",
"timeout":600,
"method":"aes-256-cfb"
}

3.sslocal -c /etc/shadowsocks.conf 保持进程开启

4.安装SwitchOmega插件(见github连接)

#离线安装crx扩展需先把.crx改为.zip文件再解压到文件夹下,之后打开扩展中心开发者模式导入文件夹,设置代理等

#情景模式规则列表见https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt

5.安装supervisor,配置supervisord.conf文件,然后编辑/etc/rc.local文件开机自启

附:rpm -qa|grep 软件名,查找软件安装位置

  ps -ed|grep 进程名,查看运行进程

  安装chrome直接官网下rpm包,然后yum安装,图标在/usr/share/applications下复制即可 

猜你喜欢

转载自www.cnblogs.com/DMajor/p/9700994.html
ss
今日推荐