Skip to content

2017

Centos初始化2

proxychains-ng

git clone https://github.com/rofl0r/proxychains-ng
cd proxychains-ng                                 
./configure --prefix=/usr --sysconfdir=/etc 
make
make install
make install-config   # 生成配置文件
echo 'http 10.100.100.136 4411' >> /etc/proxychains.conf  # 输入代理设置

Kubernetes部署

MEOW

安装

curl -L git.io/meowproxy | bash
# 建议安装目录 /usr/bin/

复制自己的配置文件

# in local computer
xclip -sel clipboard < ~/.meow/rc
# in CentOS server
mv ~/.meow/rc ~/.meow/rc.bak
xclip -o -sel clipboard > ~/.meow/rc