Recent posts

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.

Conda Cheatsheet

1 minute read

The conda is the command-line interface tool for managing installations of various packages in Anaconda. Of course, Anaconda has GUI to manage everything. Ye...

3 Ways Of Installing Python Package

1 minute read

Most python packages are designed to be compatible with the python-pip package manager. pip is the default CLI for managing python packages. All the popular ...