HowtoForge provides user-friendly Linux tutorials.
-
How to Install Kubernetes with Minikube on Ubuntu 20.04
Author: Hitesh Jethva • Tags: cloud, linux, server, ubuntu, virtualization • Comments: 2Minikube is an open-source tool that helps you to set up a single-node Kubernetes cluster on your local machine. In this tutorial, we will show you how to install Minikube on Ubuntu 20.04 server.
-
Advanced Git Tutorial
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0In this article, we will cover creating a branch, tag, renaming the branch, and revert the commits on Git. If you are new to Git, I would recommend you to first go through my previous article and then continue with this.
-
How to Manage Systemd Services with Systemctl on Linux
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0Systemd a standard process for managing start-up services in Linux operating systems. It is used for controlling which programs run when the Linux system boots up. In this tutorial, we will explain how to manage services with systemd on Linux.
-
-
How to create a lifecycle policy for an S3 Bucket on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will see the steps to move objects (Transition Action) to Glacier after 10 days of creation and delete(Expirations Action) them after 365 days of creation.
-
How to Install Discourse Forum with Docker on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, virtualization, web server • Comments: 0Discourse is a free and open-source platform built for the next decade of the Internet. In this tutorial, we will show you how to install Discourse forum using Docker on CentOS 8 server.
-
How to use Cloudformation to create an EC2 instance
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will create an EC2 instance with the latest Linux AMI using Cloudformation hence knowing the basics of cloud formation is required.
-
How to Install TensorFlow machine-learning framework on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0TensorFlow is a free and open-source machine-learning platform developed by Google. It helps developers and data scientists to simplify the process of implementing machine-learning models.
-
How to create Cloudwatch alarms for an S3 Bucket on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0Cloudwatch provides Storage Metrics and Request Metrics for S3 Buckets. Storage Metrics come up with no extra cost and provided once a day whereas Request Metrics are available at 1-minute intervals and incur charges.
-
How to Install Invoice Ninja on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0Invoice Ninja is a free and open-source online invoicing app for freelancers & businesses that helps you to accept payments, track expenses, create proposals, and time-tasks. In this tutorial, we will show you how to install Invoice Ninja with Apache and Let's Encrypt SSL on Ubuntu 20.04 server.
-
How to recover AWS account access if the MFA device is lost
Author: Rahul Shivalkar • Tags: cloud • Comments: 1It is recommended to enable Multifactor Authentication (MFA) for your AWS account. MFA is used to secure your AWS account, it adds an extra layer of security to the account. This guide shows you how to access your account when the 2nd-factor device is lost.