markdown 搭建2.6.8服务器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 搭建2.6.8服务器相关的知识,希望对你有一定的参考价值。

最近买的VPN账号总连不上,快被气死了。朋友自己搭了个服务器,赶快求经验记录下来,以后自己也搭一个。需要境外服务器。

### 安装shadowsocks
`pip install shadowsocks`
### 配置文件
```json
{
    "server": "0.0.0.0",
    "server_port": 8388,
    "local_address": "127.0.0.1",
    "local_port": 1080,
    "password": "xxxxx",
    "timeout": 300,
    "method": "aes-256-cfb",
    "fast_open": false
}
```

### 运行
`ssserver -c path/to/config.json -d start`
`ssserver -c path/to/config.json -d stop`

以上是关于markdown 搭建2.6.8服务器的主要内容,如果未能解决你的问题,请参考以下文章

markdown nginx 搭建自己的图片服务器

markdown RabbitMQ的服务搭建

markdown 卡夫卡服务搭建

markdown FTP被动模式服务搭建

markdown Grafana和InfluxDB服务搭建

smokeping 主从简单搭建