These are my links for December 7th through January 21st:
Automated basic Xen snapshots
With a little bit of shell-scripting I made this. It runs on a dom0 and scans through virtual machines running on a cluster, requesting snapshots of each one. You may want to use vm-snapshot-with-quiesce if it’s supported by xen-tools on your domU machines.
for i in `xe vm-list params=name-label | grep name | awk '{print $NF}' | xargs echo`; do echo $i; xe vm-snapshot vm=$i new-name-label="$i-`date +'%Y-%m-%dT%H:%M:%S'`"; done
If you cron the above script every day then after a few days you may want to start deleting the oldest snapshots:
for i in `xe vm-list params=name-label | grep name | awk '{print $NF}'`; do snapshot=`xe vm-list name-label=$i params=snapshots | awk '{print $NF}'`; echo "$i earliest snapshot is $snapshot"; if [ "$snapshot" ]; then xe vm-uninstall vm=$snapshot force=true; fi; done
Bookmarks for November 25th through December 6th
These are my links for November 25th through December 6th:
- gource – Project Hosting on Google Code –
- 500 Internal Server Error – 500 Internal Server Error
- 500 Internal Server Error – 500 Internal Server Error
- The British Shooting & Countryman Show – possibly worth a visit
- Futurelab – Innovation in education –
Bookmarks for November 15th through November 25th
These are my links for November 15th through November 25th:
Bookmarks for October 27th through November 15th
These are my links for October 27th through November 15th:
- HTML5 Presentation – Very useful intro-by-example to latest html5 features
- Page Speed Home –
- Krav Maga Classes in London Essex and Hertfordshire –
- The Official Gerald Scarfe Website | Buy signed prints & books – pricey prints
- HTTPS Everywhere | Electronic Frontier Foundation –
Bookmarks for October 14th through October 27th
These are my links for October 14th through October 27th:
- http://codebutler.github.com/firesheep/ –
- Volpin Props: Budget Build Mini Vacuum-Former –
- IRODS:Data Grids, Digital Libraries, Persistent Archives, and Real-time Data Systems – IRODS –
- INSEAD – Global Executive MBA Programmes – GEMBA at a glance –
- http://markup.io/ – Awesome. I've been looking for this for a looong time!
- Enterprise Samba: samba-enterprise –
Bookmarks for October 7th through October 13th
These are my links for October 7th through October 13th:
- Sector/Sphere: High Performance Distributed Data Storage and Processing –
- pdf417_encode | freshmeat.net –
- London Perl Workshop –
- pwauth – Project Hosting on Google Code – use with mod_authnz_external for pam authentication e.g. svn+https+dav+authnz_external+pwauth+pam+winbind+active directory
- mod-auth-external – Project Hosting on Google Code –
Bookmarks for September 22nd through October 5th
These are my links for September 22nd through October 5th:
- All this is done in HTML5 by the way. –
- Index of /~sicking/webgl –
- ARE WE FAST YET? –
- jQuery Mobile | jQuery Mobile –
- 500 Internal Server Error – 500 Internal Server Error
- Accessibility video tutorial – learn Accessibility // Think Vitamin Membership –
- Innovid – In-video Spaces – interesting interactive video overlays
- Open source anti-theft solution for Mac, PCs & Phones – Prey –
Bookmarks for September 7th through September 20th
These are my links for September 7th through September 20th:
Bookmarks for July 13th through July 30th
These are my links for July 13th through July 30th: