Disable Netbeans Document Close Buttons
by alowe on Feb.04, 2011, under Programming, Tech
To disable netbeans document close tabs on MacOSX (because I keep hitting them when selecting a tab):
edit /Applications/NetBeans/NetBeans\ 6.9.app/Contents/Resources/NetBeans/etc/netbeans.conf (where 6.9 is the version number)
and add (append) to netbeans_default_options the following:
-J-Dnb.tabs.suppressCloseButton=true
Restart netbeans, and your document close buttons on the tabs are gone.
EqualLogic Recover Replicant Failover with XenCenter
by alowe on Oct.11, 2010, under System Admin
This post will document the procedure to switch back to production hardware after failover to a replicant on EqualLogic Groups, with XenCenter…
EqualLogic Failover to Replicant for XenServer
by alowe on Oct.11, 2010, under System Admin
This post will document the procedure to fail-over to a replicant volume on a second EqualLogic Group, when using XenServer…
Restore EqualLogic Snapshot for XenCenter
by alowe on Oct.11, 2010, under System Admin
The following documents the procedure to restore a snapshot of a Xen Virtual Machine stored on an EqualLogic Storage Group….
Linux IO: Part 2 – Apache
by alowe on Jul.07, 2010, under System Admin
A tool I discovered: apachetop can read apache log files, and show performance data in a human readable format. apachetop will use the default apache log files, and apachetop -f /path/to/logfile will show stats for a selected log file.