Setting Up Remote

Setting Up Remote

Okay, let's get a basic server:

Now we need to figure out SSH:

Why is there an ad inside the ssh printout:

On the side (and part of my future plans for this machine), I've learned a very simple way to create a gui through python:

At one point, I unintentionally called tkinter.Tk() 3 separate times, leading to a curious spread of titles and text spread across 3 gui instances. Turns out this library creates a brand new gui object for each Tk() call (I was a little silly) - quickly dropped back down to a single call at the start.

Look at this cutie:

Then we have some SSH and related education through:

Finally, some light reading for implementing HTTPS:

Tomorrow, we figure out how to start deploying things (and what deploying means)