<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Fedora Daily Package - GUI Thursday</title>
    <link>http://dailypackage.fedorabook.com/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    <pubDate>Fri, 09 May 2008 21:44:49 GMT</pubDate>

    <image>
        <url>http://dailypackage.fedorabook.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Fedora Daily Package - GUI Thursday - </title>
        <link>http://dailypackage.fedorabook.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>GUI Thursday: Eiciel - GUI ACL Editor</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/182-GUI-Thursday-Eiciel-GUI-ACL-Editor.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/182-GUI-Thursday-Eiciel-GUI-ACL-Editor.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=182</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=182</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2008-05-08-eiciel.png&#039;,&#039;Zoom&#039;,&#039;height=833,width=897,top=116,left=399,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2008-05-08-eiciel.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:287 --&gt;&lt;/a&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2008-05-08-eiciel.png&#039;,&#039;Zoom&#039;,&#039;height=833,width=897,top=116,left=399,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2008-05-08-eiciel.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:287 --&gt;&lt;img width=&quot;300&quot; height=&quot;278&quot; align=&quot;right&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2008-05-08-eiciel.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;The Linux filesystem permission model comes from Unix. It provides three permissions (read, write, and execute) for three communities (the user that owns the file, users in the group that owns the file, and all other users). The beauty of this model is its simplicity: it&#039;s easy to understand and compact to display. By creating various groups of users, this scheme can accommodate most use cases.&lt;/p&gt;&lt;p&gt;But sometimes the traditional model just isn&#039;t convenient, and having many different groups becomes a real pain to manage. Filesystem access control lists (ACLs) mend this pain by extending the traditional model to permit individual permissions to be set for any number of users and groups.&lt;/p&gt;&lt;p&gt;The &lt;font face=&quot;courier new,courier,monospace&quot;&gt;setfacl&lt;/font&gt; and &lt;font face=&quot;courier new,courier,monospace&quot;&gt;getfacl&lt;/font&gt; commands are used to manage ACLs from the command line, and &lt;font face=&quot;courier new,courier,monospace&quot;&gt;ls -l&lt;/font&gt; will display a plus-sign beside the permission of any file which has an extended access control list:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$ ls -l ~/Desktop/lux-handout &lt;br /&gt;-rw-rw-r--&lt;b&gt;&lt;font color=&quot;#ff0000&quot;&gt;+&lt;/font&gt;&lt;/b&gt; 1 chris chris 821 2008-05-03 15:21 /home/chris/Desktop/lux-handout&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The Eiciel package provides a graphical user interface for managing ACLs. Although this package provides a stand-alone application, it really shines as a Nautilus extension -- if you&#039;re using Gnome, simply right-click on a file and select Properties, and you&#039;ll see an Access Control List tab with the Eiciel display.&lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;b&gt;Note:&lt;/b&gt;&lt;/i&gt; ACLs are only available on filesystem that support extended attributes. Fortunately, this includes ext2/ext3/ext4 (the default filesystems in Fedora), JFS, and ReiserFS. However, FAT, NTFS, NFS, and CIFS (Samba) do not support ACLs at this time.&lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;b&gt;Bug:&lt;/b&gt;&lt;/i&gt; The Eiciel display includes a checkbox labeled &amp;quot;Also show system participants&amp;quot;. You will need to check this box to see users with a user ID below 1000. This control is intended to hide system accounts such as &lt;font face=&quot;courier new,courier,monospace&quot;&gt;root&lt;/font&gt; and &lt;font face=&quot;courier new,courier,monospace&quot;&gt;mysql,&lt;/font&gt; but on a Fedora system, regular user IDs start at 500, not 1000. See &lt;a target=&quot;_blank&quot; href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=445667&quot;&gt;bug 445667&lt;/a&gt; for details.&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install eiciel&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Installing using the graphical installer:&lt;/b&gt; Base System &amp;gt; System  Tools &amp;gt; eiciel&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; Applications &amp;gt; System Tools &amp;gt; Eiciel &lt;i&gt;or&lt;/i&gt; right-click on a file within Nautilus, select Properties, go to the Access Control List tab&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/eiciel&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Upstream website:&lt;/b&gt; &lt;a target=&quot;_blank&quot; href=&quot;http://rofi.roger-ferrer.org/eiciel/&quot;&gt;http://rofi.roger-ferrer.org/eiciel/&lt;/a&gt;&lt;a href=&quot;http://www.cinepaint.org/&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 08 May 2008 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/182-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: lshw-gui - Browse hardware info</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/173-GUI-Thursday-lshw-gui-Browse-hardware-info.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/173-GUI-Thursday-lshw-gui-Browse-hardware-info.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=173</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=173</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2008-02-28-lshw-gui.png&quot;&gt;&lt;!-- s9ymdb:270 --&gt;&lt;/a&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2008-02-28-lshw-gui.png&#039;,&#039;Zoom&#039;,&#039;height=629,width=865,top=218,left=415,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2008-02-28-lshw-gui.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:270 --&gt;&lt;img width=&quot;300&quot; height=&quot;217&quot; align=&quot;right&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2008-02-28-lshw-gui.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;Fedora offers many tools for viewing detailed hardware information, including &lt;font face=&quot;courier new,courier,monospace&quot;&gt;lsusb, lspci, hdparm,&lt;/font&gt; and direct access to the &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/proc&lt;/font&gt; and &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/sys &lt;/font&gt;filesystems. An alternative tool, &lt;i&gt;lshw&lt;/i&gt;, combines this information and more into a single, unified listing -- but the output often exceeds 1000 lines.&lt;p&gt;&lt;i&gt;lshw-gui&lt;/i&gt; provides a convenient graphical interface into this rich source of information, enabling you to easily drill down into the specific details of each subsystem and device. The display shows four panes of information -- three narrow panes on the left to navigate though the tree of device details, and a larger one on the right to view details of the selected node.&lt;/p&gt;&lt;p&gt;This program displays a lot more information than tools such as &lt;i&gt;hwbrowser&lt;/i&gt; and does a good job of translating arcane device details into a very readable format.&lt;/p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install lshw-gui&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Installing using the graphical installer:&lt;/b&gt; Not available in the Browse view; use the Search or List views to install &lt;font face=&quot;courier new,courier,monospace&quot;&gt;lshw-gui&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; Applications &amp;gt; System Tools &amp;gt; Hardware Lister&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/lshw-gui&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Upstream website: &lt;/b&gt;&lt;a href=&quot;http://ezix.org/project/wiki/HardwareLiSter&quot;&gt;http://ezix.org/project/wiki/HardwareLiSter&lt;/a&gt; (&lt;font face=&quot;courier new,courier,monospace&quot;&gt;lshw-gui&lt;/font&gt; is referred to as &lt;font face=&quot;courier new,courier,monospace&quot;&gt;gtk-lshw&lt;/font&gt; on the upstream site)&lt;br /&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Thu, 28 Feb 2008 00:01:00 -0500</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/173-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: hplip-gui - HP Device Manager</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/166-GUI-Thursday-hplip-gui-HP-Device-Manager.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/166-GUI-Thursday-hplip-gui-HP-Device-Manager.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=166</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=166</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2008-02-14-hplip-gui.png&quot; onclick=&quot;F1 = window.open(&#039;/uploads/2008-02-14-hplip-gui.png&#039;,&#039;Zoom&#039;,&#039;height=561,width=835,top=252,left=430,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:257 --&gt;&lt;img width=&quot;300&quot; height=&quot;200&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2008-02-14-hplip-gui.serendipityThumb.png&quot; /&gt;&lt;/a&gt;HP printers and multifunction units are well supported in Fedora, thanks in large measure to HP&#039;s decision to open-source its driver software and utilities (&lt;i&gt;hplip&lt;/i&gt;) in cooperation with related projects such as &lt;i&gt;sane&lt;/i&gt;, &lt;i&gt;ghostscript&lt;/i&gt;, and &lt;i&gt;cups. &lt;/i&gt;The &lt;i&gt;hplip-gui&lt;/i&gt; package provides a simple, convenient GUI front-end to these tools, making it easy to scan and print documents, access photo cards, and control copy and fax functions. &lt;i&gt;hplip-gui&lt;/i&gt; also provides access to useful device information such as toner and ink levels.&lt;p&gt;The &lt;i&gt;HP Device Manager&lt;/i&gt; displays a list of available devices and provides a point-and-click interface to the features of each model. External programs such as &lt;i&gt;xsane&lt;/i&gt; are leveraged where appropriate, and other capabilities are provided directly by the device manager.&lt;/p&gt;&lt;br clear=&quot;all&quot; /&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install hplip-gui&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Installing using the graphical installer:&lt;/b&gt; not available through the Browse view; use the Search or List views to install &lt;font face=&quot;courier new,courier,monospace&quot;&gt;hplip-gui&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; System&amp;gt;Administration&amp;gt;HP Device Manager&lt;b&gt;&lt;br /&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/hp-toolbox&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Upstream website: &lt;/b&gt;&lt;a href=&quot;http://hplip.sourceforge.net/&quot;&gt;http://hplip.sourceforge.net/&lt;/a&gt;&lt;b&gt;&lt;/b&gt; 
    </content:encoded>

    <pubDate>Thu, 14 Feb 2008 00:01:00 -0500</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/166-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: ManEdit - manpage editor</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/149-GUI-Thursday-ManEdit-manpage-editor.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/149-GUI-Thursday-ManEdit-manpage-editor.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=149</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=149</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-11-05-manedit.png&#039;,&#039;Zoom&#039;,&#039;height=673,width=856,top=196,left=419.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-11-05-manedit.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:235 --&gt;&lt;img width=&quot;300&quot; height=&quot;235&quot; align=&quot;left&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-11-05-manedit.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;For many years Unix and Linux systems have offered convenient online documentation in the form of &lt;i&gt;manpages&lt;/i&gt;. These documents provide short, concise information about commands, applications, file formats, APIs, and interfaces. They use a simple markup and can be easily processed for display in a terminal or online help application, converted to PDF, printed using PostScript, or posted to the web as an HTML page.&lt;p&gt;&lt;i&gt;ManEdit&lt;/i&gt; is a graphical editor intended to simplify the task of creating and maintaining manpages. Its user interface displays two panes: the left pane presents a list of the sections in the current manpage (right-click for options), and the right side provides a space for editing the title and text of a selected section. The syntax used is an XML variation of the traditional manpage markup, and controls are provided for inserting basic markup such as bold and underline tags. The Preview button will display a basic preview of the man page.&lt;/p&gt;&lt;p&gt;Although &lt;i&gt;ManEdit&lt;/i&gt; is still a bit rough around the edges, it provides a convient way to quickly write a manpage, especially if you are unfamiliar with manpage markup.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Note: &lt;/b&gt;The current version of &lt;i&gt;ManEdit&lt;/i&gt; crashes if the New button is pressed. Bug &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=356171&quot; target=&quot;_blank&quot;&gt;356171&lt;/a&gt; is open regarding this issue. As a work-around, open an existing manpage (from one of the directories in &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/share/man&lt;/font&gt;), edit it, and save it into a new file.&lt;br /&gt;&lt;br clear=&quot;all&quot; /&gt;&lt;b&gt;Using manpages:&lt;/b&gt;&lt;br /&gt;To view a manpage using a graphical viewer: Use the GNOME or KDE help viewers (&lt;i&gt;yelp&lt;/i&gt; or &lt;i&gt;khelpviewer&lt;/i&gt;), accessible using the bouy icon on your panel bar.&lt;br /&gt;To view a manpage from a shell prompt: &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;man &lt;i&gt;command&lt;/i&gt;&lt;/font&gt;&lt;/b&gt; (to find out which commands might perform a certain task, try &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;man -k &lt;i&gt;keyword&lt;/i&gt;&lt;/font&gt;&lt;/b&gt; or &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;apropos &lt;i&gt;keyword&lt;/i&gt;&lt;/font&gt;&lt;/b&gt;)&lt;br /&gt;To print a manpage: &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;man -t &lt;i&gt;command &lt;/i&gt;| lpr&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;To convert a manpage to PDF format: &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;man -t &lt;i&gt;command &lt;/i&gt;| ps2pdf - &amp;gt;&lt;i&gt; outputfile.&lt;/i&gt;pdf&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;To prepare an html version of a manpage: &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;gunzip &amp;lt;$(man --path &lt;i&gt;command&lt;/i&gt;) | man2html &amp;gt;&lt;i&gt;outputfile.&lt;/i&gt;html&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install manedit&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Development &amp;gt; Development tools &amp;gt; manedit&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; Applications &amp;gt; Programming &amp;gt; ManEdit&lt;b&gt;&lt;br /&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/manedit&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website: &lt;/b&gt;&lt;a href=&quot;http://wolfpack.twu.net/ManEdit/&quot;&gt;http://wolfpack.twu.net/ManEdit/&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;1&quot; align=&quot;center&quot; style=&quot;width: 100%;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#ffffcc&quot; style=&quot;width: 100%;&quot;&gt;&lt;center&gt;Many current open source projects do not have manpages for their software. &lt;br /&gt;Please consider writing a manpage for your favorite program and submitting it to the program author!&lt;br /&gt;&lt;center /&gt;&lt;/center&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 29 Nov 2007 00:01:00 -0500</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/149-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: BibleTime - Bible study tool</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/139-GUI-Thursday-BibleTime-Bible-study-tool.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/139-GUI-Thursday-BibleTime-Bible-study-tool.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=139</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=139</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-08-30-bibletime.png&#039;,&#039;Zoom&#039;,&#039;height=854,width=1016,top=105.5,left=339.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-30-bibletime.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:218 --&gt;&lt;img width=&quot;300&quot; height=&quot;251&quot; align=&quot;left&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-30-bibletime.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;The bible is a unique book: It&#039;s an all-time bestseller which has sparked controversy, been quoted in many different contexts, and had influence in language and culture in many parts of the world.&lt;/p&gt;&lt;p&gt;&lt;i&gt;BibleTime&lt;/i&gt; is a tool for searching, reading, and studying the bible. It is a KDE application that builds on libraries from the &lt;a href=&quot;http://www.crosswire.org/sword/&quot;&gt;&lt;i&gt;Sword project&lt;/i&gt;&lt;/a&gt;, which also provides the bible texts, commentaries, concordances, and other modules that can be used with &lt;i&gt;BibleTime&lt;/i&gt;. Features of the software include simultaneous access to multiple versions of the bible text, rapid searching, and easy access to cross-references and commentary.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install bibletime&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Not available in Browse mode; use the Search or List modes to install &lt;i&gt;bibletime&lt;/i&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; &amp;gt; Applications &amp;gt; Accessories &amp;gt; BibleTime 1.6.3.b&lt;b&gt;&lt;br /&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/bibletime&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website:&lt;/b&gt; &lt;a target=&quot;_blank&quot; href=&quot;http://www.bibletime.info/&quot;&gt;http://www.bibletime.info/&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 30 Aug 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/139-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: Transmission - BitTorrent Client</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/131-GUI-Thursday-Transmission-BitTorrent-Client.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/131-GUI-Thursday-Transmission-BitTorrent-Client.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=131</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=131</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-08-23-transmission-multi.png&#039;,&#039;Zoom&#039;,&#039;height=918,width=1104,top=73.5,left=295.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-23-transmission-multi.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:207 --&gt;&lt;img width=&quot;300&quot; align=&quot;right&quot; height=&quot;249&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-23-transmission-multi.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;Fedora 8 is quickly approaching: the &lt;a href=&quot;https://www.redhat.com/archives/fedora-announce-list/2007-August/msg00001.html&quot; target=&quot;_blank&quot;&gt;first test release&lt;/a&gt; is available, the &lt;a href=&quot;http://fedoraproject.org/wiki/Releases/Schedule?action=show&amp;redirect=Core%2FSchedule&quot; target=&quot;_blank&quot;&gt;second test release is scheduled to come out in less than two weeks&lt;/a&gt;, and with Live CD images, it&#039;s easier than ever to participate in testing. The preferred method for downloading Fedora installation images is BitTorrent via the tracker at &lt;a href=&quot;http://torrent.fedoraproject.org/&quot; target=&quot;_blank&quot;&gt;http://torrent.fedoraproject.org/&lt;/a&gt;&lt;p&gt;There are quite a few BitTorrent clients available in the Fedora repositories. One of the newest is &lt;i&gt;Transmission&lt;/i&gt;, which offers some of the most useful features of the highly-regarded &lt;i&gt;Azureus&lt;/i&gt; client (including PEX - peer exchange of information traditionally sent through the tracker), but is a native binary and does not require Java. It is has a lightweight design and a sleek but informative user interface -- definitely worth checking out!&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install transmission&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Applications &amp;gt; Graphical Internet &amp;gt; transmission&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; &amp;gt; Applications &amp;gt; Internet &amp;gt; Transmission&lt;b&gt;&lt;br /&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/transmission-gtk&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website: &lt;/b&gt;&lt;a href=&quot;http://transmission.m0k.org/&quot;&gt;http://transmission.m0k.org/&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 23 Aug 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/131-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: GKrellM - System monitoring tool</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/125-GUI-Thursday-GKrellM-System-monitoring-tool.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/125-GUI-Thursday-GKrellM-System-monitoring-tool.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=125</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=125</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-16-gkrellm.png&quot; onclick=&quot;F1 = window.open(&#039;/uploads/2007-08-16-gkrellm.png&#039;,&#039;Zoom&#039;,&#039;height=690,width=860,top=187.5,left=417.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:197 --&gt;&lt;img width=&quot;300&quot; height=&quot;240&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-16-gkrellm.serendipityThumb.png&quot; /&gt;&lt;/a&gt;If you&#039;re interested in monitoring your system&#039;s performance, but want to see more information than the GNOME &lt;i&gt;System Monitor&lt;/i&gt; applet can display, &lt;i&gt;GKrellM&lt;/i&gt; is the tool for you. It&#039;s the Swiss army knife of graphical monitoring tools, offering more than a dozen built-in monitors (which run in a single process) and supporting both plugins and themes.&lt;p&gt;Once installed, &lt;i&gt;GKrellM&lt;/i&gt; is available on the System Tools submenu. Pressing the PgUp or PgDown keys while the &lt;i&gt;GKrellM&lt;/i&gt; window is focused will cycle through available themes, and right-clicking on the &lt;i&gt;GKrellM&lt;/i&gt; window will open the configuration window (as shown in the screenshot) with hundreds of options available for fine-tuning the information presented (you may need to experiment -- right-clicking on different parts of the window may open different configuration dialogs).&lt;/p&gt;&lt;p&gt;A number of &lt;i&gt;GKrellM&lt;/i&gt; plugins are available from the Fedora repositories, including analog, sun, and moon clocks, a frequency monitor, hard disk temperature display, weather monitor, and more. The &lt;i&gt;gkjrellm-themes &lt;/i&gt;package includes a number of additional themes for customizing the program&#039;s appearance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install gkrellm&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Base System &amp;gt; System Tools &amp;gt; gkrellm&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; &amp;gt; Applications &amp;gt; System Tools &amp;gt; GKrellM System Monitor&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/gkrellm&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website: &lt;/b&gt;&lt;a href=&quot;http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html&quot;&gt;http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 16 Aug 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/125-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: Xephyr - New nested X server</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/116-GUI-Thursday-Xephyr-New-nested-X-server.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/116-GUI-Thursday-Xephyr-New-nested-X-server.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=116</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=116</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;i&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-08-09-Xephyr.png&#039;,&#039;Zoom&#039;,&#039;height=746,width=912,top=159.5,left=391.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-09-Xephyr.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:180 --&gt;&lt;img width=&quot;300&quot; height=&quot;244&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-09-Xephyr.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;Xephyr&lt;/i&gt; is an alternative to the &lt;a href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/110-GUI-Thursday-Xnest-A-nested-X-server.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Xnest&lt;/i&gt;&lt;/a&gt; nested X server mentioned last week. Both of these programs provide a nested X display -- drawing into a window on a parent X server instead of drawing directly onto a hardware screen -- but they accomplish this in very different ways. &lt;i&gt;Xnest&lt;/i&gt; proxies X requests to the parent server (not actually performing the operations itself), while &lt;i&gt;Xephyr&lt;/i&gt; acts on each request and draws onto an X image, which is then displayed in a window on the parent server.&lt;p&gt;This means that Xephyr can handle requests which the parent server cannot handle. For example, it can offer the RENDER extension (enabling clients to quickly display anti-aliased text) even when the parent display does not have the RENDER extension.&lt;/p&gt;&lt;p&gt;Unfortunately, &lt;i&gt;gdm&lt;/i&gt; does not know about &lt;i&gt;Xephyr&lt;/i&gt;, so you can&#039;t use it with &lt;i&gt;gdmflexiserver&lt;/i&gt; in the same way that you can use &lt;i&gt;Xnest&lt;/i&gt;. However, if you have enabled XDMCP (&amp;quot;remote login&amp;quot;), you can start &lt;i&gt;Xephyr&lt;/i&gt; manually and have it request a session login prompt from &lt;i&gt;gdm&lt;/i&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$ Xephyr   -query &lt;i&gt;localhost&lt;/i&gt;    -screen &lt;i&gt;800x600    :1&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Where &lt;i&gt;localhost&lt;/i&gt; is the XDMCP server, &lt;i&gt;800x600&lt;/i&gt; is the desired screen resolution, and &lt;i&gt;:1&lt;/i&gt; is the display number (use any number which is not already in use).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install xorg-x11-server-Xephyr&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Not available in Browse mode; use the search or list modes to install &lt;font face=&quot;courier new,courier,monospace&quot;&gt;xorg-x11-server-Xephyr&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; (None)&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/Xephyr&lt;/font&gt; (note the uppercase letter X)&lt;b&gt;&lt;br /&gt;Upstream website:&lt;/b&gt; &lt;a href=&quot;http://x.org/&quot; target=&quot;_blank&quot;&gt;http://x.org/&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 09 Aug 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/116-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: Xnest - A nested X server</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/110-GUI-Thursday-Xnest-A-nested-X-server.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/110-GUI-Thursday-Xnest-A-nested-X-server.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=110</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=110</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;i&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-08-02-xnest.png&#039;,&#039;Zoom&#039;,&#039;height=835,width=1289,top=115,left=203,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-02-xnest.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:159 --&gt;&lt;/a&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-08-02-Xnest2.png&#039;,&#039;Zoom&#039;,&#039;height=1065,width=1415,top=0,left=140,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-02-Xnest2.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:165 --&gt;&lt;img width=&quot;300&quot; height=&quot;225&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-08-02-Xnest2.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;Xnest&lt;/i&gt; is a nested X server: a display that runs in a window within another display. It&#039;s useful for testing GUI applications as a different user, trying out several desktop environments at the same time, or getting screenshots of the login process.&lt;br /&gt;&lt;br /&gt;If you&#039;re using the default Fedora display manager (graphical login screen), &lt;i&gt;Gdm,&lt;/i&gt; then you can start an &lt;i&gt;Xnest&lt;/i&gt; session using &lt;i&gt;gdmflexiserver:&lt;/i&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$ &lt;b&gt;gdmflexiserver -n&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;This instructs &lt;i&gt;Gdm&lt;/i&gt; to present a login prompt on an &lt;i&gt;Xnest&lt;/i&gt; display. Using the Option or You can adjust the appearance of this display using gdmsetup.&lt;br /&gt;&lt;br /&gt;Alternately, you can run &lt;i&gt;Xnest&lt;/i&gt; with an XDMCP query or broadcast request (you&#039;ll need to configure the display manager to respond to XDMCP):&lt;br /&gt;&lt;blockquote&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$ &lt;b&gt;Xnest -query loginserver &lt;i&gt;:20&lt;/i&gt;&lt;/b&gt;  # Requests a session prompt from loginserver&lt;br /&gt;&lt;br /&gt;$ &lt;b&gt;Xnest -broadcast &lt;i&gt;:20&lt;/i&gt;&lt;/b&gt; # Requests a session prompt from any available display manager&lt;/font&gt;&lt;/blockquote&gt;Or you can start &lt;i&gt;Xnest&lt;/i&gt; with a particular client or desktop environment:&lt;br /&gt;&lt;blockquote&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$ &lt;b&gt;Xnest -ac &lt;i&gt;:20&lt;/i&gt; -nolisten tcp &amp;amp; &lt;i&gt;xterm&lt;/i&gt; -display :20&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;$ &lt;b&gt;Xnest -ac &lt;i&gt;:20&lt;/i&gt; -nolisten tcp &amp;amp; DISPLAY=:20 &lt;i&gt;startkde&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;i&gt;Xnest&lt;/i&gt; uses the underlying X server&#039;s processing capabilities--it doesn&#039;t draw the nested image, it simply proxies the X requests to the parent server. It hasn&#039;t been actively updated in a few years, though, so it does not handle newer extensions such as RENDER.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Watch for coverage of&lt;/i&gt; Xephyr, &lt;i&gt;an alternative nested X server, next Thursday.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install xorg-x11-server-Xnest&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Base System &amp;gt; X Window System &amp;gt; xorg-x11-server-Xnest&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; (None)&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/Xnest&lt;/font&gt; (note the uppercase letter X)&lt;b&gt;&lt;br /&gt;Upstream website:&lt;/b&gt; &lt;a target=&quot;_blank&quot; href=&quot;http://x.org/&quot;&gt;http://x.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 02 Aug 2007 19:16:15 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/110-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: Seamonkey - Mozilla suite</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/105-GUI-Thursday-Seamonkey-Mozilla-suite.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/105-GUI-Thursday-Seamonkey-Mozilla-suite.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=105</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=105</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-26-seamonkey.png&quot; onclick=&quot;F1 = window.open(&#039;/uploads/2007-07-26-seamonkey.png&#039;,&#039;Zoom&#039;,&#039;height=744,width=978,top=160.5,left=358.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:153 --&gt;&lt;img width=&quot;300&quot; height=&quot;227&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-26-seamonkey.serendipityThumb.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Fedora&#039;s default browser &lt;i&gt;Firefox&lt;/i&gt; comes from the Mozilla Foundation. Unlike early releases of the &lt;i&gt;Mozilla Application Suite&lt;/i&gt; (or &amp;quot;classic Mozilla&amp;quot;), it is a pure web browser. If you miss the bundled features of the Mozilla Suite, the &lt;i&gt;Seamonkey&lt;/i&gt; package will give you what you want: web browser, e-mail and newsgroup client, address book, WYSIWYG page editor, IRC client, DOM inspector, and JavaScript debugger, all integrated into a single program.&lt;p&gt;&lt;i&gt;Seamonkey&lt;/i&gt; is maintained by a dedicated group of Mozilla volunteers who incorporate code from the main Mozilla projects such as &lt;i&gt;Firefox&lt;/i&gt; and &lt;i&gt;Thunderbird.&lt;/i&gt; I do almost all of my browsing in &lt;i&gt;Firefox,&lt;/i&gt; but my daughters use &lt;i&gt;Seamonkey Composer&lt;/i&gt; to create personal web pages.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install seamonkey&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Not available in browse mode; use the Search or List tabs to install &lt;font face=&quot;courier new,courier,monospace&quot;&gt;seamonkey&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; Applications &amp;gt; Internet &amp;gt; Seamonkey Mail &lt;i&gt;and&lt;/i&gt; Seamonkey Web Browser&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/seamonkey&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website:&lt;/b&gt; &lt;a href=&quot;http://www.mozilla.org/projects/seamonkey/&quot; target=&quot;_blank&quot;&gt;http://www.mozilla.org/projects/seamonkey/&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 26 Jul 2007 01:41:42 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/105-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: Hwbrowser - Display hardware info</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/100-GUI-Thursday-Hwbrowser-Display-hardware-info.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/100-GUI-Thursday-Hwbrowser-Display-hardware-info.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=100</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=100</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;i&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-07-19-hwbrowser.png&#039;,&#039;Zoom&#039;,&#039;height=804,width=862,top=130.5,left=416.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-19-hwbrowser.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:142 --&gt;&lt;img width=&quot;300&quot; height=&quot;279&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-19-hwbrowser.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;Hwbrowser&lt;/i&gt; is a very simple tool that provides read-only access to hardware information. Although the same information is available in more detailed form using command-line tools such as &lt;i&gt;fdisk&lt;/i&gt;, &lt;i&gt;lsusb&lt;/i&gt;, and &lt;i&gt;lspci&lt;/i&gt;, it can be handy to have this information available in a point-and-click format, especially if you are supporting an inexperienced user remotely over the telephone.&lt;p&gt;&lt;i&gt;This package was suggested by Ahsan. If you&#039;d like to suggest a package, please form on the right side of the &lt;a href=&quot;http://dailypackage.fedorabook.com/&quot; target=&quot;_blank&quot;&gt;front page&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install hwbrowser&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Not available in the Browse view; use the search or list views to install &lt;i&gt;hwbrowser&lt;/i&gt;.&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; System &amp;gt; Administration &amp;gt; Hardware&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/hwbrowser&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website:&lt;/b&gt; (none)&lt;a target=&quot;_blank&quot; href=&quot;http://stellarium.org/&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 19 Jul 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/100-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: System-config-lvm - LVM GUI tool</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/92-GUI-Thursday-System-config-lvm-LVM-GUI-tool.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/92-GUI-Thursday-System-config-lvm-LVM-GUI-tool.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=92</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=92</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;i&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-07-12-system-config-lvm.png&#039;,&#039;Zoom&#039;,&#039;height=635,width=1255,top=215,left=220,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-12-system-config-lvm.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:130 --&gt;&lt;img width=&quot;300&quot; height=&quot;150&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-12-system-config-lvm.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;Logical Volume Management&lt;/i&gt; is a powerful way of managing disk data. LVM enables you to move data between disks, add or remove disks, change volume sizes, and make frozen snapshots of data while your system is running. Any Fedora system administrator should be learn the command-line tools used to administer LVM, because they&#039;re essential if you need to perform system recovery work or remote storage adminisitration.&lt;br /&gt;&lt;p&gt;&lt;i&gt;System-config-lvm&lt;/i&gt; provides a graphical interface to the LVM tools (and related utilities, including &lt;i&gt;fsck&lt;/i&gt; and &lt;i&gt;resize2fs&lt;/i&gt;) which is good for non-emergency storage administration. It enables you to manage your logical volume and filesystem configuration with a few mouse clicks, and it prevents potentially-disasterous command-line mistakes such as reducing a logical volume size before reducing the filesystem contained within that volume.&lt;/p&gt;&lt;p&gt;(One word of warning: &lt;i&gt;system-config-lvm&lt;/i&gt; does not recognize RAID elements as being in use, and therefore lists them as &amp;quot;Unitnitialized Entities&amp;quot;. If you are using a LVM-on-RAID configuration, &lt;i&gt;system-config-lvm&lt;/i&gt; will let you wipe out RAID elements by making them into PVs. Be careful!)&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install system-config-lvm&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Base System &amp;gt; Administration Tools &amp;gt; system-config-lvm&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; System &amp;gt; Administration &amp;gt; Logical Volume Management&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/system-config-lvm&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website:&lt;/b&gt; The only one given in the documentation is &lt;a href=&quot;http://ooo2txt.fr.st/&quot; target=&quot;_blank&quot;&gt;http://www.redhat.com&lt;/a&gt; but there does not appear to be a page specifically for this tool. RHEL 5 documentation for &lt;i&gt;system-config-lvm&lt;/i&gt; can be found at &lt;a href=&quot;http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/s1-system-config-lvm.html&quot; target=&quot;_blank&quot;&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/s1-system-config-lvm.html&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 12 Jul 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/92-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: gTweakUI - Tweak the GNOME User Interface</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/87-GUI-Thursday-gTweakUI-Tweak-the-GNOME-User-Interface.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/87-GUI-Thursday-gTweakUI-Tweak-the-GNOME-User-Interface.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=87</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=87</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-07-04-gtweakui.png&#039;,&#039;Zoom&#039;,&#039;height=828,width=866,top=118.5,left=414.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-04-gtweakui.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:124 --&gt;&lt;img width=&quot;300&quot; height=&quot;287&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-07-04-gtweakui.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;The GNOME project has often eschewed customizability, ostensibly favoring usability. This has led to endless discussion with many arguments put forth both for and against extensive customizability of the user interface.&lt;br /&gt;&lt;br /&gt;The gTweakUI package provides four tiny tools that enable additional customization of the GNOME2 desktop. Once the package is installed, your &lt;i&gt;System &amp;gt; Preferences&lt;/i&gt; menu will have options to adjust the behaviour of the GNOME menus, session manager, file manager (Nautilus), and web browser (Galeon -- though most Fedora GNOME users use Firefox).&lt;br /&gt;&lt;br /&gt;One of the very useful options provided by &lt;i&gt;gtweakui-menus&lt;/i&gt;, for example, is the option to change the menu accelerators (keyboard shortcuts) offered by an application. If you checkmark the &lt;i&gt;Can change menu accelerators&lt;/i&gt; option, you can hover your mouse over a menu option and then press the key combination that you wish to use to access that option (usually a letter key with some combination of Ctrl, Alt, and possibly Shift modifiers).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install gtweakui&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Desktop Environments &amp;gt; GNOME Desktop Environment &amp;gt; gtweakui&lt;br /&gt;&lt;b&gt;Menu location after installation:&lt;/b&gt; System &amp;gt; Preferences &amp;gt; gTweakUI - Galeon  / gTweakUI - Menus / gTweakUI - Nautilus / gTweakUI - Session&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/gtweakui-galeon, &lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/gtweakui-menus, &lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/gtweakui-nautilus, &lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/gtweakui-session&lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Upstream website:&lt;/b&gt; &lt;a target=&quot;_blank&quot; href=&quot;http://gtweakui.sourceforge.net/&quot;&gt;http://gtweakui.sourceforge.net/&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 05 Jul 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/87-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: VNC - Cross-platform display</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/81-GUI-Thursday-VNC-Cross-platform-display.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/81-GUI-Thursday-VNC-Cross-platform-display.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=81</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=81</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-06-28-vnc.png&quot; onclick=&quot;F1 = window.open(&#039;/uploads/2007-06-28-vnc.png&#039;,&#039;Zoom&#039;,&#039;height=644,width=825,top=210.5,left=435,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:116 --&gt;&lt;img width=&quot;300&quot; height=&quot;233&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-06-28-vnc.serendipityThumb.png&quot; /&gt;&lt;/a&gt; VNC is a cross-platform, lightweight remote display protocol originally developed and released under the GPL by Oracle &amp;amp; Olivetti Research Labs in Cambridge, England. The labs were sold to AT&amp;amp;T and eventually closed. Some of the original developers formed &lt;a target=&quot;_blank&quot; href=&quot;http://www.realvnc.com/&quot;&gt;RealVNC Ltd&lt;/a&gt; to promote and commercialize the technology, and other developers created &lt;a target=&quot;_blank&quot; href=&quot;http://www.tightvnc.com/intro.html&quot;&gt;TightVNC&lt;/a&gt; as a friendly competing implementation. There are nearly 100 open-source projects available that use VNC technology (including &lt;a href=&quot;http://cdot.senecac.on.ca/projects/vncsharp/&quot; target=&quot;_blank&quot;&gt;VNCsharp&lt;/a&gt;, a C# implementation created by my colleague David Humphrey at Seneca College).&lt;br /&gt;&lt;p&gt;On a Windows or Mac platform, VNC is usually used to share the single GUI desktop with other users. In a Linux (or Unix) environment such as Fedora, VNC can be used to do much more -- there are literally dozens of possible ways to use VNC because the platform is inherently multiuser.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Fedora includes &lt;i&gt;vino&lt;/i&gt; (Gnome) and &lt;i&gt;krfb&lt;/i&gt; (KDE) which are tools for sharing the Fedora desktop like a Windows or Mac system would share the desktop: the local user and the remote user see the same image and can both interact with the display. These programs have the advantage of being user-configurable (they are on the menus and don&#039;t require root access to set up) and you can disconnect from a session and reconnect to it later. However, since they are started &lt;i&gt;after&lt;/i&gt; login, they can only be used if someone is &lt;u&gt;already&lt;/u&gt; logged in on the local X server display.&lt;/p&gt;&lt;p&gt;The Fedora &lt;i&gt;vnc-server&lt;/i&gt; package provides a special X server (&lt;i&gt;Xvnc&lt;/i&gt;) that does not draw onto a video card, but instead draws only on to a remote VNC display. The included &lt;i&gt;vncserver&lt;/i&gt; script uses this to create a session in addition to the one displayed on the local screen, enabling remote GUI access that does not affect or interfere with the local GUI desktop.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;The &lt;i&gt;vnc-server&lt;/i&gt; also package includes an interesting module which can be loaded into the X.org server permitting simultaneous local and remote display; since this is started when the X server starts, you can use it to remotely login to a system as any valid user.&lt;/p&gt;&lt;p&gt;But perhaps more importantly, &lt;i&gt;Xvnc&lt;/i&gt; has an &lt;i&gt;inetd&lt;/i&gt; mode, which can be configured to work with the &lt;i&gt;xinetd&lt;/i&gt; and &lt;i&gt;gdm&lt;/i&gt; servers to provide on-demand remote desktops. If no one is connected to the VNC service, no &lt;i&gt;Xvnc&lt;/i&gt; servers are started; if five people connect, then five servers are started.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/81-GUI-Thursday-VNC-Cross-platform-display.html#extended&quot;&gt;Continue reading &quot;GUI Thursday: VNC - Cross-platform display&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 28 Jun 2007 15:16:43 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/81-guid.html</guid>
    
</item>
<item>
    <title>GUI Thursday: Cssed - CSS Editor</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/75-GUI-Thursday-Cssed-CSS-Editor.html</link>
            <category>GUI Thursday</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/75-GUI-Thursday-Cssed-CSS-Editor.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;a onclick=&quot;F1 = window.open(&#039;/uploads/2007-06-22-cssed.png&#039;,&#039;Zoom&#039;,&#039;height=764,width=783,top=137.5,left=256,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://dailypackage.fedorabook.com/uploads/2007-06-22-cssed.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:103 --&gt;&lt;img width=&quot;300&quot; height=&quot;293&quot; src=&quot;http://dailypackage.fedorabook.com/uploads/2007-06-22-cssed.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;Editing cascading style sheet files (CSS) can be a huge chore. &lt;i&gt;Cssed&lt;/i&gt; is a text editor for CSS files. It includes on-line references, syntax highlighting, and auto-completion.&lt;p&gt;So far, that sounds like any programmer&#039;s editor -- but what sets &lt;i&gt;Cssed&lt;/i&gt; apart is the built-in CSS validator, CSS value and property insertion, and wizards to aid in determining selectors, setting colours, and developing box properties.&lt;/p&gt;&lt;p&gt;&lt;i&gt;Cssed&lt;/i&gt; provides a unique and convenient environment for editing CSS files.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Installing from the command line:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;yum install cssed&lt;/font&gt;&lt;b&gt;&lt;br /&gt;Installing using the graphical installer:&lt;/b&gt; Applications &amp;gt; Editors &amp;gt; cssed&lt;b&gt;&lt;br /&gt;Menu location after installation:&lt;/b&gt; Applications &amp;gt; Programming &amp;gt; Cssed&lt;br /&gt;&lt;b&gt;Command:&lt;/b&gt; &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/usr/bin/cssed&lt;/font&gt;&lt;br /&gt;&lt;b&gt;Upstream website:&lt;/b&gt; &lt;a href=&quot;http://cssed.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;http://cssed.sourceforge.net/&lt;/a&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.klografx.net/qiv&quot;&gt;&lt;/a&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 21 Jun 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/75-guid.html</guid>
    
</item>

</channel>
</rss>