Desktop drives are significantly less expensive than NAS Drives or Enterprise. Can they be used when building a budget RAID array? They can, however it's important to understand how desktop drives will increase required maintenance, downtime, expense, and risk of data loss. The biggest difference between desktop drives vs NAS drives or Enterprise drives is in how they … [Read more...] about Using Desktop Drives vs NAS Drives vs Enterprise Drives In A RAID Server
cPanel – Wish list from a Server Admin
I have been working in cPanel WHM servers for around 10 years now. They have been working great. cPanel is one of the best tools that I have seen which makes life easier for a Sysadmin. From feature to feature, it is becoming one the best product for a shared server, where one server is being used to host more than one websites and the same server is used to host e-Mail, DNS … [Read more...] about cPanel – Wish list from a Server Admin
Add a training slash for nginx websites
In Nginx web servers, most of us might have came across a situation where our sub folder access wont work some times and if we add a trailing slash , it start to work ie http://domain.com/sub-folder wont work when http://domain.com/sub-folder/ works.Fix add a redirect rule to auto insert the trailing slash - here is the code for that rewrite ^/([^.]*[^/])$ $1/ … [Read more...] about Add a training slash for nginx websites
How to Uninstall MariaDB in a cPanel server
Uninstalling MariaDB is as easy as installing MariaDB. If you ever want to uninstall and roll back to stock MySQL, continue reading for a step-by-step guide to uninstall MariaDB.Here are the steps to Uninstall MariaDB and return to stock MySQL. … [Read more...] about How to Uninstall MariaDB in a cPanel server
How to Install ClamAV Antivirus on a cPanel Server
Clam AntiVirus (ClamAV) is an antivirus software toolkit. It is supported by cPanel and you can install ClamAV from WHM. It can be used to check viruses in mails and in the website content. … [Read more...] about How to Install ClamAV Antivirus on a cPanel Server