Skip to content

Instantly share code, notes, and snippets.

@learncodeacademy
learncodeacademy / gist:5850f394342a5bfdbfa4
Last active December 4, 2024 21:28
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