How to install FreeBSD 8 for Wordpress. It's a basic LAMP install but since we're not using linux it should be called BAMP or maybe FAMP? Who cares.. here are the steps to install FreeBSD 8 with apache, mySQL, PHP then install wordpress. I'll be using ports of course for this entire install. I'm assuming that you have the proper hardware for this type installation. Start with … [Read more...]
How to Keep FreeBSD Up to Date
Keeping the freeBSD installation up-to-date is simple. You could purchase a managed package from HostGator. Or follow this simple command line guide below. [php]# portsnap fetch # portsnap update # portmanager -u -l<!--more-->[/php] portsnap - Approximately every hour, a snapshot of the ports tree is generated, repackaged, and cryptographically signed. portsnap gets … [Read more...]