Yesterday we've migrated to pfSense 2 and I must say everything is great.
I really like the new dashboard.
Downtime was minimal, as usual ;-)
Yesterday we've migrated to pfSense 2 and I must say everything is great.
I really like the new dashboard.
Downtime was minimal, as usual ;-)
The new Version of VMware ESXi is out:
https://www.vmware.com/tryvmware/index.php
It is also possible to upgrade from ESXi 4
Currently I'm working on a big (Yes, really big) storage server wtih FreeBSD (because of ZFS) which I must integrate into the corporate AD of our customer.
After some weeks I will release the final configuraton, this should help a lot people out there (I think;-)).
...you should sleep a few hours!
If you want to hide your Nagios Web interface behind a reverse proxy you can use this config (for Apache 2):
- ProxyRequests Off
- ProxyPass /nagios3 http://nagiosip/nagios3 ProxyPassReverse /nagios3 http://nagiosip/nagios3 ProxyPass /cgi-bin/nagios3 http://nagiosip/cgi-bin/nagios3 ProxyPassReverse /cgi-bin/nagios3 http://nagiosip/cgi-bin/nagios3
It is important …
If you do not want your screen turning blank after some time just go to non graphical mode and run:
setterm -powersave off -blank 0
Finally we did it - around 4:00 AM the last virtual machine was started from the new file-server. ;-)
Currently we're migrating one of our file servers from Linux (Debian) to FreeBSD.
This should improve the NFS performance.
It is no problem to run Drupal 7 behind a reverse proxy.
You just need to set the base_url (without a trailing slash):
$base_url = 'http://example.com/drupal';