7h ago · 12 min read · Every step. Every mistake. Nothing skipped. If you haven't read the story behind why I built this, start here → My Portfolio Has No URL. Just an SSH Command. if you want to see what we're building,
Join discussion
4d ago · 8 min read · Introduction In the previous post, I quit .bashrc and gave bash and zsh separate responsibilities. The terminal environment was clean. The next day, I opened Obsidian and Git sync had stopped. git@github.com: Permission denied (publickey). fatal: Cou...
Join discussion
Apr 30 · 7 min read · There comes a point in every deployment when you have to stare at the red errors on your screen and admit something deeply annoying: the browser isn't the enemy. The cloud firewall isn't the enemy. Se
Join discussion
Apr 24 · 14 min read · The Setup Here's a thought experiment: what happens if you just... put a computer on the internet and wait? Not a real computer, of course. A fake one. A honeypot — a Python script pretending to be an
RTTSSAlex and 9 more commentedApr 21 · 3 min read · Step 1: Login into the AWS environment using provided credentials. Step 2: Go to VPC and create a new VPC - Name and provide CIDR. Created VPC Step 3: Now create a subnet. Select the Public VPC
Join discussionApr 21 · 3 min read · Originally published at recca0120.github.io You need to connect to a machine behind NAT with no public IP and inbound traffic blocked. The usual answers are VPN or ngrok-style tunnels, but both require setup on the target. reverse_ssh has the target ...
Join discussionApr 21 · 3 min read · Do you switch between a laptop and an office PC frequently and need to SSH into the same servers? Setting up a single SSH key across both systems can simplify your workflow and avoid generating and ma
Join discussion
Apr 20 · 3 min read · Originally published at recca0120.github.io You SSH'd in and started a job that will run for hours. No tmux. No nohup. Now you need to leave, and closing the window kills the process. reptyr moves it into tmux so you can disconnect safely. What repty...
Join discussion