bofh468's tutorials

Find out which process is holding which socket open

Contributed by bofh468 on November 14, 2003 under UNIX

You’ve run netstat -an. You see that port TCP/65237 is listening. What program is actually running and holding that port open? Here’s how to find out.

Comments Continue reading... 
 

Solaris software RAID

Contributed by bofh468 on November 13, 2003 under Solaris system administration

Add raid to your Solaris system

Comments Continue reading... 
 

MySQL - Daily database dumps, all nicely sorted.

Contributed by bofh468 on November 11, 2003 under MySQL

A nice shell script that can be run as a cron job to produce nice MySQL dumps for backup.

Comments Continue reading...