Es gibt ihn nicht nur bei den Simpsons, nein jetzt sogar live in Seattle. Einfach nur irre :-)

Es gibt ihn nicht nur bei den Simpsons, nein jetzt sogar live in Seattle. Einfach nur irre :-)

Some really nice photos from the sixties and seventies :-)
Look at digilander.libero.it


Vor ueber 50ig Jahren zeichnete Fritz Kahn Maschinenmenschen, deren Biologie mechanisch dargestellt wurde.
mhh ist schon frueh so um 5:40 Uhr. Und im IRC ist auch nichts los.
Currently i’ve some problems with my router. The reconnect only work sometimes… . So i’ve started to write a small bash script, to check that connection. The script run every hour and start a reconnection if no pppoe connection is available.
#!/bin/bash
#--------------------------------------------------------------------
# $Id: checkIConnect,v 0.1 2008/02/11 17:17:26 drscream Exp $
# Copyright 2008 Frubar Network (drscream@frubar.net)
#--------------------------------------------------------------------
##
## main
##
errors=0
ns_ip=$(cat /etc/resolv.conf | sed 's/nameserver //g' | head -n 1)
## device check
$(/sbin/ip a s dev ppp0 > /dev/null 2>&1)
if [ $? -gt 0 ]; then
echo "ERROR: Device not found!"
let errors=$errors+1
fi
## nameserver, ping check
$(ping -c 4 $ns_ip > /dev/null 2>&1)
if [ $? -gt 0 ]; then
echo "ERROR: Ping doesn't work!"
let errors=$errors+1
fi
echo "Code: $errors"
if [ $errors -gt 0 ]; then
echo "INFO: reconnect internet"
/opt/fruky/bin/pppoe-restart
fi
Cosmo:
What’s wrong with this country, Marty? Money. You taught me that. Evil defense contractors had it, noble causes did not. Politicians are bought and sold like so much chattel. Our problems multiply. Pollution, crime, drugs, poverty, disease, hunger, despair; we throw gobs of money at them! The problems always get worse. Why is that? Because money’s most powerful ability is to allow bad people to continue doing bad things at the expense of those who don’t have it.
I might even be able to crash the whole damned system. Destroy all records of ownership. Think of it, Marty. No more rich people, no more poor people, everybody’s the same, isn’t that
what we said we always wanted?
(Quotes from Sneakers - The Movie.)