AWS Cloudflare Django Web Dev public – 2 min read Rationale As I keep making guides and discovering new and better ways to do things, other posts get lost in… Apr 2, 2020 Arturo
Docker AWS Ghost Install Ghost on Docker (Ubuntu 18.04) public – 8 min read Rationale Why docker? Docker is the worldβs leading software container platform. It's a pain to upgrade stuff, from node.… Mar 31, 2020 Arturo
Windows mustHaveWindowsApps Install Windows 10 public – 1 min read This guide will help you understand the process of installing windows 10 correctly. Make a bootable drive The first thing… Mar 29, 2020 Arturo
AWS AWS pipeline deployments failing public – 1 min read Motivation I recently migrated to Ubuntu 18.04 and I noticed that there is a known bug on the AWS… Mar 27, 2020 Arturo
How-to How to create a website public – 2 min read Motivation Technology changes a lot and while we learn new things and don't practice what we learned before that, we… Mar 26, 2020 Arturo
Python How-to Install Python on Ubuntu Server public – 1 min read Automatic Install Let's first check the version with: python3 --version To check all python versions you have: apt list --installed… Mar 25, 2020 Arturo