raspberry – Umstellung auf Jessie

20. März 2016 at 09:04

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 […]

Raspberry Pi WLAN mit Edimax EW-7811Un

21. Februar 2014 at 20:18

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 […]

net: command not found / Samba

3. Juni 2013 at 20:40

  [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

MySQL – auf die MYSQL Datenbank von außen zugreifen

29. März 2013 at 12:15

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 […]

Google Charts

24. März 2013 at 11:19

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 […]