vps setup
Welcome to play the personal linux server, here’s the setup list that all you need.
Admin#
- systemd
- ifconfig (for network config)
sudo apt install net-tools
- sysstat (for iostat etc.)
sudo apt install sysstat
Dev#
- git:
sudo apt install git - zsh:
sudo apt install zsh- install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- install oh-my-zsh:
- on my zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"- plugins:
- git
- fzf
- autojump:
sudo apt install autojump - theme: https://starship.rs/
- plugins:
- gcc
- go
- make
sudo apt install make
Reference#
Read other posts