Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
I recently tried to install Windows 10 on my laptop but on multiple occasions it returned to Windows 8.1 right after running the setup. HP Envy M6 Touch Smart Intel i5 4200U 8GB RAM Samsung 840 EVO 256GB MSATA…
WHM will count any file who’s owner is the same as the cpanel account. In case cPanel reports Others in the quota then run the following command as root: find / -user USER >> The resulting file will list all…
Horde for some reason doesn’t pick up the system timezone and defaults to UTC, to fix this you’ll need to edit Horde’s own php.ini at Add the following line (affixed with the your desired timezone) date.timezone = Asia/Singapore Now restart apache…
It happens, rarely as it may, that Plesk will not report the correct disk usage for a subscription. To get it recalculate things issue the following at shell /usr/local/psa/admin/sbin/statistics –calculate-one –domain-name DOMAIN.TLD Credit:
We recently ran a scan for a clients site (ssllabs.com) and got the following error messages This server supports anonymous (insecure) suites (see below for details). Grade set to F. This server is vulnerable to the POODLE attack. If…
I recently experienced this error on a DigitalOcean node with 512MB ram. The full error below: Starting MySQL (Percona Server). ERROR! The server quit without updating PID file () The log had the following errors logged 2015-05-25 03:46:27 3518 [Note]…
Scenario: If you access a url with a trailing slash it causes the port number of nginx to be appended to the URL and in most cases either breaks the page or causes a blank page. To fix this you…
We started experimenting with Varnish in a bid to tackle load instead of adding full blown replicated web server nodes. Once we were done with testing we ran into trouble implementing the set up on Plesk. There isn’t a whole lot…
Make sure you have the epel repo installed on your system #This is for CentOS 64-bit wget wget rpm -Uvh epel-release-6-8.noarch.rpm Install Memcached yum install memcached With installation done, we’ll need configure Memcached now # Running on Port 11211 PORT=”11211″…
Drweb can get really annoying because of it’s resource usage even on a brand new Plesk server. Run the following to remove drweb from your system: rpm -qa | grep drweb | xargs rpm -e credit: Update your mail…