doc fix
This commit is contained in:
parent
de825dc84e
commit
cbc0d80b99
15
REAME.md
15
REAME.md
|
|
@ -16,6 +16,7 @@ Installation auf SD:
|
|||
# raspi-config
|
||||
- Change User Password: heimetli27
|
||||
- Hostname: proxypi
|
||||
- enable predicatble network interface names
|
||||
- locale: en_US.utf8 (auch Default)
|
||||
- locale: de_CH.utf8
|
||||
- Timezone: Europe/Zurich
|
||||
|
|
@ -23,10 +24,15 @@ Installation auf SD:
|
|||
- Keyboard: Generic 105-key (Intl), German (Switzerland)
|
||||
- Enable SSH Server
|
||||
- WLAN einrichten (siehe "per WLAN")
|
||||
- reboot
|
||||
|
||||
# apt-get update
|
||||
# apt-get upgrade
|
||||
|
||||
reboot
|
||||
|
||||
# apt-get updat
|
||||
|
||||
Software installieren:
|
||||
# apt-get install gammu python-gammu
|
||||
# apt-get install python-serial
|
||||
|
|
@ -40,6 +46,8 @@ Software installieren:
|
|||
|
||||
Firmware-Update:
|
||||
# rpi-update
|
||||
|
||||
reboot
|
||||
```
|
||||
|
||||
### Boot Config anpassen
|
||||
|
|
@ -53,6 +61,12 @@ dtparam=audio=off
|
|||
dtoverlay=pi3-disable-bt
|
||||
```
|
||||
|
||||
Bluetooth Dienste disablen:
|
||||
```
|
||||
systemctl disable hciuart.service
|
||||
systemctl disable bluetooth.service
|
||||
```
|
||||
|
||||
### Zugang ermöglichen
|
||||
|
||||
```
|
||||
|
|
@ -139,6 +153,7 @@ $ tar cvf /var/tmp/proxypi-git-files.tar .
|
|||
# chown -R root:root /home/pi/web-root
|
||||
# cd /home/pi/install-files
|
||||
# for i in $(find . -type f); do echo cp $i /$i ; done
|
||||
# for i in $(find . -type f); do if [ -f /$i ]; then cp -p /$i /$i.6apr2018; fi ; done
|
||||
# for i in $(find . -type f); do cp $i /$i ; done
|
||||
|
||||
# systemctl enable my_web_server
|
||||
|
|
|
|||
Loading…
Reference in New Issue