Kategoria - Raspberry PI - liczba wpisów 27

Raspberry Pi 2 rotate screen upside down Kategoria: Raspberry PI | Autor: Bartłomiej Gałęzia

sudo vim /boot/config.txt

lcd_rotate=2

MongoDB on Debian Kategoria: Raspberry PI | Autor: Bartłomiej Gałęzia

vi /etc/apt/source.list
deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv 7F0CEB10

apt-get update

apt-get install mongodb-10gen
vi /etc/mongodb.conf

http://code.google.com/p/mongo-vision/

http://localhost:8080/mongovision/

apt-get install python-pip

pip install edda

edda /var/log/mongodb/mongodb.log

http://www.php.net/manual/en/mongo.installation.php

Motion - instalacja i konifiguracja Kategoria: Raspberry PI | Tagi: motion | Autor: Bartłomiej Gałęzia

vi /etc/apt/sources.list
# first source
apt-get update

apt-get install motion mc samba apache2 mysql-server phpmyadmin

cp /etc/motion/motion.conf /etc/motion/motion.conf_backup

mv /etc/samba/smb.conf /etc/samba/smb.conf_old

Zobacz całość

GPIO na Raspberry PI Kategoria: Raspberry PI | Autor: Bartłomiej Gałęzia

https://pypi.python.org/pypi/RPi.GPIO

wget https://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.5.1a.tar.gz
cd
python setup.py

http://code.google.com/p/webiopi/wiki/PASSWORD

webiopi-passwd
/etc/init.d/webiopi start

http://pi:8000/

Webiopi na Raspberry PI Kategoria: Raspberry PI | Autor: Bartłomiej Gałęzia

wget http://webiopi.googlecode.com/files/WebIOPi-0.5.3.tar.gz
tar xvzf WebIOPi-0.5.3.tar.gz
cd WebIOPi-0.5.3
sudo ./setup.sh

python -m webiopi 83
localhost:8000/webiopi