14.04 software raid and encryption

I used this as a starting point http://askubuntu.com/questions/505446/how-to-install-ubuntu-14-04-with-raid-1-using-desktop-installer I did my own pairs of /boot and / partions on my real disks sda and sdb, then installed mdadm and created the md0 and md1 raids from the command line then Read more

funky networking bug

Able to download at 8-20 Mbps, only able to upload at 300kbps. Advertised rate is more than 10x that. It was on all uploads I tried (ssh, ftp, http). Aside: it is nearly impossible to do anything on Charter’s website Read more

xcp add disk

xe sr-list #gives you a list of sr’s from which to pick a sr-uuid xe vdi-create sr-uuid= name-label= type=user virtual-size= #the above vdi-create outputs a vdi-uuid xe vm-list # gives you a list of vm’s from which to pick a Read more

new vps with centos 6 for tinydns secondary

yum update -y ; vi /etc/sysconfig/iptables; #configuring iptables is an exercise for the reader iptables-restore /etc/sysconfig/iptables; /etc/init.d/httpd stop; chkconfig –del httpd; /etc/init.d/sendmail stop; chkconfig –del sendmail; /etc/init.d/xinetd stop; chkconfig –del xinetd; #install daemontools (djb does crazy things with symlinks – Read more