Skip to content

Instantly share code, notes, and snippets.

@vinjn
Last active January 30, 2023 12:37
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 vinjn/806c3c78bd7192d99bfe70d4b3cb1175 to your computer and use it in GitHub Desktop.
Save vinjn/806c3c78bd7192d99bfe70d4b3cb1175 to your computer and use it in GitHub Desktop.

Install Code Server and run it with password: m

curl -fsSL https://code-server.dev/install.sh | sh && PASSWORD='m' code-server --auth password --bind-addr 0.0.0.0:8888

Install missing packages for nsys

sudo apt install libxkbcommon-x11-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0

Install missing packages for Tracy

sudo apt update && sudo apt -y install libglfw3-dev libgtk-3-dev libcapstone-dev libtbb-dev

Install locate

sudo apt install mlocate && updatedb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment