π» The Ultimate Guide to GPG for Email Security β π π©βπ»
There are many guides on the web for setting up GPG keys. Most of the one I have come across are outdated, or simply incorrect. This is an attempt to right those wrongs. ...
There are many guides on the web for setting up GPG keys. Most of the one I have come across are outdated, or simply incorrect. This is an attempt to right those wrongs. ...
(Part 1/3) In this post, I shall manually setup from scratch a Wireguard VPN on an AWS EC2 instance and make it available for secure browsing from my mobile devices. This setup process will be full manual for our first post, to understand all the principles and terminology before Post 2 where we will use the AWS CLI and Ansible to provision the EC2 instance; and later Post 3 where we will use Terraform and Infrastructure-as-Code principles to create the whole setup automatically. ...
Just dropping this here so I donβt lose it, this page has all modern emoji codes for cut & paste, e.g. if you need a computer technical lady emoji you need to do this: \U0001f469\u200D\U0001f4bb to see this: π©βπ» https://emojiterra.com/ FIN
So, in 2015, the Prime Minister of Singapore, Hsien Loong Lee, posted a C language sudoku solver to leetcode.com and I can see a lot of bitwise manipulation in the code. I think it is worth our time to take the solution to pieces and see how it runs so fast. ...
There are two hard problems in computer science: we have one joke, and itβs not funny. β heyjdp I have things that need naming. So I propose a short project to arbitrarily name projects, because why not? Itβs fun! ...
A quick how-to guide to installing C code tooling for Microsoft VS Code on MacOS. ...
A quick how-to guide to installing Python3 tooling for Microsoft VS Code on MacOS. ...
Raspberry Pi has been through a few revisions now, and the data available on the www tends to get stale very fast. This is the right way of connecting to a Raspberry Pi 4 via a serial consoles. Which GPIO pins are used for the serial console? As can be seen in the image above and the cartoon here, the TX (PIN8) and RX (PIN10) pins for the serial port are next to the 5V power (PIN2) and GND (PIN6) pins on the top left....
How did I get started in technology? Great question, letβs exploreβ¦ ...
It is quite common to write a βHello, worldβ script when trying a new language, just to check the tech is working correctly, this is my contribution to the fire-hose of internet noise. Youβre welcome! ...