Virtual Private Networks (VPNs)

Virtual Private Networks act as an important tool in the modern digital landscape empowering many to protect their privacy, and circumvent government imposed censorship. What the people need is choice. The ability to choose what we wish to share and what we wish to access, and a VPN puts that power in your hands. Let’s talk some tech. What is a VPN? A virtual private network (VPN) is a mechanism for creating a secure connection between a computing device and a computer network, or between two networks, using an insecure communication medium such as the public Internet – Wikipedia ...

November 14, 2023 · 2 min · 269 words · Kushagra J

KDE Bluetooth Disabled on Login

Lately i had been dealing with an issue where my bluetooth would disable automatically upon login. I had done a lot of troubleshooting to realize that the issue was with me abruptly rebooting instead of rebooting via the gui. Which would cause ~/.config/bluedevilglobalrc to look something like this: [Adapters] 44:85:00:80:3C:BA_powered=false Solution: 1. Comment out the line to look something like this: [Adapters] #44:85:00:80:3C:BA_powered=false I have tested this and there does not seem to be any functionality issue whatsoever ...

October 13, 2023 · 1 min · 152 words · Kushagra J