Posts
-
August 4, 2024
Convert /proc/net/tcp hex to human readable
Just want to share this very short code snippet that helped me to Convert Linux /proc/net/tcp (currently active tcp connections) from hex to human readable format - IPs with ports, helps with troubleshooting :) # by pduchnovsky, …
-
February 5, 2024
Fast and simple Geo Blocking on Ubuntu 22.04
Just wanted to share quick script to enable very basic geoblocking @ port 443, useful for web facing server where you don’t need access from the whole world :) Of course, this is only sufficient for servers where only port 443 is forwarded, for …
-
February 27, 2023
Automated Adapter Restart on System Startup
Yes, damnit ! Since I bought a new z790 board I was experiencing problems where my Ethernet network adapter was not connected after startup, solution was to restart the adapter and everything was peachy. This is due to a bug on Intel side, which …
-
July 14, 2021
Conditional block in Terraform ?
Yes, sometimes you only want to create/set up a certain block within a resource only when a specific part of a variable is set.. …and yes, it’s possible, thanks to try and dynamic blocks as well as for_each :) Let me show you how to achieve this. As …
-
May 31, 2021
Kubernetes scaling based on requests per minute from LB
Well hello there, I was like you, looking for a solution to this problem related to kubernetes issue #81976 and hoping I’d find it.. well, you are on the right place and I won’t bother you with a lot of talking but rather show you the ‘solution’ …
-
All Categories & Tags:
  Bash (2) Bitbucket (1) Bitlocker (1) Cloud (1) Cloud Monitoring (1) Cmd (2) Css (1) Disqus (1) Ethernet (1) Gcp (1) Geoblock (1) Hexo (1) Hugo (3) Images (1) Jamstack (1) Javascript (1) Kubernetes (1) Linux (1) Monitoring (1) Netlify (1) Nftables (1) Optimization (1) Pipelines (1) Powershell (1) Regedit (1) Task Scheduler (1) Terraform (1) Ubuntu (1) Web (2) Windows 10 (2)