Kategorie: Raspberry PI

  • Raspberry Pi: VNC Server installieren

    Wer seinen Raspberry Pi weder an einem eigenen Display, noch ausschließlich über eine Konsole bedienen möchte, für den ist der VNC Server das richtige. VNC überträgt das Bild der grafischen Oberfläche über das Netzwerk, oder bei Portfreigabe auch über das Internet. Alternativ lässt sich Remote Desktop installieren, wobei ich auf die Vor- und Nachteile der…

  • installieren Apache2 auf Rasperry PI

    APACHE installation apt-get update apt-get install apache2 php5 mysql-server locales phpmyadmin php5-curl iftop iotop vim screen tightvncserver mysql-client apt-get upgrade apt-get dist-upgrade Update RPI rpi-update Install Owncloud cd /var/www wget https://download.owncloud.org/community/owncloud-8.0.3.zip unzip owncloud-8.0.3.zip rm owncloud-8.0.3.zip mv owncloud storage enabele APACHE mod’s sudo a2enmod rewrite sudo a2enmod headers service apache2 restart

  • Funksteckdosen via Raspberry Pi über das Terminal, Webinterface oder Siri steuern – 433 mHz

    Belegung RaspberryPi Transmitter Receiver Pin 2 / 4 (5V) VCC VCC Pin 6 / 9 (GND) GND GND Pin 11 (GPIO17) – RPi Nr.1 ATAD – Pin 13 (GPIO27) – RPi Nr.2 – DATA (to the left of GND) Software Kommen wir nun zur Software. Hierzu müsst ihr erstmal euren Raspberry Pi starten, an dem alles…

  • letsencrypt on apache and linux

    letsencrypt auf Apache und Linux

    this is a small guide how to setup letsencrypt on apache and on linux first we need to download a letsencrypt tool and move the sample config to the right position cd /opt git clone https://github.com/lukas2511/letsencrypt.sh mkdir -p /etc/letsencrypt.sh mkdir -p /var/www/letsencrypt.sh/ chown www-data:www-data /var/www/letsencrypt.sh cp /opt/letsencrypt.sh/docs/examples/config /opt/letsencrypt.sh/config cp /opt/letsencrypt.sh/docs/examples/domains.txt /opt/letsencrypt.sh/domains.txt configure the letsencrypt config…

  • Wie kann der Raspberry Pi auf die neue Debian Version Jessie upgedated werden?

    Wie kann der Raspberry Pi auf die neue Debian Version Jessie upgedated werden?

    Aktuell ist die Linux Wheezy Version. Wer aber neue Funktionen ausprobieren will, kann den Raspberry Pi auch auf Jessie updaten. Wenn auch noch nicht alles so stabil sein soll, bekommt man doch einfach die neuesten Versionen. Z.b. PHP 5.5.12. Diese Version wird aber noch nicht zeitnah mit Sicherheitsaktualisierungen versorgt und hat den Status Testing. Es…