Locking the screen is a simple but essential step in protecting the system when stepping away. It is very useful when working in a shared space or just want to...
The bpftrace is a high-level tracing tool for Linux that allows developers and system administrators to write short scripts to investigate the behavior of the system, applications, or the kernel...
The uftrace is a tracing tool for Linux systems, particularly useful for tracing function calls in the applications. It helps developers understand the behavior of their applications by showing when...
Kyanos is a command line tool designed for real-time network traffic analysis using eBPF (Extended Berkeley Packet Filter) technology. It provides deep visibility into application-layer protocols such as HTTP, Redis...
Cppcheck is a static analysis tool for C and C++ code. It helps developers find bugs, undefined behavior, memory leaks, and other issues without actually running the program. Unlike compilers...
The NVIDIA Container Toolkit is a set of tools and libraries that enable GPU support in containerized applications, such as those run with Docker or other container runtimes. It allows...
Intel Software Development Emulator (Intel SDE) is a CPU emulator that allows developers to run and debug software using different generations of Intel CPUs. This is especially useful for validating...
The lurk is an open-source command line tool developed in Rust programming language, designed as a simpler and more user-friendly alternative to strace. It enables users to trace and log...
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...
The nvme-cli is a command line tool used to manage and interact with NVMe (Non-Volatile Memory Express) storage devices - like NVMe SSDs - on Linux systems. It gives you...