Mahendra Kondadasumahendra-kondadasu.hashnode.dev·Oct 27, 2024Essential SSH Features Every Developer Should Know: Practical Uses and Real-World ScenariosFor developers, SSH (Secure Shell) is more than just a command to connect to remote servers; it’s a versatile tool with features that streamline remote development, file transfers, and secure connections. In this post, I won’t dive into how SSH works...Discuss·65 readsssh
Swadhin Roy Sunnyswadhinroysunny.hashnode.dev·Aug 11, 2024Quantum Mysteries: Superposition, Entanglement, and TunnelingQuantum mechanics might sound like something straight out of a sci-fi movie, but it's one of the most fascinating and fundamental theories of physics. It explains the strange behavior of particles at the smallest scales—think atoms and subatomic part...DiscussEntanglement
Kenneth BinghamforOpenZiti Tech Blogblog.openziti.io·May 22, 2024Limitless zrok with DockerYou can conveniently run a zrok instance on a Linux server. The Caddy option makes it easy to auto-renew a wildcard certificate to protect the zrok API and your public shares with TLS. What's This Good For? You can publicly share websites, files, et...Discuss·1.0K readszrokself-hosted
Vishal Sharmacodreline.hashnode.dev·May 12, 2024How to expose localhost to the Internet with ngrok?When you're developing a web application or testing a local server, it can be really useful to share your local development environment with others for collaboration or testing purposes. However, exposing your local machine directly to the internet c...Discuss·1 likengrok
Amal Shajiamalshaji.hashnode.dev·Mar 31, 2024Portr: open-source self-hosted tunnel designed for teamsPortr is an open-source, self-hosted tunnel designed for teams. It lets you expose your local http/tcp connections to the public internet. It uses SSH remote port forwarding under the hood to tunnel connections. https://github.com/amalshaji/portr F...Discuss·31 readsOpen Source
Boatbuilderboatbuilder.hashnode.dev·Feb 16, 2024A Modern Way to Exposing Localhost to InternetAs developers, we often want to quickly share local website, jupyter notebooks or local experiments with colleagues for feedback and testing before deploying to production. However, opening up access to development servers running on our own machines...Discusstunneling
Jayesh Yadavcalmgeek.hashnode.dev·Jan 26, 2024Streamlining Webhook Configuration: A Developer's Guide to LocalTunnelIntroduction In the world of web development, configuring webhooks or tackling other tasks often involves a cumbersome step – deploying a whole website. This routine can be essential, can be a time-consuming and resource-intensive process for develop...Discuss·20 likes·50 readswebhooks
Amanhekshot.hashnode.dev·Jan 20, 2024Building a Secure Communication Channel with OpenSSL and StunnelIntroduction In today's interconnected world, securing communication between servers and clients is paramount. This tech blog will guide you through the process of setting up a secure communication channel using OpenSSL and Stunnel. We will cover the...Discussopenssl
Shreehari Vaasistha Lshreehari.hashnode.dev·Nov 19, 2023Demystifying SSH Tunneling: A Beginner's GuideWhat is SSH? SSH, which stands for Secure Shell, is a cryptographic network protocol that allows secure communication between two computers. SSH is often used for remote controlling a machine for various purposes like managing infrastructure. What is...Discussssh-tunneling
Deactivated Userlocalportal.hashnode.dev·Oct 18, 2023Expose Local Web Server To InternetHey there, web warriors! 👋 Ever found yourself working on a local web project and thought, “Man, I wish I could show this off to someone who’s not on my local network”? Maybe you’re building a kickass web app, tinkering with a cool API, or testing o...Discusstunneling