Install NASM on Ubuntu 24.04

Install NASM on Ubuntu 24.04

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...
Install Sccache on Ubuntu 24.04

Install Sccache on Ubuntu 24.04

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...
Install Fastfetch on Ubuntu 24.04

Install Fastfetch on Ubuntu 24.04

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...
Install Ccache on Ubuntu 24.04

Install Ccache on Ubuntu 24.04

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...