Install jwt-cli on Ubuntu 24.04

Install jwt-cli on Ubuntu 24.04

The jwt-cli is a command line tool used to create, decode, verify, and inspect JSON Web Tokens (JWTs). It's especially useful for developers working with JWT-based authentication systems who want...
Get CPU Microcode Version on Linux

Get CPU Microcode Version on Linux

When working with Linux systems - especially when dealing with performance tuning, hardware compatibility, or security updates - it can be important to know which microcode version the CPU is...
Install cpuid on Ubuntu 24.04

Install cpuid on Ubuntu 24.04

The cpuid is a command line tool that lets you query and display detailed CPU information directly from the CPUID instruction - without needing to write any code. This tutorial...
Enable Compiler Warnings using CMake

Enable Compiler Warnings using CMake

Compiler warnings help developers write cleaner, safer, and more maintainable code. They help catch potential bugs early, enforce good practices, and improve code quality. But unless explicitly enabled, many compilers...