http://www.devtrends.com/index.php/opensolaris-iscsi-initiator/
Delete ISCSI target – OMNIOS
svcadm disable svc:/system/iscsi:default
sbdadm list-lu
sbdadm delete-lu
zfs destroy -f tank/volname
activate boot environment omnios
beadm list
/usr/sbin/beadm activate <be-name> /usr/sbin/reboot
dhcpv6 config
http://linux.ardynet.com/ipv6setup.php
Ping with timestamp
ping 192.0.0.0 | perl -nle ‘print scalar(localtime), ” “, $_’
Echoman VPS Review
We have been using Echoman VPS servers for about a year now.
So far we have had no troubles at all with the service, uptime has been good, and customer support is always willing to go the extra mile to help.
With their servers being located in Melbourne, Australia. Latency is super low, which is especially good for Australian clients to have that instant feel.
We also did some benchmarking using Server bear, and the Echoman servers certainly hold their own in comparison to the other Australian VPS VDS providers.
If you are in the market for a VPS, or are sick of the excuses from your current host, give Echoman a try!
vCPU for Xenserver
/usr/lib/xen/bin/host-cpu-tune
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!
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
svccfg -s "system/boot-config:default" setprop config/fastreboot_default=false svcadm refresh svc:/system/boot-config:default
Recent Comments