smaller updates

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-01-06 10:49:58 +01:00
parent 74b4b65fca
commit 19e00978f9
5 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,7 @@
#devs='/dev/sde /dev/sdf /dev/sdg'
devs="/dev/sde /dev/sdc /dev/sdd"
devs="/dev/sdb /dev/sdc /dev/sdd"
devs="/dev/sdc /dev/sdb"
set -e
set -x
mdadm --assemble /dev/md0 $devs

View File

@ -1,8 +1,8 @@
#!/bin/sh -e
# Nico Schottelius, 20080910 11:09
ip link set wlan0 down
iwconfig wlan0 essid any
iwconfig wlan0 essid public
ip link set wlan0 up
iwconfig wlan0 essid any
iwconfig wlan0 essid public
udhcpc -nqfi wlan0
vpnc ~nico/firmen/ethz/vpn/vpnc.conf

View File

@ -21,6 +21,7 @@ HOST="home.schottelius.org"
HOST="nico@77.109.138.222"
ssh -T -f -C -N -L2323:mx3.schottelius.org:$IMAPS "$HOST"
ssh -T -f -C -N -L4242:mx3.schottelius.org:$SMTP "$HOST"
# Fernzugriff
ssh -T -f -C -N -R4242:localhost:22 "$HOST"

View File

@ -1,2 +1,2 @@
#!/bin/sh
openvt -s -w vlock -a
openvt -s -w -- vlock -a

View File

@ -4,6 +4,6 @@ file=wordlist
while true; do
while read satz; do
echo "$satz" | osd_cat -p middle -A center -f '-misc-fixed-medium-r-semicondensed--*-542-*-*-c-*-*-*' -d 1
sleep 23
sleep 5
done < "$file"
done