Published on : April 8, 2019 by Anitta Jose
SSL certificates are used to secure our websites. Once we install SSL on our website, we should redirect all our website URL’s to its HTTPS version. There are many ways to redirect http to https. Redirect HTTP to HTTPS with Apache If we are having a user level access in an Apache server, .htaccess file […]
Published on : July 18, 2017 by Liya Gigi
We all know to set forwarders for mail accounts in a cPanel server. But is it possible to set a forwarder for the emails of cPanel default address? What is cPanel default email account? when a cPanel hosting account is created, a default email account with the id username@servername.com too is created. You can either […]
Published on : June 26, 2017 by Anitta Jose
Sed – The Stream Editor A stream editor is used to perform basic text transformations on an input file. Sed command is mainly used to replace the text in a file. But it is a powerful text processing tool. Some uses of sed command are explained below with examples: Consider the text file “test” as […]
Published on : June 6, 2017 by Liya Gigi
As we know, du command is used to check the disk usage of files and folders under Linux system. There are a lot of switches available for du among which here I am trying to explain the most common switches used. As you know, one can easily checks the switches available for du by looking […]
Published on : May 25, 2017 by Liya Gigi
The ImageMagick installation steps are simple for a cPanel server. ImageMagick is an addon for your cPanel server which allows image manipulation. ImageMagick is a software suite to create, edit, compose, or convert bitmap images. If you are more curious about it then you can check the details on here ImageMagick Installation via command line For […]