6
Jun/22MySQL caching_sha2_password: the specified module could not be found.
Upgrading from MySQL 5.x to 8 has caused an error with existing accounts. The fix is to set the authentication to use. More details can be found here. MySQL 8.0.11 error connect to caching_sha2_password the specified module could not be … Continue reading
2
Dec/19Pi-hole DNS Filtering
Overview Pi-hole is a very light weight, DNS filtering server. It’s so light that there are reports it can even run on a Raspberry Pi 1! Example reasons for filtering DNS include blocking ads to filtering out harmful sites (content … Continue reading
1
Jul/19Home Networking Overview
Overview My goal was to have the ability to manage and control devices connected to my network but also make it as seamless as possible for the users. These goals can be broken down into 3 areas: Securing devices Network … Continue reading
3
Jun/19Backup Overview
Overview This post ties all the backup posts into 1 overview of the backups. There are 3 main types based on the location of where the data is stored / managed: Local Offsite Online Local Backup Data that resides in … Continue reading
4
Jun/18Securing HAProxy Headers
Overview https://securityheaders.io will give a score of how well placed the HTTP headers are on a site ranging from A+ to F (not sure what the R rating is for). Headers are a powerful meta (invisible to the naked eye) … Continue reading
5
Dec/16Post MySQL Install
After installing MySQL you can run the below command to secure your install: sudo mysql_secure_installation The script will ask a bunch of questions and act accordingly so it is only as secure as you want it to be but it … Continue reading
28
Sep/11SpiderOak Mini Review
Overview I was looking for a replacement to Dropbox after the EULA / T&C changes and found SpiderOak to be a very attractive alternative. It’s a backup and folder sharing / sync software which runs on all 3 major platforms … Continue reading
5
Sep/11Remove WordPress Default Admin Account
A good security tip is to remove the default “admin” account that is installed by default. Before doing so create a new user who also has the role Administrator. When deleting an account such as the admin one, WordPress can … Continue reading