Articles in this series
SOPS (Secrets OPerationS) is an open-source tool developed by Mozilla for managing secrets — such as passwords, API keys, and confidential...
Gitleaks is an open-source SAST tool designed to detect and prevent secrets (such as API keys, passwords, and other sensitive information) from being...
tcpdump is a powerful command-line tool used in the context of system administration and DevOps for monitoring, analyzing, and debugging network...
The netstat command (part of net-tools) is a versatile networking tool used for diagnosing and analyzing network connections on Unix-like operating...
In this article I will show how to install a fully local version of the PrivateGPT on Ubuntu 20.04 machine. PrivateGPT is a project developed by Iván...
A linter is a tool used in programming to statically analyze code for potential errors, bugs, stylistic issues, and deviations from coding standards....