[关闭]
@cww97 2018-12-14T07:23:51.000000Z 字数 1298 阅读 672

Linux_Setup_cww97

MAIL


Terminal

oh my zsh

https://ohmyz.sh/

  1. $ sudo apt update
  2. # oh my zsh
  3. $ sudo apt install zsh
  4. $ sudo apt install git
  5. $ sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

oh my tmux

https://github.com/gpakosz/.tmux

  1. $ sudo apt install tmux
  2. $ cd
  3. $ git clone https://github.com/gpakosz/.tmux.git
  4. $ ln -s -f .tmux/.tmux.conf
  5. $ cp .tmux/.tmux.conf.local .

auto open mouse mode $ vi ./tmux.conf.local

http://mindonmind.github.io/notes/linux/tmux_copy_paste_by_mouse.html

  1. setw -g mode-mouse on

use zsh as default shell $ chsh -s /bin/zsh,

autojump

https://blog.csdn.net/u012801337/article/details/47147633

  1. $ sudo apt-get install autojump

spf13-vim

https://github.com/spf13/spf13-vim

  1. $ sudo apt install curl
  2. $ curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh

Shadowsocks

  1. $ sudo apt-get install python3.5
  2. $ sudo apt-get install python3-pip
  3. $ sudo pip3 install shadowsocks
  4. $ pip install --upgrade git+https://github.com/shadowsocks/shadowsocks.git@master
  5. $ vi .sslocal.conf.json

well, here is .sslocal.conf.json.

  1. {
  2. "server": "ruaruarua",
  3. "server_port": 2333,
  4. "password": "xxxxxx",
  5. "method": "chacha20-ietf-poly1305",
  6. "remarks": "",
  7. "timeout": 500
  8. }

well, sslcoal -c ~/.sslocal.conf.json

download here

how to use here

start when system starts, here

VPN to ECNU

gitbook

  1. $ sudo openconnect vpn-cn.ecnu.edu.cn
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注