Explore >> Select a destination


You are here

shallowsky.com
| | www.wgdd.de
6.6 parsecs away

Travel
| | A private blog about Debian GNU/Linux, my work and life as a Debian user and as Debian developer.
| | sylvaindurand.org
1.2 parsecs away

Travel
| |
| | nelsonslog.wordpress.com
4.1 parsecs away

Travel
| | I want to be able to remotely access my PC Linux box even if Linux is down. Ie: just like you'd do with a keyboard and monitor plugged in locally, but via the Internet. There's a zillion ways to do this but they are all fiddly and the simplest ways are expensive or unobtanium. This...
| | whatibroke.com
21.3 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"...