HowtoForge provides user-friendly Linux tutorials.
-
How to Use Perf Performance Analysis Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Dec 15, 2020Perf is a simple but powerful performance monitoring tool for Linux based operating systems. It is used to trace or count both hardware and software events. In this tutorial, we will show you how to install and use Perf performance monitoring tool on Ubuntu 20.04.
-
How to Deploy a Multi-Tier Application with Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0 • Published: Dec 14, 2020A multi-tier application is an application distributed among more than one layer. It logically separates the operational layers. The number of layers varies with business and application requirements. In this article, we will see an application divided into 2 layers, backend and frontend layer.
-
How to Install Netdata Monitoring Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 2 • Published: Dec 11, 2020Netdata is a free, open-source and real-time performance and health monitoring tool. In this tutorial, we will show you how to install the Netdata monitoring tool on Ubuntu 20.04 server.
-
-
How to Install Slack on Ubuntu 20.04
Author: Aqsa Yasin • Tags: desktop, linux, ubuntu • Comments: 0 • Published: Dec 11, 2020Slack is a modern communication platform for companies to replace emails. In this guide we will learn how to install Slack under Ubuntu 20.04. Slack can be easily installed on your system by following a few basic steps. Here we will use the snap package to install Slack, but you can also use the deb package, as both will help you achieve your goal.
-
How to use S3 Storage Lens to view storage usage and activity metrics of S3 Bucket on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: Dec 11, 2020AWS S3 Storage Lens gives visibility into object storage usage, activity trends. It gives recommendations to improve cost-efficiency, also it applies data protection best practices. It is the first analytics service that provides a single view of object storage usage and activity across hundreds and thousands of accounts in an organization.
-
How to Install OCS Inventory Asset Management Software CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 0 • Published: Dec 09, 2020OCS "Open Computers and Software Inventory Next Generation" is an open-source assets management solution that allows you to inventory IT assets. In this tutorial, we will explain how to install OCS inventory on CentOS 8 server.
-
How to Install CouchDB on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu • Comments: 0 • Published: Dec 09, 2020In 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: 0 • Published: Dec 09, 2020In 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: 4 • Published: Dec 08, 2020Nginx 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: 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.