Stop Using Paid VPNs. Do THIS Instead.


In a world where online privacy is increasingly under threat, and content is being blocked based on geo-location, many of us turn to paid VPNs for help.

But what if I told you there's a better way?

Paid VPN services promise security and anonymity, but they come with their own set of problems.

You're entrusting your data to a third party, often with unclear logging policies and potential vulnerabilities.
Not to mention the recurring costs that can add up over time

If you have a bit of technical knowledge, I don’t see any reason why you should sign up to a commercial VPN service after playing with Algo VPN

Enter AlgoVPN, an open-source solution that puts you in control.

Open-source VPNs like Algo are game-changers.

Here's what I learned about setting up your own VPN:

  1. It's easier than you think.
    With tools like AlgoVPN, you can deploy a secure VPN server in minutes using cloud providers like AWS or DigitalOcean. The installation process leads you, hand-in-hand, through the options and choices and establishes the infrastructure for you.
  2. It's cost-effective. Running your own VPN can cost as little as $3-$7 per month, depending on usage. This is just the "on-demand" price. With different clouds, even the expensive AWS, you can get 12 months free trier where a small t3.micro can cost $0.
    You'd be paying a little for an IP address and some traffic, but if you turn the instance off when done, and use it sparingly, it'll cost way, WAY less than other paid services.
  3. You have full control. You decide where your server is located, who has access, and what data is logged (if any). This doesn't mean, you're 100% protected from law enforcements (if that's what you're after this is the wrong place 😅).
    If you're unsure, Algo lists its anti-features

Ready to take action? Here's how to get started:

  1. Clone the AlgoVPN project from GitHub
  2. Choose a cloud provider (Hetzner is by far you most cost-effective option if you go for a long living server)
  3. Run the AlgoVPN setup script, which will guide you through the process.
    Personally, I opted for the docker option, instead of installing a bunch of dependencies but that's up to you.
  4. Install the WireGuard client on your devices and import the generated profiles.

Don't settle for overpriced, potentially compromised VPN services.

Especially if you need a one-off, or a short-lived server to bypass geo-location protected content!

It's simpler than you think, more secure than you imagined, and it might just save you a few bucks along the way.

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

I Found My Productivity MACHINE After a Decade of Keyboards This issue is brought to you by: 🔍 Elevate Your UI Testing with Squish 🔍 Achieving seamless cross-platform testing doesn’t have to be complex. Squish provides a powerful solution for automating UI tests across all major operating systems, with robust support for Java, Windows, mobile applications, and more. Start Your Free Trial Today! “We become what we behold. We shape our tools, and thereafter our tools shape us.” - John Culkin,...

The Cursor Experience, With Neovim's Magic This issue is brought to you by: Auth0 lets you authenticate25,000 users for free! Get Started Here! The line between human and AI-assisted coding is becoming increasingly blurred. While VS Code (oh my god I mentioned it) users have been enjoying AI assistance through GitHub Copilot or better yet, “switching” to it’s popular fork - Cursor AI, which creates an “immersive” coding experience by literally having a conversation with the code base. With...

It was only two weeks ago that I felt like I’m on the bleeding edge of technology after realizing I’ve been ignoring fish shell and decided to give it a go. The pile of comments mentioning Nushell left me no choice, so today we’re checking it out, and trying to see whether it’s worth the switch, and for whom. Ever felt frustrated parsing JSON or CSV files in your terminal? I know I did. The traditional Unix shell treats everything as text streams, making it surprisingly hard to work with...