How to install Free Let’s Encrypt SSL on a Domain in CentOS Web Panel?
Let’s Encrypt is a certificate authority that launched on April 12, 2016, that provides free X.509 certificates for Transport Layer Security (TLS) encryption via an automated process designed to eliminate…
How to Install Softaculous in CentOS Web Panel?
Requirements A server with CentOS Web Panel If you have a firewall, then please allow access to download all packages from *.softaculous.com Note : Please allow access to the following domains to…
How to install CentOS Web Panel?
CentOS Web Panel (CWP) is a free web hosting control panel that offers easy managemet of multiple servers (both Dedicated and VPS) without the need to access server through SSH for…
Htaccess tips and tricks
Block IP: <RequireAll> Require all granted Require not ip 1.2.3.4 </RequireAll> Force www, or non www, redirect. #Force www: RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]#Force www: #Force…
OVH server not booting with centos7.6 kernel
One of our client was facing issue with OVH kernel. After rebooting the server it’s not coming up with normal kernel. I have checked the server using IPMI console and…
How to password protect directories in helm control panel
Log into your HELM control panel. Click the domains icon from the user’s menu and select the domain from the list. Under the Domain Menu, click the FTP Accounts icon.…
How to Set Bash Prompt in Linux
The default bash prompt is kind of bare and doesn’t tell you much. SSH to your machine. # set the prompt export PS1="[\u@\H][\[\033[1;34m\W\[\033[0m]\\$ "
How to Recover from mysql log read failure
If you deal with MySQL master/slaves a lot you may run into the following error. Relay log read failure: Could not parse relay log event entry. To fix this you…
How to Install Softaculous on CentOS with cPanel?
Softaculous will allow your web hosting users to easily install many web scripts. Before proceeding, you need to make sure that cPanel PHP Loader should be set to IonCube from…
How to use Yum Commands to Disable and Remove Package Repositories on CentOS?
YUM also called as Yellowdog Updater, Modified is a default package management system which is mostly used in all versions of CentOS to install and update packages and repositories. With the help of…