• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar

A cPanel Tech

The Diaries of a Linux Server Administrator

  • Home
  • About
  • Privacy
You are here: Home / Archives for admin

admin

Using Desktop Drives vs NAS Drives vs Enterprise Drives In A RAID Server

December 6, 2015 By admin Leave a Comment

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

Filed Under: Articles, Linux, Server Hardware, Tutorials

cPanel – Wish list from a Server Admin

November 29, 2015 By admin Leave a Comment

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

Filed Under: Control Panels, cPanel Tagged With: wish list

Add a training slash for nginx websites

November 28, 2015 By admin Leave a Comment

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

Filed Under: Nginx

How to Uninstall MariaDB in a cPanel server

November 26, 2015 By admin 2 Comments

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

Filed Under: Articles, cPanel, MySQL, Tutorials Tagged With: cpanel, mariadb

How to Install ClamAV Antivirus on a cPanel Server

November 20, 2015 By admin

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

Filed Under: Articles, cPanel

« Previous Page
Next Page »

Primary Sidebar

Copyright 2018 CPanelTech