Setup a webserver on FreeBSD. Used Vultr VPS Hosting. They use SSD drives and the performance is very good. Deploy FreeBSD in Vultr, do this under Deploy New Instance and Deploy your new FreeBSD VPS Server. Here is the basic setup I was playing with. Update to the current FreeBSD version. # freebsd-update fetch install ..
: September-2015
For a GUI installation use PCBSD (Tried and like) or DesktopBSD (Have not tried). For server installations use the regular FreeBSD Some of the options below cover both PCBSD and FreeBSD PC-BSD updating and installing software with Freebsd ports Make sure you have /usr/ports/security/portaudit and /usr/ports/sysutils/portupgrade installed. If you want to install a application, ..