Boost Your DevOps Efficiency: Must know commands
Linux commands and system setup
aws configure
df - hT # handy tool to display file system disk space usage in a human-readable format
Git
git add . ; git commit -m "ansible" ; git push origin master
#some more
git remote add origin http://git.exa...
vijaycodes.hashnode.dev2 min read