
Mysql Incorrect datetime value for a valid date/time
I was getting this error message. Incorrect datetime value: ‘2015-03-29 01:40:44’ After a lot of head scratching and googling. It a timezone issue I believe. […]
I was getting this error message. Incorrect datetime value: ‘2015-03-29 01:40:44’ After a lot of head scratching and googling. It a timezone issue I believe. […]
This is just a short one. In /etc/postfix/main.cf Add the following line at the bottom. virtual_alias_maps = static:<your_username> Then in Thunderbird you can collect local […]
This is a simple one. Continuously writing logs to a Pi SD card will reduce it’s life span. Simply add these lines to your /etc/fstab […]
So earlier this evening things started to slow down again and upon investigation discovered the attackers were now hitting my DNS servers. I applied the […]
One of my servers was struck by a password brute forcing attack from hundreds of IPs. This was initially mitigated by adding a new fail2ban […]
I recently did a fresh install of Linux rather than an upgrade and found that my YubiKey was no longer letting me into GitHub anymore. […]
Just had to do this for a PowerDNS server. UPDATE `records` SET `content` = replace(content, ‘old_ip’, ‘new_ip’);
One of those doh!! moments when you do something quickly to get it working and didn’t think through the consequences. I had 3 linked tables […]
Please note these directions are just my struggle to get this working. I am on my first day with Laravel and Typescript and haven’t used […]
How I learned to love Dependency Injections in PHP. Practical uses for them and how to use them in Codeigniter 3.
Copyright © 2023 | WordPress Theme by MH Themes