Posts Tagged ‘ freebsd ’
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 shutdown -r 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 call 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 [ READ MORE ]
Keeping the freeBSD installation up-to-date is simple. # portsnap fetch # portsnap update # portmanager -u -l [ READ MORE ]