1,151 reputation
38
bio website wehatetrees.org
location Houston, TX
age 30
visits member for 2 years, 1 month
seen 2 hours ago
stats profile views 29

Dec
4
comment Software for managing a cluster of KVM physical hosts?
oVirt is not nearly ready yet, I have setup a test env and follow IRC / email list. They are a few months from having anything remotely usable.
Dec
4
answered DIY: automate cloning of Xen VMs, gold templete?
Nov
26
answered Is it possible to rate limit based on host headers? i.e. not just on ip address
Nov
14
answered Best Solution for Load Balancing geographically distributed NFS File Access?
Nov
12
comment Advice on most fitting choice of virtualization platform: Xen | OpenVZ | KVM | other? What suits the purpose best?
I would agree with using KVM for this, KVM includes the KSM service which does memory deduplication on the fly. If all of your VMs are going to be running very similar OSes then this will really help.
Nov
5
answered Large VPN network (~600 servers) with OpenVPN
Nov
4
answered Nexenta under KVM?
Oct
26
comment Changing the order of VirtualHosts in WHM/cPanel
sure make the subdomain be the main domain of the account and add other subdomains as addon domains ;)
Oct
22
answered Changing the order of VirtualHosts in WHM/cPanel
Oct
22
answered Extracting lines from a file based on prefix
Oct
7
answered Create CardDAV or LDAP server on shared host via PHP?
Oct
3
answered For linux, getting the total CPU time of a process and all it's sub processes that ever existsed
Sep
17
answered for security is it best to have phpmyadmin locally or in cloud
Sep
12
comment Tools to block hack attempts in Apache
@fuscata, thanks for the ruleset link. Owasp does good stuff. At the last place I work we paid for a commercial ruleset. Not going to link to that one here. Sean - mod_security adds overhead, but as long as your rules are tightly defined its not brutal. Cloudflare's basic service is free, it was started as a security tool, not a CDN replacement.
Sep
11
answered Tools to block hack attempts in Apache
Aug
1
comment Binding to LDAP using SSL keeps failing - Windows Server 2008
are you running the ldap server locally? If so turn up debugging on the ldap server and check for errors. This sounds like a ldap server configuration problem.
Jul
30
comment Is it safe to replicate from Solaris ZFS to FreeBSD ZFS?
what version of solaris are you replicating from? What is the ZFS file system version?
Jul
30
comment ns1/ns2 for multiple cpanel web servers
even if you do that, name each DNS servers different names and let your customers put in multiple DNS servers.
Jul
30
answered kernel: scsi 0:0:0:0: rejecting I/O to dead device
Jul
29
comment Why are my HyperV VM's randomly losing connectivity?
I have had a simular problem with CentOS images on a MS hyperV server. Do you have dedicated NICs for each machine or a shared NIC? Once we switched to dedicated nics this problem went away ... that is not a true fix though ...