|
You are here |
alistaire.rbind.io | ||
| | | | |
freerangestats.info
|
|
| | | | | How to produce an animation of demographic patterns in Pacific island countries and territories from 1950 to 2050, in just a few lines of code. | |
| | | | |
juliasilge.com
|
|
| | | | | A data science blog | |
| | | | |
www.markhw.com
|
|
| | | | | ||
| | | | |
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"... | ||