1 Star 0 Fork 0

CanonDin / notes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
google it.md 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
CanonDin 提交于 2020-08-09 23:48 . update

0x00.google it

  1. 获取客户端

    git clone https://github.com/jwchenzju/teddysunss.git

  2. 修改权限

    cd teddysunss

    sudo chmod +x shadowsocks.sh

  3. 执行

    ./shadowsocks.sh 2>&1 | tee shadowsocks.log

  4. enjoy it :)

0x01.忘记密码怎么办?

  • 查看ss端口

    ss -lntp | grep ssserver
  • 查看ss配置文件

    ps aux | grep ssserver
  • 查看密码

    cat /etc/shadowsocks.json
  • 起停服务

    • 启动:/etc/init.d/shadowsocks start
    • 停止:/etc/init.d/shadowsocks stop
    • 重启:/etc/init.d/shadowsocks restart
    • 状态:/etc/init.d/shadowsocks status

0x02. phone google it

  • IPsec VPN 服务器

    wget https://git.io/vpnsetup -O vpnsetup.sh && sudo sh vpnsetup.sh
1
https://gitee.com/CanonDin/notes.git
git@gitee.com:CanonDin/notes.git
CanonDin
notes
notes
master

搜索帮助