Aug 16, 2025 · 8 min read · Introduction: From Localhost to the World As a developer, your local machine is your sanctuary. You build, test, and iterate on applications using a localhost server, a private loopback address (like 127.0.0.1) that lets you see your work in action w...
Join discussion
Aug 10, 2025 · 5 min read · Module 5 of my MikroTik Zero to Hero Challenge I started Module 5 thinking I'd learn some simple NAT rules and set up port forwarding. What I discovered instead was that most home networks don't work the way networking tutorials assume. Welcome to th...
Join discussion
Jul 11, 2025 · 4 min read · If you’re a developer, gamer, or just someone trying to expose a local service to the internet, port forwarding is a common first step. It allows external devices to connect to a service on your local machine, such as a web app, API server, or SSH. B...
Join discussionJul 4, 2025 · 8 min read · Pendahuluan Dalam dunia jaringan komputer dan keamanan siber, SSH (Secure Shell) tunneling adalah salah satu teknik yang sangat berguna untuk membuat koneksi terenkripsi yang aman melalui jaringan yang tidak aman. Teknik ini memungkinkan pengguna unt...
Join discussionJun 4, 2025 · 5 min read · You've undoubtedly seen affordable international package forwarding services if you've ever considered sending packages abroad without going over budget. These services provide a convenient way to purchase goods from overseas retailers and have them ...
Join discussion
May 28, 2025 · 5 min read · Running your own Minecraft server is a great way to customize gameplay and connect with friends or communities. However, getting your server accessible from outside your local network requires setting up something called port forwarding—a process tha...
Join discussion
Apr 26, 2025 · 3 min read · 📝 Quick Summary: Bore is a CLI tool that creates TCP tunnels to localhost, enabling users to expose local ports to the internet. It's designed for simple installation, self-hosting, and efficient TCP traffic forwarding. Bore allows developers to eas...
Join discussionJan 31, 2025 · 2 min read · Here I have assumed that you know how to run a webserver in development mode on localhost like python manage.py runserver which runs on port 8000 by default or npm run dev which runs on port 3000 or 5173 etc or php -S localhost on port 80. I also ass...
Join discussion
Aug 22, 2024 · 4 min read · Burmese Bytes က ပြန်လည်ကြိုဆိုလိုက်ပါတယ် စာလည်းမရေးဖြစ်တာကြာပြီဆိုတော့ ဒီနေ့မှာ တော့ SSH Tunneling အကြောင်းလေး အတတ်နိုင်ဆုံး လိုရင်း တိုရှင်းလေး ပြောပြပေးပါမယ်။ ဒီ Post ကတော့ Lab အသေးစိပ်တော့ပါမှာမဟုတ်ပါဘူး။ အဆင်မပြေတာရှိရင် Burmese Bytes Facebook Pa...
Join discussion