This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
hardware:raspberry_pi [2021/03/31 04:06] nanodano |
hardware:raspberry_pi [2021/03/31 17:40] (current) nanodano |
||
|---|---|---|---|
| Line 86: | Line 86: | ||
| </ | </ | ||
| - | ===== Configure static IP address for eth0 ===== | + | ===== Networking ===== |
| + | |||
| + | ==== Configure static IP address for eth0 ==== | ||
| It should use DHCP by default, but if you want to specify an IP Address you can. | It should use DHCP by default, but if you want to specify an IP Address you can. | ||
| Line 99: | Line 101: | ||
| </ | </ | ||
| - | ===== Manually configure wpa_supplicant for WiFi ===== | + | ==== Manually configure wpa_supplicant for WiFi ==== |
| <code bash> | <code bash> | ||
| Line 124: | Line 126: | ||
| </ | </ | ||
| - | ===== Expose local port via remote server | + | ==== Expose local port via remote server ==== |
| You can take a service running locally, and use a remote VPS to be a proxy and allow connectivity from the internet. | You can take a service running locally, and use a remote VPS to be a proxy and allow connectivity from the internet. | ||
| Line 316: | Line 318: | ||
| Turn on i2c using '' | Turn on i2c using '' | ||
| - | Install '' | + | Install '' |
| <code bash> | <code bash> | ||