D2:Introduction to SSH

SSH stands for Secure Shell. In general, SSH is a protocol that provides remote access to multiple devices connected within the same network. In order to start using SSH, the OpenSSH needs to be installed in the device. Once it is installed the connection can be created using the command ssh user@desired_IP_address -port_number Generating SSH… Continue reading D2:Introduction to SSH

D1:Basics of Linux

The term "Linux" is often familiar to all of the developers across the globe. With the habit of getting used to with Linux, it helps the student developers throughout their career in the long run. Basic Linux Commands1. cdThis command is used to change the directory.cd / Navigates you to the root directory of the… Continue reading D1:Basics of Linux