<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments for Thomas Lynema&#039;s Weblog</title> <atom:link href="http://lynema.org/comments/feed" rel="self" type="application/rss+xml" /><link>http://lynema.org</link> <description>Discover Goal, Work/Play, Achieve Goal, Repeat</description> <lastBuildDate>Fri, 09 Sep 2011 01:39:10 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>Comment on Moving from XEN to KVM by jk</title><link>http://lynema.org/2011/08/13/moving-from-xen-to-kvm/comment-page-1#comment-6266</link> <dc:creator>jk</dc:creator> <pubDate>Fri, 09 Sep 2011 01:39:10 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=253#comment-6266</guid> <description>Completely headless KVM install script:virt-install \
--name=[enter_vm_name] \
--ram=2048 \
--vcpus=1 \
--os-type=linux \
--os-variant=rhel6 \
--disk path=/dev/[enter_vg_name]/[enter_lv_name],device=disk,bus=virtio,sparse=true,format=raw \
-w bridge=br0,model=virtio \
--nographics \
-x console=ttyS0 \
--location=http://linuxsoft.cern.ch/scientific/6.1/x86_64/os/</description> <content:encoded><![CDATA[<p>Completely headless KVM install script:</p><p>virt-install \<br
/> &#8211;name=[enter_vm_name] \<br
/> &#8211;ram=2048 \<br
/> &#8211;vcpus=1 \<br
/> &#8211;os-type=linux \<br
/> &#8211;os-variant=rhel6 \<br
/> &#8211;disk path=/dev/[enter_vg_name]/[enter_lv_name],device=disk,bus=virtio,sparse=true,format=raw \<br
/> -w bridge=br0,model=virtio \<br
/> &#8211;nographics \<br
/> -x console=ttyS0 \<br
/> &#8211;location=http://linuxsoft.cern.ch/scientific/6.1/x86_64/os/</p> ]]></content:encoded> </item> <item><title>Comment on Using PDFBox to Print from a StringBuffer by lyz</title><link>http://lynema.org/2010/12/30/using-pdfbox-to-print-from-a-stringbuffer/comment-page-1#comment-6228</link> <dc:creator>lyz</dc:creator> <pubDate>Wed, 20 Jul 2011 00:48:48 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=208#comment-6228</guid> <description>The answer really depends on if the printer is a network printer or not.  I used this code to print to a network printer on a users desk by configuring the a printer queue on the server.
If the printer is not a network printer, there are ways to share it from the users computer and have the server connect to that share.</description> <content:encoded><![CDATA[<p>The answer really depends on if the printer is a network printer or not.  I used this code to print to a network printer on a users desk by configuring the a printer queue on the server.<br
/> If the printer is not a network printer, there are ways to share it from the users computer and have the server connect to that share.</p> ]]></content:encoded> </item> <item><title>Comment on Using PDFBox to Print from a StringBuffer by Jake</title><link>http://lynema.org/2010/12/30/using-pdfbox-to-print-from-a-stringbuffer/comment-page-1#comment-6222</link> <dc:creator>Jake</dc:creator> <pubDate>Sun, 17 Jul 2011 14:39:05 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=208#comment-6222</guid> <description>Thanks!
One issue though, this prints to the servers printer not the useres printers. How did you fix that?
Thanks for the example.</description> <content:encoded><![CDATA[<p>Thanks!<br
/> One issue though, this prints to the servers printer not the useres printers. How did you fix that?<br
/> Thanks for the example.</p> ]]></content:encoded> </item> <item><title>Comment on I am a SCJP/OCPJP Oracle Certified Professional, Java SE 6 Programmer. Test # 1Z0-851 ( 95% ) by Mike</title><link>http://lynema.org/2011/07/08/i-am-a-scjpocpjp-oracle-certified-professional-java-se-6-programmer-test-1z0-851-95/comment-page-1#comment-6197</link> <dc:creator>Mike</dc:creator> <pubDate>Fri, 08 Jul 2011 14:37:55 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=227#comment-6197</guid> <description>You are no longer a Java Green Horn :)Nice work Tom!</description> <content:encoded><![CDATA[<p>You are no longer a Java Green Horn <img
src='http://lynema.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Nice work Tom!</p> ]]></content:encoded> </item> <item><title>Comment on Eight Years Later: Dijkstra&#8217;s Algorithm in Java by James Amos</title><link>http://lynema.org/2011/06/27/eight-years-later-dijkstras-algorithm-in-java/comment-page-1#comment-6196</link> <dc:creator>James Amos</dc:creator> <pubDate>Thu, 07 Jul 2011 14:41:11 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=221#comment-6196</guid> <description>I wish I knew Java, but I am more glad that you finally finished an eight year old project.</description> <content:encoded><![CDATA[<p>I wish I knew Java, but I am more glad that you finally finished an eight year old project.</p> ]]></content:encoded> </item> <item><title>Comment on Printing a PDF in Java With PDFRenderer by lyz</title><link>http://lynema.org/2010/12/29/printing-a-pdf-in-java-with-pdfrenderer/comment-page-1#comment-6185</link> <dc:creator>lyz</dc:creator> <pubDate>Wed, 26 Jan 2011 03:22:23 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=203#comment-6185</guid> <description>In my case, the file that was being loaded already had the margins set and was set for the same size as the paper to be printed on.  The setImageableArea() method on the Paper object seemed to have more of a scaling effect for the file I was working with then providing a margin.   Perhaps using setImageableArea() on the PageFormat object will do what you want.</description> <content:encoded><![CDATA[<p>In my case, the file that was being loaded already had the margins set and was set for the same size as the paper to be printed on.  The setImageableArea() method on the Paper object seemed to have more of a scaling effect for the file I was working with then providing a margin.   Perhaps using setImageableArea() on the PageFormat object will do what you want.</p> ]]></content:encoded> </item> <item><title>Comment on Printing a PDF in Java With PDFRenderer by Ed Malone</title><link>http://lynema.org/2010/12/29/printing-a-pdf-in-java-with-pdfrenderer/comment-page-1#comment-6184</link> <dc:creator>Ed Malone</dc:creator> <pubDate>Tue, 25 Jan 2011 14:57:14 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=203#comment-6184</guid> <description>I have used the above code and I&#039;m trying to insert a 1/2 inch margin onto my page however the setImageableArea() function doesn&#039;t work. Have you successfully implemented a margin on your printout using this method?thanks,
Ed.</description> <content:encoded><![CDATA[<p>I have used the above code and I&#8217;m trying to insert a 1/2 inch margin onto my page however the setImageableArea() function doesn&#8217;t work. Have you successfully implemented a margin on your printout using this method?</p><p>thanks,<br
/> Ed.</p> ]]></content:encoded> </item> <item><title>Comment on Rebooting Life for Fun and for Funner by ali</title><link>http://lynema.org/2010/11/29/rebooting-life-for-fun-and-for-funner/comment-page-1#comment-6164</link> <dc:creator>ali</dc:creator> <pubDate>Fri, 24 Dec 2010 17:43:57 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=199#comment-6164</guid> <description>nice...</description> <content:encoded><![CDATA[<p>nice&#8230;</p> ]]></content:encoded> </item> <item><title>Comment on Rebooting Life for Fun and for Funner by Famous Amos</title><link>http://lynema.org/2010/11/29/rebooting-life-for-fun-and-for-funner/comment-page-1#comment-6156</link> <dc:creator>Famous Amos</dc:creator> <pubDate>Tue, 30 Nov 2010 21:18:50 +0000</pubDate> <guid
isPermaLink="false">http://lynema.org/?p=199#comment-6156</guid> <description>You know its funny, Joan would pokes at me all the time because its been about two months since I have posted an update on my blog as well!  :-)</description> <content:encoded><![CDATA[<p>You know its funny, Joan would pokes at me all the time because its been about two months since I have posted an update on my blog as well! <img
src='http://lynema.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 7/23 queries in 0.010 seconds using disk: basic

Served from: lynema.org @ 2012-02-22 12:43:07 -->
