Posts
Host Website for Free: Google AI Studio -> GitHub -> Cloudflare
A step-by-step guide on how to take your generated code from Google AI Studio, push it to GitHub, and host it for free using Cloudflare Pages.
Troubleshooting: React App Shows Blank White Page on Cloudflare Pages
Learn how to fix the common ‘blank white page’ issue when deploying Google AI Studio React projects to Cloudflare Pages by adding a missing script tag.
The Mysterious bootTel.dat File - Not a Virus, Just Windows Being Windows
Found a suspicious bootTel.dat file lurking in my drive root. Time to investigate. The Discovery While browsing my NTFS drive on Linux, I spotted a hidden 112-byte file called bootTel.dat. Naturally, my first thought: “Is this malware?” Spoiler: It’s not. But the journey to find out was fun. The Investigation...
Deploying Happy-Server on Coolify
A comprehensive guide to deploying Happy-Server on Coolify using Docker. Learn how to set up the multi-stage build and configure environment variables for self-hosting.
Fixing WinBoat host.lan Permission Issues - Complete Investigation and Solution
If you’re running Windows inside WinBoat on Linux and struggling to access or write to the \\host.lan\Data network share, this comprehensive guide will walk you through the exact steps to fix it.
How to Paste Images to Claude Code with Flameshot on Linux
If you’re using Flameshot for screenshots on Linux (especially with xfce4-terminal) and struggling to paste images directly into Claude Code, here’s a simple fix that doesn’t require switching to other screenshot tools.
Hide Images and Videos on YouTube Music using uBlock Origin
- Install uBlock Origin extension/add-on if that supports your browser!
- Open the extension/add-on dashboard.
- Go to My Filters tab.
- Add these filters and click Apply changes:
Wake Up PC (WakeOnLan) Remotely Using Telegram and NodeMCU without Port Forwarding
I’ve created a solution to remotely startup my PC without port forwaring.
Check the Notion link below (as I’ll be updating it there):
Math For Programming
Explore the essential mathematical concepts that computer programmers use daily. From basic arithmetic to advanced algorithms, discover how math enhances logical thinking in programming.