HowtoForge provides user-friendly Linux tutorials.
-
How to use Cloudformation to create an S3 bucket
Author: Rahul Shivalkar • Tags: cloud • Comments: 0There are multiple ways in which you can create an S3 bucket on AWS. Cloud formation is one of the Infrastructure as Code (IaC) ways to do this. In this article, we will explore several options available in Cloudformation to create an S3 bucket.
-
How to Set Up WireGuard VPN on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 4WireGuard is an open-source and security-focused virtual private network designed for simplicity and ease of use. If you are looking for a lightweight and fast VPN then the WireGuard VPN is the best choice for you. In this tutorial, we will show you how to install the WireGuard VPN server and client on Ubuntu 20.04.
-
How to secure your AWS account by enabling Multi-Factor Authentication
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will see the steps to enable Multi-factor Authentication using a virtual device. A virtual Multi-factor Authentication device is nothing but an application or software running on your phone. This application generates a six-digit code that needs to be entered while logging into the account.
-
-
Create and Store Secrets like Passwords, OAuth Tokens, and SSH Keys in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0In Kubernetes, we can store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys using Kubernetes Secrets. In this article, we will create secrets using .yml file and access them in the Pod as Environment Variables.
-
How to Use Perf Performance Analysis Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0Perf 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: 2A 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: 3Netdata 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: 0Slack 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: 0AWS 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: 3OCS "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.