btm is a command-line utility that serves as an alternative to the popular “top” command. It aims to provide a lightweight, cross-platform, and more graphical interface for monitoring system resources. With its user-friendly interface, btm offers an improved visual representation of system metrics, making it easier to understand and interpret the data. One of the […]
Linux
bshell: A GUI tool for browsing for SSH/VNC servers on the local network
bshell is a graphical user interface (GUI) tool designed to simplify the process of browsing for SSH (Secure Shell) and VNC (Virtual Network Computing) servers on a local network. It provides a convenient way to discover and connect to these servers without the need for complex command-line configurations or manual network scanning. SSH is a […]
browser-sync: Starts local web server that updates browser on file changes
Browser-Sync is a useful tool that simplifies web development by starting a local web server and automatically updating the browser whenever changes are made to the files in the project. It provides a seamless way to preview and test your website or web application during the development process. When you start Browser-Sync, it creates a […]
brotli: Compress/uncompress files with Brotli compression
Brotli is a compression algorithm developed by Google, designed to provide efficient and fast compression of data. It is named after the Swiss bakery product, “brotli,” which means “small bread” in Swiss German. Brotli compression offers a higher compression ratio compared to other popular compression algorithms, such as gzip and deflate. It achieves this by […]
brittany: Pretty-print Haskell source files
“brittany” is a tool used for formatting Haskell source code in a visually appealing and consistent manner. It is specifically designed to improve the readability and maintainability of Haskell code by automatically applying a set of formatting rules. Here are some key points about “brittany” and its features: Formatting Haskell Code: “brittany” takes Haskell source […]
brew: Package manager for macOS and Linux
The brew command is a package manager designed for macOS and Linux operating systems. It provides a convenient way to install, update, and manage software packages and libraries on your system. Originally created for macOS, brew has gained popularity among Linux users as well, thanks to the availability of Linuxbrew, a version of brew specifically […]
bq: The bq command-line tool is a Python-based command-line tool for BigQuery
The bq command-line tool is a Python-based command-line tool designed specifically for interacting with Google BigQuery, a fully-managed, serverless data warehouse provided by Google Cloud Platform. With bq, users can perform various tasks related to managing and querying data in BigQuery. Here are some key features and use cases of the bq command-line tool: Data […]
box: A PHP application for building and managing Phars
Box is a PHP application that facilitates the creation and management of Phar archives. Phar (PHP Archive) is a file format used in PHP for bundling entire applications, including their dependencies, into a single executable file. Here are some key points about Box: Phar Archives: Box focuses on working with Phar archives, which are self-contained […]
bower: A package manager optimized for front-end web development.
Bower is a package manager specifically designed for front-end web development projects. It simplifies the process of managing and installing packages or dependencies, such as libraries, frameworks, and assets, that are commonly used in web development. Here are some key points about Bower: Package Management: Bower focuses on managing front-end packages that are typically required […]
bosh Command Examples (Command-line tool to deploy and manage the bosh director)
BOSH is a command-line tool used to deploy and manage the BOSH Director, which is a powerful infrastructure orchestration tool. BOSH provides a consistent and automated way to deploy, monitor, and manage cloud-based infrastructure and distributed systems. Here are the key features and aspects of BOSH: Deployment Automation: BOSH enables the automated deployment of complex […]