How to find a list of all files that end in multiple extensions using the Linux command line Use this command: find /home/domain/public_html/ -type f -iname ‘*.jpg’ -or -iname ‘*.pdf’ Read More
How to determine the version of PHP running per site on a Virtualmin server Find Virtualmin PHP versions for all websites Method 1 – virtualmin command line The command to list everything is here, but you’d want to use Read More
How to delete messages from the Sendmail queue First check the size of the queue: # mailq | tail -n 1 Total requests: 35971 Use this command to delete the mess: find . Read More