Author: alex

Das Abstandhalter Dilemma

Der Bienenabstand (35mm), bee space, ist der Abstand den zwei Rähmchen voneinander haben sollten. Doch welcher Abstandhaltertyp ist der Richtige? Das absolute Chaos beginnt beim Mischbetrieb. Zuerst einmal zu den verschiedenen Rähmchentypen: Seitenteil Träger Abstandhalter Hoffmann Seitenteile 35mm 22mm Nicht nötig Normale Rähmchen 22mm 22mm Erlanger Abstandhalter (Seite)Abstandhalter (Träger) Normal Modifziert 25mm 25mm 10mm Pilzköpfe

Read More 

Building Gpredict on Ubuntu from trunk (04/2015)

This instruction is written on Ubuntu 14.10 x86_64. Get the required tools for building: sudo apt-get install automake build-essential make sudo apt-get install intltool libgoocanvas-dev sudo apt-get install libgtk2.0-dev libcurl4-openssl-dev sudo apt-get install intltool libgoocanvas-dev sudo apt-get install libgtk2.0-dev libcurl4-openssl-dev Get files from git and build: git clone https://github.com/csete/gpredict.git cd gpredict ./autogen.sh make sudo make

Read More 

Building hamlib on Ubuntu from trunk (04/2015)

This instruction is written on Ubuntu 14.10 x86_64. Get the required tools for building: sudo apt-get install automake libtool build-essential make texinfo Get files from git git clone https://github.com/N0NB/hamlib.git cd hamlib chmod +x autogen.sh ./autogen ./configure make This instruction is for hamlib-1.2.15.3. The readme and Install file specify to use ./configure, but in the latest

Read More