Archivo de la categoría: Raspberry

Fhem perl server for house automation

http://fhem.de/fhem.html Fhem is a GPL’d perl server for house automation. It is used to automate some common tasks in the household like switching lamps / shutters / heating / etc. and to log events like temperature / humidity / power consumption. The program runs as a server, you can control it via web or smartphone… Leer más »

Package: dsniff (2.4b1+debian-18) tcpkill

Package: dsniff (2.4b1+debian-18) Links for dsniff Debian Resources: Bug Reports Developer Information (PTS) Debian Changelog Copyright File Debian Patch Tracker Download Source Package dsniff: [dsniff_2.4b1+debian-18.dsc] [dsniff_2.4b1+debian.orig.tar.gz] [dsniff_2.4b1+debian-18.diff.gz] Maintainer: Luciano Bello (QA Page) Similar packages: nast redsocks ettercap netexpect ettercap-common ettercap-gtk ettercap-graphical ettercap-text-only ucspi-tcp Various tools to sniff network traffic for cleartext insecurities This package contains several… Leer más »

NFS Client Server in debian

What is NFS? N    NFS was developed at a time when we weren’t able to share our drives like we are able to today – in the Windows environment. It offers the ability to share the hard disk space of a big server with many smaller clients. Again, this is a client/server environment. While this seems… Leer más »

pyload SSL

install sudo apt-get install python-openssl use threaded server in pyload safe ssl connection? Who (why ever) wants to use pyLoad’s XML–RPC via SSL have to install openssl first. Then you have to create a key: cd pyLoad openssl genrsa 1024 > ssl.key openssl req -new -key ssl.key -out ssl.csr openssl req -days 36500 -x509 -key… Leer más »

Install NX Server on Raspberry Pi

http://www.tiaowiki.com/w/Install_NX_Server_on_Raspberry_Pi What is Raspberry Pi The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. The Raspberry Pi has a… Leer más »

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

SD card Performance

SD CARD: ADATA SDHC 8GB CLASS 10 WRITE pi@raspberrypi ~ $ dd if=/dev/zero of=~/test.tmp bs=500K count=1024 1024+0 records in 1024+0 records out 524288000 bytes (524 MB) copied, 47.7796 s, 11.0 MB/s READ pi@raspberrypi ~ $ dd if=~/test.tmp of=/dev/null bs=500K count=1024 1024+0 records in 1024+0 records out 524288000 bytes (524 MB) copied, 24.1782 s, 21.7 MB/s… Leer más »