How to Install FreeRADIUS and Daloradius on Ubuntu 20.04
In this tutorial, we'll install FreeRADIUS on a server running Ubuntu 20.04, configure it to work with MySQL/MariaDB, and then install daloRADIUS, a RADIUS web management panel that is basically a GUI...
View ArticleSetup simple CI/CD pipeline using Github and Jenkins on an AWS EC2 Linux...
In this article we will see the steps to implement a simple CI/CD pipeline using Jenkins. We will be using a sample Java Code and we will be deploying that code onto Apache Tomcat Web-Server as a...
View ArticleHow to Install MariaDB on Debian 11
MariaDB is a robust, scalable, and reliable SQL server. It is an enhanced, drop-in replacement for the MySQL relational database management system. In this guide, I will show you how to install and...
View ArticleHow to Install and Configure Memcached on Debian 11
Memcached is an open-source and distributed memory object caching system that holds the most frequently queried data in memory. In this tutorial, I will show you how to install Memcached on Debian 11.
View ArticleHow to create and attach an EBS (Elastic Block Storage) Volume to an EC2...
Elastic Block Storage (EBS) is a high-performance block storage service. It is designed for use with Elastic Cloud Compute i.e. EC2 for transactions and intensive workload.
View ArticleHow to Install GitLab on Rocky Linux 8
GitLab is a free git repository management tool that allows you to create and manage git repositories. in this guide, I will show you how to install Gitlab on a Rocky Linux 8 server.
View ArticleUse Cloudformation to create an RDS MySql Instance on AWS
The AWS Relational Database Service (RDS AWS) is a web service that makes it easier to set up & operate a relational database in the cloud. In this article, we will see the steps to create an RDS...
View ArticleHow to Install CSF Firewall on Debian 11
ConfigServer Firewall (CSF) is one of the most widely used open-source firewalls on Linux servers. This tutorial shows how to install and configure CSF on Debian 11.
View ArticleHow to Install the Etherpad Collaborative Web Editor on Rocky Linux 8
Etherpad is an open-source online editor providing collaborative editing in real-time in the browser. In this tutorial, we will install Etherpad on a Rocky Linux 8 server, using the MariaDB database to...
View ArticleDelete unused EBS (Elastic Block Storage) Volumes on AWS using a Lambda Function
Amazon Elastic Block Store (EBS) is an easy-to-use, high-performance block storage service. It is like an external disk that can be attached to an EC2 Instance and used to store our data on it. This...
View ArticleHow to Install Apache Maven on Debian 11
Apache Maven is a build tool used to manage project builds. Maven understands the structure of a project and can automate many processes, reducing your time to release.
View ArticleThe Perfect Server CentOS 8 with Apache, PHP, Postfix, Dovecot, Pure-FTPD,...
This tutorial shows how to install ISPConfig 3.2 on a CentOS 8 (64Bit) server. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser:...
View ArticleHow to Install HAProxy on Debian 11
HAProxy is a free, open-source, and reliable solution for high availability and load balancing. It distributes the load across the multiple application servers and to simplify the request processing...
View ArticleInstall TaskBoard with Apache and let's Encrypt SSL on Debian 11
TaskBoard is a free and open-source Kanban application used to keep track of things that need to get done. In this tutorial, I will show you how to install Taskboard on Debian 11.
View ArticleWhat is Terraform and how to install and use it on AWS EC2
Terraform is the "Infrastructure as Code (IaC)" tool. It is used to build, manage and change infrastructure in a safe and repeatable way. In this article we will see the steps to install Terraform on...
View ArticleHow to install and use Terminator Terminal Emulator on Ubuntu 20.04
Terminator is a terminal emulator program that helps users easily manage multiple terminals. It provides flexibility for arranging multiple terminals side by side. In this guide, we will explain to you...
View ArticleHow to Create a Website Using Hugo on Debian 11
Hugo is a free and open-source website framework written in developed in Go. Hugo provides a reliable and modern static site generator that allows you to create a simple and fast website easily. In...
View ArticleHow to create a VPC using Python Boto3 on Ubuntu
Boto3 is the Amazon Web Services (AWS) SDK for Python. It is the Python library that allows users or developers to create, configure, and manage AWS services and resources.
View ArticleHow to Install and Use Telnet on Ubuntu 20.04 LTS
Telnet is a terminal emulation program for TCP/IP networks that allows you to access another computer on the Internet or local area network by logging in to the remote system.
View ArticleHow to use grep to search for strings in files on the Linux shell
The grep command, which means global regular expression print, remains amongst the most versatile commands in a Linux terminal environment. It happens to be an immensely powerful program that lends...
View Article