The locate command is a very useful command to find the exact path/location of files in Linux if you know the file name. You can install it using yum and the package is mlocate.Quote can not open `/var/lib/mlocate/mlocate.db’: No such file or directory It is a common issue while using locate command, and the error […]
Category: Linux
535 Incorrect Authentication Data
The error normally caused due to incorrect permissions. We can fix mail box permissions from WHM on cPanel servers. For that : 1) Log into WHM as root and click on “Email” section.2) Select “Repair Mailbox permissions“3) It will show a message like : This function will inspect mailbox ownership and permissions and attempt to […]
Fatal error: Allowed memory size of x bytes exhausted (tried to allocate xbytes)
The error normally occurs when PHP tries to process a big database records or when importing or exporting. To solve the error, there are two fixes. One is to increase PHP memory limit of the account by using a custom php.ini file. But sometimes it won’t work. If it didn’t work, then you can fix […]