The tape which stored the Netbackup database cannot be directly erased or expired. If you try to expire the tape using the following command, it outputs with error. [stextbox id="custom"] /usr/openv/netbackup/bin/admincmd/bpexpdate -ev <tape...

Make sure that Imagemagick is not installed via Easyapache3. If you already have ImageMagick installed via rpm, you need to remove it. Find the rpms using the following command. rpm -qa |grep -i imagemagick Remove the rpms in the following...

Hi guys, you might have faced the issue of /var partition gettting full regularly due to database directory. If you have a larger partition with free space, then it is possible to move the database directory to the larger partition. Here are the...

Hi guys, I am not sure why did the Ubuntu guys...left out the wvdial package in the latest distributions. In fact, most of the 3G wireless internet connection uses the PPP connection using wvdial. To install wvdial package, you need install some...

If you need a simple script to alert you by mail when a user exceeds a predefined mail rate limit, then check this out. mailflag=0 limit=5 mailid=mailaddresshere chkdate=`date -d "60 minute ago" +%Y-%m-%d\...

Hi guys. You might have come across the issue with the process msa.exe in your task manager.  Yep it is malicious process. Lets look how to remove it. Open Task Manager. Find exactly "msa.exe" from the "processes" tab Start --> Search Then...

Hi guys. You might have come across the issue with the process b.exe in your task manager.  Yep it is malicious process. Lets look how to remove it. go to task manager kill the the process tree for b.exe The soon edit the registry by Start...

You may face issue with the perl module LWP libwww-perl . Just do the following check whether the following file exist ls -alh /root/.gnupg cd /usr/local/src/ wget...

How can i create a website?

September 24, 2009 | In: Create me Site.

Most of you guys have heard of Websites/Servers/Email servers etc. But how do you own one website is always unclear with the information available in the net. Hence with less number of page lines I will tell you the basic idea behind the internet and...

Hi guys, You might have come across the issue in WHM showing incorrect IP address usage for FTP. This is generated by the script /scripts/ipusage The is is the issue with any of these...

when you use use "suhosin.executor.func.blacklist", in php.ini it will disable those functions to entire domains in the server. However, you can exclude domains from that restriction by using the appropriate entry in the apache configuration. If in...