Skip to content

Instantly share code, notes, and snippets.

@aofry
Last active August 19, 2020 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aofry/0fa7f756d4f2fc000760f7be3daa1acb to your computer and use it in GitHub Desktop.
Save aofry/0fa7f756d4f2fc000760f7be3daa1acb to your computer and use it in GitHub Desktop.
a cloud dev machine
#for ENOSPC problem, run:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
apt update
apt-get install -y git apt-transport-https gnupg fish vim dos2unix zip curl wget
#nodejs
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
bash n latest
#optional dev
# apt-get install -y python3-pip python3-venv
# apt-get install -y openjdk-14-jdk
apt install -y docker.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment