Search

Starting and Stopping srvc

python3 -m http.server 80

Creates a server using Python on port 80. Hosts all files in the directory I was in (on machine IP)

sudo systemctl enable/disable ssh

enables/disables ssh on startup

sudo service apache2 start

starts an apache2 server on machine IP