|
You are here |
aykevl.nl | ||
| | | | |
electronut.in
|
|
| | | | | This is a short post on setting up the Raspberry Pi (RPi) for development for the first time. Being that the RPi is a full-fledged mini computer, it seems...Read More | |
| | | | |
blog.haschek.at
|
|
| | | | | Personal Blog of Christian Haschek | |
| | | | |
whatibroke.com
|
|
| | | | | 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"... | |
| | | | |
willhaley.com
|
|
| | | After following DigitalOcean's guide for upgrading to Ubuntu Xenial I hit a snag. DNS was broken. I do not see this as a fault of DigitalOcean, but more likely an issue with Ubuntu. Update: 2017-06-27 As U?ur Çetin mentions in the comments below, there is a simpler fix for this. Find the IP address of your mirror and create an /etc/hosts entry for it. Then simply run apt upgrade. Done! Once resolvconf is working properly again, you should be able to comment out or remove the /etc/hosts entry you created for the mirror. | ||