#cloud
Read more stories on Hashnode
Articles with this tag
1. File and Directory Management: ls ----List files and folders. \= eg: ls cd ----Change directory (folder). \= eg: cd biren pwd ----Show current...
#for ubuntu/Debian: 1. update packages: sudo apt update -y install git: sudo apt install git verify installation: git --version #after...