Tag Archives: Raspberry Pi

Install Transmission on Xbian

Connect to xbian using ssh Default username xbian password raspberry Perform package update and upgrade root@xbian:/home/xbian#apt-get update root@xbian:/home/xbian#apt-get upgrade –y Install xbian optimized transmission binary root@xbian:/home/xbian#apt-get install -y -o Dpkg::Options::=”–force-confdef” -o Dpkg::Options::=”–force-confold” xbian-package-transmission Notes: 1. Default download location is at /home/xbian 2. Access webui via http://xbianip:9091 3. Default webui login admin password raspberry

Loading

Raspberry Pi: Creating BerryBoot optimized image (the dirty way)

Goal: To add custom operating system to BerryBoot menu Problems met: Invalid sector block size, invalid partition info, incompatible filesystem, error when perform kpartx and mounting Workaround: 1. Write .img file (example: XBian1.0Alpha5.img) into USB drive using win32diskimager. Wait until it complete. 2. Connect and mount USB drive into your linux OS. I’m using Xubuntu installed in… Read More »

Loading