Skip to content

Instantly share code, notes, and snippets.

@gerjantd
Created June 24, 2012 18:20
Show Gist options
  • Save gerjantd/2984296 to your computer and use it in GitHub Desktop.
Save gerjantd/2984296 to your computer and use it in GitHub Desktop.
Linux system info summary and simple way to prevent remote from closing connection
watch -n 8 "cat /etc/issue | grep '[a-z]'; uname -a; top -b -n 1 | head -1; who"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment