$ pip install shadowsocs
$ whereis sslocal
$ vim ~/.config/shadowsocks.json
$ sslocal -c ~/.config/shadowsocks.json
# start in the background
$ sudo sslocal -c ~/.config/shadowsocks.json -d start
# check the service
打开https://www.cloudping.info/测速,看选哪个区建立实例
- 打开https://www.getoutline.org/安装“outlinemanger”,可以根据指示进行设置
- 设置完成,将生成码,复制到“outlinemanager”
- 创建新的key,复制下“ss//。。。”,复制到“outlineclient”进行上网
参考:
- https://juejin.im/post/5b13f92151882513ad321a3e
- http://www.bioinfo-scrounger.com/archives/490
- https://www.zybuluo.com/gongzhen/note/472805
- https://gist.github.com/3013216027/469e7b988edde7e5f806f55a993b9efa
- https://medium.com/@moreless/%E4%BD%BF%E7%94%A8shadowsocks%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91-87ac5efecd8a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -S luajit libjpeg gstreamer freetype2 fontconfig fribidi libx11 xorg-server-devel libxrender giflib libtiff poppler libspectre libraw librsvg libpulse libxcursor libxcomposite libxinerama libxrandr libxss bullet gst-plugins-base-libs doxygen check | |
alias hostNameAlias='ssh [email protected]'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site_name: python notes | |
site_url: www.xx.com | |
theme: | |
name: 'material' | |
font: | |
text: 'Ubuntu' | |
code: 'Ubuntu Mono' | |
palette: | |
primary: 'cyan' | |
accent: 'indigo' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" let Vundle manage Vundle, required | |
Plugin 'gmarik/Vundle.vim' |