abdennour

abdennour @abdennour

About: Husband, Father and software engineer DevOps Practionner Public speaker +62k reputation in StackOverflow Top 1 Javascript Github awarded at country level.

Joined:
Apr 22, 2021

abdennour
articles - 5 total

yq for helm post-render instead of kustomize

Spending several hours to get all resources patched with .metadata.labels using kustomize as helm...

Learn More 6 1Nov 21 '22

Reduce size of /var/log/journal

$ journalctl --disk-usage Journals take up 3.8G on disk. You can control the size of this directory...

Learn More 0 0May 17 '22

Mount my Passport WD driver on MacOS Big Sur with NTFS read write

After upgrading my MacOS to big sure, i realized that some features did not work intuitively as...

Learn More 0 0Jul 24 '21

Populate env vars from .env file with Shell

This should work export $(cat .env | xargs) Enter fullscreen mode Exit...

Learn More 4 0Jul 18 '21

SSH over HTTP Proxy

story nc -X connect is the popular way to communicate with SSH over proxy. However, it's b...

Learn More 6 0Apr 25 '21