Linux 装机必备类软件

开发环境

apt-get install -y
openssh-server \
build-essentials \
python3 \
pythonpy \
python \
curl \
wget \
git \
sshfs \
screen \
tmux \
zsh \
vim 

安装oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

docker

docker
docker-compose

安装方式参看官网

oh-my-tmux

cd
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .

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

生产环境

apt-get install -y
git \
tmux \
openssh-server