WordPress has stopped users from adding code directly to prevent attacks. To insert PHP code safely in a post, convert it into a shortcode. You can create a shortcode manually…
Category: Servers, Hosting & Email
How to eliminate a MySQL user using SSH
January 22, 2024 / MySQLRemoving a MySQL user via SSH is detailed in this guide, where a MySQL user, recorded in the USER table of the MySQL server is deleted along with its linked…
How to find objects between two dates in MongoDB
December 18, 2023 / MySQLLearn how to query objects stored in MongoDB between two specific dates in this guide, essential for time-sensitive data applications. Understand about the MongoDB’s data storage MongoDB uses the BSON…
How to increase the PHP memory limit and upload limit in WordPress
December 9, 2023 / WordPressWordPress is a versatile content management platform that offers a variety of themes and plugins. With these, you can quickly create interactive and effective websites. However, if your WordPress site…
How to monitor the services on your server from WHM
November 30, 2023 / cPanel & WHMIn this article, we will explain how to monitor the services on your server from WHM. Follow these steps to monitor the services on your server from WHM- Log into…
How to fix AWStats missing from VPS
November 28, 2023 / Virtual ServerIn this article, we will explain how to fix AWstats missing from VPS, you must modify AWStats since it’s not activated in default VPS installations. The following tutorial demonstrates a…
How to check the Apache version via the shell
November 7, 2023 / Servers, Hosting & EmailIn this guide, you will learn how to check the Apache version via the shell. Let us follow the steps- Log in to your server as root using SSH. Execute…
How to set up a static homepage in WordPress
October 29, 2023 / WordPressWordPress is originally designed for creating blogs so the default home page shows only the latest blog posts. As you add new blog posts, this page will change. That is,…
How to limit outgoing messages for a domain in Plesk
October 26, 2023 / Email HostingIn this article, we will explain how to limit outgoing messages for a domain in Plesk. Steps – Log in to Plesk. Select a domain whose outgoing messages you wish…
How to check internet speed on a Linux machine
October 23, 2023 / Servers, Hosting & EmailThis article provides instructions for checking the upload and download internet speed on a Linux server. Follow these steps to check internet speed on a Linux machine- Log into your…
How to check if your Linux server is under a DDOS attack
October 13, 2023 / cPanel & WHMA Distributed Denial of Service (DDoS) attack overwhelms your server with excessive traffic, causing it to become unavailable for genuine users. If your Linux server experiences high load, slow performance,…
How to set up a WordPress cron job using the command line
October 13, 2023 / WordPressIn this article, we will explain how to set up a WordPress cron job using the command line. Follow these steps to set up a WordPress cron job using the…
How to secure WordPress pages with password protection
October 9, 2023 / WordPressIn this article, we will explain how to secure WordPress pages with password protection. Follow these steps to password-protect a WordPress page: Log into your WordPress account as an administrator.…
How to enable/disable pingbacks and trackbacks in WordPress
October 5, 2023 / WordPressIn this article, we will explain the process of enabling and disabling pingbacks and trackbacks on your WordPress website. Pingbacks and trackbacks serve as link notifications, allowing you to monitor…