Archive for the ‘freebsd’ Category

Installing BIND on a FreeBSD server

Posted: 8th May 2010 by Valkyrka in dns, freebsd

Here is how you can install BIND on a FreeBSD server : You will be prompted with a window like the following : Select the stuff that you need, and hit 'OK'. After this, run the following to begin the installation : Add the following to /etc/rc.conf : Now, simply start the named service by [...]

Installing the MySQL server on FreeBSD

Posted: 8th May 2010 by Valkyrka in freebsd, mysql

The last post written was referring to the install of PHP5 on a FreeBSD box. I am going to install the MySQL server on my FreeBSD box. Please do keep in mind that you will have to install the same version of the MySQL daemon as your MySQL client. If you try to install a [...]

Installing PHP5 on FreeBSD

Posted: 8th May 2010 by Valkyrka in freebsd

Here is how you can install PHP5 on a FreeBSD box, provided by the fact that you have already installed Apache. We'll be installing it using the ports system and we will be configuring the options : You will be prompted with a screen like the following : Chose the needed options. Make sure you [...]