BSODs Notebook

Linux admin stuff and other shenanigans

One Line Python Webserver

Python 2.x:

python -m SimpleHTTPServer $PORT

Python 3.x:

python -m http.server $PORT