<?xml version="1.0" encoding="utf-8"?>
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xml:lang="en">
    <title>SYGLUG</title>
    <link rel="self" type="application/atom+xml" title="SYGLUG (Atom)" href="http://syglug.groups.vox.com/library/posts/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="SYGLUG" href="http://syglug.groups.vox.com/library/posts/page/1/"/>

    <link rel="service.subscribe" type="application/atom+xml" title="SYGLUG" href="http://syglug.groups.vox.com/library/posts/atom.xml" />

    
    
        
    <link rel="next" type="application/atom+xml" title="SYGLUG" href="http://syglug.groups.vox.com/library/posts/page/2/atom.xml" />
    
    <link rel="last" type="application/atom+xml" title="SYGLUG" href="http://syglug.groups.vox.com/library/posts/page/5/atom.xml" />


    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2009-11-06T10:35:29Z</updated>

    <id>tag:vox.com,2006:6p00d4142054c66a47/</id>

    <subtitle>Surrey (UK) GNU/Linux Users Group</subtitle>


    
    <entry>
        <title>how to turn a tgz or zip into a code repo</title>
    
    
    
        <link rel="alternate" type="text/html" title="how to turn a tgz or zip into a code repo" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e0123ddcaefbc860d.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="how to turn a tgz or zip into a code repo" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e0123ddcaefbc860d.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="how to turn a tgz or zip into a code repo" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e0123ddcaefbc860d" /> 
                <id>tag:vox.com,2009-09-15:asset-6a00d4141b9517685e0123ddcaefbc860d</id>
        <published>2009-09-15T11:57:34Z</published>
        <updated>2009-11-06T10:35:29Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p>If your favorite free libre open source project is only available as a tgz or zip (ie <a href="http://www.umlet.com/">umlet</a>) you can now easily turn it into a fully viewable &amp; searchable code repository by using <a href="https://github.com/">github</a> or <a href="http://code.google.com/">google code svn</a> ! <br />You can then use <a href="https://www.ohloh.net/">ohloh.net</a> to analyse the code for you !</p><p>Simply<br /><ol><li>sign up for a <a href="https://github.com/">github</a> or <a href="http://code.google.com/">google code svn</a> account</li><li>CREATE a new repo (ie <a href="http://github.com/osde8info/UMLet">http://github.com/osde8info/UMLet</a>)<br /></li><li>download tgz or zip</li><li>untgz or unzip</li><li>ADD files to repo</li><li>COMMIT files to repo</li><li>(if using github you may also need to &#39;remote add&#39; and &#39;push&#39;)<br /></li><li>add enlistment to ohloh (ie <a href="http://github.com/osde8info/UMLet.git">git://github.com/osde8info/UMLet.git</a>)</li></ol>Sit back and enjoy the <a href="https://www.ohloh.net/">ohloh.net</a> code analysis and stats !<br /><a href="https://www.ohloh.net/p/UMLet/analyses/latest">https://www.ohloh.net/p/UMLet/analyses/latest</a></p><p><br /></p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e0123ddcaefbc860d.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e0123ddcaefbc860d?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="java" scheme="http://syglug.groups.vox.com/tags/java/" label="java" />
    
    <category term="programming" scheme="http://syglug.groups.vox.com/tags/programming/" label="programming" />
    
    <category term="open source" scheme="http://syglug.groups.vox.com/tags/open+source/" label="open source" />
    
    <category term="uml" scheme="http://syglug.groups.vox.com/tags/uml/" label="uml" />
    
    <category term="git" scheme="http://syglug.groups.vox.com/tags/git/" label="git" />
    
    <category term="gpl" scheme="http://syglug.groups.vox.com/tags/gpl/" label="gpl" />
    
    <category term="google code" scheme="http://syglug.groups.vox.com/tags/google+code/" label="google code" />
    
    <category term="version control" scheme="http://syglug.groups.vox.com/tags/version+control/" label="version control" />
    
    <category term="svn" scheme="http://syglug.groups.vox.com/tags/svn/" label="svn" />
    
    <category term="free libre open" scheme="http://syglug.groups.vox.com/tags/free+libre+open/" label="free libre open" />
    
    <category term="umlet" scheme="http://syglug.groups.vox.com/tags/umlet/" label="umlet" />
    
    <category term="github" scheme="http://syglug.groups.vox.com/tags/github/" label="github" />
    
    </entry>

    
    <entry>
        <title>ltsp is good</title>
    
    
    
        <link rel="alternate" type="text/html" title="ltsp is good" href="http://syglug.groups.vox.com/library/post/6a00e3989ccba50004011016397a5a860c.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="ltsp is good" href="http://syglug.groups.vox.com/library/post/6a00e3989ccba50004011016397a5a860c.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="ltsp is good" href="http://www.vox.com/atom/svc=post/asset_id=6a00e3989ccba50004011016397a5a860c" /> 
                <id>tag:vox.com,2009-03-25:asset-6a00e3989ccba50004011016397a5a860c</id>
        <published>2009-03-25T21:30:49Z</published>
        <updated>2009-03-25T21:32:21Z</updated>
    
        <author>
            <name>Berni</name>
            <uri>http://berni.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://berni.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p><span class="status-body"><span class="entry-content">Found out today that ltsp works a treat even on very very old hardware. Amd 700 mhz just fine shows Google Earth a treat. More <a href="http://ltsp.sourceforge.net/" rel="nofollow" target="_blank">http://ltsp.sourceforge.net/</a></span></span> </p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00e3989ccba50004011016397a5a860c.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00e3989ccba50004011016397a5a860c?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    </entry>

    
    <entry>
        <title>rPath rBuilder Catalogue for Amazon EC2 Cloud</title>
    
    
    
        <link rel="alternate" type="text/html" title="rPath rBuilder Catalogue for Amazon EC2 Cloud" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e010980b1408a000b.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="rPath rBuilder Catalogue for Amazon EC2 Cloud" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e010980b1408a000b.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="rPath rBuilder Catalogue for Amazon EC2 Cloud" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e010980b1408a000b" /> 
        
                
                
                
                        <id>tag:vox.com,2008-10-28:asset-6a00d4141b9517685e010980b1408a000b</id>
        <published>2008-10-28T18:17:28Z</published>
        <updated>2008-10-28T18:17:28Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p>You can now use rPath rBuilder Catalogue to manage your Amazon EC2 Cloud account !</p><div at:enclosure="asset" at:xid="6a00d4141b9517685e00fad6b888740005 6a00d4141b9517685e0100a8075095000e 6a00d4141b9517685e010981461ddb000d 6a00d4141b9517685e0100a8075097000e" at:format="strip-vertical" at:align="left" class="enclosure enclosure-left enclosure-strip enclosure-strip-vertical"  style="text-align: center; float: left;">
<div class="enclosure-inner" style="width: 130px; margin: 5px; border: 1px solid; text-align: center;"><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e00fad6b888740005.html" class="enclosure-strip-link" title="RBuilder Catalog for EC2(TM)_1225215385481"><img src="http://a4.vox.com/6a00d4141b9517685e00fad6b888740005-120pi" alt="RBuilder Catalog for EC2(TM)_1225215385481" class="enclosure-strip-image" style="margin: 5px; border: 0;" /></a><br /><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e0100a8075095000e.html" class="enclosure-strip-link" title="RBuilder Catalog for EC2(TM)_1225215409306"><img src="http://a5.vox.com/6a00d4141b9517685e0100a8075095000e-120pi" alt="RBuilder Catalog for EC2(TM)_1225215409306" class="enclosure-strip-image" style="margin: 5px; border: 0;" /></a><br /><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e010981461ddb000d.html" class="enclosure-strip-link" title="RBuilder Catalog for EC2(TM)_1225215469826"><img src="http://a3.vox.com/6a00d4141b9517685e010981461ddb000d-120pi" alt="RBuilder Catalog for EC2(TM)_1225215469826" class="enclosure-strip-image" style="margin: 5px; border: 0;" /></a><br /><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e0100a8075097000e.html" class="enclosure-strip-link" title="RBuilder Catalog for EC2(TM)_1225215880537"><img src="http://a7.vox.com/6a00d4141b9517685e0100a8075097000e-120pi" alt="RBuilder Catalog for EC2(TM)_1225215880537" class="enclosure-strip-image" style="margin: 5px; border: 0;" /></a><br /></div>
</div> <!-- end enclosure -->
 
<p></p><p><br /><div><br /></div></p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e010980b1408a000b.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e010980b1408a000b?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="amazon" scheme="http://syglug.groups.vox.com/tags/amazon/" label="amazon" />
    
    <category term="cloud" scheme="http://syglug.groups.vox.com/tags/cloud/" label="cloud" />
    
    <category term="ec2" scheme="http://syglug.groups.vox.com/tags/ec2/" label="ec2" />
    
    <category term="rbuilder" scheme="http://syglug.groups.vox.com/tags/rbuilder/" label="rbuilder" />
    
    <category term="rpath" scheme="http://syglug.groups.vox.com/tags/rpath/" label="rpath" />
    
    </entry>

    
    <entry>
        <title>Flash slowing my pc</title>
    
    
    
        <link rel="alternate" type="text/html" title="Flash slowing my pc" href="http://syglug.groups.vox.com/library/post/6a00e3989ccba500040100a801d534000e.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="Flash slowing my pc" href="http://syglug.groups.vox.com/library/post/6a00e3989ccba500040100a801d534000e.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="Flash slowing my pc" href="http://www.vox.com/atom/svc=post/asset_id=6a00e3989ccba500040100a801d534000e" /> 
                <id>tag:vox.com,2008-10-09:asset-6a00e3989ccba500040100a801d534000e</id>
        <published>2008-10-09T19:10:18Z</published>
        <updated>2008-10-09T19:13:40Z</updated>
    
        <author>
            <name>Berni</name>
            <uri>http://berni.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://berni.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p>You may have noticed your PC slowing down. I did a little bit of monitoring today and the problem - for me at least - is the countless and mostly unnecessary adverts and flash movies. eg sites like the BBC - that clock on the top right uses 10% of my CPU.</p><p>Fortunately there is an add-on for Firefox 2 and 3 which turns off flash movies until you want to play them.</p><p>Use Tools - Add-ons - click get extensions and search for flashblock then click add to firefox.</p><p>More: <a href="https://addons.mozilla.org/en-US/firefox/addon/433">https://addons.mozilla.org/en-US/firefox/addon/433</a> </p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00e3989ccba500040100a801d534000e.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00e3989ccba500040100a801d534000e?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    </entry>

    
    <entry>
        <title>Anonymous Proxy Servers</title>
    
    
    
        <link rel="alternate" type="text/html" title="Anonymous Proxy Servers" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00fad68ac2f00004.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="Anonymous Proxy Servers" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00fad68ac2f00004.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="Anonymous Proxy Servers" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e00fad68ac2f00004" /> 
                <id>tag:vox.com,2008-05-24:asset-6a00d4141b9517685e00fad68ac2f00004</id>
        <published>2008-05-24T06:22:19Z</published>
        <updated>2008-05-24T06:22:19Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p><a href="http://www.publicproxyservers.com/">Anonymous Proxy Servers</a> hide the <em>IP address of your PC and thereby reduce unauthorized access to your computer through the Internet. They do not
provide anyone with your IP address and effectively hide any
information about you and your reading interests. Besides that, they
don&#39;t even let anyone know that you are surfing through a proxy server.
<br /></em><br />You can find details of public Anonymous Proxy Servers @</p><ul><li><a href="http://www.publicproxyservers.com/">http://www.publicproxyservers.com/</a></li><li><a href="http://www.privax.us/">http://www.privax.us/</a><br /></li></ul><p><a href="http://www.publicproxyservers.com/"></p></a> 
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00fad68ac2f00004.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e00fad68ac2f00004?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="security" scheme="http://syglug.groups.vox.com/tags/security/" label="security" />
    
    <category term="network" scheme="http://syglug.groups.vox.com/tags/network/" label="network" />
    
    <category term="anonymous" scheme="http://syglug.groups.vox.com/tags/anonymous/" label="anonymous" />
    
    <category term="sysadmin" scheme="http://syglug.groups.vox.com/tags/sysadmin/" label="sysadmin" />
    
    <category term="proxy server" scheme="http://syglug.groups.vox.com/tags/proxy+server/" label="proxy server" />
    
    <category term="anonymousity" scheme="http://syglug.groups.vox.com/tags/anonymousity/" label="anonymousity" />
    
    <category term="anonymous proxy" scheme="http://syglug.groups.vox.com/tags/anonymous+proxy/" label="anonymous proxy" />
    
    </entry>

    
    <entry>
        <title>Adobe OnAir AIR 2008 Tour</title>
    
    
    
        <link rel="alternate" type="text/html" title="Adobe OnAir AIR 2008 Tour" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00f48ced16740002.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="Adobe OnAir AIR 2008 Tour" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00f48ced16740002.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="Adobe OnAir AIR 2008 Tour" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e00f48ced16740002" /> 
        
                
                
                        <id>tag:vox.com,2008-04-10:asset-6a00d4141b9517685e00f48ced16740002</id>
        <published>2008-04-10T05:00:50Z</published>
        <updated>2008-04-10T05:14:56Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p>Had a fantastic day yesterday at the <a href="http://onair.adobe.com/">Adobe OnAir AIR 2008 Tour</a> in London. </p><p>Adobe AIR brings Rich Internet Applications to the desktop of all three OS&#39;s ! You can use <a href="http://get.adobe.com/air/">AIR</a> to turn HTML file(s) and JavaScript file(s) into an executable for ANY platform - its a bit like &quot;JVM + FileSystem + SQLite&quot; ! </p><p><a href="http://get.adobe.com/air/">AIR</a> uses WebKit and is therefore compatible with your favorite JavaScript framework and even Google Gears !</p><p>Install the runtime, and check out the newest applications.
    </p><ul><li><a href="http://www.adobe.com/go/getair">Install Adobe AIR</a></li><li><a href="http://www.adobe.com/products/air/tools/sdk/">Download Adobe AIR SDK</a></li><li><a href="http://www.adobe.com/go/airshowcase">Install Showcase Applications</a></li></ul><p><br /><a href="http://get.adobe.com/air/">AIR</a> for GNU/Linux ALPHA<br /><ul><li><a href="http://labs.adobe.com/technologies/air/">http://labs.adobe.com/technologies/air/</a></li></ul><br /><div at:enclosure="asset" at:xid="6a00d4141b9517685e00f48d0bd0870001 6a00d4141b9517685e00e398eeaaa50004 6a00d4141b9517685e00e398eeb9b90005" at:format="strip-horizontal" at:align="center" class="enclosure enclosure-center enclosure-strip enclosure-strip-horizontal"  style="text-align: center;">
<div class="enclosure-inner" style=" margin: 5px; border: 1px solid; text-align: center;"><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e00f48d0bd0870001.html" class="enclosure-strip-link" title="adobe onair 2008 london"><img src="http://a7.vox.com/6a00d4141b9517685e00f48d0bd0870001-120pi" alt="adobe onair 2008 london" class="enclosure-strip-image" style="margin: 5px; border: 0;" /></a><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e00e398eeaaa50004.html" class="enclosure-strip-link" title="adobe onair 2008 london"><img src="http://a5.vox.com/6a00d4141b9517685e00e398eeaaa50004-120pi" alt="adobe onair 2008 london" class="enclosure-strip-image" style="margin: 5px; border: 0;" /></a><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e00e398eeb9b90005.html" class="enclosure-strip-link" title="adobe onair presenters laptops"><img src="http://a1.vox.com/6a00d4141b9517685e00e398eeb9b90005-120pi" alt="adobe onair presenters laptops" class="enclosure-strip-image" style="margin: 5px; border: 0;" /></a></div>
</div> <!-- end enclosure -->
 
</p><p><br /> <div><br /></div></p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00f48ced16740002.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e00f48ced16740002?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="ajax" scheme="http://syglug.groups.vox.com/tags/ajax/" label="ajax" />
    
    <category term="html" scheme="http://syglug.groups.vox.com/tags/html/" label="html" />
    
    <category term="javascript" scheme="http://syglug.groups.vox.com/tags/javascript/" label="javascript" />
    
    <category term="adobe" scheme="http://syglug.groups.vox.com/tags/adobe/" label="adobe" />
    
    <category term="air" scheme="http://syglug.groups.vox.com/tags/air/" label="air" />
    
    <category term="ria" scheme="http://syglug.groups.vox.com/tags/ria/" label="ria" />
    
    <category term="multi platform" scheme="http://syglug.groups.vox.com/tags/multi+platform/" label="multi platform" />
    
    <category term="cross platform" scheme="http://syglug.groups.vox.com/tags/cross+platform/" label="cross platform" />
    
    </entry>

    
    <entry>
        <title>GNU/Linux USB ID list</title>
    
    
    
        <link rel="alternate" type="text/html" title="GNU/Linux USB ID list" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00e398a40cfb0001.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="GNU/Linux USB ID list" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00e398a40cfb0001.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="GNU/Linux USB ID list" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e00e398a40cfb0001" /> 
                <id>tag:vox.com,2007-09-02:asset-6a00d4141b9517685e00e398a40cfb0001</id>
        <published>2007-09-02T16:12:11Z</published>
        <updated>2007-09-02T16:12:11Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p>The GNU/Linux USB ID list can be found at <a href="http://www.linux-usb.org/usb.ids">http://www.linux-usb.org/usb.ids</a></p><p><code><br />#<br /><pre>#	List of USB ID&#39;s<br />#<br />#	Maintained by Stephen J. Gowdy<br />#	If you have any new entries, send them to the maintainer.<br />#	Send entries as patches (diff -u old new).<br />#	The latest version can be obtained from<br />#		http://www.linux-usb.org/usb.ids<br />#<br /># $Id: usb.ids,v 1.259 2007/09/01 16:47:38 gowdy Exp $<br /></pre></code></p><p>So if you know how to create a diff file of the correct format you could<br />get your latest USB gadget added to the list !<br /> </p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00e398a40cfb0001.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e00e398a40cfb0001?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="list" scheme="http://syglug.groups.vox.com/tags/list/" label="list" />
    
    <category term="id" scheme="http://syglug.groups.vox.com/tags/id/" label="id" />
    
    <category term="usb" scheme="http://syglug.groups.vox.com/tags/usb/" label="usb" />
    
    <category term="gnu/linux" scheme="http://syglug.groups.vox.com/tags/gnu%2Flinux/" label="gnu/linux" />
    
    </entry>

    
    <entry>
        <title>What are machinetags ?</title>
    
    
    
        <link rel="alternate" type="text/html" title="What are machinetags ?" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d414447036685e.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="What are machinetags ?" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d414447036685e.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="What are machinetags ?" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e00d414447036685e" /> 
                <id>tag:vox.com,2007-07-05:asset-6a00d4141b9517685e00d414447036685e</id>
        <published>2007-07-05T05:32:22Z</published>
        <updated>2007-07-05T05:32:22Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p>What are machinetags ? They&#39;re not just for flickr photos !</p><p>SEE machinetags.org</p><ul><li><a href="http://machinetags.org/wiki/Main_Page#What_are_machine_tags.3F">http://machinetags.org/wiki/Main_Page#What_are_machine_tags.3F</a></li><li><a href="http://machinetags.org/wiki/Spec">http://machinetags.org/wiki/Spec</a></li><li><a href="http://machinetags.org/wiki/Address">http://machinetags.org/wiki/Address</a></li></ul><p><br /></p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d414447036685e.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e00d414447036685e?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="flickr" scheme="http://syglug.groups.vox.com/tags/flickr/" label="flickr" />
    
    <category term="api" scheme="http://syglug.groups.vox.com/tags/api/" label="api" />
    
    <category term="tagging" scheme="http://syglug.groups.vox.com/tags/tagging/" label="tagging" />
    
    <category term="tags" scheme="http://syglug.groups.vox.com/tags/tags/" label="tags" />
    
    <category term="tag" scheme="http://syglug.groups.vox.com/tags/tag/" label="tag" />
    
    <category term="yahoo" scheme="http://syglug.groups.vox.com/tags/yahoo/" label="yahoo" />
    
    <category term="upcoming" scheme="http://syglug.groups.vox.com/tags/upcoming/" label="upcoming" />
    
    <category term="geotag" scheme="http://syglug.groups.vox.com/tags/geotag/" label="geotag" />
    
    <category term="machine tag" scheme="http://syglug.groups.vox.com/tags/machine+tag/" label="machine tag" />
    
    <category term="geo tag" scheme="http://syglug.groups.vox.com/tags/geo+tag/" label="geo tag" />
    
    <category term="machine tags" scheme="http://syglug.groups.vox.com/tags/machine+tags/" label="machine tags" />
    
    </entry>

    
    <entry>
        <title>Yahoo! flickr &amp; upcoming Web 2.0 (3.0) social media mashup !</title>
    
    
    
        <link rel="alternate" type="text/html" title="Yahoo! flickr &amp; upcoming Web 2.0 (3.0) social media mashup !" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d09e7e953dbe2b.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="Yahoo! flickr &amp; upcoming Web 2.0 (3.0) social media mashup !" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d09e7e953dbe2b.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="Yahoo! flickr &amp; upcoming Web 2.0 (3.0) social media mashup !" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e00d09e7e953dbe2b" /> 
        
                        <id>tag:vox.com,2007-07-04:asset-6a00d4141b9517685e00d09e7e953dbe2b</id>
        <published>2007-07-04T17:15:27Z</published>
        <updated>2007-07-04T17:27:20Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p>Yahoo! have actually built a web 2.0 (3.0) mashup into their Upcoming site !</p><p>I just clicked on the &quot;My Scrapbook&quot; link and got a mashup of my last months (upcoming) events together with all the associated photos (presumably it uses yahoo flick upcoming machine tags and api) !</p>
    
    
    

    
    
    

    
    
    
<div at:enclosure="asset" at:xid="6a00d4141b9517685e00d4144440c7685e" at:format="large" at:align="left"
    class="enclosure enclosure-left enclosure-large photo-enclosure" 
     style="text-align: center; float: left;">
<div class="enclosure-inner"
    
        style="padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;"
    >
    <div class="enclosure-list">
        <div class="enclosure-item photo-asset last">
    
            <div class="enclosure-image">
        
                <a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e00d4144440c7685e.html"><img src="http://a7.vox.com/6a00d4141b9517685e00d4144440c7685e-320pi" alt="Yahooupcoming" title="Yahooupcoming" /></a>
        
            </div>
            <div class="enclosure-meta">
                <div class="enclosure-asset-name"><a href="http://syglug.groups.vox.com/library/photo/6a00d4141b9517685e00d4144440c7685e.html" title="Yahooupcoming">Yahooupcoming</a></div>
            </div>
    
        </div>
    </div>
</div>
</div><!-- end enclosure -->


<p><br /> <div><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />Very impressive (but slightly scary) esp when you factor in Yahoo Smart Ads !<br /></div></p>
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d09e7e953dbe2b.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e00d09e7e953dbe2b?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="flickr" scheme="http://syglug.groups.vox.com/tags/flickr/" label="flickr" />
    
    <category term="marketing" scheme="http://syglug.groups.vox.com/tags/marketing/" label="marketing" />
    
    <category term="api" scheme="http://syglug.groups.vox.com/tags/api/" label="api" />
    
    <category term="advertising" scheme="http://syglug.groups.vox.com/tags/advertising/" label="advertising" />
    
    <category term="yahoo" scheme="http://syglug.groups.vox.com/tags/yahoo/" label="yahoo" />
    
    <category term="upcoming" scheme="http://syglug.groups.vox.com/tags/upcoming/" label="upcoming" />
    
    <category term="web 2.0" scheme="http://syglug.groups.vox.com/tags/web+2.0/" label="web 2.0" />
    
    <category term="big brother" scheme="http://syglug.groups.vox.com/tags/big+brother/" label="big brother" />
    
    <category term="web 3.0" scheme="http://syglug.groups.vox.com/tags/web+3.0/" label="web 3.0" />
    
    <category term="web mashup" scheme="http://syglug.groups.vox.com/tags/web+mashup/" label="web mashup" />
    
    </entry>

    
    <entry>
        <title>Red Hat Exchange (RHX)</title>
    
    
    
        <link rel="alternate" type="text/html" title="Red Hat Exchange (RHX)" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d41435934e6a47.html?_c=feed-atom-full" />
    
        
        <link rel="service.post" type="application/atom+xml" title="Red Hat Exchange (RHX)" href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d41435934e6a47.html?_c=feed-atom-full#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="Red Hat Exchange (RHX)" href="http://www.vox.com/atom/svc=post/asset_id=6a00d4141b9517685e00d41435934e6a47" /> 
                <id>tag:vox.com,2007-05-14:asset-6a00d4141b9517685e00d41435934e6a47</id>
        <published>2007-05-14T22:09:07Z</published>
        <updated>2007-05-14T22:09:07Z</updated>
    
        <author>
            <name>osde8info</name>
            <uri>http://osde-info.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://osde-info.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            <p><a href="https://rhx.redhat.com/rhx/catalog/products.jspa">RHX</a> is a new service that extends Red Hat&#39;s
Open Source Architecture strategy to include integrated business
application solutions from open source partners built on Red Hat
Enterprise Linux and JBoss platform software. </p><p>Customers now have access
to leading business solutions from fourteen Red Hat software partners —
ranging from customer resource management and business intelligence to
messaging and collaboration such as:</p><ul><li>SugarCRM</li><li>Zenoss</li><li>Zimbra<br /></li></ul> 
        
    
                <p style="clear:both;">

    <a href="http://syglug.groups.vox.com/library/post/6a00d4141b9517685e00d41435934e6a47.html?_c=feed-atom-full#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00d4141b9517685e00d41435934e6a47?_c=feed-atom-full">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="red hat" scheme="http://syglug.groups.vox.com/tags/red+hat/" label="red hat" />
    
    <category term="software appliance" scheme="http://syglug.groups.vox.com/tags/software+appliance/" label="software appliance" />
    
    </entry>

</feed>

