Replace IP address across multiple SPF records in a MySQL server.
Just had to do this for a PowerDNS server. UPDATE `records` SET `content` = replace(content, ‘old_ip’, ‘new_ip’);
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.
When installing Drupal on a fresh Debian 8 server I received this error from wget. Connecting to ftp.drupal.org (ftp.drupal.org)|151.101.45.175|:443… connected. ERROR: The certificate of ‘ftp.drupal.org’ […]
In Sublime Edit 3, I got fed up of having to go to the Command pallet ever time I want to re-indent my file. To […]
When you use the LetsEncrypt module it handles the renewals of your encrypted domains without any issue. However it doesn’t appear to have any method […]
Fixing the “Unable to find backend willing to host hostname for potential supermaster” Error. I had set up many PowerDNS master slave nameserver clusters before […]
I needed to create a script that would pick a random line from a file. The $RANDOM variable isn’t the easiest to use as it […]
This server is now running a Free SSL Certificate from LetsEncrypt. I am running this server on Centos 6.7 and have plesk 12.5 installed. Now […]
Copyright © 2024 | WordPress Theme by MH Themes