added license and author information
This commit is contained in:
parent
6e7b96750f
commit
c9721bd3fe
10 changed files with 24 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
#
|
#
|
||||||
# Fetches all your delicious bookmarks
|
# Fetches all your delicious bookmarks
|
||||||
# and validates the XML before saving.
|
# and validates the XML before saving.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: find_big_files.sh 11 2009-02-06 08:48:41Z oli $
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
#
|
#
|
||||||
# Find and report big files
|
# Find and report big files
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Author: Oliver Ladner <oli@lugh.ch>
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
# License: GPLv2
|
# License: LGPL
|
||||||
#
|
#
|
||||||
# This tool scans a Debian-based system for threats in programs,
|
# This tool scans a Debian-based system for threats in programs,
|
||||||
# configurations, permissions etc. and calculates a score to
|
# configurations, permissions etc. and calculates a score to
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
#
|
#
|
||||||
# Shows all applications using libssl
|
# Shows all applications using libssl
|
||||||
# They need to be restarted after an OpenSSL upgrade
|
# They need to be restarted after an OpenSSL upgrade
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
#
|
#
|
||||||
# Monitors if lighttpd uses too much mem, and if so, restarts it
|
# Monitors if lighttpd uses too much mem, and if so, restarts it
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
|
#
|
||||||
# Recursively search for SSL certificate
|
# Recursively search for SSL certificate
|
||||||
# files and display valid period
|
# files and display valid period
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# $Id: policyd-550.sh 16 2009-04-28 12:51:28Z oli $
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
#
|
#
|
||||||
# Shows all mails rejected by policyd-weight.
|
# Shows all mails rejected by policyd-weight.
|
||||||
# Requires that $REJECTMSG in /etc/policyd-weight.conf
|
# Requires that $REJECTMSG in /etc/policyd-weight.conf
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
|
#
|
||||||
# Checks if given IP is listed on any of the "major" DNSBL.
|
# Checks if given IP is listed on any of the "major" DNSBL.
|
||||||
# I used this list: http://spamlinks.net/filter-dnsbl-lists.htm
|
# I used this list: http://spamlinks.net/filter-dnsbl-lists.htm
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
|
#
|
||||||
# greps mail.log for TLS debug loglines and displays sender count
|
# greps mail.log for TLS debug loglines and displays sender count
|
||||||
# and cipher used.
|
# and cipher used.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
|
# License: LGPL
|
||||||
|
#
|
||||||
# Checks the webroot for files being owned by www daemon and
|
# Checks the webroot for files being owned by www daemon and
|
||||||
# writable at the same time. This is only needed by some files
|
# writable at the same time. This is only needed by some files
|
||||||
# so we'll check with a whitelist.
|
# so we'll check with a whitelist.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue