HowtoForge provides user-friendly Linux tutorials.
-
How to add a replication rule to an S3 bucket
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: Dec 08, 2020Replication is the auto-coping of S3 objects from one S3 Bucket to another S3 Bucket in the same region or in a different AWS region. In this article, I will show you the steps to create a replication rule to copy objects to/from the existing buckets.
-
How to Install Cacti Network Monitoring Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Dec 07, 2020Cacti is a free, open-source and web-based network monitoring tool written in PHP. It is a front-end application for the RRDtool. In this tutorial, we will show you how to install the Cacti monitoring tool on Ubuntu 20.04 server.
-
How to store credentials on AWS using Parameter Store
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: Dec 07, 2020In this article, we will create a parameter and store configuration data in it of type SecureString. We will also modify the parameter and see how it maintains multiple versions.
-
-
How to install ONLYOFFICE Docs 6.1 on Ubuntu
Author: Daria • Tags: linux, ubuntu • Comments: 0 • Published: Dec 04, 2020ONLYOFFICE 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, and presentations highly compatible with OOXML formats. In this tutorial, we’ll learn how to install ONLYOFFICE Docs (Docker version) to your machine.
-
How to create and store secrets using Secret Manager in AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: Dec 04, 2020Application secrets or credentials can be stored using the AWS Secret Manager securely. Secrets can be rotated, managed, and retrieved throughout their lifecycle using AWS Secret Manager.
-
How to Install Cerb Collaboration and Email Automation on CentOS 8
Author: Hitesh Jethva • Tags: centos, email, linux • Comments: 1 • Published: Dec 03, 2020Cerb is a free, open-souce and web-based collaboration and automation tool used for sending high volumes of emails. In this tutorial, we will learn how to install and configure Cerb on CentOS 8 server.
-
How to Install HTTP Git Server with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 1 • Published: Dec 02, 2020Git is a free and open-source versioning system developed by Linus Torvalds. It is used by millions of developers around the world. In this tutorial, we will show you how to install and configure Git HTTP server with Nginx on Ubuntu 20.04.
-
How to take and restore a snapshot on AWS RDS MySQL Instance
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: Dec 01, 2020In 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: 0 • Published: Nov 30, 2020Clojure 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: 0 • Published: Nov 30, 2020There 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.