How to use modules from the Terraform Registry
The Terraform Registry is a place where one can find different providers and modules (re-usable Terraform configurations) and use them with Terraform. In this tutorial, we will see how to use modules...
View ArticleHow to Install Nextcloud with Nginx and Let's Encrypt SSL on Ubuntu 22.04 LTS
Nextcloud is a free and open-source, file sharing and syncing solution that helps you to store your personal documents, files, photos, and other in a central location. In this tutorial, we will show...
View ArticleHow to Install and Secure MongoDB NoSQL Database on Ubuntu 22.04
MongoDB is a free, open-source, and one of the most popular NoSQL database systems. It stores data in JSON rather than the usual table style method found in SQL databases. In this tutorial, we will...
View ArticleHow to Install Laravel PHP Framework with Apache 2 on Ubuntu 22.04
Laravel is a web application framework based on PHP for building enterprise web applications. In this tutorial, you will learn how to install the Laravel on the latest Ubuntu 22.04 LTS. This will also...
View ArticleHow to Install Nginx with PHP and MySQL (LEMP Stack) on Ubuntu 22.04
The LEMP software stack is a group of open-source software that enables a server to host dynamic websites and apps written in PHP. This guide will show you to install a LEMP Stack on an Ubuntu 22.04...
View ArticleHow to Install Jitsi Meet Video Conferencing Server on Ubuntu 22.04
Jitsi is a free and open-source chat, telephony, and video conferencing tool. It is a very good alternative to other tools like Skype, Zoom, and Microsoft Teams. In this post, we will show you how to...
View ArticleHow to Install Gitea using Docker on Ubuntu 22.04
Gitea is a free and open-source self-hosted Git service like GitHub, BitBuacket, and GitLab. In this tutorial, you will learn how to install and configure the self-hosted Git server named Gitea with...
View ArticleHow to Install phpMyAdmin on Ubuntu 22.04
phpMyAdmin is a free and open-source tool for managing and administering MySQL servers. It can be used to manage even multiple MySQL servers in different locations. In this tutorial, we will show you...
View ArticleHow to search files from the Terminal on Linux
While there are many ways with which we can search and locate files and directories on Linux, the easiest and quickest is probably through the terminal. However, not many Linux users know about that,...
View ArticleHow to Install Zabbix Monitoring Tool on Ubuntu 20.04 LTS
Zabbix is an open-source monitoring tool for network services, network hardware, servers and applications. In this tutorial, we show you how to install Zabbix 4.4 on the Ubuntu 18.04 server. We will...
View ArticleHow to integrate ONLYOFFICE Docs with WordPress
ONLYOFFICE Docs is an open-source office suite which comprises collaborative editors for text documents, spreadsheets, presentations, and forms along with PDF viewer. In this tutorial, we’ll learn how...
View ArticleHow to Install Cacti Network Monitoring Tool on Debian 11
Cacti is an open-source, web-based network monitoring tool written in PHP. Cacti generates CPU load and network bandwidth utilization graphs using SNMP (Simple Network Management Protocol). This guide...
View ArticleHow to Install Rainloop Webmail on Ubuntu 22.04
Rainloop is an open-source, web-based email client written in PHP. It is fast, lightweight, and supports SMTP and IMAP protocols. This guide will teach you to install the Rainloop client on a Ubuntu...
View ArticleHow to Install GitLab with Docker on Ubuntu 22.04
Gitlab Server is an open-source version of the cloud-hosted Gitlab version control. This guide will teach you how to install Gitlab Server using Docker on a Ubuntu 22.04 server.
View ArticleWhat is the PassRole permission in AWS and how to use it
An IAM service is provided by many cloud service providers as a measure to control access to cloud resources. In this tutorial you will learn how to use the ‘IAM Passrole’ permission. We will also...
View ArticleEnabling Enhanced Monitoring for Amazon RDS
Amazon RDS provides an enhanced monitoring feature for databases. In this tutorial, you will learn how to use the ‘IAM Passrole’ permission for enabling enhanced monitoring for Amazon RDS. We will see...
View ArticleLinux xxd Command Tutorial for Beginners (with Examples)
Need a hex dump for a text file? Looking for a command line utility that can do this? Well, you are in luck, as there exists a command dubbed xxd that can do this for you.
View ArticleA Beginner's Guide to Understanding sudo on Ubuntu
The sudo command on Linux: ever got a 'Permission denied' error while working on the Linux command line? Chances are that you were trying to perform an operation that requires root permissions.
View ArticleHow to Install MediaWiki on Ubuntu 22.04
MediaWiki is a free and open-source wiki software that powers the biggest wiki sites on the internet such as Wikipedia and Wikimedia. It's extremely powerful, scalable, and extensible wiki software...
View ArticleHow to Install Flask with Nginx and Gunicorn on Ubuntu 22.04
Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this post, we will show you how to install and configure the Python...
View Article