Skip to content

Software for Linux

ly525 edited this page Jan 10, 2019 · 1 revision

Ubuntu

sudo apt-get install git wget curl vim zsh mpg123 sshpass supervisor sqlite3 ssh terminator build-essential 
libgtop2-dev libgtk-3-dev -y libappindicator3-dev git-core python-pip indicator-netspeed -y
# install nvm to install node
sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
# install oh-my-zsh for better experience
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" #input your password
autojump
  1. sudo apt install autojump
  2. echo $$shell 查看使用的是什么终端, 如果是zsh
  3. 在.zshrc 中写入 . /usr/share/autojump/autojump.zsh
  4. source .zshrc
  5. 完毕
ls /usr/share/autojump/
如果是bash 需要使用 autojump.bash; zsh 需要使用 autojump.zsh
autojump              autojump.bash     autojump.fish  autojump_utils.py  __pycache__
autojump_argparse.py  autojump_data.py  autojump.sh    autojump.zsh

Centos7

database
  1. mongodb
  2. install Guide DigitalOcean
  3. sudo systemctl status/start/reload/stop mongod
  4. mongo # mongo shell
  5. redis
  6. mysql

A

A1

B

B1

C

C1

Clone this wiki locally