|
You are here |
adamsgaard.dk | ||
| | | | |
aykevl.nl
|
|
| | | | | How to move an installed SD card from a Pi 1 to a Pi 3, or make it possible to use them both. There are a few tricks to get the network running on both devices. | |
| | | | |
yasoob.me
|
|
| | | | | Hi people! ?? I was working with Raspberry Pi lately and was trying to connect it to eduroam. If you are not familiar with eduroam, it is a service used by most universities to provide Wifi on their campuses. It uses Enterprise WPA and Raspberry Pi does not connect to it automatically out of the box. I actually found these instructions on a different website but that website is down now. | |
| | | | |
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"... | |
| | | | |
www.dzombak.com
|
|
| | | I recently wanted to set up a VM on my home Ubuntu 22.04 LTS server, with the following goals: 1. the VM uses KVM virtualization, for performance 2. the guest VM is assigned an IP via DHCP by my home network router 3. the guest VM is accessible by | ||