coderxrohan.hashnode.devNgrok-Style Cloudflare Tunnel on Windows | cloudflared http 3000Ever wished Cloudflare Tunnel worked like: ngrok http 3000 Instead of the long command: cloudflared tunnel --url http://localhost:3000 In this post, I’ll show how I turned Cloudflare Tunnel into a simple: cloudflared http 3000 Just like Ngrok. No ...Feb 13·2 min read
coderxrohan.hashnode.devLinux quick workspace setup | One command-line install✔ Updates Kali✔ Installs Git✔ Sets your Git name + email✔ Installs VS Code✔ Installs Antigravity✔ Verifies Node Create file nan setup.sh Write a script. # =============================== # Kali Dev Environment Setup # Author: Rohan Satkar # ====...Feb 10·2 min read
coderxrohan.hashnode.devJava Boilerplate Code for VS Code | Make Java Coding Faster and Easiero Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the Command Palette. o Type Preferences: Configure User Snippets and select it. o You will see a list of languages and options. o Select java.json (you might need to type "Java" to fi...Feb 6·2 min read
coderxrohan.hashnode.devClear Saved Windows Command History (PowerShell + VS Code Step-by-Step)1) Windows Powershell History Path C:\Users\user\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine 2) Clear VS Code Trusted Folders 1) Press Ctrl + Shift + P. 2) Type and select, Workspace: Manage Workspace Trust 3) A panel will open — click "...Feb 5·1 min read
coderxrohan.hashnode.devGetting Started with WSL on Windows: Install, Manage, and Remove Linux DistrosIf you’re a Windows user who wants a real Linux environment without heavy virtual machines, WSL (Windows Subsystem for Linux) is the best solution.In this post, I’ll walk through what WSL is, how to install it, manage multiple Linux distros, and clea...Jan 30·3 min read