-
karl
·
FreeBSD + Time Machine (Native ish backup solution for OSX)
Most of the solutions I tried to setup for utilising time machine in OSX to backup to a FreeBSD server were essentially a Samba solution. (mapped drive), however it’s clear as updates progress for OSX it becomes rather messy and unfriendly from the user experience POV. I won’t take credit for this, but this article…
-
karl
·
Finally Directadmin and FreeBSD 11.0
After many months of testing and submitting bugs to Directadmin, there is finally an error and slick installation to Directadmin on FreeBSD 11. Previously a number of fixes had to be made in order to make certain aspects function i.e. Dovecot and PHP. The latest “officially” released version of FreeBSD with Directadmin is 9.x both…
-
karl
·
hm…
Well, seriously it’s been a weird few months. At home I now run ONE machine 24/7 which is a mac mini, makes a change from a multitude of quad xeons racking up the electricity bill, I must admit watching the meter go round and round is quite daunting. I must get to sell all my…
-
karl
·
How to install an SNMP Server with FreeBSD ( made easy )
My preference is using Net-SNMP which is included in ports, start by fetching the latest ports tree; # portsnap fetch # portsnap extract Then head over to the port location and install # cd /usr/ports/net-mgmt/net-snmp # make install clean Copy the sample configuration over to a working configuration if you need some examples cp /usr/local/share/snmp/snmpd.conf.example…