Skip to content

Instantly share code, notes, and snippets.

@johndrinkwater
Created December 15, 2008 23:45
Show Gist options
  • Save johndrinkwater/36176 to your computer and use it in GitHub Desktop.
Save johndrinkwater/36176 to your computer and use it in GitHub Desktop.
just showing someone how easy it is to get basic server info on local networks
john@ezri64 ~| ssh audrid "uname -a"
Linux audrid.nextraweb.com 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux
john@ezri64 ~| ssh little "uname -a"
Linux little.nextraweb.com 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux
john@ezri64 ~| ssh ezri "uname -a"
Linux ezri64.nextraweb.com 2.6.14-1.1644_FC4 #1 Sun Nov 27 03:24:54 EST 2005 x86_64 x86_64 x86_64 GNU/Linux
john@ezri64 ~| ruptime
angela-laptodown 16+07:56
yerad down 19+05:35
audrid up 02:27, 2 users, load 0.06, 0.27, 0.43
ezri64 up 46+07:23, 3 users, load 0.16, 0.13, 0.10
little up 8:05, 0 users, load 1.01, 1.02, 1.00
little & yerad are Compaq iPaq desktops, audrid is an Acer One (netbook), ezri is a bespoke desktop-cum-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment