Best Online Platforms for Content Creators to Make Money in 2023

Making money online is the best way to generate income using your skills and knowledge. Many people around the world inquire about specific skills that you may have. Why not share it and make a profit. Opening an online business is not an easy task. The process is loaded with a lot of technical jargon … Read more

Backup Your WordPress Website

There are two things you need to have backed up when you want to restore your website. MYSQL tables WordPress installation files. Typically found at “/var/www/<site domain name>” Backup Mysql Tables to a File Backing up mysql database to a file is very simple using mysqldump. You need to have the proper access permissions to … Read more

Apache – Redirect IP to URL

When you enter your server’s IP address in the browser address bar, you are in fact sending an HTTP request over TCP/IP to your server with the URL field equal to http://IP. It is recommended that you redirect this request to your domain. So, without further ado, let’s redirect IP to domain using htaccess Configure … Read more

SSL Certificate; How to Get one for Free?

SSL certification is very important for the security of a website. It has become the de facto standard on the web. Therefore it is crucial that you get an SSL certificate and have your website communicate over HTTPS. For that we will use SSL certification provided by Let’s Encrypt. Let’s Encrypt is a none profit … Read more

Why Do You Need fail2ban on Your Linux Server?

Most server administrators use the Secure Shell Protocol (SSH) to connect to servers. While SSH is very robust and secure for data transfer, it does not protect your server against brute-force attacks by default. An attacker can attempt to access your server for an unlimited number of times. These attacks could lead to server slow … Read more

Code Syntax Block Plugin for WordPress

Code Syntax Block is a plugin for the Gutenberg block editor, which is the default WordPress editor. Code Syntax Block adds syntax highlighting to a wide range of programming languages, markup languages and even certain config files. Installing Code Syntax Block plugin Using WordPress dashboard The simplest way to install Code Syntax Block plugin is … Read more