• Linux
  • Teamspeak 3 on Elementary OS 0.3

    Today I’m pushing out a lot of posts, this time about „Howto install Teamspeak 3 on Elementary OS 0.3“. Go to http://www.teamspeak.com/?page=downloads and grab the client either x86 (32bit) or amd64 (64bit) Open Terminal and go to the folder you downloaded the client to. On my PC it looked like this: benjamin@BensTux:~$ cd Downloads/ benjamin@BensTux:~/Downloads$ chmod +x […]

  • Linux
  • Grub2 Trouble

    Ich habe auf meinem Rootserver ein Software Raid1 mit LVM2 Volumes. Nach einem Update von Kernel und Grub2 wollte ich Grub2 wie gewohnt auf den Partitionen /dev/sda und /dev/sdb via grub2-install einrichten aber siehe da, nichts da! /usr/sbin/grub2-bios-setup: warning: your core.img is unusually large. It won’t fit in the embedding area. /usr/sbin/grub2-bios-setup: error: embedding is […]

  • Programmieren
  • Cross compiling for Raspberry Pi in Windows 8

    Lots of info about Cross-Compiler can be found here http://wiki.osdev.org/GCC_Cross-Compiler So lets start with building the toolchain for building Raspberry Pi applications with crosstool-ng and the GNU Compiler. Preperations In order to compile crosstool-ng we need to install some packages in cygwin first. Run setup.exe and install the following packages gcc make bison flex gperf […]