Archivo por meses: enero 2013

unrar non-free

agregar a : cat sources.list deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi apt-get update apt-get build-dep unrar-nonfree apt-get source -b unrar-nonfree

pyLoad raspberry

Step 1 apt-get update cd /tmp wget http://ftp.de.debian.org/debian/pool/main/l/leptonlib/liblept3_1.69-3.1_armhf.deb sudo dpkg -i liblept3_1.69-3.1_armhf.deb rm liblept3_1.69-3.1_armhf.deb cd Step 2 sudo apt-get install python python-crypto python-pycurl python-imaging tesseract-ocr python-qt4 screen Step 3 wget http://download.pyload.org/pyload-v0.4.9-all.deb Step 4 sudo dpkg -i pyload-v0.4.9-all.deb rm pyload-v0.4.9-all.deb Step 5 cd /usr/share/pyload ./pyLoadCore.py Step 6 (optional) Damit das Starten des pyLoad Downloadmanagers schneller funktioniert… Leer más »

Backup XBMC settings:

Try this, copied from somewhere on the forum, not sure where Backup XBMC settings: SSH into the Pi. Go to /home/pi Run the following command: tar -czf xbmc-backup.tar.gz .xbmc Ftp into the Pi and copy the xmbc-backup.tar.gz file away from Raspberry Pi Put settings back: copy file back to /home/pi Run command: tar -xzf xbmc-backup.tar.gz