How to end all Dovecot processes on Cent OS 7

Trying to restart Dovecot and getting “Fatal: Dovecot is already running? Socket already exists: /var/run/dovecot/login/login”? Then open a console and end (kill) all processes by running this: for i in `ps aux | grep dovecot | awk ‘{print $2}’` ; … Read More

0
Allow USDZ mime in WordPress Media Library

Allow USDZ mime in WordPress Media Library is a plugin that simply permits loading and using USDZ 3D models in WordPress Media Library. It makes this possible by adding USDZ extension in the array of MIME types and by returning … Read More

0
No Email, IP and URL for WordPress Comments

No Email, IP and URL for WordPress Comments is a quite simple plugin to remove Email and Website fields from comments area and to stop collecting the commenter’s IP address. Also disables comment system cookie and empties comment notes text. It … Read More

0
WP Scripts and Styles console debug

WP Scripts and Styles console debug is a simple plugin for getting the whole list of JS scripts and CSS styles loaded in any page, post, product or archive of any WordPress web site. It shows both handle and filename, and … Read More

0