Netstat Cheatsheet
netstat is used to list out all the network(socket) connections of a system. It is a very useful tool for checking system safety.
netstat is used to list out all the network(socket) connections of a system. It is a very useful tool for checking system safety.
I began my Ph.D. journey on 2021. At that time I started learning ML. So, initially, I practiced different ML models on the internet and through different tu...
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...
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 ...
Recently I have started working with deep learning although I don’t have that much knowledge over machine learning and neural network. The only thing I belie...