Recent Posts

Test CPU

This is the quickest way to do a quick CPU test. Just download the latest kernel source and run. make oldmenuconfig Just hit enter for all then make a shell...

vsftpd with SSL

First lets generate the PEM file. openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout /etc/vsftpd/vsftpd.pem -out /etc/vsftpd/vsftpd.pem Now lets ad...

Check SSL expiration date

Nifty little script for doing a simple SSL verify. OpenSSL #!/bin/bash [ $# -ne 1 ] >> { printf "%s: site:port\n" $0; printf "Usage: %s www.example.com...

Make a FreeBSD 7.0 DVD

The goal here is to make 1 single DVD out of the 3 FreeBSD 7.0 installation CD’s. First we need to fetch all 3 of the ISO’s. For this example I am pulling ...

Log vsftpd to MySQL

First lets build the pam_mysql package. There is more then one way to do this I just decided to use a SRC RPM I found for FC9. wget http://rpm.pbone.net/inde...

Change domain name in Plesk

You do not need to migrate data to change a domain name in plesk just do from the control panel and it will changes all required aspects. Domains -> doma...