How to delete frozen mails from Exim mail queue
Sometimes there can be so many frozen mails in the Exim mail queue. To know the number of frozen mails in the mail queue, you can use the following...
Client requested master to start replication from impossible position
If you run a replicated MySQL setup and have a master failure, you may see the following error in your error log. Error reading packet from server: Client...
How to fix MySql Replication Error 1236
How to fix MySql Replication Error 1236 We have some websites that use two database servers in master-master replication. Recently one of the servers died and had to be...
Can not see any IPAD/Iphone Photos in Windows Explorer
When you connect your IPAD/IPHONE to the computer, you used to be able to see photos under DCIM folder , now it’s blank. It’s because your iphone is locked...
How to check run level in Ubuntu?
just run “runlevel” , it will tell you what level the system is running. It’s good for chkconfig utilities.
Can not see Ubuntu Network card
When you finish installing Ubuntu , you see that there is no network card when running "ifconfig" , or checking /etc/network/interfaces , but you see there is no info...
WARNING: MaxClients of 384 exceeds ServerLimit value of 256 servers
Your new may looks like this. How to fix? – you need to move ServerLimit above MaxClients StartServers 50 MinSpareServers 20 MaxSpareServers 70 ServerLimit 384 MaxClients 384 MaxRequestsPerChild...
Error when installing subversion on Linux CentOS with Cpanel
The dependency problem occurred while installing subversion package on Linux CentOS/Red Hat with installed cPanel: Missing Dependency: perl(URI) >= is needed by package subversio To fix this: edit...
ConfigServer Security & Firewall – > mysql connection is blocked from external
if you have ConfigServer Security & Firewall enabled in WHM , only a certain ports are allowed to come in/out. By default mysql will be blocked, to unblock it...
sudoers – how to add users to a group in ubuntu
1. If this is an existing users Syntax: usermod -a -G groupname username For example: usermod -a -G sudo myadminaccount -> this will make myadminaccount belong to sudo group...