Skip to content

Instantly share code, notes, and snippets.

@xmsi
Last active January 14, 2025 05:26
Show Gist options
  • Save xmsi/8942ba4fb5f7deb859724387418b2c4d to your computer and use it in GitHub Desktop.
Save xmsi/8942ba4fb5f7deb859724387418b2c4d to your computer and use it in GitHub Desktop.
Linux helper

How to create SSH key (in terminal $):

$ ssh-keygen -b 2048 -t rsa -C "[email protected]"

Start service automatically on every boot (start computer)

sudo systemctl enable [service_name]

Extract tar into executable

sudo tar -xvzf ngrok-v3-stable-linux-amd64.tgz -C /usr/local/bin/

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