Run a DynDNS client under Raspbian

For a home automation project I have to setup a local DynDNS client on my Banana Pi running with Raspian. Here are the steps I’ve taken to run a DynDNS client under Raspbian (will work on other Debian based Linux distributions too): Install ddclient package: $>sudo apt-get install ddclient This command installs the package and starts the DynDNS […]

FHEM Installation on Raspbian

To install FHEM into /opt/fhem you have to take the following steps: Switch to root mode: $> sudo su – Get archive key and add it to system keys: $> wget -qO – http://debian.fhem.de/archive.key | apt-key add – Add reposetory to your system sources: $> nano /etc/apt/sources.list and add the following line to the bottom :deb […]

Install Raspbian on a SD-Card

To install Rasbian on a SD-Card you have to follow these Steps Format SD-Card Fat32 (f.e. with GParted http://gparted.org/) Download Raspbian (or any other operation system) from http://www.raspberrypi.org/downloads/ Extract the downloaded zip-file Find out what is the devicepath of your SD-Card (you can use the df-command or get a list of partitions via linux-list-of-partitions) Execute the […]