by Ryan | Dec 3, 2020 | Uncategorized
I was looking all over the place trying to figure this out so time to write it down so I don’t forget next time. I was using Virtualmin and BIND and trying to setup DNSSEC with it but was getting this error: managed-keys.bind.jnl: open: permission...
by Ryan | Nov 13, 2020 | Uncategorized
WP Statistics is a popular and powerful WordPress plugin for tracking statistics on your WordPress website. However if you have any plugins or anything that creates dynamic pages that don’t have a post id assigned to them then you will get lots of errors in your...
by Ryan | Nov 4, 2020 | Uncategorized
WinSCP is a great file manager program for logging into many different types of remote servers. It saves your sites into the Windows registry by default rather than a WInSCP.ini file like it used to long ago. You can switch this option in your WinSCP Preferences....
by Ryan | May 12, 2020 | Uncategorized
I occasionally run into this issue whenever I switch OSes. If you happen to use a dual boot between Linux and Windows you might find yourself in a similar situation. You may be tempted to switch mail clients but Mozilla’s Thunderbird remains one of the best,...
by Ryan | Sep 26, 2019 | Server
Backups are important but sometimes files are just too big to save to your computer or to the server that you’re trying to backup. This is when you might want to backup to another server through ssh. Here is a command that allows you to backup a folder to...
by Ryan | Aug 25, 2019 | Server
The issue is that Virtualmin currently only supports a single version of PHP FPM and seems to want to use PHP 7.2 no matter what I do, and I want it to use PHP 7.3 which is also installed. This appears to be a long-standing issue with Virtualmin. I solved it by...
by Ryan | Sep 18, 2018 | Other
I want to store this one for later so I’m posting it here. If you find it useful feel free to link to it. I wanted to version some files I’m working on but didn’t want to use a git service like BitBucket, GitLab, etc. mainly because they are huge and...
by Ryan | Feb 26, 2017 | Code, Server
If you’re running Apache web server and you have your site protected with HTTP authentication but still want to allow Let’s Encrypt/Certbot to be able to issue a certificate you will have to allow access to the .well-known folder on your site. Otherwise...
by Ryan | Feb 14, 2017 | Server
First provision your server at your desired web host. I recommend using an 8GB Linode VPS. I could not get the server to start on a 4GB but maybe some day they will optimize it enough for that if you aren’t planning to have a lot of players. Linode is great...
by Ryan | Jan 13, 2017 | Server
Recently I noticed a few sites had a page download instead of displaying when they were working perfectly fine before. I’m not 100% sure why but in my case the fix was to go into Virtualmin and toggle the PHP Version to some other version and back to my current...