#739
Uncategorized
#736
Create new TBS : Set as default undo tablespace : Retrieve the old one Drop it or :
#731
sudo apt-get install apache2 php5 libapache2-mod-php5 sudo groupadd www-data sudo usermod -g www-data www-data sudo chown -R pi /var/www echo “” > /var/www/index.php sudo service apache2 restart sudo apt-get install mysql-server mysql-client php5-mysql sudo apt-get install phpmyadmin sudo apt-get install vsftpd sudo vi /etc/vsftpd.conf Change : anonymous_enable=NO, Uncomment : local_enable=YES write_enable=YES add : force_dot_files=YES sudo […]
#721
example : Will generate x00, x01, x02, etc.
#715
http://hallard.me/gestion-de-la-teleinfo-avec-un-raspberry-pi-et-une-carte-arduipi/ https://lhuet.github.io/blog/2014/01/montage-teleinfo.html http://perso.aquilenet.fr/~sven337/francais/2014/03/09/Suivi-de-consommation-elec-avec-R-Pi.html http://www.magdiblog.fr/gpio/teleinfo-edf-suivi-conso-de-votre-compteur-electrique/ http://www.chaleurterre.com/forum/viewtopic.php?t=15153
#701
http://www.framboise314.fr/mesure-de-temperature-1-wire-ds18b20-avec-le-raspberry-pi/ http://www.pihomeserver.fr/2013/10/29/raspberry-pi-home-server-utiliser-sonde-temperature-etanche-ds18b20/ With multiple sensors : http://iada.nl/en/blog/article/temperature-monitoring-raspberry-pi http://www.projects.privateeyepi.com/home/temperature-gauge http://blog.domogy.com/mise-en-place-d-un-reseau-1-wire/ http://www.manuel-esteban.com/lire-une-sonde-dht22-avec-un-raspberry-pi/
#698
Go to /etc/init.d Create a startup script called “SCRIPT_NAME” like : Make the script executable Add it to the list of script to start : Manual start : Manual Stop :
#696
Rounding : Divide :
#692
http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-installing-squeezelite-player-on-raspbian/
#684