Κυριακή 20 Απριλίου 2008

oww upgrade to 0.82.1

Κυριακή 30 Μαρτίου 2008

added weather station to Weather Underground...
IATTICAM2

Τρίτη 25 Μαρτίου 2008

προσθήκη LCD..

lcdproc install from source package (0.5.2)

./configure --enable-drivers=CFontz --enable-usb

edit /usr/local/etc/LCDd.conf

[CFontz]
Device=/dev/tty/USB0
Contrast=600
Brightness=600
Speed=19200
...
USB=yes

update-rc.d LCDd start 20 2 3 4 5 . stop 20 0 1 6 .

Σάββατο 8 Μαρτίου 2008

apt-get install vnstat

Δευτέρα 25 Φεβρουαρίου 2008

added line to /et/crc.local

cd /root
sh run_ssh &
exit

Κυριακή 17 Φεβρουαρίου 2008

create passwordless login for microclient...

ssh-keygen -f debian-rsa -t rsa (no passphrase)
copy debian-rsa.pub ~root/..ssh/authorized_keys
chmod 600 authorized_keys

now from the client:
ssh -i debian-rsa

edit .ssh/.config
Host *
Protocol 2
TCPKeepAlive Yes
ServerAliveInterval 60

// Always use the latest version of ssh, look at /var/log/auth.log

run shh at the background ...
ssh -n -N ...

fstab : USB stick
/dev/sd01

Δευτέρα 11 Φεβρουαρίου 2008

owwclient:

apt-get install { pk-config, libgtk2.0-dev, libgtk1.2-dev, libtool }