Skip to content

Instantly share code, notes, and snippets.

@vutsalsinghal
Last active December 5, 2023 03:42
Show Gist options
  • Save vutsalsinghal/4b2d64203144bb9b383da750d89208eb to your computer and use it in GitHub Desktop.
Save vutsalsinghal/4b2d64203144bb9b383da750d89208eb to your computer and use it in GitHub Desktop.
# Append at the end /boot/firmware/cmdline.txt (make sure there is no newline at the end)
cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $USER
sudo apt install zip screen python3-pip
sudo python3 -m pip install docker-compose certbot
# Install code-server
curl -fsSL https://code-server.dev/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment