“arping” is a network utility that enables users to discover and probe hosts within a network using the Address Resolution Protocol (ARP). It serves as a valuable tool for network administrators and security professionals by providing a means to identify and communicate with devices on a local network and obtain their Media Access Control (MAC) […]
Linux
arp-scan: Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network
“arp-scan” is a network scanning tool that allows users to send Address Resolution Protocol (ARP) packets to hosts within a local network. By specifying IP addresses or hostnames, users can scan the network and gather information about the devices connected to it. ARP scanning is particularly useful for network administrators and security professionals to identify […]
aria2c: Fast download utility (Command Examples)
“aria2c” is a versatile and efficient download utility that allows users to download files from various protocols, including HTTP(S), FTP, SFTP, BitTorrent, and Metalink. It is designed to provide fast and reliable file downloads, making it a popular choice among users who frequently download large files or need a flexible download tool with support for […]
argon2: Calculate Argon2 cryptographic hashes (Command Examples)
“Argon2” is a cryptographic hashing algorithm designed to securely hash sensitive information, such as passwords or other user credentials. It is considered one of the most secure and memory-hard password hashing functions available. The primary purpose of Argon2 is to protect against various types of attacks, including brute-force attacks and dictionary attacks. Here are some […]
arduino: Arduino Studio – Integrated Development Environment for the Arduino platform
The “Arduino Studio” is an Integrated Development Environment (IDE) specifically designed for the Arduino platform, which is widely used in the development of embedded systems and IoT (Internet of Things) projects. As an IDE, Arduino Studio provides a comprehensive set of tools, features, and resources that facilitate the development, programming, and deployment of Arduino-based projects. […]
arduino-builder: A command-line tool for compiling arduino sketches
The “arduino-builder” is a command-line tool designed for compiling Arduino sketches, which are programs written for Arduino boards. It provides a convenient way to compile Arduino code from the command line without the need for the Arduino IDE graphical interface. However, it is important to note that the “arduino-builder” tool is currently being phased out […]
arch Command – Display the name of the system architecture (Command Examples)
The “arch” command is a simple and straightforward utility that is used to display the name of the system architecture on Unix-like operating systems. It provides a convenient way to determine the architecture of the computer system without the need for complex commands or manual inspection of system information. Here are the key features and […]
Arcanist: A CLI for Phabricator (arc Command Examples)
“arc” stands for Arcanist, which is a powerful command-line interface (CLI) tool designed for interacting with the Phabricator code collaboration platform. Phabricator is a suite of web-based tools used for code review, task management, and collaboration in software development projects. With its comprehensive set of features, “arc” provides developers with a seamless and efficient workflow […]
ar – Create, modify, and extract from archives (.a, .so, .o)
“ar” is a versatile command-line tool used to create, modify, and extract files from archives. It is commonly used in Unix-like systems to work with archives in formats such as .a (static library), .so (shared object), and .o (object file). With its wide range of functionalities, “ar” allows users to manage collections of files, create […]
apropos – Search the manual pages for names and descriptions (Command Examples)
“apropos” is a powerful command-line tool used to search the manual pages on Unix-like systems. It allows users to find relevant information by searching for names and descriptions of commands or topics within the extensive manual pages database. With its efficient search capabilities, “apropos” enables users to quickly locate the relevant documentation they need, making […]