Skip to content

Instantly share code, notes, and snippets.

View ji-podhead's full-sized avatar
🫷
working hard

J.I. /podhead ji-podhead

🫷
working hard
View GitHub Profile
@ji-podhead
ji-podhead / check_TTL.md
Last active April 13, 2025 01:59
check your TTL (Time to leave) value while using USB tethering vs WIFI tethering
@ji-podhead
ji-podhead / tailscale&VaultOnOpenWrt .md
Last active April 9, 2025 14:15
Deploy tailscale and Vault via docker compose on openwrt router

Deploy tailscale and Vault via docker compose on openwrt router

you can find the full project here pamji - onpremcontrol those are the minimum requirements to deploy a basis infra via IaC. This is the controller for the pamji onprem infra. It servers as a low spec router, failover vpn access point and secrets manager.

requirements

  • predeployed openwrt router

creates

  • a tailscale- and a vault docker container
@ji-podhead
ji-podhead / fetch-api-examples.md
Created April 5, 2025 13:18 — forked from justsml/fetch-api-examples.md
JavaScript Fetch API Examples
@ji-podhead
ji-podhead / gist:34a08a31bf83667ec86e2bb9c22a0d96
Last active December 9, 2024 12:14
Matrix Screensaver using HTML and JS only
@ji-podhead
ji-podhead / reverse_engineer_a_distributed_system.markdown
Last active November 15, 2024 19:22
How to reverse engineer a distributed system - walk trough nodes - analyze class instances - object hooks/triggers- transform code - generate autodocs

How to reverse engineer a distributed system - walk trough nodes - analyze class instances - object hooks/triggers- transform code - generate autodocs

Imagine you have a bunch of scripts, you somehow need to understand the architecture and backend of a distributed system, because you are forced to...
...the problem is: its not very well documented, and why not, its a backend!

At some point, you manage get some understanding of basic things, so you want to create your own little api from your prototypes.

So whats reverse engineering in that matter?

  • as i said the code is not 100% documented
  • we have no flow charts for the modules