Ubuntu VPS
update and upgrade packages
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get autoremove -y
install some packages
apt-get install htop mc screen tmux mtr git vim build-essential zsh net-tools fail2ban mlocate -y
fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
nginx
apt-get install