Setup
In this page I list some of the common packages to install after a server is reset.
Basic
sudo apt install curl wget cmake silversearcher-ag unzip install repo git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 libncurses-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip python3-venv libssl-dev libelf-dev
Shell
Install Oh My Zsh
Docker
On Linux-based systems, we can install docker with a script:
Get script:
Run:
After installation, manage docker as a non-root user
Create the docker group.
Add your user to the docker group.
Log out and log back in so that your group membership is re-evaluated.
Editor
Then refer to vim wiki to configure the editor.
Cloud
TODO