Skip to content

Instantly share code, notes, and snippets.

@Algogator
Last active June 8, 2018 15:18
Show Gist options
  • Save Algogator/31ee36c1fc02d557e5a5b264624d7b31 to your computer and use it in GitHub Desktop.
Save Algogator/31ee36c1fc02d557e5a5b264624d7b31 to your computer and use it in GitHub Desktop.
Screen
When you use screen you need to detach with CTRL+A+D before you exit ssh.
screen -dm [session name] [commands]
resume later using screen -x
C-a [ scroll mode
=======================
fuser 8080/tcp
fuser -k 8080/tcp
=======================
netstat -nlp|grep 8443
=======================
ps -ef | grep ruby
kill
=======================
Start mail server
=======================
Start https tunneling
stunnel <config file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment