/usr/lib/xen/bin/host-cpu-tune
Monthly Archives: November 2013
SSL installations
Posted by admin
on November 17, 2013
Comments Off on SSL installations
for NGINX you need a .cert file and the .key file
the .cert file contains the SSL cert at the beginning, followed by the intermediate certificate.
the key file is that used to generate the CSR.
Verify your emails!
Posted by admin
on November 15, 2013
Comments Off on Verify your emails!
Need to check if you emails are being sent out correctly?
Need verification of your SPF and DKIM settings?
check-auth@verifier.port25.com
Fire off an email to
and sit back and wait for the response
omnios – disable fast shutdown
Posted by admin
on November 14, 2013
Comments Off on omnios – disable fast shutdown
svccfg -s "system/boot-config:default" setprop config/fastreboot_default=false svcadm refresh svc:/system/boot-config:default
Recent Comments