Archive

Posts Tagged ‘Sys Admin’

swaks – mail server testing tool

July 8th, 2009 No comments

If you dont like using telnet to test a remote or local smtp server , swaks is a neat little tool to do the job for you.
its also available ( suprise suprise … ) in the freebsd ports : /usr/ports/mail/swaks.

found it first here

Mount ISO on Linux/FreeBSD

December 4th, 2008 No comments

On Linux
mount -o loop -t iso9660 path/to/iso.iso /mnt

On FreeBSD
mdconfig -a -t vnode -f /isofile -u 0
mount -t cd9660 /dev/md0 /mnt