Welcome to play the personal linux server, here’s the setup list that all you need.

Admin#

  1. systemd
  2. ifconfig (for network config)
    • sudo apt install net-tools
  3. 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)"
  • on my zsh: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • gcc
  • go
  • make
    • sudo apt install make

Reference#