Recent posts

Linux Basic Commands Cheatsheet

6 minute read

Working flawlessly with Linux mostly depends on how well we know the Linux commands. It really needs time to be good at all the Linux commands. The purpose o...

Vagrant Cheatsheet

less than 1 minute read

vagrant Verify vagrant installation vagrant init hashicorp/bionic64 This will create a Vagrantfile in current directory vagrant up start the virtual m...

Netstat Cheatsheet

1 minute read

netstat is used to list out all the network(socket) connections of a system. It is a very useful tool for checking system safety.