NASM, which stands for Netwide Assembler, is an assembler for the x86 and x86-64 computer architectures. It is used to convert assembly language code into machine code that can be...
Sccache is a command line tool that speeds up the recompilation process by caching previously compiled objects. Sccache include support for C, C++, Rust, and other languages. By caching previous...
The macchina is a command line tool for displaying system information such as kernel version, uptime, CPU load, memory usage, and more. This tool is written in Rust programming language...
GIT quick statistics is an open-source command line tool designed to provide a quick and comprehensive overview of a Git repository's statistics. This tool provides various useful pieces of information...
Fastfetch is a command line tool for displaying system information such as operating system, kernel, uptime, CPU, GPU, memory, swap and disk usage, number of installed packages, and more. This...
Ubuntu, being one of the most popular Linux distributions, offers a plethora of tools and commands to manage the system efficiently. Retrieving a list of available Wi-Fi networks is a...
Using a Virtual Private Network (VPN) is a common practice for ensuring privacy and security while browsing the internet. However, it's important to verify whether your VPN connection is active...
Whether you're troubleshooting, seeking dependencies, or just curious about the origins of a file on the Ubuntu system, determining which Debian package provides it can be useful. This tutorial shows...
Sublime Text is a popular text editor loved by developers for its speed, simplicity, and powerful features. This editor supports a wide range of programming languages and markup formats. Sublime...
Ccache is a powerful tool that speeds up the recompilation process by caching previously compiled objects. This can be especially beneficial for developers working on large projects or frequently building...