Web
WordPress backup for free!
Automate free WordPress backups with a Bash script that exports the database, archives the full site, verifies each backup, retains the 10 newest copies, and runs on a cron schedule ... [Read More]
Google Search Cheat Sheet
A list of the most useful Google search commands and operators ... [Read More]
Free WordPress Theme with 3 Column Layout
This guide shows you how to set up a three-column layout with the Genesis Sample Wordpress theme in just a few minutes ... [Read More]
How to Replace Crayon with Enlighter in WordPress
This guide shows you how to repair your site if the old Crayon WordPress plugin broke it. I show you all the steps to migrate your code snippets to the newer Enlighter plugin ... [Read More]
Upgrade PHP 7.2 to PHP 7.4 on Ubuntu
Upgrade the deprecated PHP 7.2 version to PHP 7.4 on your Ubuntu machine ... [Read More]
How to Remove Website Field from WordPress Comments
Get rid of the Website field in the WordPress comments form in a few steps ... [Read More]
How to Setup HTTPS on a CentOS 8 Server
Our goal is to make our website protected, configuring the HTTPS service on it to ensure encrypted traffic between the client and our server. We utilize Let’s Encrypt’s certbot, that will create and automatically renew the publicly signed SSL certificates ... [Read More]
How to Set Up Multiple Apache Virtual Hosts on CentOS 8
So what are Virtual Hosts and what are they for? John has a web server, connected to the internet with a single IP address. He has a website, called JohnBlog.com which is pointing to this web server. He ... [Read More]
How to build a basic webserver on CentOS with Apache, MySQL and PHP
Before You Begin Our job is really easy this time as we already have the process of installing Apache, MySQL and PHP on Debian based machines, as it is really similar to the process on RHEL based boxes. For the ... [Read More]
Upload Max Filesize in php.ini
Modify the Limits If you get the following error message, saying the max upload filesize in php.ini is too small, you simply need to edit the php.ini file, increasing the required values as seen below. Note that both 1 ... [Read More]
Install WordPress on Ubuntu Linux – Step by Step
In this tutorial we will deploy a WordPress site for http://protectigate.com We assume that a web server is already ready for us. If you don’t have one you can check the installation process for Debian (like Ubuntu) and RHEL (CentOS) ... [Read More]
How to Build an Apache Webserver on Debian, Ubuntu Linux
Before You Begin A minimal installation of Debian or Ubuntu linux is the starting point, with network connectivity. L.A.M.P is an acronym, stands for the building elements of a fully working website:
- Linux is probably the most stable and ... [Read More]
