Category: Troubleshooting
Welcome to the category page. Here, you can find all of our posts we published over the years for a given category. On this page, posts in that particular category are listed in chronological order, from the newest posts at the top to the oldest posts at the bottom.
- Total number of categories: 23
- Available categories:

Troubleshooting 6
-
How to fix: UFW blocking Internet access on devices connected to Proxy with WireGuard
Ever tried combining a transparent proxy with a WireGuard VPN client, aiming to secure all local traffic through a remote VPS, only to find that enabling UFW (Uncomplicated Firewall) breaks Internet connectivity? If you’ve found yourself in this situation, you’re not alone. This article unpacks the complexities and offers a simple solution, often overlooked in UFW’s default settings.
Continue reading → -
How to fix: No access to local devices when connected to ExpressVPN
Have you ever found yourself caught in a seemingly unsolvable dilemma while using ExpressVPN on your Mac computer? On one hand, you want to maintain your VPN connection for various reasons like bypassing geo-restrictions or preserving your privacy. On the other hand, you can’t afford to lose access to your local devices—be it your iPhone, iPad, or a complex home server setup. It’s an annoying issue, but here’s the kicker: the solution is a mere checkbox away in the ExpressVPN app. This article will walk you through the simple steps to keep your VPN up while accessing your local network freely.
Continue reading → -
How to fix: No Internet access from WireGuard client and inability to ping server's IP
Have you ever set up a WireGuard VPN on a local machine and a remote VPS, only to find out that the local machine can’t access the Internet, even though the VPS can? On top of that, neither can ping each other’s IPs? It’s a frustrating issue, but the good news is that the fix is actually quite simple. This article will guide you through the surprisingly easy solution to this irritating problem, which turns out to be a minor setting misconfiguration.
Continue reading → -
How to manually install atom-beautify in Atom Editor after its discontinuation
Given that Atom and its package manager are no longer being actively maintained, developers may encounter issues while trying to install new packages. This guide provides step-by-step instructions for manually installing the
Continue reading →atom-beautify
package in Atom. -
How to beautify code using the atom-beautify plugin for GitHub Atom app
Code readability is a cornerstone of software development. A well-formatted code base makes it easier to read, understand, and maintain the software. That’s where code beautification tools like the
Continue reading →atom-beautify
plugin for GitHub’s Atom editor come into play. This article will guide you through the steps to beautify your code using this powerful plugin. -
Resolving 'sudo apt update' Errors with the Proxmox Enterprise Repository
If you’ve been using Proxmox, either the Virtual Environment (PVE) or the Backup Server (PBS), and you don’t have a valid subscription, you’ll consistently encounter a particular error message when attempting a system update using
Continue reading →sudo apt update
. This error usually points its fingers at thehttps://enterprise.proxmox.com
repository. Fret not! This guide aims to help you understand this message and provide a way to work around it, especially if you’re using Proxmox without a subscription.