/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tsumarios.github.io
| | niemczuk.tech
0.6 parsecs away

Travel
| | In this quick tutorial I show you how to create a wireguard VPN on a remote linux server and connect a linux client in 5 minutes.
| | sylvaindurand.org
0.9 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.
| | blog.stigok.com
1.3 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.
| | whatibroke.com
8.6 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"...