<?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/' xmlns:media='http://search.yahoo.com/mrss/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>David Duncan</title>
  <link>http://davdunc.livejournal.com/</link>
  <description>David Duncan - LiveJournal.com</description>
  <lastBuildDate>Tue, 12 Apr 2011 22:21:08 GMT</lastBuildDate>
  <generator>LiveJournal / LiveJournal.com</generator>
  <lj:journal>davdunc</lj:journal>
  <lj:journalid>18900968</lj:journalid>
  <lj:journaltype>personal</lj:journaltype>
  <atom10:link rel='hub' href='http://pubsubhubbub.appspot.com/' />
  <image>
    <url>http://l-userpic.livejournal.com/86135720/18900968</url>
    <title>David Duncan</title>
    <link>http://davdunc.livejournal.com/</link>
    <width>100</width>
    <height>100</height>
  </image>

<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/7084.html</guid>
  <pubDate>Tue, 12 Apr 2011 22:21:08 GMT</pubDate>
  <title>How to run module load in a script</title>
  <link>http://davdunc.livejournal.com/7084.html</link>
  <description>The module environment has not been loaded as it is for a normal user session.  Add the following to the beginning of the script: &lt;br /&gt;&lt;br /&gt;&lt;pre&gt; . /usr/share/Modules/init/bash&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;That will source the environment script and you will have the appropriate &lt;em&gt;MODULEPATH&lt;/em&gt; and &lt;em&gt;MODULESHOME&lt;/em&gt; values. &lt;br /&gt;&lt;pre&gt;
 [root@master iozone]# set | grep MODULE
 LOADEDMODULES=
 MODULEPATH=/usr/share/Modules/modulefiles:/etc/modulefiles:
 MODULESHOME=/usr/share/Modules
&lt;/pre&gt;&lt;br /&gt;After that, you will be able to add the &lt;em&gt;module&lt;/em&gt; command in your scripts. Consider the following: &lt;br /&gt;&lt;pre&gt;
 #!/bin/bash
 . /usr/share/Modules/init/bash
 module list
 module purge
 module list
 module avail
 module load mpi/openmpi-mellanox-interconnects-gcc
 module list
&lt;/pre&gt;&lt;br /&gt;If you add the above commands to a file &apos;&apos;~/sandbox/modu.sh&apos;&apos; you will get the following: &lt;br /&gt;&lt;pre&gt;
 sh ~/sandbox/modu.sh
 No Modulefiles Currently Loaded.
 No Modulefiles Currently Loaded.
 
 ----------------------------------------------- /usr/share/Modules/modulefiles -----------------------------------------------
 PMPI/modulefile                           mpi/mvapich1-platform-interconnects-gnu
 dot                                       mpi/mvapich2-platform-interconnects-gnu
 module-cvs                                mpi/openmpi-mellanox-interconnects-gcc
 module-info                               mpi/openmpi-mellanox-interconnects-intel
 modules                                   mpi/openmpi-mellanox-interconnects-pgi
 mpi/mvapich1-mellanox-interconnects-gcc   mpi/openmpi-platform-interconnects-gnu
 mpi/mvapich1-mellanox-interconnects-intel null
 mpi/mvapich1-mellanox-interconnects-pgi   use.own
         This module will prepend the openmpi-mellanox-gnu bin, man and lib directories
         to the PATH, MANPATH and LD_LIBRARY_PATH environment variables,
         respectively.
 
 Currently Loaded Modulefiles:
   1) mpi/openmpi-mellanox-interconnects-gcc
 [root@master iozone]#
&lt;/pre&gt;</description>
  <comments>http://davdunc.livejournal.com/7084.html</comments>
  <category>hpc</category>
  <category>sysadmin</category>
  <category>linux</category>
  <lj:mood>busy</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>2</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/6659.html</guid>
  <pubDate>Wed, 30 Mar 2011 15:46:21 GMT</pubDate>
  <title>Texas Linufest is just around the corner. </title>
  <link>http://davdunc.livejournal.com/6659.html</link>
  <description>I hope you are planning on going to the &lt;a href=&quot;http://texaslinuxfest.org&quot;&gt;Texas Linuxfest&lt;/a&gt; Yourself.  I know that I will be there this year.  I am going to be splitting my time between the Fedora and the Dell booths this year. &amp;lt;/p&amp;gt; &lt;br /&gt;Adam Miller, you may know him as maximillion on the Fedora mailing lists and irc channels, has done a smash-up job of organizing the affair and providing some funding to support travel and board for out-of-town participants.  He was able to get a Silver funding for the fest itself.  A testament to his dedication to the Fedora team.  &lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;I hope to see you there!</description>
  <comments>http://davdunc.livejournal.com/6659.html</comments>
  <category>txlf</category>
  <lj:mood>anxious</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/6415.html</guid>
  <pubDate>Sun, 13 Feb 2011 23:59:17 GMT</pubDate>
  <title>CTLUG Meeting this week. </title>
  <link>http://davdunc.livejournal.com/6415.html</link>
  <description>Jack Mckinney is leading a discussion on IPv6 for the Central Texas Linux User’s Group. The discussion will be held starting at 7:30 PM on February 16th, 2011. &lt;a href=&apos;http://www.ctlug.org&apos;&gt;http://www.ctlug.org&lt;/a&gt; for details.&lt;br /&gt;The meeting will be held at Mangia’s Pizza, at the Domain location.&lt;br /&gt;That’s at 12001 Burnet Road, next to Taco Deli for those of you familiar with the area.</description>
  <comments>http://davdunc.livejournal.com/6415.html</comments>
  <category>users group</category>
  <category>texas</category>
  <category>linux</category>
  <category>meetings</category>
  <category>opensource</category>
  <lj:music>The Gourds</lj:music>
  <media:title type="plain">The Gourds</media:title>
  <lj:mood>Working</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/6386.html</guid>
  <pubDate>Thu, 20 Jan 2011 02:49:08 GMT</pubDate>
  <title>Texas LinuxFest 2011 Call for Papers is upon us! </title>
  <link>http://davdunc.livejournal.com/6386.html</link>
  <description>For those of you who did not attend the inagural Texas LinuxFest 2010 last April, this is a serious conference built by the local Texas Linux community.  This grass roots effort provided a fantastic experience.  If you have something you would like to present, don&apos;t be shy.  This is a supportive group of users who are interested in all levels of technology! &lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;http://www.texaslinuxfest.org/callforpapers/&apos;&gt;http://www.texaslinuxfest.org/callforpapers/&lt;/a&gt; will get you what you need to submit a proposal.  You need to hurry, they are due by Midnight, Feb 14.  &lt;br /&gt;&lt;br /&gt;I will be there with the Fedora Ambassadors this year as well.</description>
  <comments>http://davdunc.livejournal.com/6386.html</comments>
  <category>fedora linux cfp txlf</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/5926.html</guid>
  <pubDate>Mon, 27 Sep 2010 16:14:45 GMT</pubDate>
  <title>I know </title>
  <link>http://davdunc.livejournal.com/5926.html</link>
  <description>I upgraded yesterday to the 2.6.34.7-56.fc13.i686 on my primary notebook.  An XPS M1530 in which I have an Intel 3945ABG Wireless controller.  &lt;br /&gt;&lt;br /&gt;On initial boot of both 2.6.34.7-54 and the 2.6.34.7-56.fc13.i686, the wireless controller was unavailable.  NetworkManager saw the device as &quot;off&quot;.  It appears the rtkill switch may have been read incorrectly.  I installed the smbios-utils on my laptop and the problem went away at reboot.&lt;p&gt; &lt;br /&gt;The smbios-utils and the corresponding libsmbios are available from the dell-community  repo.  That repo is maintained by Dell.  The bios revisions for the M1530 appear to be considerably out of date.  A run of &lt;em&gt;yum install $(bootstrap_firmware)&lt;/em&gt; returns no updates.  I figure that means that there are no other XPS M1530 squeaky wheels (such as myself) or there are just no better updates than the A08 I am currently running.  As I recall my last attempt to update beyond A08 crippled my mousepad. &lt;p&gt; &lt;br /&gt;So the good news is that the Wireless controller is working.  The bad news is that BIOS update A12 is out there waiting for me to rip the .hdr out with . . . what?  I don&apos;t know.  extract_hdr is gone and firmware_tool doesn&apos;t have the --extract method I was hoping to use to remove it. &lt;p&gt; &lt;br /&gt;Sad thing is that I know whose fault it is that it isn&apos;t working.  It is mine.  I am Fedora.</description>
  <comments>http://davdunc.livejournal.com/5926.html</comments>
  <category>fedora linux wireless kernel</category>
  <category>linux</category>
  <category>fedora</category>
  <category>wireless</category>
  <lj:mood>calm</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>3</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/5830.html</guid>
  <pubDate>Mon, 30 Aug 2010 18:21:03 GMT</pubDate>
  <title>PyTexas in Waco was a huge success.  </title>
  <link>http://davdunc.livejournal.com/5830.html</link>
  <description>This past Saturday, August 28th, I attended the &lt;a href=&quot;http://www.pytexas.org&quot;&gt;PyTexas&lt;/a&gt; Convention.  There have been four PyTexas conventions I know of, but this is the first I have been able to attend.  I made Fedora goodies available to all who attended and saved the case badges for those who were interested in a conversation on python&apos;s use in the Fedora project.  &lt;br /&gt;&lt;br /&gt;I learned a lot.  There were several Baylor grad students in attendance who accelerated my python learning during the morning&apos;s &quot;Python Teach-In&quot;.  Jeremy Dunck gave me a great lesson on working with ipython which I will use across platforms, but mostly on Fedora.  Jeremy Lowery helped me to install and get started with the &lt;a href=&quot;http://pytexas.org/2010/TalksAgenda#talk9&quot;&gt;Python Koans&lt;/a&gt;.  I highly recommend the &lt;a href=&quot;http://bitbucket.org/gregmalcolm/python_koans/wiki/Home&quot;&gt;Koans&lt;/a&gt; for beginning developers and python enthusiasts. &lt;br /&gt;&lt;br /&gt;After the Teach-In, there were several great &lt;a href=&quot;http://pytexas.org/2010/TalksAgenda&quot;&gt;talks&lt;/a&gt; delivered by local enthusiasts.  I attended the keynote given by &lt;a href=&quot;https://www.taupro.com/&quot;&gt;Jeff Rush&lt;/a&gt;.  For you Fedora users, Jeff is the guy who first created the Zope RPM&apos;s.  Later in the day I attended his fantastic lecture entitled &lt;b&gt;The Deconstruction of an Object&lt;/b&gt;.  My head was swimming with information from that discussion.  Jeff politely broke that talk in to four sections so that there was a break at each topic change.  It was very helpful as the hour was PACKED with information on efficiency and inheritance at every step.  &lt;br /&gt;&lt;br /&gt;I attended two talks by &lt;a href=&quot;https://launchpad.net/swift&quot;&gt;OpenStack Object Storage&lt;/a&gt; Architect, Chuck Tier.  Chuck&apos;s talks were simple and very descriptive of the mechanics of the &lt;em&gt;swift&lt;/em&gt; data storage.  Both of his talks ended with some very promising looks at the future for the project.  He has some great times ahead of him and it was nice to hear his positive attitude towards his employers, &lt;a href=&quot;http://rackspace.com&quot;&gt;RackSpace&lt;/a&gt;.  He really enjoys working for a company that &quot;gets it&quot;.  The proverbial &quot;it&quot;, in this case, being &lt;a href=&quot;http://www.opensource.org/&quot;&gt;OpenSource&lt;/a&gt;.  &lt;br /&gt;&lt;br /&gt;I also attended a talk by &lt;a href=&quot;http://pytexas.org/2010/TalksAgenda#talk5&quot;&gt;John Dickinson&lt;/a&gt; on Version Control.  John did a fantastic job of developing a vision of his topic &lt;em&gt;sans presentation slides&lt;/em&gt; when the projector refused to play nice  with his laptop.   &lt;br /&gt;&lt;br /&gt;RackSpace threw a great party afterwards at the Z-Bar on 6th street (in Waco).  The beer was great, the 1554 got my vote.  They gave away $250 in SouthWest Airlines gift certificates to one lucky winner.  &lt;br /&gt;Great job RackSpace!  &lt;br /&gt;&lt;br /&gt;One thing I now believe very important to have as an Ambassador is a 30-second plug for Fedora.  One you can use at the drop of a hat.  At the lightening talks 30-second plugs were available. The 30-second vendor plugs were introduced as filler for the prep time involved in the lightening talks.   There are so many things to market for the Fedora project that a series of plugs prepared for infrastructure, packaging, ambassadorship, etc. could have easily filled as many available slots as we could take. It&apos;s easy to ask to be fit in for 1/2 a minute to talk about your favorite distro, but it is easy to get a second slot when you use your time well for the first one.   &lt;br /&gt;&lt;br /&gt;The hope for next year is to hold this event in College Station, TX at Texas A&amp;M.  The conference or &lt;a href=&quot;http://en.wikipedia.org/wiki/Unconference&quot;&gt;&lt;em&gt;unconference&lt;/em&gt;&lt;/a&gt; this year exceeded 100 participants from as far away as Kansas City, KS.  I think this is a great event and could use more participation in the future from the &lt;a href=&quot;https://fedoraproject.org/wiki/Ambassadors&quot;&gt;&lt;b&gt;Fedora ambassadors&lt;/b&gt;&lt;/a&gt;.</description>
  <comments>http://davdunc.livejournal.com/5830.html</comments>
  <category>texas</category>
  <category>python</category>
  <category>fedora</category>
  <category>unconference</category>
  <category>opensource</category>
  <category>ambassador</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/5493.html</guid>
  <pubDate>Mon, 26 Apr 2010 17:06:22 GMT</pubDate>
  <title>The com.com problem with my postfix server.</title>
  <link>http://davdunc.livejournal.com/5493.html</link>
  <description>&lt;p&gt;I am sure that the majority of my Linux friends would not make the same mistake I made on my latest installation of postfix. I am most dependent upon the use of google apps to manage my mail service over the last few . . . years(!) Wow! Has it really been that long? Well . . . anyway I made a simple mistake and only 5 minutes on #postfix on irc.freenode.net (donate!) &lt;br /&gt;&lt;br /&gt;So what did I do? I set my hostname to thekaratekidsband.com and then I let postfix use that. What does postfix do with a hostname like &amp;quot;thekaratekidsband.com&amp;quot;? It uses the &lt;strong&gt;second&lt;/strong&gt; section of the hostname to populate the second level of the domain name.&amp;nbsp; Then it uses the &lt;strong&gt;last&lt;/strong&gt; section of the hostname to populate the third level.&amp;nbsp; This is the automated method of populating the value $mydestination.&amp;nbsp; This isn&apos;t helpful if your hostname is not very basic.&lt;br /&gt;&lt;br /&gt;I was using a hostname of &lt;em&gt;thekaratekidsband.com&lt;/em&gt;&amp;nbsp; and the result was the domain name &lt;em&gt;com.com&lt;/em&gt; and that wasn&apos;t what I&amp;nbsp;was expecting.&amp;nbsp; If you are using postfix, then you will get your best default results from a simple 3-level hostname.&amp;nbsp; If you are not using a simple host configuration or you are using a simple configuration that does not match the basic configuration then you may need to modify your $hostname or $mydestination.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was looking for a real method for troubleshooting the construction of this name.&amp;nbsp; I did not actually find the method for debugging the rewrite.&amp;nbsp; It didn&apos;t seem to happen in a way that was exposed in the expanded vars or in the debug, but I did find two users on #postfix who&amp;nbsp;queued the&amp;nbsp;channel bot to tell&amp;nbsp;me how it worked.&amp;nbsp; They pointed me to $myorigin to show me the problem.&amp;nbsp; On my server&amp;nbsp;$myorigin&amp;nbsp;returned the same value as $domain.&amp;nbsp; I&amp;nbsp;just assumed that the rewrite described for the mydestination was the problem.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I look forward to reading a better explanation or getting one in the comments. :-) &lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.postfix.org/BASIC_CONFIGURATION_README.html#myorigin&quot;&gt;http://www.postfix.org/BASIC_CONFIGURATION_README.html#myorigin&lt;/a&gt;&amp;nbsp; for informaiton (note that&apos;s the first page) &lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;</description>
  <comments>http://davdunc.livejournal.com/5493.html</comments>
  <category>postfix</category>
  <lj:security>public</lj:security>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/5227.html</guid>
  <pubDate>Tue, 13 Apr 2010 03:29:25 GMT</pubDate>
  <title>SWAG! Texas LinuxFest 2010</title>
  <link>http://davdunc.livejournal.com/5227.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4515695051/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4065/4515695051_170beacf61_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4515695051/&quot;&gt;SWAG! Texas LinuxFest 2010&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;There were some great goodies in the Texas Linuxfest Supporter goodie bags.  I mean. . . $40 for a super conference AND a goodie bag with swag like this.  Shame on all of you who missed out.  You know who I am talking about!&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/5227.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/5062.html</guid>
  <pubDate>Mon, 12 Apr 2010 22:04:52 GMT</pubDate>
  <title>Texas Linuxfest 2010</title>
  <link>http://davdunc.livejournal.com/5062.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513094430/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2408/4513094430_a294bb2eab_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513094430/&quot;&gt;Texas Linuxfest 2010&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;This is before the pipe and drape went up, but you can see the bar.  Yea! A bar.&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/5062.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/4701.html</guid>
  <pubDate>Mon, 12 Apr 2010 14:15:11 GMT</pubDate>
  <title>Texas Linuxfest 2010</title>
  <link>http://davdunc.livejournal.com/4701.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513092046/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2766/4513092046_dfc7d97f49_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513092046/&quot;&gt;Texas Linuxfest 2010&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;April 10 2010.  Set up for the front room.  Seated, in black hair, at roughly center is Matt Ray. Matt was a huge part of the team that put this Linuxfest together.  I am really grateful for his effort and enthusiasm.&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/4701.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/4586.html</guid>
  <pubDate>Mon, 12 Apr 2010 13:46:35 GMT</pubDate>
  <title>Texas Linuxfest 2010</title>
  <link>http://davdunc.livejournal.com/4586.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513067854/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2677/4513067854_4bbb04839f_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513067854/&quot;&gt;Texas Linuxfest 2010&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;Scott Collier at the Fedora booth. Texas LinuxFest&lt;br /&gt;Uploaded on 11 Apr 10,&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/4586.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/4175.html</guid>
  <pubDate>Mon, 12 Apr 2010 05:24:35 GMT</pubDate>
  <title>Red Hat Booth, Texas Linuxfest 2010</title>
  <link>http://davdunc.livejournal.com/4175.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513076800/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2803/4513076800_130b4f0522_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513076800/&quot;&gt;Texas Linuxfest 2010&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;Red Hatters are setting up. Fedora ambassador and packager Scott Collier (right) sneaks a look from behind the Fedora Banner. Thomas Cameron (middle) shows us his best side. Shawn on the Left.&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/4175.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/4040.html</guid>
  <pubDate>Mon, 12 Apr 2010 03:08:09 GMT</pubDate>
  <title>Texas Linuxfest 2010</title>
  <link>http://davdunc.livejournal.com/4040.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a title=&quot;photo sharing&quot; href=&quot;http://www.flickr.com/photos/davdunc/4513130600/&quot;&gt;&lt;img style=&quot;border: 2px solid rgb(0, 0, 0);&quot; alt=&quot;&quot; src=&quot;http://farm3.static.flickr.com/2698/4513130600_47fc8b9ef1_m.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4513130600/&quot;&gt;Texas Linuxfest 2010&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;Thomas Cameron shows off his &lt;strong&gt;Extreme Linux Hot Sauce&lt;/strong&gt;.&amp;nbsp; Max and Marsha are in the background. &amp;nbsp;John &amp;quot;Maddog&amp;quot; Hall gave this to him.&amp;nbsp;&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/4040.html</comments>
  <category>fedora linux floss opensource</category>
  <lj:mood>amused</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/3598.html</guid>
  <pubDate>Mon, 12 Apr 2010 02:32:25 GMT</pubDate>
  <title>Fedora Ambassador Report on Texas LinuxFest</title>
  <link>http://davdunc.livejournal.com/3598.html</link>
  <description>I am very happy to report a successful first event as a Fedora ambassaador at the &lt;a href=&quot;http://texaslinuxfest.org/talks/&quot;&gt;Texas LinuxFest&lt;/a&gt;.  The event lasted only one day.  Booth participants were Max Spevack, Adam Miller, Scott Collier, Julio Villareal, and myself.  We took turns manning the booth in groups of two. Our booth was a simple table with two chairs and a white tablecloth was transformed with the event kit into a wonderful playland for new and old Fedora users.   &lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://farm5.static.flickr.com/4037/4512431705_e263fdd767.jpg&quot;&gt;&lt;img alt=&quot;Max and Adam in the booth.&quot; src=&quot;http://farm5.static.flickr.com/4037/4512431705_e263fdd767.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Adam and I had our own little installfest with a fellow whose &lt;a target=&quot;new&quot; href=&quot;http://linux.dell.com&quot;&gt;Dell&lt;/a&gt; laptop was running Windows.  He told us that his wireless networking was the problem. It took almost an hour to find a suitable internet connection to get the appropriate firmware for his BCM4312 wireless device.  Once Adam installed and built the &lt;a href=&quot;http://linux.dell.com/dkms&quot;&gt;DKMS&lt;/a&gt; module for the wireless card and the laptop was on the wireless network, the gentleman paraded his laptop around to other tables showing them how Adam had made his laptop work with wireless.  He called Adam &amp;quot;the Fedora guy&amp;quot;.  It was a small triumph, but apparently it had a serious affect on this gentleman, an Educator from the local area. &lt;p&gt;&amp;nbsp;&lt;/p&gt;The &lt;a href=&quot;http://laptop.org/en/laptop/index.shtml&quot;&gt;XO laptops&lt;/a&gt; were a very big hit.  A local developer, Mikus Grinbergs, gave us a fantastic overview of his work as a developer for the platform and even showed us how his was running a full Fedora installation. One gentleman even used Inkscape to create a handmade version of the fedora logo.  &lt;p&gt;&amp;nbsp;&lt;/p&gt;Adam also brought a &lt;a href=&quot;http://farm3.static.flickr.com/2350/4513096986_de15c46d9f.jpg&quot;&gt;tablet pc&lt;/a&gt; running Fedora 12.  &lt;br /&gt;&lt;img alt=&quot;&quot; src=&quot;http://farm3.static.flickr.com/2350/4513096986_de15c46d9f.jpg&quot; /&gt;&lt;br /&gt;The fantastic feature of this tablet PC with fedora 12 is that it &lt;emphasis&gt;&lt;em&gt;just works&lt;/em&gt;&lt;/emphasis&gt;.  People were enamored with the tablet and the little Sony Vaio handheld that Julio brought for show.&lt;p&gt;&amp;nbsp;&lt;/p&gt;I went to only two talks, but I happened to catch &lt;a href=&quot;http://texaslinuxfest.org/talks/2010/5-important-topics/&quot;&gt;Max&apos;s talk&lt;/a&gt; on the role of academia in the digital world.  His discussion was amazing and his management skills really showed as he sculpted a conversation surrounding key ideas in academic development and process.  He pointed out the importance of Professional OpenSource Software Experience in the educational process. Max pointed out some of the efforts he was directly familiar with and some that he considered laudable.   His presentation was, in my opinion, flawless.&lt;p&gt;&amp;nbsp;&lt;/p&gt;We started off the weekend on Friday night with a Dinner hosted by Matt Domsch and his wife Celeste.  The dinner was amazing and the conversation was fantastic.  Matt cooks a mean steak and a yummy grilled portobello.  We were all happy to have an opportunity to talk to him about his experience and he was very happy to give us good pointers for the festival. &lt;p&gt;&amp;nbsp;&lt;/p&gt;There were more than 394 registered participants on Friday evening and many who paid at the door. &amp;nbsp; We provided a small amount of media for some non-profits and some&amp;nbsp; &lt;br /&gt;My images are up on flickr, but I will post them on to the blog to have them blast by on the &lt;a href=&quot;http://planet.fedoraproject.org&quot;&gt;Planet Fedora&lt;/a&gt;.  Thanks to everyone who made this possible, but I have to say a special thanks to Scott Collier, who picked up a lot of slack for me without a word.</description>
  <comments>http://davdunc.livejournal.com/3598.html</comments>
  <category>fedora linux texas austin</category>
  <lj:mood>accomplished</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>4</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/3566.html</guid>
  <pubDate>Sun, 25 Oct 2009 15:44:06 GMT</pubDate>
  <title>cduffy_1</title>
  <link>http://davdunc.livejournal.com/3566.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4027660712/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3482/4027660712_eae480a20f_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/4027660712/&quot;&gt;cduffy_1&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;If you did not participate in this month&apos;s show, you are definitely unfortunate.  Thanks to Charles for a smashing discussion.&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/3566.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/3151.html</guid>
  <pubDate>Wed, 21 Oct 2009 04:52:47 GMT</pubDate>
  <title>Big thanks to Charles Duffy.</title>
  <link>http://davdunc.livejournal.com/3151.html</link>
  <description>Charles Duffy was kind enough to present a talk on the use of several &lt;a href=&quot;http://et.redhat.com/page/Main_Page&quot;&gt;emerging technologies&lt;/a&gt; used by &lt;a href=&quot;http://www.messageone.com&quot;&gt;MessageOne&lt;/a&gt; to support their business needs. &lt;p&gt; The &lt;a href=&quot;http://www.ctlug.org&quot;&gt;Central Texas Linux Users Group&lt;/a&gt; was grateful to have him speak for us.  

Key projects used by the systems engineering group include: 
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://et.redhat.com/~rjones/febootstrap/&quot;&gt;febootstrap&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;https://fedorahosted.org/cobbler/&quot;&gt;cobbler&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://libguestfs.org/&quot;&gt;libguestfs&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://libvirt.org/&quot;&gt;libvirt&lt;/a&gt; 
&lt;li&gt;&lt;a href=&quot;http://www.linux-kvm.org/page/Main_Page&quot;&gt;kvm-qemu&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.gnome.org/~markmc/qcow-image-format.html&quot;&gt;qcow2&lt;/a&gt;
&lt;/ul&gt;
&lt;p&gt; 
Charles did a splendid presentation on the build process for creating test environments at &lt;a href=&quot;http://www.messageone.com&quot;&gt;MessageOne&lt;/a&gt;&lt;br /&gt;
The group is working on a process that allows all of their provisioning to be managed on the fly.  The whole system allows the environment to be created without requiring root access to the physical servers upon which the virtual environments are provisioned.  
&lt;br /&gt;
Charles coworkers Alex and Larry added to the conversation and the whole discussion was very enlightening.  
&lt;p&gt;
I wish you had all been there to hear such a fantastic conversation on the use of FLOSS -- and especially &lt;a href=&quot;http://www.fedoraproject.org&quot;&gt;Fedora&lt;/a&gt; projects -- in Enterprise business.  
&lt;p&gt;
&lt;img src=&quot;http://www.flickr.com/photos/davdunc/4027660712/sizes/l/&quot; alt=&quot;Charles Duffy at CTLUG&quot;&gt;</description>
  <comments>http://davdunc.livejournal.com/3151.html</comments>
  <category>fedora linux messageone dell floss opens</category>
  <lj:mood>cheerful</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/2922.html</guid>
  <pubDate>Fri, 09 Oct 2009 05:24:37 GMT</pubDate>
  <title>SQLITE3 dump of versions.</title>
  <link>http://davdunc.livejournal.com/2922.html</link>
  <description>This isn&apos;t perfect, but this is a dump of my initial information database in sqlite3 for keeping up with version information from one kernel to the next.  It is just RedHat and VMware at the moment.  It will grow.  This is based upon the spreadsheet formerly championed by David Percer at Dell, Inc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;BEGIN TRANSACTION;&lt;br /&gt;CREATE TABLE redhat(&lt;br /&gt;       idk Integer Primary KEY ASC, &lt;br /&gt;       kupdate integer, &lt;br /&gt;       kversion text, &lt;br /&gt;       kname text);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(1,0,&apos;RHEL 5, Gold&apos;,&apos;2.6.18-8&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(2,1,&apos;RHEL 5, Update 1&apos;,&apos;2.6.18-53&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(3,2,&apos;RHEL 5, Update 2&apos;,&apos;2.6.18-64&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(4,3,&apos;RHEL 5, Update 3&apos;,&apos;2.6.18-128&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(5,4,&apos;RHEL 5, Update 4&apos;,&apos;2.6.18-164&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(6,2,&apos;RHEL 2.1, Update2&apos;,&apos;e24&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(7,3,&apos;RHEL 2.1, Gold&apos;,&apos;2.4.9-e35&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(8,4,&apos;RHEL 2.1, Gold&apos;,&apos;2.4.9-e40&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(9,5,&apos;RHEL 2.1, Gold&apos;,&apos;2.4.9-e49&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(10,6,&apos;RHEL 2.1, Gold&apos;,&apos;2.4.9-e57&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(11,0,&apos;RHEL 4 – Nahant, Gold&apos;,&apos;2.6.9-5&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(12,1,&apos;RHEL 4 – Nahant, Update 1&apos;,&apos;2.6.9-11&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(13,2,&apos;RHEL 4 – Nahant, Update 2&apos;,&apos;2.6.9-22&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(14,3,&apos;RHEL 4 – Nahant, Update 3&apos;,&apos;2.6.9-34&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(15,4,&apos;RHEL 4 – Nahant, Update 4&apos;,&apos;2.6.9-42&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(16,5,&apos;RHEL 4 – Nahant, Update 5&apos;,&apos;2.6.9-55&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(17,6,&apos;RHEL 4 – Nahant, Update 6&apos;,&apos;2.6.9-67&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(18,0,&apos;RHEL3 - Taroon, Gold&apos;,&apos;2.4.21-4&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(19,1,&apos;RHEL3 - Taroon, Update 1&apos;,&apos;2.4.21-9&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(20,2,&apos;RHEL3 - Taroon, Update 2&apos;,&apos;2.4.21-15&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(21,3,&apos;RHEL3 - Taroon, Update 3&apos;,&apos;2.4.21-20&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(22,4,&apos;RHEL3 - Taroon, Update 4&apos;,&apos;2.4.21-27&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(23,5,&apos;RHEL3 - Taroon, Update 5&apos;,&apos;2.4.21-32&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(24,6,&apos;RHEL3 - Taroon, Update 6&apos;,&apos;2.4.21-37&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(25,7,&apos;RHEL3 - Taroon, Update 7&apos;,&apos;2.4.21-40&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(26,8,&apos;RHEL3 - Taroon, Update 8&apos;,&apos;2.4.21-47&apos;);&lt;br /&gt;INSERT INTO &quot;redhat&quot; VALUES(27,9,&apos;RHEL3 - Taroon, Update 9&apos;,&apos;2.4.21-50&apos;);&lt;br /&gt;CREATE TABLE vmware(&lt;br /&gt;       idk		Integer Primary KEY ASC, &lt;br /&gt;       vbuild 		integer, &lt;br /&gt;       esxversion 	text, &lt;br /&gt;      releaseDate	text&lt;br /&gt;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(1,22701,&apos;ESX 3.0&apos;,&apos;9/25/2006&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(2,32039,&apos;ESX Server Version 3.0.1&apos;,&apos;9/25/2006&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(3,22704,&apos;VirtualCenter 2.0&apos;,&apos;9/25/2006&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(4,32042,&apos;VirtualCenter Version 2.0.1&apos;,&apos;9/25/2006&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(5,42090,&apos;VMware Consolidated Backup 1.0.2&apos;,&apos;4/5/2007&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(6,50618,&apos;VMware VirtualCenter 2.0.2&apos;,&apos;7/19/2007&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(7,52542,&apos;ESX Server Version 3.0.2&apos;,&apos;7/31/2007&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(8,51389,&apos;VMware Consolidated Backup 1.0.3&apos;,&apos;7/31/2007&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(9,64201,&apos;VirtualCenter 2.5&apos;,&apos;12/10/2007&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(10,64559,&apos;VMware Consolidated Backup 1.1&apos;,&apos;12/10/2007&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(11,64607,&apos;ESX Server 3.5&apos;,&apos;2/20/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(12,82663,&apos;ESX Server 3.5 Update 1&apos;,&apos;4/10/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(13,84767,&apos;VirtualCenter 2.5 Update 1 &apos;,&apos;4/10/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(14,84782,&apos;VMware Infrastructure Management Installer&apos;,&apos;4/10/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(15,104629,&apos;ESX Server Version 3.0.3&apos;,&apos;8/8/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(15,104629,&apos;ESX Server Version 3.0.3&apos;,&apos;8/8/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(16,119826,&apos;Virtual Infrastructure Client&apos;,&apos;10/3/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(17,119598,&apos;Virtual Infrastructure Client&apos;,&apos;10/3/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(18,119801,&apos;VirtualCenter 2.5 Server Update 3&apos;,&apos;10/3/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(19,119598,&apos;VirtualCenter 2.5 Server Update 3 &apos;,&apos;10/3/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(20,123630,&apos;VMware ESX Server 3.5 Update 3&apos;,&apos;11/6/2008&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(21,147694,&apos;Virtual Infrastructure Client&apos;,&apos;2/23/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(22,147633,&apos;Virtual Infrastructure Client&apos;,&apos;2/23/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(23,147704,&apos;VirtualCenter 2.5 Server Update 4&apos;,&apos;2/23/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(24,147633,&apos;VirtualCenter 2.5 Server Update 4 &apos;,&apos;2/23/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(25,153875,&apos;VMware ESX Server 3.5 Update 4&apos;,&apos;3/30/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(26,4240,&apos;VMware vCenter Orchestrator (vCO) 4.0 &apos;,&apos;4/15/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(27,164009,&apos;ESX 4.0 or ESXi 4.0 Installable or Embedded&apos;,&apos;5/21/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(28,162902,&apos;vCenter Server 4.0 &apos;,&apos;5/21/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(29,150805,&apos;VMware Consolidated Backup 1.5 Update 1&apos;,&apos;5/21/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(30,161418,&apos;VMware vCenter Converter for vCenter Server 4.0 &apos;,&apos;5/21/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(31,162871,&apos;VMware vCenter Update Manager 4.0&apos;,&apos;5/21/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(32,174841,&apos;Virtual Infrastructure Client&apos;,&apos;7/10/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(33,174841,&apos;VirtualCenter 2.5 Server Update 5&apos;,&apos;7/10/2009&apos;);&lt;br /&gt;INSERT INTO &quot;vmware&quot; VALUES(34,174791,&apos;VirtualCenter 2.5 Server Update 5 &apos;,&apos;7/10/2009&apos;);&lt;br /&gt;CREATE TABLE suse(&lt;br /&gt;       idk		Integer Primary KEY ASC, &lt;br /&gt;       kupdate		INTEGER, &lt;br /&gt;       kversion		TEXT, &lt;br /&gt;       kname		TEXT&lt;br /&gt;);&lt;br /&gt;COMMIT;</description>
  <comments>http://davdunc.livejournal.com/2922.html</comments>
  <category>sqlite3 sqlite kernel version</category>
  <lj:mood>nervous</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/2598.html</guid>
  <pubDate>Thu, 01 Oct 2009 04:51:42 GMT</pubDate>
  <title>My Script for changing my ip address in my putty session HostName field.</title>
  <link>http://davdunc.livejournal.com/2598.html</link>
  <description>I like to access one of my dynamic IP&amp;nbsp;addresses from PuTTY sessions.&amp;nbsp;&lt;br /&gt; I have a couple that the hostnames cannot be used from some of the places because the names are from dynamic hosting agencies.&amp;nbsp;&amp;nbsp; In order to access them while visiting said locations, I must use the IP address which isn&apos;t blocked (most of the time).&amp;nbsp;&amp;nbsp; Well that&apos;s annoying to me, because the nature of a dynamic IP&amp;nbsp;address is just that . . . dynamic! &amp;nbsp; I wrote a little script to get the ip address based upon the host to ip address resolution from the bind utility &amp;quot;host&amp;quot; and deliver that address for PuTTY config file modification. &amp;nbsp;&lt;br /&gt;&lt;br /&gt;The configuration ends up in a dictionary.&amp;nbsp; You could change any variable you want.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 204, 255);&quot;&gt;#!/usr/bin/python&lt;br /&gt;&lt;br /&gt;import subprocess&lt;br /&gt;import sys&lt;br /&gt;&lt;br /&gt;dynamicHost = &apos;yourhost.resolvit.net&apos;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt;# the hostname I decided to query.&amp;nbsp; &lt;/span&gt;&lt;br /&gt;PuttyFile = &apos;/home/userific/.putty/sessions/HOMECONNECT&apos;&amp;nbsp;&lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt; # the session file I want to change.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;newSessionConfig=[]&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;&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; &lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt;# prime the new configuration.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;def &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;writeSessionConfig&lt;/span&gt;(newSessionConfig):&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; &lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt;# write to file&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionInfo = []&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for I in newSessionConfig.keys():&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line = &amp;quot;=&amp;quot;.join([ I, newSessionConfig[I] ])&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line = &amp;quot;&amp;quot;.join([line, &apos;\n&apos;])&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;&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; &lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt;# I&amp;nbsp;had difficulty here.&amp;nbsp; I wasn&apos;t sure how to properly handle newlines.&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionInfo.append(line)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionInfo.reverse()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileToConfigure = open(PuttyFile, &apos;w&apos;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileToConfigure.writelines(sessionInfo)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileToConfigure.close()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;def &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;getSessionConfig&lt;/span&gt;(filename): &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;&lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt;&amp;nbsp; # create a dictionary of the configuration&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionDict = {}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; session = open(filename, &apos;r&apos;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionConfig = [ line.strip() for line in session.readlines() ]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; session.close()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for line in sessionConfig:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; k,v = line.split(&apos;=&apos;, 1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionDict[k] = v.strip()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return sessionDict&lt;br /&gt;&lt;br /&gt;def &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;setHostName&lt;/span&gt;(sessionDict,NEWIP,OLDIP):&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; &lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt;# replace the old&amp;nbsp; ip address with the new.&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for K in sessionDict.keys():&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tempItem = sessionDict[K]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionDict[K] = tempItem.replace(OLDIP,NEWIP)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return sessionDict&lt;br /&gt;&lt;br /&gt;def &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;setSessionConfig&lt;/span&gt;(filename, config):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; session = open(filename, &apos;rw&apos;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; session.writelines(config)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; session.close()&lt;br /&gt;&lt;br /&gt;def &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;getCurrentHostName&lt;/span&gt;(hostname):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; execute = &apos;host&apos;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; command = [execute, hostname]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc = subprocess.Popen(command, shell=False, stdout=subprocess.PIPE )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; output = proc.communicate()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if output[1] == None: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HOSTINFO = output[0].split(&apos;\n&apos;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HOSTINFO = HOSTINFO[0].split()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NEWIP = HOSTINFO[-1]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print &amp;quot;Error %d\n&amp;quot; % output[1]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print &amp;quot;Not Found&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sys.exit(output[1])&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return NEWIP&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if __name__ == &amp;quot;__main__&amp;quot;:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessionConfig = &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;getSessionConfig&lt;/span&gt;(PuttyFile)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: rgb(128, 128, 128);&quot;&gt;# type {}&lt;/span&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OLDIP = sessionConfig[&apos;HostName&apos;]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NEWIP = &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;getCurrentHostName&lt;/span&gt;(dynamicHost)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; newSessionConfig = &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;setHostName&lt;/span&gt;(sessionConfig, NEWIP, OLDIP)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: rgb(51, 102, 255);&quot;&gt;writeSessionConfig&lt;/span&gt;(newSessionConfig)&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;That&apos;s all there is to it.&amp;nbsp; I am sure you will find ways to improve it.&amp;nbsp; I am interested in your feedback.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;</description>
  <comments>http://davdunc.livejournal.com/2598.html</comments>
  <category>openssh putty python</category>
  <lj:mood>sleepy</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/2555.html</guid>
  <pubDate>Wed, 20 May 2009 02:33:59 GMT</pubDate>
  <title>Another Fedora Tattoo pic.</title>
  <link>http://davdunc.livejournal.com/2555.html</link>
  <description>&lt;a href=&quot;http://www.flickr.com/photos/davdunc/3547814408/&quot;&gt;&lt;img src=&quot;http://www.flickr.com/photos/davdunc/3547814408/&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Another image.  This one freshly applied.</description>
  <comments>http://davdunc.livejournal.com/2555.html</comments>
  <category>fedora linux tattoo</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/2058.html</guid>
  <pubDate>Wed, 20 May 2009 02:25:00 GMT</pubDate>
  <title>Fedora Tattoos are Here!</title>
  <link>http://davdunc.livejournal.com/2058.html</link>
  <description>&lt;a href=&quot;http://pics.livejournal.com/davdunc/pic/0000127s/&quot;&gt;&lt;img src=&quot;http://pics.livejournal.com/davdunc/pic/0000127s/s320x240&quot; width=&quot;320&quot; height=&quot;240&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So excited about the look.</description>
  <comments>http://davdunc.livejournal.com/2058.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/2010.html</guid>
  <pubDate>Tue, 14 Apr 2009 16:32:03 GMT</pubDate>
  <title>Password Lock Time in RHEL 5</title>
  <link>http://davdunc.livejournal.com/2010.html</link>
  <description>I had to look this up to pass along to a customer when a technician asked me how to handle this.  Well, I couldn&apos;t find the article in my original searches, but Greg, the technician, came back with a search on &lt;a href=&quot;http://kb.redhat.com&quot;&gt;Red Hat&apos;s Knowledgebase&lt;/a&gt; that did find the article in the top ten results.   &lt;br /&gt;&lt;br /&gt;Greg searched for &quot;unlock password&quot; and found the best results.  &lt;br /&gt;&lt;br /&gt;The Red Hat Knowledgebase &lt;a href=&quot;http://kbase.redhat.com/faq/docs/DOC-9771&quot;&gt;Article ID: 9771&lt;/a&gt; shows how to set a timeout in seconds after the number of login attempts and how to unlock accounts manually.  I like this article and the &quot;More Like This&quot; section covers RHEL 2.1,3 and 4.  &lt;br /&gt;&lt;br /&gt;You can also refer to the /usr/share/doc/pam-&lt;version&gt;/txts/README.pam_tally for information on more specialized configuration.</description>
  <comments>http://davdunc.livejournal.com/2010.html</comments>
  <category>red hat redhat account unlock</category>
  <lj:music>Big Boys, Mutant Rock</lj:music>
  <media:title type="plain">Big Boys, Mutant Rock</media:title>
  <lj:mood>annoyed</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/1700.html</guid>
  <pubDate>Thu, 12 Mar 2009 11:53:58 GMT</pubDate>
  <title>Installing Citrix Client in Fedora 10</title>
  <link>http://davdunc.livejournal.com/1700.html</link>
  <description>No it isn&apos;t just as simple as installing the rpm provided by &lt;a href=&quot;http://www.citrix.com/English/ss/downloads/results.asp?productID=186&amp;amp;c1=sot2755&amp;amp;c2=pov1349839&quot; target=&quot;self&quot;&gt;Citrix&lt;/a&gt; for Citrix Presentation Server.  No no.  Citrix Presentation Server clients are dependent upon the &lt;a href=&quot;http://www.opengroup.org/openmotif/&quot;&gt;Open Motif&lt;/a&gt; libraries &lt;a href=&quot;http://lwn.net/Articles/197744/&quot; target=&quot;self&quot;&gt;dropped&lt;/a&gt; from the Fedora Core project (when there was such a thing) for issues with the license used for Open Motif. &lt;p&gt; 
I found information &lt;a href=&quot;http://forums.fedoraforum.org/archive/index.php/t-108610.html&quot;&gt;on the fedoraforum site&lt;/a&gt; describing the condition and then user brunson pointed to &lt;a href=&quot;http://forums.citrix.com/thread.jspa?messageID=460435&quot;&gt;the Citrix forum&lt;/a&gt; where they describe the problem.  &lt;p&gt; 
I particularly enjoyed the description by Hans-Rudolf, but user &lt;a href=&quot;http://forums.citrix.com/profile.jspa?userID=6556153&quot;&gt;Tim Fletcher&lt;/a&gt; created a stub rpm for satisfying the prerequisites for ICAclient installation.  &lt;b&gt; 
Thanks Tim.&lt;/b&gt;</description>
  <comments>http://davdunc.livejournal.com/1700.html</comments>
  <category>citrix client fedora ambassador</category>
  <lj:music>Marketplace Podcast</lj:music>
  <media:title type="plain">Marketplace Podcast</media:title>
  <lj:mood>awake</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/1529.html</guid>
  <pubDate>Mon, 09 Mar 2009 15:10:26 GMT</pubDate>
  <title>HDR Lettuce After</title>
  <link>http://davdunc.livejournal.com/1529.html</link>
  <description>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/3334015559/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3327/3334015559_5187615d94_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/davdunc/3334015559/&quot;&gt;HDR Lettuce After&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/davdunc/&quot;&gt;davdunc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;This is my first attempt to create an HDR photograph using Gimp.  I am not very well versed in the use of Gimp so I learned a few neat tricks about working with the photos in tandem.  Next step is to learn how to correct my colors.  Once I have a better idea of how to correct color, I should be able to make a nicer, less cartoon-like photograph.  &lt;br /&gt;&lt;br /&gt;The photo itself was managed from import to finish with tools pulled from the standard repository for Fedora 10.  No additional package repositories or non-osi approved software was used.   &lt;br /&gt;&lt;br /&gt;The garden itself is a product of my wife&apos;s strong desire to reawaken the victory gardens of the depression before this one.&lt;br clear=&quot;all&quot; /&gt;</description>
  <comments>http://davdunc.livejournal.com/1529.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/1088.html</guid>
  <pubDate>Fri, 06 Mar 2009 03:14:40 GMT</pubDate>
  <title>Ambassador T-Shirts Arrived today.</title>
  <link>http://davdunc.livejournal.com/1088.html</link>
  <description>Fedora Ambassador T-Shirts arrived today.  I was very impressed with the quality and cut of the shirts.  I will be very proud to wear them to any event.  I am very grateful for Pascal Calarco&apos;s assistance in obtaining the shirts.  Outstanding work Pascal!</description>
  <comments>http://davdunc.livejournal.com/1088.html</comments>
  <category>fedora</category>
  <category>shirts</category>
  <category>ambassador</category>
  <lj:mood>happy</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://davdunc.livejournal.com/867.html</guid>
  <pubDate>Tue, 03 Mar 2009 04:49:48 GMT</pubDate>
  <title>Easiest laptop recovery with the best results.</title>
  <link>http://davdunc.livejournal.com/867.html</link>
  <description>I just had my easiest recovery ever.  I really took to heart the need for a good version control system when I took the rh333 class with Paul Morgan.  I have always maintained code repo&apos;s for various developer groups, but never had anything interesting for myself.  Now I keep them for my website material (all 10 bits) and the parts of my home drive I can&apos;t live without.  Previously I simply rsynced to a usb drive and then restored from the backup drive and that works, but this restore came across wireless network from my server where my content was just waiting for my reconnection.  It contains my profile setting, my most recent cache data and many other things I am grateful to have back including my repo files for yum.  &lt;br /&gt;&lt;br /&gt;  I used a liveusb to reinstall the OS and I used &lt;a href=&quot;http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo&quot;&gt;the method outlined on the Fedora wiki&lt;/a&gt; to create my liveusb.  The graphic installer was fantastic and I created a custom LVM configuration from the installer. During the installation process I was able to encrypt the partitions.&lt;br /&gt;&lt;br /&gt;This also cleared up a &lt;a href=&quot;http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=1651&quot;&gt;problem with the iwl3945 driver&lt;/a&gt; in the XPS M1530 laptop.</description>
  <comments>http://davdunc.livejournal.com/867.html</comments>
  <category>iwl3945</category>
  <category>linux</category>
  <category>fedora</category>
  <category>backup</category>
  <category>ambassador</category>
  <lj:music>The Who</lj:music>
  <media:title type="plain">The Who</media:title>
  <lj:mood>happy</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
</channel>
</rss>

