Categories
google

Software Engineering Insights From 10 Years At Google – Addy Osmani taken down

This is the post that has subsequently been removed by Addy – probably due to Google’s notorious legal contract to prevent exposing anything about working for company. The Internet is forever… Update August 2022: Mistaken early deployment due to a "github action" – was the apparent reason from addy’s blog Start of the Original May […]

Categories
Cycling

An Overview of Doping in Road Cycling and Good Books to Read

A topic I have become more interested in over the years is Road Cycling and doping. As you watch videos on youtube and road cycling events it becomes clear that some if not most astounding outcomes were a result of external biological enhancements from drugs. Of course – the nature of the topic – is […]

Categories
python ubuntu

Initial Setup of a Ubuntu 20.04 VM with Compiled Python 3.10

Assuming you have logged in as root with a password Creating a non-root User adduser ubuntu usermod -aG sudo ubuntu Add your SSH key to the new User ssh-copy-id ubuntu@ ssh ubuntu@ Enabling Firewall sudo ufw app list sudo ufw status Disable root login and password based login sudo vim /etc/ssh/sshd_config Uncomment and set: PasswordAuthentication […]

Categories
Networking

Best bang for buck home router in south africa

I have used about 4 different home routers in my time from various brands: D-Link, TP-link and Mikrotik. So far the most cost effective for the feature set is the mikrotik hap ac2. Currently it is R600 on takealot. Although even at R1000 I think it kills the competition. Note: This router is for fibre […]

Categories
Uncategorized

Using ansible and vault to securely ssh into many vms

to be added…