Steps to Install & Configure Packer on Ubuntu 20.04 LTS

Packer is a free & HashiCorp’s open-source tool. It is used for creating identical machine images from a single configuration file. We can configure packer images with an operating system and application for the specific use-case. Using packer, we can easily build the images for multiple cloud hosting platform. There are some steps to Install …

Steps to Install & Configure Gogs on Ubuntu 20.04 LTS

In this post we are going to discuss about for Gogs Git service on Ubuntu. Gogs is an open source Git service written in Go language. Gogs web interface  is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database. Using Gogs web interface ,we can create, manage the repositorys. There are …

Step By Step Guide to Create Metrics & Set Alert Rule Using Monitor in Azure

Hello Readers, In the blog we are going to explain how to create monitor service & set on alert rule on created metrics in Microsoft azure. Azure monitoring services helps to maximize the availability and performance of applications and services. Using monitor service, we can collect, analyze the data & check the usage of web …

How to Create Cloud NAT on Google Cloud Platform

NAT enables private IP networks that use unregistered IP addresses to connect to the Internet. NAT operates on a router, usually connecting two networks together, and translates the private (not globally unique) addresses in the internal network into legal addresses, before packets are forwarded to another network.   Login to google cloud platform portal. Click …

Step By Step Guide to Run df Commands on Ubuntu 20.04 LTS

We can easily check the information of  disk space using command line tool called df command.‘df‘ command stands for “disk filesystem“. It is used to get a full information of available and used disk space usage of the file system in linux system. Some commands of df (Disk File system) are given below: Step 1: …