Linux SSL

How to Install Custom CA Certificates across Linux Families

Whether you are dealing with a corporate proxy or an internal service, adding a custom Certificate (CA) is a standard task. However, each Linux “family” handles the trust store differently. Here is how to manually add your certificates and force the system to trust them. If you have a CA Bundle file (one file containing […]

Linux

Mastering Variables in Bash (Shell Scripting Guide)

Bash variables are one of the first things you’ll encounter when using Linux — but there’s a big difference between shell variables, environment variables, and how to make them persist globally. This guide will take you from the basics, with clear examples. 1. What Is a Variable? A variable is just a named value stored […]

briefcase for documents placed on table
AWS Azure Kubernetes Linux PowerShell Python Scripts Terraform Windows

Coding for Beginners or Advanced – A Standard set files for your projects

This might not apply to your projects but as a DevOps Engineer I think it’s good to have a standard set of files/folders for each of my projects. It keeps things tidy and helps me. This list is based on my projects using Terraform, GitLab, Docker, Packer, git and more. Here’s a brief explanation of […]