Various shell scripts
  • Shell 89.5%
  • Python 5.6%
  • Raku 4.9%
Find a file
2011-09-07 08:56:18 +02:00
backupmx_getusers.sh iptables README updated 2011-07-06 14:59:47 +02:00
cleanup-chaos-files.sh removed whitespace 2011-01-07 13:43:56 +01:00
delicious_backup.sh comment now in the right place 2011-01-06 15:46:13 +01:00
find_big_files.sh added license and author information 2011-01-06 14:21:38 +01:00
helmet.sh primitive loggin function, script structure simplified 2011-01-07 14:50:34 +01:00
iptables.sh iptables.sh initial upload 2011-07-06 14:57:43 +02:00
libssl-restart-daemons.sh added license and author information 2011-01-06 14:21:38 +01:00
lighttpd_restart_oom.sh added license and author information 2011-01-06 14:21:38 +01:00
openssl-chk-crt.sh added license and author information 2011-01-06 14:21:38 +01:00
policyd-550.sh added license and author information 2011-01-06 14:21:38 +01:00
random.sh added random e-mail/domain generation script 2011-09-07 08:56:18 +02:00
rblcheck.sh commented unconnectable RBLs 2011-09-04 12:41:51 +02:00
README iptables README updated 2011-07-06 14:59:47 +02:00
tls_stats.sh formatting, added header 2011-01-06 15:37:57 +01:00
www-perms.sh excluded symlinks in find command as they will always match 2011-01-10 10:07:38 +01:00

What's that all about?
----------------------
This is a part of my scripts which might be useful to others. Scripts marked with "FIXME" need cleanup to get useful.
License: LGPL

cleanup-chaos-files.sh		Deletes unneeded files like .DS_Store (for example on a NAS)
delicious_backup.sh		Use delicious API to backup your bookmarks to an XML file
find_big_files.sh		(FIXME) Just finds files bigger than n MB and displays them
helmet.sh			(FIXME) Future Debian system security analyzer	
iptables.sh			Basic iptables script
libssl-restart-daemons.sh	Shows daemons affected by an OpenSSL upgrade needing a restart
lighttpd_restart_oom.sh		A temporary workaround for lighttpd OOM events
openssl-chk-crt.sh		Recursively searches for OpenSSL certificates and shows validity
policyd-550.sh			Grep the mail.log for e-mails rejected by policyd-weight and score
rblcheck.sh			Check if your server is listed on an DNSBL
tls_stats.sh			If you own a mailserver sending e-mails via TLS, show stats of peers
www-perms.sh			Analyze your $documentroot for files writable by www user/group