by admin | Mar 3, 2015 | cPanel/WHM
There might be many situations in which you need to run some default cPanel scripts in the server. Recently i found an issue when running the script : # /usr/local/cpanel/scripts/check_cpanel_rpms –fix The error returned was something like : #...
by admin | Feb 24, 2015 | cPanel/WHM
When trying to upgrade cPanel /WHM version, do you face the following error : Switching to 11.46.2.4 to determine if we can reach that version without failure. FATAL: Could not figure out RPM distribution version The Administrator will be notified to review this...
by admin | Feb 19, 2015 | IIS, OpenSource, Servers
We have some situations in which we need to hide the extension of a webpage to the end users. Mostly this is concerned with the server security. Here we discuss about hiding the PHP extension of a wepage deployed in an IIS server . We can easily implement this in...
by admin | Feb 17, 2015 | General, Servers
In this short post, we will discuss on how to install a perl module using CPAN. First, login to the CPAN interactive shell using the command: # cpan Once, you are in, install a module using the syntax, cpan> install package:function eg, to install the...
by admin | Feb 11, 2015 | SQL, SQL Server Management Studio
Sometimes we get a message like “No backupset selected to be restored” while trying to restore a Database into SQL server 2012 or SQL Server 2014 using SQL Management Studio. There are various reasons for this to happen, such as : If we are trying to restore the...