Articles in this series
Putty To open d terminal through putty it requires key file to be in ppk (putty private key) And to convert pem file to ppk we use Puttygen open...
1] Tomcat install yum install java wget https://downloads.apache.org/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16.tar.gz.asc ...
A computer’s operating system interface to the hardware is referred to as a software application. A number of software applications are run on...
1] Write a shell script to print arguments passed to the script in reverse order #!/bin/bash # Check if any arguments are provided if [ $# -eq 0 ];...
Similar to Git Distributed Version Control System Mercurial Fossil Bazaar Darcs Centralized Version Control System Subversion (SVN) Perforce...
1] Git pull vs git fetch vs git clone git clone : when you want to create a local copy of a remote repository for the first time. This is typically...