Category: Raspberry PI

  • Raspberry Pi: Install VNC Server

    Who his Raspberry Pi neither on its own display, still want to operate exclusively through a console, for the VNC Server is the right. VNC transmits the image of the graphical interface over the network, or port forwarding via the Internet. Alternatively, install Remote Desktop, and I on the front of- and disadvantages of…

  • install Apache2 on 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 via the terminal, Web Interface or control Siri – 433 mHz

    Occupancy Raspberry Pi Receiver Transmitter 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 We come now to the software. For this purpose, you must first start your Raspberry Pi, where everything…

  • letsencrypt on apache and linux

    letsencrypt on apache and 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…

  • How can the Raspberry Pi will be updated to the new Debian version Jessie?

    How can the Raspberry Pi will be updated to the new Debian version Jessie?

    Currently the Linux Wheezy version. But who wants to try new features, can the Raspberry Pi update on Jessie. even if not all should be so stable, you simply get but the latest versions. Z.b. PHP 5.5.12. This version is not yet supplied with security updates in a timely manner and has the status Testing. It is…