3 Ways to run a simple webserver from the command line

You need to run a simple web server and you don’t want to set up a virtual host or do any configuration. Here is how you can run a simple web server locally. Note, these utilities are not for production web hosting. Pythons built-in HTTP server Use Pythons built-in HTTP server. Python ships with a […]

How to Install Raspbian on a Raspberry Pi with SSH access enabled by Default

Simple instructions on how to install Raspbian on a Raspberry Pi with SSH enabled by default. Download Raspbian or NOOBS Download Etcher (Mac) (If you don’t decide to download NOOBS) Load Raspbian onto your Sim card via Etcher/NOOBS Create an empty file with the name “ssh” touch ssh Move the empty “ssh” file onto the root […]