HowtoForge provides user-friendly Linux tutorials.
-
How to Install CouchDB on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu • Comments: 0In this guide, you will learn how to install CouchDB NoSQL database on Ubuntu 20.04 and how to create your first CouchDB database using the integrated Foxton Control panel.
-
Manage operations on S3 Bucket using aws-cli from the EC2 instance
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will see the steps and commands to create an S3 bucket from the command line and perform basic operations on it like copy files, sync files, etc.
-
How to Install Nginx with Google PageSpeed on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu, web server • Comments: 8Nginx is a free and open-source web server that powers many sites on the internet. It can be used as a reverse proxy and load balancer. In this tutorial, we will show you how to compile ngx_pagespeed as a dynamic module with Nginx on Ubuntu 20.04 server.
-
-
How to add a replication rule to an S3 bucket
Author: Rahul Shivalkar • Tags: cloud • Comments: 0Replication 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: 4Cacti 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: 0In 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: 0ONLYOFFICE 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: 0Application 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: 1Cerb 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: 2Git 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.