Links:
The FreeBSD Handbook
My Recommended Guide to Installing and Setting up FreeBSD
My Unoffical FAQ
Mplayer Tips (2005/11/12)
ATI Radeon 9200 TV-Out (2005/08/30)
Installing FreeBSD 6.x on a Dell Optiplex 210L (2006/10/13)
newsyslog: can't notify daemon, pid 678: No such process (2007/03/05)
PF+AltQ+NAT (2007/04/08)
OpenBGPd & IPv6: received notification: error in OPEN message, unsupported capability (2007/04/18)
Rewriting the MBR in FreeBSD (2007/05/05)
Apache Log Rotation Issues (2007/05/12)
Portupgrade: sed: 1: "s|^\(@comment[": unbalanced brackets ([]) (2007/05/21)
make installworld: touch: not found (2007/06/12)
Nvidia 7600GT on FreeBSD (2007/07/03)
PHP5 Undefined symbol "__res_ninit" (2007/10/04)
spamd-setup: cannot find service "spamd-cfg" in /etc/services (2007/10/07)
Samhain/Beltane Notes (2008/01/22)
Creating a GEOM Mirror (2008/02/07)
My Recommended Guide to Installing and Setting up FreeBSD
- Download a copy of the latest release from http://www.freebsd.org/.
- Burn the ISO to a blank CD.
- Boot off the CD to start the FreeBSD installer.
- Choose the (A)uto layout for the partions. Unless you are installing a server, then you will want to make /var at least a GB, maybe more. Since MySQL and your mail queue both live there, not to mention your logs, it can't hurt to make it a few GB.
- Choose not to install the ports collection, we will fetch the latest version once the system is up.
- Choose to install the developer package so you get all the source of the system there.
- Complete the install configuring your network adapter as needed.
- Your system should reboot and once FreeBSD has come up you should login as root for the rest of these commands.
- Once once you are logged in it is easy to upgrade your system to the latest patchlevel. Run `freebsd-update fetch; freebsd-update install'. Once that is complete, reboot the system to make sure you are running the latest.
- Fetch the latest ports tree with: `portsnap fetch extract'.
- After that, install portupgrade(1) by doing: `cd /usr/ports/sysutils/portupgrade; make install'. Once portupgrade is installed you will have access to portinstall and that will help you install lots of applications easily.