What is the difference between the packages available for telkom wireless data? It is confusing for tech savvy people – probably more so for the general public Wireless is an internet connection using cell phone towers that are 3g, 4g (LTE) and 5g. The 3g, 4g and 5g are standards agreed upon that allow for […]
Author: me
An article on AWS costs was seen and it was thought decent to convert it to rands from dollars… Taking R:$ as 15 Component $/month R/Month 1 modern vCPU (4 AWS ECUs) 43 645 With 1 year convertible reservation 43 645 With 3 years convertible reservation 30 450 With spot pricing (estimated) 30 450 1 […]
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 […]
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 […]
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 […]