Skip to content

Instantly share code, notes, and snippets.

@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 user@mydomain.com
#or by ip address
ssh user@192.168.1.1

exit: exit ###Install Something###

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