Δευτέρα 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 }

Τετάρτη 30 Ιανουαρίου 2008

ssh -R 5900:192.168.1.102:80 scostic.dyndns.org

at the router:
22 --> 192.168.1.104:22
5900 --> 192.168.1.104:5900
8899 --> 192.168.1.104:8899

apt-get update // update the links
apt-get install

Δευτέρα 28 Ιανουαρίου 2008

το ανεμόμετρο δούλεψε κανονικά...

Δευτέρα 21 Ιανουαρίου 2008

πρώτη εγκατάσταση του ανεμόμετρου...πρόβλημα στην καλωδίωση...

Δευτέρα 14 Ιανουαρίου 2008

automate oww...

add oww script to /etc/init.d
smbpasswd -d scostic
update-rc.d oww start 80 2 n3 4 5 . stop 80 0 1 6 .