facebook youtube pinterest twitter reddit whatsapp instagram

Guides

In this guide, you'll learn how to use SSL to secure Apache, this way, you can ensure your websites are encrypted and available over HTTPS. By default, Apache configuration listens for traffic on por
In this guide, you'll learn how to use secure your Apache server for free with Let's Encrypt, this way, you can ensure your websites are encrypted and available over HTTPS. Let's Encrypt provide free

Installing Additional Apache Modules

Thu, 25 JunBy DevsrealmGuy
If you want to add additional modules for Apache extension. You can install additional modules, for example, you can install module to add support for PHP, and the likes. Run the following command to

Changing the MariaDb Configuration Files

Thu, 25 JunBy DevsrealmGuy
You can tune MariaDB to your liken using the MariaDB’s option files. The default MariaDB option file is called my.cnf on Unix-like operating systems (i.e Ubuntu, Debian, and the likes), if you are

Installing MariaDB (Ubuntu)

Thu, 25 JunBy DevsrealmGuy
MariaDB is an open-source relational database, and a fork of MySQL by the original developers of MySQL. The database structure and indexes of MariaDB are the same as MySQL. So, you can easily switch
Apache is an open-source cross-platform web server software by Apache Software Foundation. To install apache, simply install the apache2 package as follows: sudo apt install apache2 Confirm apache2

Installing Security Updates in Ubuntu

Thu, 25 JunBy DevsrealmGuy
To begin installing security updates, the first thing is to update your repository index, which would instruct the server to check all lists of packages that are new or out-dated. Update your repo wi
In this guide, you'll learn how to use SSL to secure your Nginx, this way, you can ensure your websites are encrypted and available over HTTPS. By default, Nginx configuration listens for traffic on

Understanding Load Average In GNU/Linux

Thu, 18 JunBy DevsrealmGuy
Load average is the average number of processes that is calculated over a period of time, they can either be in a runnable or uninterrupted‐able state. When a process is in a runnable state, it is

How to Rename Files and Directories in GNU/Linux

Thu, 18 JunBy DevsrealmGuy
Renaming file and directory is quite straight forward in GNU/Linux, in this guide I'll show you how to do just that... The mv command is among the useful utility for renaming, and moving files from o