Explore >> Select a destination


You are here

golb.hplar.ch
| | blog.stigok.com
0.4 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.
| | it-notes.dragas.net
0.8 parsecs away

Travel
| | [AI summary] A technical guide on setting up a self-hosted VPN on FreeBSD using Wireguard with IPv6 support, ad-blocking, and firewall configurations.
| | sylvaindurand.org
0.2 parsecs away

Travel
| | [AI summary] This article explains how to set up a Wireguard VPN on various platforms, highlighting its advantages over OpenVPN and providing detailed configuration steps for servers and clients.
| | whatibroke.com
7.8 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"...