Permanently Delete WooCommerce Products With One Click (3 Methods)

It is important to remain vigilant when running a WooCommerce store. To keep the store updated and have products that are more likely to sell, one must stay on top of everything, from what’s trending to what’s selling. In this tutorial we will learn how to permanently delete WooCommerce products with one click Adding comes […]

What Is Oxygen Builder In WordPress? Is It Worth It?

By using Oxygen Builder, you can design your entire website visually, from the header to the footer, without needing to know any coding. You can make the WordPress site look exactly the way you want it to. As soon as Oxygen is activated, the WordPress theme is disabled. Therefore, Oxygen won’t apply theme styles or […]

How to Backup and Restore MySQL Database from Command Line

Often times you need to move your site from one server to another and while moving your site you need to also move your website database. However, some huge sites may have database size in GBs (2GB or more), which can’t be easily exported or imported via PHPMyAdmin. Let see how we can create MySQL […]

2 Simple Methods To List Users in MySQL

List Users in MySQL

There are various methods to list users in MySQL, if you are using CyberPanel you can also use PHPMyAdmin. In this tutorial, we will go through 2 methods to list users in MySQL. In MySQL, there isn’t a show users command, as most people assume. The MySQL command shows information about the database, but there […]

Serve Static Assets With An Efficient Cache Policy (3 Methods)

When you serve static assets with an efficient cache policy, the user’s browser will store these files locally and less time will be needed to load the page. Normally as soon as a page is loaded, all the resources of that page, such as HTML, CSS, JavaScript, and images, must be downloaded. Browser caching allows […]

Dedicated Server Vs Shared Hosting. Which Is Better?

Dedicated Server Vs Shared Hosting

When deciding between a dedicated server vs shared hosting, you’re faced with a multitude of web hosting service options, leaving you uncertain about where to begin. These two options, dedicated server vs shared hosting, represent the opposite ends of the web hosting spectrum. It’s not just about the apparent cost disparity; it’s also about securing […]

How To Fix Broken Permalinks in WordPress? (3 Easy Methods)

One of the most prevalent concerns on a WordPress site is a faulty permalink, sometimes known as a “404 error.” This can be caused by a variety of difficulties, all of which can be resolved with a few simple steps. In this article we will learn how to fix broken permalinks in WordPress For individuals […]

How To Configure A Mailgun SMTP Relay in Postfix?

Mailgun SMTP Relay

Mailgun is a robust transactional email relay service and API that lets you send, receive, and track emails via their secure relay servers. Mailgun can integrate with services like postfix (in this tutorial we will learn to configure Mailgun SMTP relay in Postfix), send email using a Mailgun-provided SMTP relay, and integrate with your existing […]

How To Find Files In Linux? Using Command Line

Introduction: Find is a UNIX command line utility that walks a file hierarchy. You can use it to find and operate files and directories. Files, folders, names, creation dates, modification dates, owners, and permissions can be searched using this command. You can further combine it with ‘-exec’ option to perform various actions on the results found […]

What Are SPF, DKIM and DMARC Records? And Why Do You Need Them?

SPF DKIM and DMARC Records

SPF, DKIM, DMARC are more than just technical email configurations. They have a detrimental impact on email delivery. They work together to ensure better email delivery. In a nutshell, all three approaches are used by Internet Service Providers (ISPs) to verify email authenticity. Is the sender truly who they claim to be? You must demonstrate […]

Discover Reverse DNS Lookup: Connecting IPs to Domains

Reverse DNS Lookup

The DNS (Domain Name System) is a vital part of the internet, making it user-friendly. Without DNS, using the internet would be very challenging. It acts like a phone directory, managing website addresses. Sometimes, the need arises to perform a reverse DNS, like finding a domain address from an IP. This process is called reverse […]

Test SMTP Connection Using A Manual Telnet Session

Server providers such as DigitalOcean, AWS, Vultr, and others block your email’s outgoing port 25 to stop spam from getting through. However, you can always ask them to unblock it. If you want to find out if your port 25 has been blocked, you can use a manual telnet session to test SMTP connection. SMTP […]