Welcome to the world of FreeBSD
FreeBSD is a free, open source and UNIX-like operating system. Though relatively unknown, it's one of the most secure, versatile and safest O/S's available.
We keep you up-to-date with news relating to FreeBSD and its dependants. Spreading the fame of FreeBSD, the unknown Giant (IBM).
If you are wondering who is behind this blog, find out more about us.
FreeBSD VPS Hosting
Check out our cheap hosting packages for FreeBSD based webhosting. Hosting done BSD style: stable, secure, flexible and friendly.
-
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
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
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
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
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
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
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