Install whowatch on Ubuntu 20.04
The whowatch is a tool for monitoring users and processes via command line. It shows the currently logged in users and information about them such as login name, home directory,...
Install Grype on Ubuntu 20.04
Grype is a command line tool for scanning the contents of a container image or filesystem in order to find known vulnerabilities. This tutorial explains demonstrates how to install Grype...
Install Websocat on Ubuntu 20.04
WebSocket is a two-way communication protocol over a TCP. Websocat is a tool that allows to use WebSocket client or server via command line. It can operate in client mode...
Install pngquant on Ubuntu 20.04
The pngquant is a tool which allows to compress PNG images via command line. In order to reduce the size, images are converted to 8-bit PNG format with alpha channel....
Install httpbin Inside Docker Container in Linux
The httpbin.org is a web service that accepts HTTP requests and returns response. It is useful for testing HTTP clients using various HTTP methods, status codes, response formats, and more....
Load Image from Specified File using OpenCV
While working with image processing, one of the first steps is load an image from a file. OpenCV provides imread function that enables to load an image from a file....
Install fdupes on Ubuntu 20.04
One of the ways to free up disk space on the system is to delete the duplicate files. The fdupes is a tool that enables to find duplicate files and...
Install act on Ubuntu 20.04
The act is a command line tool that allows to run GitHub Actions in local environment. It reads .github/workflows and determines the set of actions that need to be run....
Install jpegoptim on Ubuntu 20.04
The jpegoptim is a tool that enables to compress JPEG and JPG images via command line. It supports lossless optimization based on Huffman tables and lossy optimization where user can...
Install ccze on Ubuntu 20.04
Reading and analyzing the log files in white text on a black background can be difficult and take a lot of time. Colorized log files is one of the solutions....