The concept of VCS is widely popular among developers across the globe. We cannot deny the fact that VCS has been a lifesaver for all geeks. On top of that, source code management like Git is very handy. With the help of Git, we can easily keep a track of changes made within the project… Continue reading D2:VCS and Git
Category: Tech
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
Protected: D16: Python OOP
There is no excerpt because this is a protected post.
Protected: D15: Functions in Python
There is no excerpt because this is a protected post.