BLOG

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 …

By rohantimalsina · 5 min read · CheatSheet

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 …

By mahnoormalik · 6 min read · AWS

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 …

By bashiralam · 8 min read · Python