Difference between revisions of "Common Commands"

From UVOO Tech Wiki
Jump to navigation Jump to search
imported>Jeremy-busk
 
(No difference)

Latest revision as of 23:56, 25 January 2019

These are common commands used on Linux

sudo adduser --disabled-password --gecos "" busk; sudo -i -u busk bash -c "mkdir .ssh; echo <my-public-key> >> .ssh/authorized_keys"
ufw allow ssh; ufw enable; ufw allow from 52.119.8.215

``` sudo nc -l 88 nc 88