Clear Composer Cache

Clear Composer Cache

Composer store copies of downloaded PHP packages in the cache. It allows speeding up workflow because for the next time previously installed packages can be retrieved from the cache. Can...
Install Grype on Ubuntu 22.04

Install Grype on Ubuntu 22.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

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 22.04

Install pngquant on Ubuntu 22.04

The pngquant is a tool which allows compressing PNG images via command line. To reduce the size, images are converted to 8-bit PNG format with alpha channel. Usually, 8-bit PNG...
Install act on Ubuntu 22.04

Install act on Ubuntu 22.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 22.04

Install jpegoptim on Ubuntu 22.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...