I have had a problem with my WordPress site, the connection with MySql has gone away and to get it back I had to restart the server. This been an annoying issue as I do not have that high traffic on the site. …
Tag: System Administrator
I have a production and staging host, I wanted to test my domain name against my staging host, how do I do that if I’m on a MacBook Air. It is quite simple, you can apply …
So how can you speed up your WordPress site speed, if you install WordPress without speed improvements your site can become very sluggish, each page load takes longer to complete? You more traffic you get the …
As part of launching a new WordPress website, you need to do some optimization from the standard installation and give your WordPress improved performance improve page loads. There are a number of ways you can do …
Recently I had a request, asking how can we set up redirects by country to have country-specific landing pages. This can be done by installing mod_geoip, you can download GeoIP legacy Apache module from GITHUB – compile the …
Install MongoDB You can install MongoDB with Homebrew or manually. This section describes how to install with Homebrew. …
Securing your Linux server is important to protect your data, intellectual property, and time, from the hands of hackers. The system administrator is responsible for the security Linux box. In this first part of a Linux …
Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. You can use these tools to find the possible causes of a …
Crontab Restrictions You can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can’t use crontab if your name does not appear in the file /usr/lib/cron/cron.deny. If only …