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.
-
Category Archives: FreeBSD
Smoothwall vs M0n0wall: a comparison
When it comes to firewalls, most people are fine with a consumer grade solution like a Linksys, Netgear or D-Link “router,” but these devices lack in features. With a Pentium II 200MHz processor and 1GB of RAM, you can create … Continue reading
Posted in M0n0wall, X vs Y
2 Comments
FreeBSD 7.0-BETA2 available
Ken Smith has announced the availability of FreeBSD 7.0-BETA2: The 7.0-BETA2 builds have completed and are on many of the FreeBSD mirror sites. If you want to update an existing machine using cvsup, use RELENG_7 as the branch tag. Instructions … Continue reading
Posted in FreeBSD
2 Comments
BSD, the more Unix-like OS
This is an interesting blog post looking at the BSD as a viable alternative to Linux. The BSDs are less hyped and are in some areas superior to Linux: “The BSDs have been around for a long time – longer … Continue reading
Posted in FreeBSD, NetBSD, OpenBSD
2 Comments
No more TextMaker for FreeBSD
According to SoftMaker president Martin Kotulla, the only commercial word processor available as a native FreeBSD application, TextMaker, will no longer support that platform as of the upcoming 2008 edition. There will of course be a Windows edition, and a … Continue reading
Posted in FreeBSD
3 Comments
meetBSD 2007 Conference, Warshaw
meetBSD is the biggest and the best technical conference in Poland devoted to open source solutions based on BSD systems The meetBSD 2007 conference will take place in Warsaw from November 17th to 18th. meetBSD is a periodic conference devoted … Continue reading
Posted in FreeBSD Conferences
Leave a comment
FreeBSD Release Documentation Snapshot Page
I came accros this interesting page that holds snapshots of the FreeBSD release documentation, for the most recent versions back to version 4.5. This page holds snapshots of the FreeBSD release documentation. The first released version of FreeBSD to use … Continue reading
Posted in FreeBSD
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
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