Install ast-grep on Ubuntu 24.04

Install ast-grep on Ubuntu 24.04

The ast-grep is a tool designed for code searching and manipulation, utilizing abstract syntax trees (ASTs) to understand and process code more intelligently than traditional text-based grep tools. This tutorial...
Install mise on Ubuntu 24.04

Install mise on Ubuntu 24.04

The mise is a tool version manager designed to simplify the management of multiple language environments by replacing tools like asdf, nvm, pyenv, and rbenv. This tutorial demonstrates how to...
Install Nuclei on Ubuntu 24.04

Install Nuclei on Ubuntu 24.04

The Nuclei is a configurable vulnerability scanner used for identifying security vulnerabilities across various systems and applications. It utilizes YAML-based templates, allowing users to create and share custom vulnerability detection...
Install Trivy on Ubuntu 24.04

Install Trivy on Ubuntu 24.04

Trivy is an open-source vulnerability scanner for container images, file systems, Git repositories, and more. Trivy is designed to detect a variety of security issues including vulnerabilities, misconfigurations, and compliance...
Install GoReplay on Ubuntu 24.04

Install GoReplay on Ubuntu 24.04

GoReplay is an open-source tool designed for capturing and replaying live HTTP traffic. It is commonly used for testing and debugging web applications. This tutorial demonstrates how to install GoReplay...
Install Gitleaks on Ubuntu 24.04

Install Gitleaks on Ubuntu 24.04

Gitleaks is an open-source tool designed to scan Git repositories for secrets and other sensitive information. It helps developers and organizations ensure that they are not inadvertently committing sensitive data...