Setup-Docker-Private-Registry-Ubuntu

How to Setup Private Docker Registry on Ubuntu 20.04

In this post, we are going to learn how to setup private docker registry on Ubuntu 20.04. Why Private Docker Registry ? For Smooth CI/CD development using the docker platform, consider using a self-hosted docker registry server. Docker registry is the repository where you can … Read more

Access-Remote-Windows-Desktop-Ubuntu

How to Access Remote Windows Desktop from Ubuntu Linux

You must have heard about the Windows app “Remote Desktop Connection“. This application comes with default windows installation and allows you to access another PC or server remotely. It uses remote desktop protocol to establish remote desktop connection sessions. Some of the Linux distributions may … Read more

Install-NFS-Server-Debian10

How to Install NFS Server on Debian 10 (Buster)

NFS (Network File system) is a client-server file system protocol which allows multiple system or user to access the same shared folder or file.  The latest is NFS version 4. The shared file will be like if they were stored locally. It provides central management … Read more

Launch-EC2-Instance-Terraform

How to Launch AWS EC2 Instance Using Terraform

Terraform is an open source ‘infrastructure as code’ command line tool used to manage infrastructure in the cloud. With terraform you define declarative configuration file called HashiCorp Configuration Language (HCL) and provision your infrastructure. For instance, you need a Virtual machine, you just define resources … Read more