How to Install Gitea Code Hosting using Docker on Rocky Linux 8
Gitea is a self-hosted code hosting service similar to Github, Bitbucket, and Gitlab. In this article, you will learn to install Gitea using Docker on a Rocky Linux 8 server.
View ArticleHow to Install Lighttpd with PHP and Free Let's Encrypt SSL on Debian 11
Lighttpd is a simple, fast, and secure web server. In this tutorial, we will show you how to install Lighttpd with PHP and Let's Encrypt SSL on Debian 11.
View ArticleHow to Install Koel Music Streaming Server using Docker on Rocky Linux 8
Koel is a web-based audio streaming service written in the Laravel PHP framework. It allows you to stream your personal music collection and access it from anywhere in the world. In this tutorial, you...
View ArticleHow to Install FreeIPA on Rocky Linux
FreeIPA is a free and open-source identity management solution for Linux/Unix operating systems. In this guide, we will show you how to install the FreeIPA Identity manager on the Rocky Linux server.
View ArticleHow to Install Apache Solr on Ubuntu 22.04
Solr is a free, open-source, and very popular tool used for search and real-time indexing. It is very highly scalable, fault-tolerant, and optimized for a high volume of internet traffic. In this...
View ArticleHow to Install KVM Libvirt Virtualization on OpenSUSE
KVM or Kernel-based Virtual Machine is an open-source virtualization technology that turns your Linux server into a hypervisor. In this tutorial, you'll learn how to install and configure KVM...
View ArticleHow to Install ArangoDB NoSQL Database on Debian 11
ArangoDB is a modern multi-model database system developed by ArangoDB GmbH. it's a free and open-source database system that supports three different data models, documents, graphs, and key/values.
View ArticleHow to Install WordPress with Nginx and Let's Encrypt SSL on Ubuntu 22.04
WordPress is a free and open-source content management system mainly used to publish blogs on the internet. In this tutorial, we will show you how to install WordPress with Nginx and Let's Encrypt SSL...
View ArticleLinux Administration: Ubuntu Linux Tutorial for Beginners
Linux is a multi-user system that serves as a reliable open-source system for desktops, and servers. Linux is the most widely used open-source Operating System (OS). In this article, we will be using...
View ArticleHow to use Screen Command on Linux
Screen is a very useful command which gives us the ability to use multiple Shell(SSH) Sessions from a single SSH session. It means you do not need to explicitly open different SSH sessions to perform...
View ArticleHow to Install ONLYOFFICE Docs on Ubuntu for ARM
ONLYOFFICE Docs is an open-source office suite distributed under GNU AGPL v3.0. It comprises web-based viewers and collaborative editors for text documents, spreadsheets, presentations, and forms...
View ArticleHow to add Ubuntu System to FreeIPA Server
After you have installed the FreeIPA identity management system, you will need to enroll and add client machines to the FreeIPA server. In this tutorial, we will show you how to add an Ubuntu client...
View ArticleWhat is AWS GuarDuty and how to use it
AWS GuardDuty is a continuous security monitoring service. It analyzes and processes the AWS CloudTrail management event logs, VPC Flow Logs, CloudTrail S3 data event logs, and DNS logs. In this...
View ArticleWhat is AWS CloudTrail and how to use it
AWS CloudTrail helps to enable compliance, governance, and risk auditing of your AWS account. Whatever actions that are carried out or performed using AWS IAM User, IAM Role, or an AWS service are...
View ArticleWeb UI Dashboard for Kubernetes
Kubernetes dashboard provides a web-based UI for the cluster. One can deploy applications on the cluster using the dashboard as well as troubleshoot the existing applications in the cluster. In this...
View ArticleWhat is Amazon Workspace and how to create it on AWS
Amazon WorkSpaces is a Desktop-as-a-Service (DaaS) solution managed by AWS. We can use it to provision either Windows or Linux desktops. These desktops can be created in just a few minutes. They can...
View ArticleWhat is Lifecycle Manager in AWS EC2 Service
In this article, we will see how to use Lifecycle Manager to automate the creation, retention, and deletion of snapshots taken to back up our Amazon EBS volumes. This automation helps us to protect...
View ArticleHow to Install and Configure Fail2ban on Ubuntu 22.04
Fail2ban is free and open-source IPS (Intrusion Prevention Software) that helps administrators secure Linux servers against malicious login and brute-force attacks. In this tutorial, we will show you...
View ArticleCreate an IAM User on AWS using Terraform
In this article, we will see how to create an IAM User. Before proceeding, I assume that you are familiar with the basics of Terraform and AWS IAM Users.
View ArticleUse Tag Editor to tag resources across regions on AWS
Amazon “Tag Editor” comes under “Resource Groups”. Tag Editor is used to querying and tag resources in one go. We can choose up to 20 individual resource types, or fetch all resource types.
View Article