Ubuntu VPS

1.购买服务 https://www.kvmla.com

2.登录远程 ssh root@xx.xx.xx.xx

xx.xx.xx.xx为远程地址 kvmla中在如下位置可以找到配置清单。 客户中心 > 我的客户中心 > 我的产品与服务 > 产品详细信息 (kvmla为主IP地址)

Are you sure you want to continue connecting (yes/no)? yes

3.查看python python python3

4.安装pip 安装说明

cd /home/ wget https://bootstrap.pypa.io/get-pip.py python get-pip.py

查看是否安装成功 pip --version

5.安装shadowsocks pip install shadowsocks

创建文件config.json,路径为/etc/shadowsocks/config.json cd /etc/ mkdir shadowsocks vim config.json 添加如下内容 { “server”: “xx.xx.xx.xx”, “server_port”: xxxx, “local_port”: 1080, “password”: “xxx”, “timeout”: 60, “method”: “aes-256-cfb” }

6.启动shadowsocks ssserver -c /etc/shadowsocks/config.json -d start

如果想要停止 ssserver -d stop

grep -rne "Monniya" 参考文章 搭建Shadowsocks服务器 pip




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Claude Code CLI 新手使用指南
  • AndroidX,migrate,jetifier
  • KDE Connect Indicator
  • BusyBox
  • Source for Android 28