40ee6e81531df8800bdcafc94463ebb3b8d0d9f5
glossary.md
| ... | ... | @@ -120,6 +120,7 @@ |
| 120 | 120 | * [qemu](/virtualisation/qemu) |
| 121 | 121 | |
| 122 | 122 | ## r |
| 123 | +* [raspberry_pi](hardware/raspberry_pi) |
|
| 123 | 124 | * [rdp](/networking/rdp) |
| 124 | 125 | * [rhel](/linux/rhel) |
| 125 | 126 | * [ricing](/linux/ricing) |
hardware/index.md
| ... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 | # hardware |
| 2 | 2 | |
| 3 | 3 | * [arduino](arduino) |
| 4 | +* [raspberry_pi](raspberry_pi) |
|
| 4 | 5 | * [trezor](trezor) |
| 5 | 6 | * [thinkpad](thinkpad) |
| 6 | 7 | * [neos_smartcam](neos_smartcam) |
hardware/raspberry_pi.md
| ... | ... | @@ -0,0 +1,12 @@ |
| 1 | +# raspberry pi |
|
| 2 | + |
|
| 3 | +## turn off the lights |
|
| 4 | +_tested on raspbian 11_ |
|
| 5 | +* network activity led |
|
| 6 | +``` |
|
| 7 | +echo none > /sys/class/leds/ACT/trigger |
|
| 8 | +``` |
|
| 9 | +* power led |
|
| 10 | +``` |
|
| 11 | +echo none > /sys/class/leds/PWR/trigger |
|
| 12 | +``` |