How to “grep” for malicious code on Linux
Post

Few basic examples to start with, please beware that none of these is absolute, nor the combination of these are. Just adjust the parts that define the string and the pattern and look at the results, then adjust again, and … Read More

How to end all Dovecot processes on Cent OS 7
Post

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

Allow USDZ mime in WordPress Media Library
Post

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

How to monitor resources by process on Linux
Post

When it comes to server resources it’s important to pinpoint which process of which user consumes the most CPU or memory at a certain stage. For this, a dynamic list of processes and their used CPU and memory would be … Read More

Privacy Policy
Page

A. Introduction The privacy of my website visitors is very important to me, and I am committed to safeguarding it. This policy explains what I will do with your personal information.  Consenting to the usage of cookies in accordance with … Read More

No Email, IP and URL for WordPress Comments
Post

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

WP Scripts and Styles console debug
Post

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