Search
Search Articles
What's the Point of Docker?
What's the Point of Docker? These are my notes on installing docker on a VPS, there a bit jumbled, but mostly a full collection of the commands i used to get docker working with docker co..
New Ubuntu Server Setup Details and Packages for NGINX with SQLite Web Server and Certbot
This is the list of things that i install and commands that i run to setup a new linux VPS Server using Ubuntu, this is for version 18.x or 20.x of ubuntu, and the php-fpm version usually also changes..
python getting started notes
check your version of python Python python --version if this does not work try Python python3 --version this should show something like: Python 3.8.5 you can run a python script with Py..
Python import into SQLite research
Some examples i found while researching this import from python scripts into sqlite. Example weather import beautiful soup Python def weather_():page = requests.get("https://www.bbc.co.uk/weather/0..
My Favourite Atom Packages (Plugins) 2020
I did a list for this last year, updating it again for this year, i will add and remove packages as i change them. This is just my personal preferences for atom as i usually code in js css html and ph..