raspberry – Umstellung auf Jessie
Da mein System aufgrund einer korrupten SD-Karte nicht mehr lief, habe ich ein frisches Jessie eingespielt. Folgende Änderungen musste ich vornehmen: 1-Wire Die aktuelle firmware […]
Da mein System aufgrund einer korrupten SD-Karte nicht mehr lief, habe ich ein frisches Jessie eingespielt. Folgende Änderungen musste ich vornehmen: 1-Wire Die aktuelle firmware […]
Der WLAN-Stick von Edimax läuft fast “plug & play”. Zwei Dateien habe ich manuell angepaßt: /etc/network/interfaces /etc/wpa_supplicant/wpa_supplicant.conf In interfaces legt man die IP-Adresse fest. Grundsätzlich […]
[codesyntax lang=”php”] administrator@GRASHA:~$ net -bash: net: command not found [/codesyntax] In diesem Fall samba neu installieren: sudo apt-get remove samba-common sudo apt-get install samba-common
piw@raspberrypi:~$ mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. mysql> FLUSH PRIVILEGES; Query OK, 0 rows […]
https://developers.google.com/chart/interactive/docs/gallery/areachart ac.draw(data, { title : ‘1Wire Temperatursensoren’, isStacked: false, width: 1000, height: 400, vAxis: {title: “Temperatur (Grad Celsius)”}, hAxis: {title: “Zeit”}, legend:{position: “bottom”}, areaOpacity: 0 […]