All Posts
How to Stop Using Microsoft Account to Login to Atlassian
2024-10-04
If you are logging into Atlassian with your Microsoft/Google account and want to set a password you need to unlink it. To do so you need to change your email...
My appearance on the Modern Cyber Podcast
2024-08-29
My appearance on Episode 26 of the Modern Cyber podcast with Jeremy Snyder of FireTail.io was recorded at the fwd:cloudsec US 2024 conference
Secure Domain Registration for Startup Companies
2024-04-22
Original post on Zatik Blog
How to Create a Hardened Cloudflare Account
2024-04-22
Original post on Zatik’s blog
Set your iPhone into Greyscale mode on a schedule
2023-10-14
Your iPhone can be a blackhole of attention. One way to reduce the amount of screentime you spend on it is to make the screen less appealing to look at....
Using Jupyter Notebooks in Google Colab and publishing to Google Sheets
2023-02-05
Jupyter Lab notebooks are a great tool for doing data analysis that is either to big for Excel, or you need to repeat the output. Google Colab is a hosted...
Setting up DNS, TLS, and a CDN for a Pelican Static Website
2022-01-28
The first post in this series covered creating a site with Pelican the second covered S3 hosting and Github Actions. The series will conclude with configuration of DNS, TLS, and...
Hosting a Static Pelican Site in S3 with GitHub Actions
2022-01-22
With the static site already created you could manually copy these files to S3 via the AWS console, or via the S3 CLI. However, this adds friction to the writing...
Setting up a site with Pelican
2022-01-15
The site here is built using Pelican which is a static website generator. It allowed you to write webpages in markdown, then build them along with a config file and...
Setting up WSL and Ubuntu on Windows
2022-01-01
I wanted to get started with writing more online in 2022. I decided to setup a static site hosted out of S3 which I will cover in a future post....