Remove Docker Image

Remove Docker Image

During the testing or development process, Docker images are downloaded to create containers. Some of the images are forgotten and unused later. Unused and outdated Docker images takes a disk...
Get Raspberry Pi GPIO Pinout

Get Raspberry Pi GPIO Pinout

The Raspberry Pi has GPIO pins that can be used to connect various sensors to measure changes in physical properties such as temperature, capacitance, resistance, etc. This tutorial shows how...
Get Package Dependencies on Ubuntu

Get Package Dependencies on Ubuntu

Most of the time, packages requires additional dependencies to work as intended. This tutorial demonstrates how to get package dependencies on Ubuntu. Use apt-cache or apt command with depends argument...