Skip to content

Instantly share code, notes, and snippets.

@iTrooz
Created September 19, 2023 16:55
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 iTrooz/12c47adf845874507a92b94f5eaa9e49 to your computer and use it in GitHub Desktop.
Save iTrooz/12c47adf845874507a92b94f5eaa9e49 to your computer and use it in GitHub Desktop.
TMate anywhere
# Simple command combination to download + start tmate anywhere
wget https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz -P /tmp && tar -xvf /tmp/tmate-2.4.0-static-linux-amd64.tar.xz -C /tmp && /tmp/tmate-2.4.0-static-linux-amd64/tmate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment