Explore >> Select a destination


You are here

geoff.tuxpup.com
| | blog.stigok.com
1.0 parsecs away

Travel
| | [AI summary] A technical guide detailing the step-by-step process of setting up a WireGuard VPN server on CentOS and a client on Arch Linux.
| | tsumarios.github.io
1.7 parsecs away

Travel
| | This blog post provides a clear, step-by-step guide to setting up WireGuard on a Raspberry Pi running Red Hat-Compatible OSs and configuring an Android device to connect to it ? without headaches!
| | drexl.me
1.8 parsecs away

Travel
| | This guide will walk you through the setup of a remote machine that will act as a personal VPN server at the cost of 3 to 5 USD per month. We will also configure it to act as a DNS resolver that will automatically block spam, tracking, advertising and malware domains on all of your connected devices.
| | whatibroke.com
7.7 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...