我的个人学习笔记-赵新朋:新时代农民工

  • 首页
  • 日常备忘
  • 服务器类
  • 我的收藏
  • 未分类
  • 国外VPS
欢迎你来到猪窝!
  1. 首页
  2. 服务器类
  3. 正文

CentOS 下安装SS服务端详细教程

2015/05/05 3361点热度 0人点赞 0条评论

1.安装组件,其中openssl-devel已经存在系统中了。

yum install build-essential autoconf libtool gcc -y

2.安装git

yum install git -y
git --version 

3.下载shadowsocks-libev安装

git clone https://github.com/madeye/shadowsocks-libev.git 
cd shadowsocks-libev 
./configure 
make 
make install

4.运行shadowsocks,并在后台执行

nohup /usr/local/bin/ss-server -s x.x.x.x -p 8000 -k 密码 -m aes-256-cfb &

5.加入开机启动

echo “nohup /usr/local/bin/ss-server -s x.x.x.x -p 8000 -k 密码 -m aes-256-cfb &” >> /etc/rc.local

7.重启

reboot


标签: shadowsocks
最后更新:2019/09/08

Kratos

保持饥渴的专注,追求最佳的品质

点赞
< 上一篇
下一篇 >
2023年 2月
一 二 三 四 五 六 日
 12345
6789101112
13141516171819
20212223242526
2728  
« 8月    

    COPYRIGHT © 2021 赵新朋:新时代农民工. ALL RIGHTS RESERVED.

    THEME KRATOS MADE BY VTROIS

    陕ICP备15003432号-1