Passwords Most Fowl
If you’re like me, some of yesterday (Christmas 2024) was spent watching the new Wallace and Gromit. I wonder if like me it also got you thinking about password managers.Read More
I’ve bought a van. I’m planning on converting it to a camper and documenting the process here.Read More
Setting a good CSP can be hard. Here I go through what it is, and how to set it up well.Read More
Part 2 of my new home setup. I discuss a Lenovo clock I got.Read More
I recently bought a new House. In this post, I discuss my network setup as part of a series of posts about the setup.Read More
I recently bought a Robot vacuum. I have been amazed how good it is.Read More
Dumb TVs don’t appear to be a thing anymore. I wonder why?Read More
Mutt now supports multipart email. I guess it will be easy to set it up right?Read More
Day one of the Advent of CodeRead More
In this blog post, I document how I achieved reflected XSS though a malicious http header.Read More
Vim is a popular text editor among programmers, it is not limited to programming though. In this blog I will discuss how I write just about everything in vimRead More
I use Home Assistant for my home automation setup. I plan do write some more blogs about it in the future. This is supposed to help those out who are considering starting out. It is not supposed to be a setup guide, rather some things to consider before starting out.Read More
How I work at the beginning of 2021Read More
Finding valid usernames can significantly improve your chances of breaking into a WordPress
account. In this blog post I cover some of the methods I use to find valid users and how you
can protect your own site against them.Read More
Once you’ve got a reverse shell, there are a number of things you can do to make it nicer to work with. I go through those and at the end, automate the annoying bit with zsh.Read More
ZSH’s tab completion is excellent, although limited to completing based on your command. With this, I can also make completions based on my current word.Read More
I describe my email setup. It mainly consists of Mutt and Vim although there are various supporting tools as wellRead More
All too often, security advice is aimed at large companies who can afford to spend hundreds or thousands of pounds on security procedures. In this blog, I will try and lay out some advice for freelancers and small businesses can follow, without breaking the bank.Read More
So much of what we do these days is in a browser, so I thought it would be worth while taking some time to optimize / customize by browserRead More
I spend a lot of time on the command line, and honestly believe that I am more productive because of that. Here are some of the tools that help me out on a day to day basis.Read More
Many companies use an Exchange server for email and calendar. My preferred email client is NeoMutt. You can use Davmail to make these two work together.Read More
ZSH is great shell but in this blog I explain some of the annoyances I’ve had with it, as well as some of the benefits.Read More
Hashcat is an amazing tool for cracking hashes but the syntax leaves a bit to be desired. This article explains one way to improve the experience of selecting modes by overriding ZSH’s built in tab-completion using FZF.Read More