Posts Tagged ‘ freebsd ’
Okay let’s set up your freebsd 8 system to use gmail as its MTA. This guide will assist you in setting up your server to send email via gmail with a secure logon. We’re replacing sendmail with ssmpt because ssmpt is so much easier to configure and sendmail is overkill when you just need to [ READ MORE ]
Using sendmail with freebsd is easy. Here we will cover[ READ MORE ]
Enable FTP on your FreeBSD server and allow only your localhost (local machine) access to the ftpd server[ READ MORE ]
You’ll see many articles discussing various firewalls for BSD. freeBSD comes with three firewalls but I’ll lay out what I believe is the best freebsd firewall for a web server, pf[ READ MORE ]
Shutdown freebsd now[ READ MORE ]
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 [ READ MORE ]
Keeping the freeBSD installation up-to-date is simple. # portsnap fetch # portsnap update # portmanager -u -l[ READ MORE ]