Run-Linux-Commands-Remote-systems-Over-SSH

How to Execute Linux Commands on Remote System over SSH

Overview Many times we need to work with remote Linux systems. We login to the remote host, perform work and exit that session. Can we perform all these actions from local machine ? Yes, it’s possible and this tutorial demonstrates it with exhaustive examples. Command … Read more

How to Setup Bind (DNS Server) on Ubuntu 22.04

Hello techies, in this blog post, we will cover how to setup Bind (DNS Server) on Ubuntu 22.04 LTS (Jammy Jellyfish) step by step. BIND or BIND 9 is an open source implementation of DNS, available for almost all Linux distributions. BIND stands Berkeley Internet … Read more