Article Image

My local environment

This article is about my current configuration, but I'm going to talk only about the terminal and my text editor because those will work in any linux distribution...

Article Image

Give super powers to your terminal with tmux

In this article I want to introduce you to tmux, you might have used screen in the past or heard about it, what tmux and screen are is terminal multiplexers...

Article Image

SSH Local Port Forward

SSH is a great tool not only to connect and interact with remote servers, in this article we will explore SSH Local port forward and what it means, we also will explore SSH Remote port...

Article Image

SSH Remote Port Forward

SSH is a great tool not only to connect and interact with remote servers, in this article we will explore SSH Remote port forward and what it means, we also will explore ...

Article Image

SSH Socks Proxy

SSH is a great tool not only to connect and interact with remote servers, in this article we will explore SSH Socks proxy and what it means, we also will explore SSH remote proxy...

Article Image

How to report your gmail spam folder to spamcop

This post is a bit different from the others in the sense that it's a small tool I did to ease spam reporting to...

Article Image

How to report spam to spamcop from gmail

Easy method to report spam to spamcop using GMail, this helps to reduce the true Spam from unknown sources, since for some reason I started to get...

Article Image

Cat and friends (Netcat and Socat)

In this article we will see how to use cat, netcat and socat at least some basic examples and why do we have so many cats...

Article Image

Gitlab-CI Basics

In this article we will continue where we left off the forward project last time, in this article we will use gitlab-ci...

Article Image

Kubernetes local playground alternatives

In this article we will explore different alternatives for spinning up a cluster locally for testing, practicing or just developing an application...

Article Image

Kubernetes authentication and authorization

In this article we will explore how authentication and authorization works in kubernetes. But first what's the difference?

Article Image

Kubernetes image policy webhook explained

In this article we will explore how webhook works in kubernetes and more specifically about the ImagePolicyWebhook, the kubernetes documentation about it is kind of vague...

Article Image

Running Rust on ARM32v7 via QEMU

In this article we will explore how to use QEMU to run emulating the ARM32v7 architecture to build and run a rust project...

Article Image

Testing tekton to build and push images for my K3S ARM Oracle cluster

In this article we will explore how to deploy and configure tekton to build and push images to your registry to be consumed from your cluster, we will also see how these are deployed in another article...