TCP

Transparent dynamic reverse proxy with nginx

Submitted by nickanderson on Sun, 2009-07-12 13:58.Applications | Linux | Mentoring | WWW
A while back I wrote about using Apache as a dynamic reverse proxy. Anyone who has done even minimal research into web servers knows that Apache is the swiss army knife. It trys to be everything for everyone, and like a swiss army knife may not be as good as a more refined too at least as far as efficiency is concerned.Read the full article Transparent dynamic reverse proxy with nginx at -->

Script to check SSL Cert Expiration via nagios

Submitted by arr on Thu, 2007-11-29 07:50.WWW

Someone on the sage-members mailing list asked about checking SSL expiration dates. We use the following script to check them via nagios (actually, we use a slightly older version that takes hostname and port instead of URL, but this is the next version we plan to roll out). I thought I'd post it here (with the permission of the author, who is no longer at Tufts) for others to use:

#!/usr/local/bin/perl
###########################################################################
#####                                                                     #
#####     check_cert.pl -- check  HTTPS,  IMAPS,  LDAPS or SMTP (with     #


  

Django

Submitted by eadmund on Mon, 2007-01-22 14:08.Applications | Database | Linux | Software Development | Unix | Windows | WWW

Excellent Python web development framework

Fri, 2005-07-15 14:00

Stable

I like to use this to throw together nice web frontends for the PHBs to look at stats & stuff. It's pretty simple to use, interfaces easily to a database--very useful for the sorts of sysadmin-plus stuff I tend to do.

NMAP


Fast enumeration of network services

insecure.org/nmap

Sun, 2007-01-14 10:00

Active

Nmap is a powerful tool for discovering hosts on a network and enumerating what service they are offering. This can be used to find vulnerable systems, to locate rogue services on your network or simply for a first step in troubleshooting.