Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

Python

Python

Python can be used a temporary server

Server Example

python -m http.server 4000

Browse to that machine on port 4000 and you should see a list of files and directories.