Latest Articles
15+ ping command examples in Linux [Cheat Sheet]
ping command is one of the most used commands in Linux. It is mostly used to check the connectivity between local and remote server. In most cases ICMP traffic …
GitHub delete repository the RIGHT way [Step-by-Step]
Step by step instructions to perform github delete repository with screenshots and examples
AWS CLI Explained with Practical Examples [Tutorial]
we learned about AWS CLI. First, we learned that how we can set up AWS CLI on our PC. After that, we walked through the process of creation of EC2 instance and …
How to git remove commit PROPERLY [Practical Examples]
There are multiple ways to perform git remove commit depending upon your requirement. You can remove the last commit, or any commit from the history or remove …
How to PROPERLY exit script in Python [3 Methods]
In this tutorial, we learned about three different methods that are used to terminate the python script including exit(), quit() and sys.exit() method by taking …
