begin to cleanup home-sweet-bin
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
c415f3153c
commit
be74aa20a1
12 changed files with 0 additions and 197 deletions
5
old/backup-script
Executable file
5
old/backup-script
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
HOST=fs2
|
||||
BACKUP_DIR=backup
|
||||
DATA_DIRS=$HOME
|
||||
|
||||
time tar cf - $DATA_DIRS | ssh $HOST "gzip -c > $BACKUP_DIR/`date +%d-%b-%Y`.tar.gz "
|
||||
19
old/backupe-nach-$1
Executable file
19
old/backupe-nach-$1
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/bin/sh
|
||||
# Nico Schottelius
|
||||
# Mi Nov 24 13:25:40 CET 2004
|
||||
|
||||
EXCLUDE="/cdrom /dev /floppy /proc /sys /tmp"
|
||||
EXCLUDE_FILE=".exclude"
|
||||
SOURCE=/
|
||||
PREFIX="time nice -n 10"
|
||||
|
||||
[ $# -ne 1 ] && exit 23
|
||||
|
||||
DEST=$1
|
||||
|
||||
rm -f $EXCLUDE_FILE
|
||||
for a in $EXCLUDE; do
|
||||
echo $a >> $EXCLUDE_FILE
|
||||
done
|
||||
|
||||
$PREFIX rsync -av -e ssh --exclude-from="$EXCLUDE_FILE" $SOURCE "${DEST}"
|
||||
4
old/bastian_sprich
Executable file
4
old/bastian_sprich
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
#ssh nico@nb-it-debian "txt2pho -f | mbrola -t 1.2 /usr/local/tts/data/de5/de5 - - | bplay -s 22050 -b 16"
|
||||
ssh nico@nb-it-debian "/usr/local/bin/mbr_say -"
|
||||
10
old/bgdelay
Executable file
10
old/bgdelay
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
IMG="$HOME/computer/images"
|
||||
DELAY="2"
|
||||
|
||||
for pic in `find $IMG`; do
|
||||
if [ ! -d $pic ]; then
|
||||
wmsetbg -e $pic
|
||||
sleep $DELAY
|
||||
fi
|
||||
done
|
||||
1
old/blauzahn-modem.sh
Executable file
1
old/blauzahn-modem.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
rfcomm bind 2 00:0A:D9:C9:11:BD 7
|
||||
5
old/buche-mpc
Executable file
5
old/buche-mpc
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
export MPD_HOST=buche
|
||||
|
||||
mpc play
|
||||
4
old/goonline
Executable file
4
old/goonline
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
netscape -mail &
|
||||
vncviewer ozean:1
|
||||
2
old/video_play
Executable file
2
old/video_play
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
mplayer -vo dga -fs "$@"
|
||||
17
old/x.home
Executable file
17
old/x.home
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
killall xscreensaver
|
||||
|
||||
|
||||
# irc
|
||||
aterm -trsb -tr -sh 100 -fg white -fade 50 -bw 0 +sb -sl 1000 -tint blue -ls -e ssh ns &
|
||||
|
||||
# mail
|
||||
securemail && aterm -trsb -tr -sh 100 -fg white -fade 50 -bw 0 +sb -sl 1000 -tint red -ls -e mutt -f ~/Maildir/ &
|
||||
|
||||
# icq
|
||||
xterm -ls -e ssh ns &
|
||||
|
||||
# opera
|
||||
#/tmp/bla2/bin/opera &
|
||||
|
||||
# browser2
|
||||
mozilla &
|
||||
18
old/x.wdt
Executable file
18
old/x.wdt
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
killall xscreensaver
|
||||
|
||||
|
||||
# irc
|
||||
aterm -trsb -tr -sh 100 -fg white -fade 50 -bw 0 +sb -sl 1000 -tint blue -ls -e ssh ns.schottelius.org &
|
||||
|
||||
# mail
|
||||
securemail && aterm -trsb -tr -sh 100 -fg white -fade 50 -bw 0 +sb -sl 1000 -tint red -ls -e mutt -f ~/Maildir/ &
|
||||
|
||||
# icq
|
||||
xterm -ls -e ssh ns.schottelius.org &
|
||||
|
||||
# work
|
||||
xterm -ls -e ssh root@debian &
|
||||
|
||||
# opera
|
||||
mozilla
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue