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
Install FreeBSD 7.x from USB (howto)
Step one is to download a modified unetbootin utility particularly for FreeBSD. Other steps here
Putting Beastie back in the boot menu (howto)
If you’ve used FreeBSD in the past you’re likely familiar with the mascot, Beastie. In the past Beastie was part of the boot menu, but recently he was replaced with a simple FREEBSD text image. To put Beastie back in … Continue reading
Speed up installing from ports (howto)
There is a port under ports-mgmt called fastest_sites. This the MASTER_SITE definitions depending on the round-trip time for the tcp connections. The results are sorted by fastest response time and in a format suitable for Makefile. # cd /usr/ports/ports-mgmt/fastest_sites # make … Continue reading
Encrypting your laptop with ELI and ZFS
Some time ago, I’ve given my laptop yet another FreeBSD reinstall – mostly beause I wanted to encrypt its contents (hey, you never know!). It turns out the best way to do this is to use GEOM_ELI. Of course, I … Continue reading
Anonymous FTP server on FreeBSD (howto)
To test the speed differences between SFTP and FTP I decided to setup an anonymous FTP server on my trusted old 266 Mhz Celeron running FreeBSD 7.0. Here’s how to do it. Step-by-step.
Setting up a LAMP Server on FreeBSD
There are already many useful guides around showing how to set up and tune a FAMP server. Unlike some this guide gives also a bit more background details and explanation. Setting up a LAMP server is a common task for … Continue reading
Apple Time Machine + FreeBSD in 14 steps
Here’s a quick howto on how to setup Time Machine on Mac OS X so that it backups to a networked machine running FreeBSD.
Make Home, End and Delete keys work on FreeBSD
This tutorial will explain you how you can enable Home, End and Delete keys in ssh terminal of FreeBSD. The default environment for FreeBSD is CSH. You will need to open .cshrc file located in your home directory.