HowtoForge provides user-friendly Linux tutorials.
-
How to take and restore a snapshot on AWS RDS MySQL Instance
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will see the steps to create a snapshot of the existing RDS MySql Instance. Then we will see the steps to restore the snapshot which creates a new RDS Instance. At last, we will clean up the instances and snapshots.
-
How to Deploy a Clojure Web Application with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, programming, ubuntu, web server • Comments: 0Clojure is a modern, dynamic and powerful programming language on the Java platform. In this tutorial, we will explain how to deploy a Clojure Web Application on Ubuntu 20.04.
-
How to use bash if -z and if -n for testing strings in Linux
Author: Aqsa Yasin • Tags: linux, programming, shell • Comments: 0There are different string operators available in bash scripting language which can be used to test strings. In this guide, we will test these string operators using the if statement in Centos 8.
-
-
How to create and use a CodeCommit GIT Repository on AWS
Author: Rahul Shivalkar • Tags: cloud, programming • Comments: 0CodeCommit hosts Git-based repositories and is a fully managed service by AWS. Teams can use it to collaborate on code in a secure and highly scalable way. It helps us to eliminate the need of having our own self-hosted Source Code Management (SCM) system and manage it on our own.
-
How to Install OpenNMS Network Monitoring Tool in CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, monitoring, networking, server • Comments: 0OpenNMS is a free and open-source network monitoring and network management platform used for managing enterprise networks around the world. It is based on Java and is designed to manage thousands of devices from a central location.
-
How to Install ElkArte Forum with Apache and Let's Encrypt SSL on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0ElkArte is a free and open-source forum software based on Simple Machine Forum. In this tutorial, we will show you howto install ElkArte with Let's Encrypt SSL on CentOS 8.
-
Installation of Sublime text editor on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, ubuntu • Comments: 0Sublime Text is a well-known text editor used to write source code for web development. This tutorial will assist you in installing Sublime Text on an Ubuntu 20.04 machine.
-
How to setup Elasticsearch cluster with 3 Nodes on Ubuntu
Author: Rahul Shivalkar • Tags: • Comments: 0
Elasticsearch is a no-sql database. It is the distributed search and analytics engine, real-time search and analytics for all types of data. Elasticsearch can efficiently store any type of data be it structured or unstructured text, numerical data and index it in a way that supports fast searches.
-
How to Install Gibbon LMS on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0Gibbon is a free and open-source school management system specially designed for teachers, students, parents and leaders. It helps teachers to find, contact and help their students.
-
How to create a Cloudwatch Event Rule in AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0A near-real-time stream of system events that describe changes in AWS resources is delivered by CloudWatch Events. We can create a rule that matches events and route them to one or more target functions.