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 ...
As an embedded system engineer, I used to deal with lower level communication protocol such as UART, SPI and I2C. I used to trust SPI protocol rather than o...