Skip to content

Instantly share code, notes, and snippets.

View Athreyas's full-sized avatar

Athreyas Athreyas

  • Zscaler
  • Bay Area, CA
  • 02:16 (UTC -07:00)
View GitHub Profile
@Athreyas
Athreyas / gist:76d8ff5175d8390d8ee8e0a6ea6c57c3
Created October 25, 2016 04:52 — forked from learncodeacademy/gist:5850f394342a5bfdbfa4
SSH Basics - Getting started with Linux Server Administration

###SSH into a remote machine###

ssh [email protected]
#or by ip address
ssh [email protected]

exit: exit ###Install Something###

#If it's a new server, update apt-get first thing