Some times, when we open a horde we will get the following error “Unable to get quota” in the horde page with some yellow colour and you will not any error in the horde error log too. You can do the following procedure to fix the issue. 1. Options–> Mailbox… Continue Reading Horde Error: Unable to get quota

If you see any error like this in your apache then you can do the following procedure to fix the issue. for semid in `ipcs -s | grep apachec | cut -f2 -d” “`; do ipcrm -s $semid; done ipcs -l vi /et/sysctl.conf kernel.msgmni = 1024 kernel.sem = 250 256000… Continue Reading No space left on device: Couldn’t create accept lock

Hi, Consider a scenario, if you have n number of IP address in your server and you want to switch the IP address for every 10 or 5 minutes. You can use the following script to achieve this. We have tested this script in cpanel servers. This #!/bin/bash # List… Continue Reading IP changing script

If you want to enable root login alert for your server then you can do the following procedure. So lets get started! 1. Login to your server and su to root. 2. cd /root 3. pico .bashrc 4. Scroll to the end of the file then add the following:echo ‘ALERT… Continue Reading Root Login Alert

1) Open Thunderbird then click on Tools and select Account Settings. 2) Click on Account Actions and select Add Mail Account. 3) Enter your name, your Hover email address, and your email password then click on Continue. 4) Thunderbird will try to auto configure the account settings. The orange status… Continue Reading How to configure Mozilla Thunder bird in MAC OS for the email account?

Mail might tell you this, even when you’re using the correct password: “The server {server name} rejected the password for user {username}. Please re-enter your password, or cancel.”Products Affected This message may appear several times while trying a correct password. This can happen if the mail server is not available… Continue Reading Mac OS X Mail: “The server rejected the password” alert, even with correct password

1) Open Thunderbird. On the Tools menu, select “Account Settings”. 2) Click on “Add account” or press Alt+A. 3) Select “e-mail address” and press next. 4) Type in your name and the e-mail address. 5) In this dialog box, Select POP and enter the address for the incoming server. This… Continue Reading How to set up Mozilla Thunderbird for the E-mail account created with cPanel?

Instructions The code below is a simple HTML form which you can copy and paste in your website. Then you just need to adjust the values in red based on your requirements. Cart checkout will not work with your sandbox accounts. Instructions The code below is a simple HTML form… Continue Reading Shopping cart source codes

LVM Formatting the new Disk Suppose the Disk is /dev/sdb, the second scsi disk, fdisk /dev/sdb create as many partitions as you need using command n Label them with command t as 8e for making it Linux LVM Write and Exit with the command w. Format the partitions you require… Continue Reading LVM, How can i add it.

Connecting to NAS backup is quite simple actually.Network Backup is a simple Network Attached Storage (NAS) array that can be directly accessed over Ethernet using standard IP protocols such as SAMBA/CIFS and FTP. Network Backup needs to be accessed from within your server.You have to first log into the server.Once… Continue Reading How do I connect to my NAS backup?