WordPress displays a toolbar at the top of every page by default. Whether you are viewing your website’s admin dashboard or any page, you will find this WordPress toolbar on every page and it is very annoying for most of the people. Moreover, it is visible to the visitors as well which is even more […]
Web Development Tutorials, Tools & Techniques
In this section, we cover basic to advanced web development tutorials, tools & techniques on PHP, WordPress, Node.Js and various content management systems.
Fix 413 Request Entity Too Large Error on Nginx & Apache
What does 413 Request Entity Too Large Nginx Error Mean? A 413 Request Entity Too Large Nginx Error occurs when a request made on a client-side by the visitor or user is too large to be processed by the web server. If you have set your web server to a particular HTTP request size limit, […]
How to Install PHPMyAdmin on Ubuntu 18.04, 16.04, 14.04?
This tutorial covers step-by-step how to install PHPMyAdmin on Ubuntu. PHPMyAdmin is a web-based application that provides a Graphical User Interface (GUI) to MySQL database administration. PHPMyAdmin supports multiple MySQL servers and an easy MySQL command-line client alternative. Prerequisites Before you get started with this guide, make sure you complete some basic steps. I assume […]
How to Secure Nginx Server with Fail2Ban on Ubuntu Server
This tutorial covers easy to follow guide on how to secure Nginx server with Fail2Ban on Ubuntu Server. While controlling the functioning of a web server, it is very important that you protect and secure your website from hackers and attackers. This guide covers how to secure the Nginx server with Fail2Ban on Ubuntu. Thanks […]
6 WordPress Security Tips: Prevent WordPress XMLRPC Attacks
There are many instances of XMLRPC Attacks these days. This WordPress Security issue arises when a server has not been protected or optimized. This could lead to experience issue or errors after receiving a small amount of malicious traffic. Usually, these type of attacks results in the exhaustion of system resources. While monitoring my system, I […]