Audric - audric.it

General Information:

Latest News:

Raspberry Pi led blinking from shell 28 Oct 2012 | 11:52 pm

#!/bin/bash echo "18" > /sys/class/gpio/export echo "out" > /sys/class/gpio/gpio18/direction for i in {1..5} do echo "1" > /sys/class/gpio/gpio18/value sleep 0.2 echo "0" > /sys/class/gpio/gpio18/valu...

Raspeberry Pi RFID enabled kiosk 27 Sep 2012 | 01:39 pm

I’ve started a new project. A Raspeberry Pi RFID enabled kiosk using redis, sinatra, unicorn, nginx, chromium and some glue-programs to stick everything together. I realized that a blog would not be t...

kiosko con un Raspeberry Pi (parte prima) 21 Sep 2012 | 08:38 pm

Appunti di viaggio per costruire un kiosko con un Raspeberry Pi. pi@raspberrypi ~ $ cat .xinitrc chromium \ --kiosk \ --disable-action-box \ --disable-application-cache \ --disable-audio \ --disable-b...

Postgresql on Snow Leopard Server 14 Dec 2011 | 11:48 pm

How to install postgresql 9.1.2 on a Mac OS X Snow Leopard Server This will install the necessary core components of the server. sudo port -d selfupdate sudo port install postgresql91 sudo port instal...

il potere di ipset 25 Sep 2011 | 08:19 am

ipset --create adminip nethash ipset --add adminip 333.1.1.1 ipset --add adminip 333.1.2.0/24 iptables -A input -m set --match-set adminip src -j ACCEPT Molto comodi i nethash, ma ancor di più gli ipt...

Controlling/monitoring a PERC6 RAID on a DELL PowerEdge 2950 running debian 6 28 Jul 2011 | 08:38 pm

Controlling/monitoring a PERC6 RAID on a DELL PowerEdge 2950 running debian 6 # lspci | grep RAID 01:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 1078 (rev 04) Get MegaCLI 8.00.46 ...

Linux history BSD like 14 Jan 2011 | 03:49 am

export HISTTIMEFORMAT="%F %T "

SSHFS in user space howto 28 Jun 2010 | 09:41 pm

Installare il pacchetto apt-get install sshfs verificare che fuse sia attivo lsmod | grep fuse Se non è attivo, provare ad attivarlo a mano modprobe fuse se non si attiva, cambiare kernel… Se si atti...

Recently parsed news:

Recent searches: