Tag: Web Tools (Page 1 of 2)

How to enable PHPMyAdmin Authentication

Last updated on January 11th, 2023 at 02:27 pmEnable authentication for PHPMyAdmin is the next big step you need to take once you have installed XAMPP, LAMP , WAMP or PHP application with Nginx. I am doing the below steps on Ubuntu. Same can be followed in RedHat/CentOS/Amazon Linux etc., Note: You may also follow […]

How to delete all pending comments from WordPress

Last updated on January 29th, 2022 at 11:04 amWhile checking my website today I saw around 3792 comments pending for approval. It is for sure that my website is attacked by WordPress comment spam. They will post thousands of comments spamming the entire website and if your website is having less resource then it might […]

How to monitor server load using PHP

Last updated on November 7th, 2024 at 09:21 amThis PHP code checks the current load on the server and takes different actions depending on whether the server is under heavy load or not. Let’s break it down step by step: This code is useful for monitoring server load and preventing overload by limiting access when […]

How to create self signed certificate using keytool

Last updated on February 21st, 2022 at 08:34 amCreate self signed certificate using keytool. Keytool is a Key and Cerificate tool that Manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates. In this tutorial you will see how to create self signed certificate using keytool? More information ORACLE REFERENCE This tutorial […]

« Older posts