Random Chrome Crashing

Chrome kept crashing today – not the whole thing – but certain tabs when they loaded a lot of content. I updated chrome and everything else that needed updates, restarted chrome, turned off all the extensions. still crashing… Then I deleted 12 gigs of files I was storing in /dev/shm… Read more

luks usb crypttab ubuntu 18.04

Ran into slow boot on ubuntu 18.04 with local keys for usb drives with luks the magic to avoid slow boot if usb is missing is to add the noauto option in /etc/crypttab e.g. crypt tab entry foo UUID=bar /root/.bletch luks,noauto

credit default swaps

Using data reported by Depository Trust & Clearing Corporation during the 155 weeks ending June 28, 2013, there were credit default swaps traded on only 13 reference names among U.S. banking firms: Bank of America Corporation Morgan Stanley The Goldman Sachs Group, Inc. JPMorgan Chase & Co. Citigroup Inc. Wells Read more

quickly make xva file from a live running image.

#take a snapshot xe vm-snapshot new-name-label= vm= #convert back to a vm xe template-param-set is-a-template=false uuid= #export xe vm-export vm=(newname) filename= #cleanup-snapshot xe vm-uninstall uuid= from: http://serverfault.com/questions/489184/export-xenserver-snapshot-as-file-via-console

smartctl with LSISAS1068E or perc 6

I was used to using smartctl -a -d megaraid,0 /dev/sda to get SMART info from my physical disks now with the LSISAS1068E (perc 6) I can get it with: smartctl -a /dev/sg0 or smartctl -a /dev/sg1 to see the physical disks /dev/sg2 is just about the same as /dev/sda