The “base32” command is a utility that allows you to encode or decode files or standard input using the Base32 encoding scheme. Base32 is a binary-to-text encoding scheme that represents binary data in an ASCII string format using a set of 32 characters. It is commonly used for various purposes, such as data transmission, storage, […]
Linux
banner Command Examples (Print the given argument as a large ASCII art)
The “banner” command is a utility that allows you to print a given argument or message as large ASCII art. ASCII art is a technique that uses characters from the ASCII character set to create images or text-based graphics. It is a popular form of artistic expression in the digital realm. When using the “banner” […]
bandwhich Command Examples (Display the current network utilization by process, connection or remote IP/hostname)
bandwhich is a command-line utility that displays the current network utilization, providing information about network usage by process, connection, or remote IP/hostname. It helps users monitor and analyze network traffic in real-time, providing insights into which processes or connections are consuming network resources. The primary purpose of bandwhich is to give users a clear visualization […]
balena Command Examples (Interact with the balenaCloud, openBalena and the balena API from the command-line)
balena is a command-line tool that allows you to interact with the balenaCloud, openBalena, and the balena API. balenaCloud is a platform that enables the deployment, management, and monitoring of applications on fleets of connected devices, while openBalena is a self-hosted version of balenaCloud that allows you to run the platform on your own infrastructure. […]
badblocks Command Examples (Search a device for bad blocks)
badblocks is a command-line utility used to search for and identify bad blocks on a storage device, such as a hard disk drive (HDD) or a solid-state drive (SSD). Bad blocks refer to sections of a storage device that are no longer reliable or functioning properly. When data is written to or read from these […]
babel Command Examples (A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax)
Babel is a popular open-source tool that functions as a transpiler, which means it converts code written in JavaScript ES6/ES7 syntax to ES5 syntax. ES6 (ECMAScript 2015) and ES7 (ECMAScript 2016) are newer versions of the JavaScript language that introduced several significant features and enhancements to improve the developer’s coding experience. Babel helps address the […]
b2sum Command Examples (Calculate BLAKE2 cryptographic checksums)
b2sum is a command-line utility that allows you to calculate BLAKE2 cryptographic checksums. BLAKE2 is a cryptographic hash function that is known for its speed, security, and efficiency. It is a successor to the earlier BLAKE hash function and offers improved performance and security properties. The purpose of calculating a cryptographic checksum, also known as […]
azurite: Azure Storage API compatible server (emulator) in local environment
Azurite is an open-source tool that serves as an Azure Storage API compatible server, also known as an emulator, for local development environments. It allows developers to simulate the functionalities and behavior of Azure Storage services on their own machines without the need for an actual Azure subscription or connecting to the cloud. With Azurite, […]
“az webapp” Command Examples (Manage Web Applications hosted in Azure Cloud Services)
The “az webapp” command is a powerful feature of the Azure Command-Line Interface (CLI) that allows you to manage web applications hosted in Azure Cloud Services. Azure Cloud Services is a platform provided by Microsoft Azure for deploying and running scalable and reliable applications. With the “az webapp” command, you can perform various operations to […]
“az vm” Command Examples (Manage virtual machines in Azure)
The “az vm” command is a powerful feature of the Azure Command-Line Interface (CLI) that allows you to manage virtual machines (VMs) in Azure. Virtual machines are a fundamental building block of cloud computing and provide the ability to run applications and services in a scalable and flexible manner. With the “az vm” command, you […]