Maxat Akbanov's blog
Maxat Akbanov's blog
Follow
Follow
homeAWSkubernetesAnsiblebashSQLGo
Series

tools


Articles in this series

Securing Secrets with SOPS: An Introduction

Oct 17, 20245 min read

SOPS (Secrets OPerationS) is an open-source tool developed by Mozilla for managing secrets — such as passwords, API keys, and confidential...

Securing Secrets with SOPS: An Introduction

Get started with Gitleaks tool

Jun 6, 20244 min read

Gitleaks is an open-source SAST tool designed to detect and prevent secrets (such as API keys, passwords, and other sensitive information) from being...

Get started with Gitleaks tool

Debug Network Traffic: tcpdump tool

Mar 31, 20244 min read

tcpdump is a powerful command-line tool used in the context of system administration and DevOps for monitoring, analyzing, and debugging network...

Debug Network Traffic: tcpdump tool

Diagnose and Analyze Network Connections with Netstat command

Mar 30, 20246 min read

The netstat command (part of net-tools) is a versatile networking tool used for diagnosing and analyzing network connections on Unix-like operating...

Diagnose and Analyze Network Connections with Netstat command

How to Install a Fully Local Private GPT on Ubuntu 20.04

Mar 19, 20242 min read

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

How to Install a Fully Local Private GPT on Ubuntu 20.04

Hadolint: The Essential Linter for Dockerfile Perfection

Dec 20, 202318 min read

A linter is a tool used in programming to statically analyze code for potential errors, bugs, stylistic issues, and deviations from coding standards....

Hadolint: The Essential Linter for Dockerfile Perfection