<?xml version='1.0' encoding='utf-8' ?>
<!--  If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/  -->
<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
<channel>
  <title>Saving The World, One __________ At A Time</title>
  <link>http://deshantm.livejournal.com/</link>
  <description>Saving The World, One __________ At A Time - LiveJournal.com</description>
  <lastBuildDate>Wed, 14 May 2008 13:32:44 GMT</lastBuildDate>
  <generator>LiveJournal / LiveJournal.com</generator>
  <lj:journal>deshantm</lj:journal>
  <lj:journaltype>personal</lj:journaltype>
  <image>
    <url>http://p-userpic.livejournal.com/73474331/5483151</url>
    <title>Saving The World, One __________ At A Time</title>
    <link>http://deshantm.livejournal.com/</link>
    <width>100</width>
    <height>100</height>
  </image>

<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/30396.html</guid>
  <pubDate>Wed, 14 May 2008 13:32:44 GMT</pubDate>
  <title>Delicious LiveJournal Links for 5-14-2008</title>
  <link>http://deshantm.livejournal.com/30396.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.doodle.ch/main.html&quot;&gt;Doodle: Easy Scheduling&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;very simple and nice scheduling tool&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/calendaring&quot;&gt;calendaring&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/free&quot;&gt;free&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/generator&quot;&gt;generator&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Internet&quot;&gt;Internet&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/mail&quot;&gt;mail&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/reference&quot;&gt;reference&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Software&quot;&gt;Software&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/calendar&quot;&gt;calendar&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/meeting&quot;&gt;meeting&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/schedule&quot;&gt;schedule&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/collaboration&quot;&gt;collaboration&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Web2.0&quot;&gt;Web2.0&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/poll&quot;&gt;poll&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/30396.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/29959.html</guid>
  <pubDate>Mon, 12 May 2008 23:30:59 GMT</pubDate>
  <title>Xen + Ubuntu 8.04 Howto</title>
  <link>http://deshantm.livejournal.com/29959.html</link>
  <description>NOTE: This is a work in progress&lt;br /&gt;&lt;br /&gt;For details that I might be missing a good resource is:&lt;br /&gt;&lt;a href=&quot;http://howtoforge.com/ubuntu-8.04-server-install-xen-from-ubuntu-repositories&quot;&gt;http://howtoforge.com/ubuntu-8.04-server-install-xen-from-ubuntu-repositories&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I will clean this up and do more testing when I have time&lt;br /&gt;&lt;br /&gt;Any problems, questions leave a comment or post to the xen-users mailing list&lt;br /&gt;&lt;br /&gt;Also, this is just proof of concept, in production I would recommend things like&lt;br /&gt;LVM and network storage solutions like AoE, iSCSI, and DRDB.&lt;br /&gt;&lt;br /&gt;Another NOTE: this is for amd64, there are also packages for i368&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;sudo apt-get remove network-manager&lt;br /&gt;sudo gedit /etc/network/interfaces &lt;br /&gt;&lt;br /&gt;auto lo&lt;br /&gt;iface lo inet loopback&lt;br /&gt;&lt;br /&gt;auto eth0&lt;br /&gt;iface eth0 inet dhcp&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;sudo /etc/init.d/network restart&lt;br /&gt;sudo apt-get install ubuntu-xen-server &lt;br /&gt;wget &lt;a href=&quot;http://downloads.howtoforge.com/ubuntu_8.04_server_xen_from_repositories/linux-headers-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb&quot;&gt;http://downloads.howtoforge.com/ubuntu_8.04_server_xen_from_repositories/linux-headers-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb&lt;/a&gt;&lt;br /&gt;wget &lt;a href=&quot;http://downloads.howtoforge.com/ubuntu_8.04_server_xen_from_repositories/linux-image-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb&quot;&gt;http://downloads.howtoforge.com/ubuntu_8.04_server_xen_from_repositories/linux-image-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb&lt;/a&gt;&lt;br /&gt;sudo dpkg -i linux-headers-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb linux-image-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb &lt;br /&gt;&lt;br /&gt;Restart into Xen&lt;br /&gt;&lt;br /&gt;sudo xm list&lt;br /&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&amp;nbsp;&amp;nbsp; Mem VCPUs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State&amp;nbsp;&amp;nbsp; Time(s)&lt;br /&gt;Domain-0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 3888&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r-----&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 57.7&lt;br /&gt;&lt;br /&gt;sudo mkdir -p /xen/images&lt;br /&gt;sudo dd if=/dev/zero of=/xen/images/para.partition bs=1M seek=10240 count=1&lt;br /&gt;ls -lh /xen/images/&lt;br /&gt;sudo mkfs.ext3 -F /xen/images/para.partition&lt;br /&gt;sudo mkdir /mnt/para&lt;br /&gt;sudo mount -o loop /xen/images/para.partition /mnt/para&lt;br /&gt;sudo debootstrap hardy /mnt/para&lt;br /&gt;sudo cp -a /lib/modules/`uname -r` /mnt/para/lib/modules/&lt;br /&gt;echo para | sudo tee /mnt/para/etc/hostname&lt;br /&gt;&lt;br /&gt;fix /etc/hosts, /etc/fstab, /etc/network/interfaces etc.&lt;br /&gt;&lt;br /&gt;sudo umount /mnt/para&lt;br /&gt;sudo gedit /etc/xen/para&lt;br /&gt;&lt;br /&gt;kernel=&quot;/boot/vmlinuz-2.6.24-16-xen&quot;&lt;br /&gt;ramdisk=&quot;/boot/initrd.img-2.6.24-16-xen&quot;&lt;br /&gt;disk=[&apos;tap:aio:/xen/images/para.partition,xvda1,w&apos;]&lt;br /&gt;memory=512&lt;br /&gt;vif=[&apos;&apos;]&lt;br /&gt;root=&quot;/dev/xvda1&quot;&lt;br /&gt;extra=&apos;xencons=tty&apos;&lt;br /&gt;&lt;br /&gt;sudo xm create -c para&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;sudo dd if=/dev/zero of=/xen/images/hvm.disk bs=1M seek=10240 count=1&lt;br /&gt;sudo gedit /etc/xen/hvm&lt;br /&gt;&lt;br /&gt;kernel=&quot;/usr/lib64/xen/boot/hvmloader&quot;&lt;br /&gt;builder=&quot;hvm&quot;&lt;br /&gt;device_model = &quot;/usr/lib64/xen/bin/qemu-dm&quot;&lt;br /&gt;disk=[&apos;tap:aio:/xen/images/hvm.disk,hda,w&apos;,&apos;phy:/dev/&amp;lt;cdrom device&amp;gt;,hdc:cdrom,r&apos;]&lt;br /&gt;#disk=[&apos;tap:aio:/xen/images/hvm.disk,hda,w&apos;,&apos;phy:/dev/loop0,hdc:cdrom,r&apos;]&lt;br /&gt;sdl=1&lt;br /&gt;boot=&quot;dc&quot;&lt;br /&gt;memory=512&lt;br /&gt;vif=[&apos;type=ioemu,bridge=eth0&apos;]&lt;br /&gt;&lt;br /&gt;Note that it if you want to use an ISO, just run the command:&lt;br /&gt;sudo losetup `sudo losetup -f` The_ISO_file.iso&lt;br /&gt;&lt;br /&gt;sudo xm create hvm&lt;br /&gt;&lt;br /&gt;after the hvm install, you can do:&lt;br /&gt;&lt;br /&gt;kernel=&quot;/usr/lib64/xen/boot/hvmloader&quot;&lt;br /&gt;builder=&quot;hvm&quot;&lt;br /&gt;device_model = &quot;/usr/lib64/xen/bin/qemu-dm&quot;&lt;br /&gt;#disk=[&apos;tap:aio:/xen/images/hvm.disk,hda,w&apos;,&apos;phy:/dev/dvdrw1,hdc:cdrom,r&apos;]&lt;br /&gt;#disk=[&apos;tap:aio:/xen/images/hvm.disk,hda,w&apos;,&apos;phy:/dev/loop0,hdc:cdrom,r&apos;]&lt;br /&gt;disk=[&apos;phy:/xen/images/hvm.disk,hda,w&apos;]&lt;br /&gt;sdl=1&lt;br /&gt;boot=&quot;dc&quot;&lt;br /&gt;memory=512&lt;br /&gt;vif=[&apos;type=ioemu,bridge=eth0&apos;]&lt;br /&gt;#stdvga=1&lt;br /&gt;&lt;br /&gt;NOTES: &lt;br /&gt;UPDATE 1: add sudo in front of `losetup -f` so not it reads `sudo losetup -f`&lt;br /&gt;UPDATE 2: change phy: to tap:aio: in the cases referring to image files (in the HVM config file examples)&lt;br /&gt;UPDATE 3: added note at the top to state specific to amd64, but that i386 packages are available.</description>
  <comments>http://deshantm.livejournal.com/29959.html</comments>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/29827.html</guid>
  <pubDate>Mon, 12 May 2008 13:31:15 GMT</pubDate>
  <title>Delicious LiveJournal Links for 5-12-2008</title>
  <link>http://deshantm.livejournal.com/29827.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://fugitivethought.com/blog.php?action=view&amp;amp;blog_id=77&quot;&gt;Fugitive Thought - Properly Extending NTFS disks&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/howto&quot;&gt;howto&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/resize&quot;&gt;resize&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/ntfs&quot;&gt;ntfs&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/29827.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/29668.html</guid>
  <pubDate>Sat, 10 May 2008 13:31:22 GMT</pubDate>
  <title>Delicious LiveJournal Links for 5-10-2008</title>
  <link>http://deshantm.livejournal.com/29668.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://devresources.linux-foundation.org/dev/robustmutexes/src/fusyn.hg/Documentation/MSI-HOWTO.txt&quot;&gt;MSI&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;somebody, anybody, comment and explain this to me in a simpler way ;)&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/MSI&quot;&gt;MSI&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/PCI&quot;&gt;PCI&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/computers&quot;&gt;computers&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.infoworld.com/article/08/05/09/Sun-exec-ponders-OpenSolaris-Linux_1.html&quot;&gt;Sun exec ponders OpenSolaris, Linux | InfoWorld | News | 2008-05-09 | By Paul Krill&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;really good interview with Ian Murdock (Debian founder) now with Sun.&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/Sun&quot;&gt;Sun&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/debian&quot;&gt;debian&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensolaris&quot;&gt;opensolaris&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/interview&quot;&gt;interview&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/29668.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/29337.html</guid>
  <pubDate>Fri, 09 May 2008 13:35:04 GMT</pubDate>
  <title>Delicious LiveJournal Links for 5-9-2008</title>
  <link>http://deshantm.livejournal.com/29337.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://lists.xensource.com/archives/html/xen-users/2005-07/msg00558.html&quot;&gt;Firewall in a guest domain 2005 Xen mailing list post&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;should look into this to test out NET-VM stuff&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/research&quot;&gt;research&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/PhD&quot;&gt;PhD&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/NET-VM&quot;&gt;NET-VM&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/firewall&quot;&gt;firewall&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://news.idg.no/cw/art.cfm?id=C53DC9E5-17A4-0F78-31B475B338D1090F&quot;&gt;IE-only marketing campaign skewed Firefox, Safari numbers&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;I guess there is one way the IE numbers can go up...&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/firefox&quot;&gt;firefox&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/IE&quot;&gt;IE&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/browser&quot;&gt;browser&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/marketshare&quot;&gt;marketshare&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/29337.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/29163.html</guid>
  <pubDate>Sun, 04 May 2008 13:31:41 GMT</pubDate>
  <title>Delicious LiveJournal Links for 5-4-2008</title>
  <link>http://deshantm.livejournal.com/29163.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://avikivity.blogspot.com/2008/04/memory-overcommit-with-kvm.html&quot;&gt;Avi Kivity&apos;s blog: Memory overcommit with kvm&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;KVM memory overcommit description&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/virtualization&quot;&gt;virtualization&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/KVM&quot;&gt;KVM&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/29163.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/28749.html</guid>
  <pubDate>Thu, 01 May 2008 13:35:04 GMT</pubDate>
  <title>Delicious LiveJournal Links for 5-1-2008</title>
  <link>http://deshantm.livejournal.com/28749.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;https://webmail.twcny.rr.com/&quot;&gt;Time Warner Cable Central New York Webmail&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;for time warner users to login to email on the web&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/email&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Roadrunner&quot;&gt;Roadrunner&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/mail&quot;&gt;mail&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/28749.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/28574.html</guid>
  <pubDate>Wed, 30 Apr 2008 13:31:29 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-30-2008</title>
  <link>http://deshantm.livejournal.com/28574.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.cmdln.org/2008/04/28/review-running-xen-a-hands-on-guide-to-the-art-of-virtualization/&quot;&gt;Review: Running Xen a Hands-On guide to the Art of Virtualization | cmdln.org (a sysadmin blog)&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;A nice review of our Running Xen book&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/review&quot;&gt;review&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://digg.com/linux_unix/Running_Xen_a_Hands_On_guide_to_the_Art_of_Virtualization&quot;&gt;Digg - Running Xen: a Hands-On guide to the Art of Virtualization&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;Digg this&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/digg&quot;&gt;digg&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/review&quot;&gt;review&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/virtualization&quot;&gt;virtualization&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://safari.oreilly.com/9780132074674&quot;&gt;O&apos;Reilly - Safari Books Online - 9780132074674 - Running Xen: A Hands-On Guide to the Art of Virtualization&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/virtualization&quot;&gt;virtualization&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.windows-vista.luiscorreia.com/review-running-xen-a-hands-on-guide-to-the-art-of-virtualization/&quot;&gt;Review: Running Xen a Hands-On guide to the Art of Virtualization&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;windows vista also interested in Xen it seems&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/review&quot;&gt;review&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/virtualization&quot;&gt;virtualization&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/28574.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/28209.html</guid>
  <pubDate>Tue, 29 Apr 2008 20:25:49 GMT</pubDate>
  <title>Running Xen: a Hands-On guide to the Art of Virtualization</title>
  <link>http://deshantm.livejournal.com/28209.html</link>
  <description>Book Review: Running Xen is an easy read. Easy in that it can actually be read cover to cover without becoming tired of mundane drivel. However it is not a glossy overview of Xen with its 500 plus pages covering everything from using prebuilt images that can be downloaded from jailtime.org, rpath, virtualappliances.net as well as other resources.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.cmdln.org/2008/04/28/review-running-xen-a-hands-on-guide-to-the-art-of-virtualization/&quot;&gt;read more&lt;/a&gt; | &lt;a href=&quot;http://digg.com/linux_unix/Running_Xen_a_Hands_On_guide_to_the_Art_of_Virtualization&quot;&gt;digg story&lt;/a&gt;</description>
  <comments>http://deshantm.livejournal.com/28209.html</comments>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/27973.html</guid>
  <pubDate>Sat, 26 Apr 2008 13:31:31 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-26-2008</title>
  <link>http://deshantm.livejournal.com/27973.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuOpenWeek/&quot;&gt;UbuntuOpenWeek - Ubuntu Wiki&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;a couple that look particularly interesting ones are \&amp;quot;Ask Mark\&amp;quot; and \&amp;quot;Virtualization\&amp;quot;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/open&quot;&gt;open&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/ubuntu&quot;&gt;ubuntu&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://wakoopa.com/tags/opensource&quot;&gt;Software tagged with &apos;opensource&apos; on Wakoopa&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Software&quot;&gt;Software&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.pathname.com/fhs/&quot;&gt;Filesystem Hierarchy Standard&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/filesystem&quot;&gt;filesystem&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Standards&quot;&gt;Standards&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/fhs&quot;&gt;fhs&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/reference&quot;&gt;reference&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/unix&quot;&gt;unix&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/standard&quot;&gt;standard&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.cse.ucsd.edu/users/mihir/phd.html&quot;&gt;The Ph.D Experience&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;really good article&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/PhD&quot;&gt;PhD&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/experience&quot;&gt;experience&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/advice&quot;&gt;advice&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/article&quot;&gt;article&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.cs.berkeley.edu/~jrs/speaking.html&quot;&gt;Giving an Academic Talk&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;This is a lot of good advice all in one spot. A must read, even just as a reminder. &lt;br /&gt;&lt;br /&gt;A lot of things you learn with experience, but wouldn&apos;t it be better to learn them ahead of time from the experienced?&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/advice&quot;&gt;advice&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/article&quot;&gt;article&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/presentation&quot;&gt;presentation&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/academic&quot;&gt;academic&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.kegel.com/linux/pxe.html&quot;&gt;Remote Network Boot via PXE&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/pxe&quot;&gt;pxe&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/boot&quot;&gt;boot&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/netboot&quot;&gt;netboot&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/network&quot;&gt;network&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/diskless&quot;&gt;diskless&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/sysadmin&quot;&gt;sysadmin&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://os-zen.com/osvids/&quot;&gt;OSVids &amp;lt; OS\Zen&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/video&quot;&gt;video&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/OS&quot;&gt;OS&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/install&quot;&gt;install&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Windows&quot;&gt;Windows&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Mac&quot;&gt;Mac&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/27973.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/27891.html</guid>
  <pubDate>Thu, 24 Apr 2008 13:36:50 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-24-2008</title>
  <link>http://deshantm.livejournal.com/27891.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://community.citrix.com/pages/viewpage.action?pageId=18481240&amp;amp;showComments=true&amp;amp;showCommentArea=true&quot;&gt;\&amp;quot;Running Xen\&amp;quot; - New Xen Book - Barry Flanagan&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;new book on xen officially released: also see runningxen.com&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://blog.xen.org/index.php/2008/04/23/running-xen-book-hits-the-streets/&quot;&gt;blog.xen.org » Running Xen book hits the streets!&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;xen.org blog post on initial release of our Running Xen book&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/27891.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/27440.html</guid>
  <pubDate>Wed, 23 Apr 2008 13:36:14 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-23-2008</title>
  <link>http://deshantm.livejournal.com/27440.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.linux-foundation.org/en/Linux_Weather_Forecast&quot;&gt;Linux Weather Forecast - The Linux Foundation&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;Linux kernel updates found here&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/kernel&quot;&gt;kernel&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/news&quot;&gt;news&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/development&quot;&gt;development&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/forecast&quot;&gt;forecast&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/status&quot;&gt;status&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/future&quot;&gt;future&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/27440.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/27381.html</guid>
  <pubDate>Mon, 21 Apr 2008 13:33:29 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-21-2008</title>
  <link>http://deshantm.livejournal.com/27381.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.ranum.com/security/computer_security/editorials/dumb/&quot;&gt;The Six Dumbest Ideas in Computer Security&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;really good security-related read.&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/Security&quot;&gt;Security&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/computer&quot;&gt;computer&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Hacking&quot;&gt;Hacking&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/technology&quot;&gt;technology&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/article&quot;&gt;article&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/software&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/programming&quot;&gt;programming&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/27381.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/26913.html</guid>
  <pubDate>Sun, 20 Apr 2008 13:31:07 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-20-2008</title>
  <link>http://deshantm.livejournal.com/26913.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;https://wiki.ubuntu.com/DashAsBinSh&quot;&gt;DashAsBinSh - Ubuntu Wiki&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;I was always wondering why Ubuntu switched to dash instead of bash. These document explains it well.&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/ubuntu&quot;&gt;ubuntu&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/bash&quot;&gt;bash&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/shell&quot;&gt;shell&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/dash&quot;&gt;dash&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/scripting&quot;&gt;scripting&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/26913.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/26734.html</guid>
  <pubDate>Fri, 18 Apr 2008 13:32:37 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-18-2008</title>
  <link>http://deshantm.livejournal.com/26734.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://articles.techrepublic.com.com/5100-22-5363190.html&quot;&gt;Parsing XML documents with Perl&apos;s XML::Simple&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;nice article on parsing XML with Perl&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/perl&quot;&gt;perl&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/XML&quot;&gt;XML&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/tutorial&quot;&gt;tutorial&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/parsing&quot;&gt;parsing&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/code&quot;&gt;code&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/26734.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/26476.html</guid>
  <pubDate>Tue, 15 Apr 2008 13:32:56 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-15-2008</title>
  <link>http://deshantm.livejournal.com/26476.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.mailinator.com/&quot;&gt;Mailinator - Let Them Eat Spam!&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/email&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/antispam&quot;&gt;antispam&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/spam&quot;&gt;spam&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/privacy&quot;&gt;privacy&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/mail&quot;&gt;mail&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/free&quot;&gt;free&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.fakenamegenerator.com/&quot;&gt;Fake Name Generator - Get a Random Name&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/generator&quot;&gt;generator&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/identity&quot;&gt;identity&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/privacy&quot;&gt;privacy&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/fake&quot;&gt;fake&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/name&quot;&gt;name&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Security&quot;&gt;Security&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.bugmenot.com/&quot;&gt;Bugmenot.com - login with these free web passwords to bypass compulsory registration&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/passwords&quot;&gt;passwords&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/registration&quot;&gt;registration&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/free&quot;&gt;free&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/password&quot;&gt;password&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/privacy&quot;&gt;privacy&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Internet&quot;&gt;Internet&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/26476.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/26237.html</guid>
  <pubDate>Mon, 14 Apr 2008 18:19:40 GMT</pubDate>
  <title>Focus on the positive</title>
  <link>http://deshantm.livejournal.com/26237.html</link>
  <description>It&apos;s easy to find problems with this world, easy to find faults with people, places, and things. I think instead we should spend more time focusing on the positive. You don&apos;t have too look far to find your own example of this...&lt;br /&gt;&lt;br /&gt;I have a lot to be thankful for and I&apos;ll just highlight a few things of these, since if they are not emphasized, they should be.&lt;br /&gt;&lt;br /&gt;God sent his son to die for my sins so that I could have eternal life. He loved me so much that he was willing to sacrifice his only son for me.&lt;br /&gt;&lt;br /&gt;Patty and I found each other and we love each other, I am very grateful for her.&lt;br /&gt;&lt;br /&gt;God gave me a lot of talent and interest in learning, especially in the area of technology and computing.&lt;br /&gt;&lt;br /&gt;Finally, I&apos;ll close with some links to what has been keeping me busy lately:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://todddeshane.net&quot;&gt;my website&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://runningxen.com/&quot;&gt;running xen&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.usenix.org/events/usenix08/training/tutonefile.html#s4&quot;&gt;Xen training session at USENIX&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;One of the chapters from the Xen book was posted online for free by Prentice Hall, you can find it here: &lt;a href=&quot;http://www.informit.com/articles/article.aspx?p=1187966&quot;&gt;http://www.informit.com/articles/article.aspx?p=1187966&lt;/a&gt;</description>
  <comments>http://deshantm.livejournal.com/26237.html</comments>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/26051.html</guid>
  <pubDate>Mon, 14 Apr 2008 13:33:25 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-14-2008</title>
  <link>http://deshantm.livejournal.com/26051.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.informit.com/articles/article.aspx?p=1187966&amp;amp;seqNum=1&quot;&gt;The Xen Hypervisor&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;sample chapter from Running Xen: A Hands-on Guide to the Art of Virtualization&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/hypervisor&quot;&gt;hypervisor&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/virtualization&quot;&gt;virtualization&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://runningxen.com/&quot;&gt;Running Xen » About&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/xen&quot;&gt;xen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/runningxen&quot;&gt;runningxen&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/book&quot;&gt;book&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/26051.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/25780.html</guid>
  <pubDate>Sun, 13 Apr 2008 13:31:19 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-13-2008</title>
  <link>http://deshantm.livejournal.com/25780.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.mrunix.net/webalizer/&quot;&gt;Home of The Webalizer&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/freesoftware&quot;&gt;freesoftware&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Software&quot;&gt;Software&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/sysadmin&quot;&gt;sysadmin&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/UNIX&quot;&gt;UNIX&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Web&quot;&gt;Web&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/analysis&quot;&gt;analysis&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/log&quot;&gt;log&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/apache&quot;&gt;apache&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/statistics&quot;&gt;statistics&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/25780.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/25576.html</guid>
  <pubDate>Thu, 10 Apr 2008 13:33:17 GMT</pubDate>
  <title>Delicious LiveJournal Links for 4-10-2008</title>
  <link>http://deshantm.livejournal.com/25576.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;https://help.ubuntu.com/community/AutoApt&quot;&gt;AutoApt - Community Ubuntu Documentation&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Software&quot;&gt;Software&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/sysadmin&quot;&gt;sysadmin&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;https://help.ubuntu.com/community/CheckInstall&quot;&gt;CheckInstall - Community Ubuntu Documentation&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/ubuntu&quot;&gt;ubuntu&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/checkinstall&quot;&gt;checkinstall&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/install&quot;&gt;install&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/software&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/sysadmin&quot;&gt;sysadmin&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/25576.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/25189.html</guid>
  <pubDate>Mon, 24 Mar 2008 13:20:16 GMT</pubDate>
  <title>Delicious LiveJournal Links for 3-24-2008</title>
  <link>http://deshantm.livejournal.com/25189.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://cb.vu/unixtoolbox.xhtml&quot;&gt;Unix Toolbox&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/cheatsheet&quot;&gt;cheatsheet&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/reference&quot;&gt;reference&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/commands&quot;&gt;commands&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/sysadmin&quot;&gt;sysadmin&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/shell&quot;&gt;shell&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/UNIX&quot;&gt;UNIX&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/25189.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/24887.html</guid>
  <pubDate>Tue, 18 Mar 2008 13:23:24 GMT</pubDate>
  <title>Delicious LiveJournal Links for 3-18-2008</title>
  <link>http://deshantm.livejournal.com/24887.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html&quot;&gt;HOWTO undelete removed files and directories on an ext3 file system&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/ext3&quot;&gt;ext3&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/recovery&quot;&gt;recovery&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/undelete&quot;&gt;undelete&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/filesystem&quot;&gt;filesystem&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/howto&quot;&gt;howto&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/sysadmin&quot;&gt;sysadmin&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://zenhabits.net/2008/03/a-users-guide-to-fabulous-friendships/&quot;&gt;A User’s Guide to Fabulous Friendships | Zen Habits&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/friends&quot;&gt;friends&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/friendship&quot;&gt;friendship&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://lug.wsu.edu/node/414&quot;&gt;*THE* classic Unix horror story | WSU Linux Users Group&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/unix&quot;&gt;unix&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/recovery&quot;&gt;recovery&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/history&quot;&gt;history&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/story&quot;&gt;story&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/24887.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/24745.html</guid>
  <pubDate>Mon, 17 Mar 2008 13:23:58 GMT</pubDate>
  <title>Delicious LiveJournal Links for 3-17-2008</title>
  <link>http://deshantm.livejournal.com/24745.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://junauza.blogspot.com/2008/03/from-evil-to-good-list-of-formerly.html&quot;&gt;TECH SOURCE FROM BOHOL: From Evil to Good: List of Formerly Closed-source Software&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;open&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/freesoftware&quot;&gt;freesoftware&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/24745.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/24441.html</guid>
  <pubDate>Thu, 06 Mar 2008 13:23:53 GMT</pubDate>
  <title>Delicious LiveJournal Links for 3-6-2008</title>
  <link>http://deshantm.livejournal.com/24441.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://wiki.mozilla.org/Prism&quot;&gt;Prism - MozillaWiki&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/mozilla&quot;&gt;mozilla&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/prism&quot;&gt;prism&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/browser&quot;&gt;browser&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/software&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/desktop&quot;&gt;desktop&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/webrunner&quot;&gt;webrunner&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Firefox&quot;&gt;Firefox&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/24441.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
<item>
  <guid isPermaLink='true'>http://deshantm.livejournal.com/24183.html</guid>
  <pubDate>Tue, 04 Mar 2008 13:24:25 GMT</pubDate>
  <title>Delicious LiveJournal Links for 3-4-2008</title>
  <link>http://deshantm.livejournal.com/24183.html</link>
  <description>&lt;ul class=&quot;delicious&quot;&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://www.opentheblob.com/nvidia/index.php?signatures=normal&quot;&gt;OpenTheBlob.com - An Open Letter For Open Drivers To NVIDIA&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/nvidia&quot;&gt;nvidia&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/hardware&quot;&gt;hardware&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/drivers&quot;&gt;drivers&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/graphics&quot;&gt;graphics&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;	&lt;li&gt;&lt;div class=&quot;delicious-link&quot;&gt;&lt;a href=&quot;http://itmanagement.earthweb.com/osrc/article.php/3731586&quot;&gt;Ten Steps Needed for Fiery Desktop Linux Adoption&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-extended&quot;&gt;this is a pretty good article in general.&lt;/div&gt;&lt;br /&gt;		&lt;div class=&quot;delicious-tags&quot;&gt;(tags: &lt;a href=&quot;http://del.icio.us/deshantm/Linux&quot;&gt;Linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/deshantm/opensource&quot;&gt;opensource&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;	&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;</description>
  <comments>http://deshantm.livejournal.com/24183.html</comments>
  <category>delicious glue</category>
  <category>links</category>
  <lj:security>public</lj:security>
</item>
</channel>
</rss>
