This commit is contained in:
2022-05-07 22:12:11 +03:00
commit 0a6b63b4e6
64 changed files with 7293 additions and 0 deletions

4
rpi_serial_num.md Normal file
View File

@@ -0,0 +1,4 @@
**Вывести серийный номер Raspberry в консоль**
```
cat /proc/cpuinfo | grep Serial | cut -d' ' -f2
```