find locate linux - How to find files in Linux using locate or find commands

How to find files in Linux using locate or find commands

In Linux, there are a variety of commands to locate files, each with its own set of advantages and disadvantages. Some are only available in certain distributions, and others are not installed by default. Let’s start with the quickest approach...

MobaXterm Personal 20.3 ByCOPcuqOk - Postfix Configuration settings to prevent incoming SPAM

Postfix Configuration settings to prevent incoming SPAM

In this post, I’ll share the configuration file I use for Postfix installations and highlight some of the directives I use to combat incoming SPAM. If you want to use it, go ahead. nano /etc/postfix/main.cf nano /etc/postfix/main.cf...

error phpmyadmin cpanl - PHPMyAdmin Access denied for user X @ localhost

PHPMyAdmin Access denied for user X @ localhost

When you can’t log in to PHPMyAdmin from within cPanel it’s mainly one of two reasons: When you reset the password for that user, MySQL password wasn’t changeduser has a custom .my.cnf file with defined logins for mysql Step 1...

chrome Etcm9oDiSv - Move email accounts from one cPanel account to another

Move email accounts from one cPanel account to another

Moving email accounts along with all emails from one cPanel to another can be done in two ways: IMAPSync – you need access to a terminal and passwords for email accountsFTP (File Manager) – you need access to FTP or cPanel File Manager...

image 82 - Flush nscd DNS cache

Flush nscd DNS cache

name service cache daemon (nscd) cache is persistent by default on CentOS 7, to flush it, you need to run: nscd -i hosts -i stands for invalidate. You can also check if nscd‘s cache is persistent by running nscd -g...