Downloads
Downloads Home » Misc scipts
DocumentsDate added
-
Recursive fibonacci bash scripthot!
- 19.03.2008
-
Beispiel, wie rekursiv mit einem bash script die Fibonacci Zahlen berechnet werden könnenExample how to calculate the fibonacci numbers with a recursive bash script
- Hits: 123
-
queryDistrohot!
- 31.12.2009
-
Kleines Script welches die Distribution des Linux herausfindet.Small script which detects the Linux distribution.Tested on following distributions but will work also on other distributions:# opensuse openSuSE 11.0 (no lsb_release) and 11.2 (lsb_release)
# fedora Fedora 12
# centos CentOS 5.4
# kubuntu Kubuntu 9.10
# debian Debian 5.0.3
# arch Arch
# slackware Slackware 13.0.0.0.0
# mandriva Mandriva 2009.1# debian Knoppix# linuxmint Mint 8
See comment in source code for more tested distributions
- Hits: 122
-
syncFiles
- 14.03.2010
-
Kleines Script, welches mit rsync zwei Verzeichnisbäume synchronisiert und automatisch eine --exclude-file erstellt von allen gesyncten Dateien. Das erlaubt im Zielverzeichnis die gesynclten Dateien nach erfolgreichem zu löschen. Der Anwendungsfall ist dabei wie folgt:Die gesyncten Dateien (Filme, Musik etc) werden auf eine USB Platte kopiert und deren Inhalt dann auf einen anderen Rechner kopiert. Danach werden sie auf der USB Platte wieder gelöscht. Beim erneuten syncen der Dateien werden die schon bereits gesyncten Dateien nicht mehr auf die USB Platte kopiert da sie in einer --exclude Liste für rsync stehen.
- Hits: 35