Tag Archives: Howto’s

vnStat on FreeBSD 7 with PHP GUI (howto)

This tutorial exlains how to set up vnStat on FreeBSD 7. vnStat is a console-based network traffic monitor that keeps a log of hourly, daily and monthly network traffic for the selected interface(s). vnStat itself is a console mode only, … Continue reading

Posted in FreeBSD | Tagged | Leave a comment

Add greylisting to a FreeBSD Postfix Mail Server (howto)

Greylisting is an important tool in the war against spam.  Servers who connect to a mail server with an active greylisting are given a 450 recipent address rejected error the first time they try to connect and will not be … Continue reading

Posted in FreeBSD | Tagged | Leave a comment

Setting up LAMP on FreeBSD (howto)

Referring to “LAMP” with regards to FreeBSD doesn’t make sense, but anyway, that’s how the author titled this howto “Setting up LAMP on FreeBSD“. I’m not complaining, it’s always nice to see FreeBSD related article on Linux.com ;-) Setting up … Continue reading

Posted in FreeBSD | Tagged | 2 Comments

FreeBSD News – quick links (week 16)

Howto’s Remote Installation of the FreeBSD Operating System without a remote console Installing Squid – Basic installation of the popular proxy server to reduce network traffic on your WAN Installing GRUB on FreeBSD Interesting pages The FreeBSD boot process BSDtalk147 … Continue reading

Posted in (Free)BSD links wrap-up, BSD Talk | Tagged | Leave a comment

MySQL 6.0 installed on FreeBSD

The other day I came across some neat instructions on how to set up FreeBSD with MySQL 6.0. It’s pretty straight forward: Download MySQL 6.0 here Extract the files to /usr/local/mysql Add MySQL group “groupadd mysql” Add MySQL user “useradd … Continue reading

Posted in FreeBSD | Tagged | Leave a comment

Creating and Managing A Jailed Virtual Host in FreeBSD

It is possible to spawn a completely jailed second (or many!) operating system within a modern FreeBSD install. Doing so can be tricky, but here I will document the method that I have found works for me. The first most … Continue reading

Posted in FreeBSD | Tagged | Leave a comment

Using daemontools (supervise) on FreeBSD

What is daemontools? From the daemontools website: daemontools is a collection of tools for managing UNIX services. supervise monitors a service. It starts the service and restarts the service if it dies. Setting up a new service is easy: all … Continue reading

Posted in FreeBSD | Tagged | Leave a comment