Archive for the ‘FreeBSD’ Category

Using SVN on FreeBSD

Posted by Rom Feria on March 15th, 2007 under FreeBSD • No Comments

If you are one of those folks who likes writing code, then you know the value of having a proper version Control system. CVS and SVN are the two most popular version control system available in the ma…

PC-BSD 1.3 Released

Posted by Rom Feria on January 1st, 2007 under FreeBSD • No Comments

Version 1.3 of PC-BSD has just been released. PC-BSD is a FreeBSD based OS that is designed for the "casual" user.

Just in time to ring in the New Year, the PC-BSD team is pleased to announ…

FreeBSD 6.2-RC2 Released

Posted by Rom Feria on December 29th, 2006 under FreeBSD • No Comments

Ken Smith, FreeBSD developer, announced the release of Release Candidate 2 of version 6.2. He states

Since RC1 we have been working out a few more bugs in Device drivers, a
few device drivers were up…

Hacking X

Posted by Rom Feria on December 16th, 2006 under FreeBSD • No Comments

OnLamp's Dru Lavigne outlines some clever hacks you can do with FreeBSD and X.org. I believe that the same will work with Linux with X.org. Of particular interests are the following:

Nesting XSer…

Configure a router on FreeBSD using IPFW

Posted by Michael Hammer on August 26th, 2006 under FreeBSD • No Comments

1. Install FreeBSD(If u need help installing, Click here

2. Compile kernel with aditional options for ipfw router:

3. execute at prompt:
#cd /usr/src/sys/i386/conf
#cp GENERIC ROUTER
#edit ROUTER

4…