by Aromal Rajagopal | Feb 22, 2010 | Quick fixes, Technical |
Issue : Whenever a new account is created, the server sends out an email notification. Where can this setting be accessed and modified? Fix : Just go to WHM >> Basic cPanel/WHM Setup >> Server Contact Email Address. You can make the required changes...
by Aromal Rajagopal | Feb 15, 2010 | Quick fixes, Technical |
Issue : How to turn off the bandwidth monitoring module in cPanel ? Solution : Go to WHM >> Service Configuration >> Service Manager. Look for ‘cPBandwd’. Make sure that the check box besides that is unchecked. Save the settings and that should be it...
by Aromal Rajagopal | Feb 15, 2010 | Quick fixes, Technical |
Issue : How can a large file, say 1GB, for some testing purposes be created? Solution : Use the following command : dd if=/dev/zero of= filename bs=1024 count=1024number of 0’s Replace ‘filename’ with the actual filename. Replace ‘number of...
by Aromal Rajagopal | Feb 15, 2010 | Quick fixes, Technical |
Issue : There is no control panel installed on the server. So, how can the total number of user accounts on the system be determined? Solution: Use the following command to find the total number of accounts on the system : cat /etc/passwd | wc -l Note : This will also...
by Aromal Rajagopal | Feb 13, 2010 | Quick fixes, Technical |
Issue : Following is the error that occurred : Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile addons | 951 B 00:00 base | 2.1 kB 00:00 extras | 1.1 kB 00:00 updates | 1.9 kB 00:00 Not using downloaded repomd.xml because it is older than what...