<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux and Open Source Blog &#187; linux and open source blog</title>
	<atom:link href="http://linewbie.com/category/linux-and-open-source-blog/feed" rel="self" type="application/rss+xml" />
	<link>http://linewbie.com</link>
	<description>News, Reviews, Thoughts and Trends in Linux and Open Source World.</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:07:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Syncing your BlackBerry on Linux, a howto guide</title>
		<link>http://linewbie.com/2007/12/syncing-your-blackberry-on-linux.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=syncing-your-blackberry-on-linux</link>
		<comments>http://linewbie.com/2007/12/syncing-your-blackberry-on-linux.html#comments</comments>
		<pubDate>Sat, 29 Dec 2007 01:03:48 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[information management]]></category>
		<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/syncing-your-blackberry-on-linux.html</guid>
		<description><![CDATA[If you use Linux on your desktop, and you also happen to have a BlackBerry handheld device, youâ€™re probably aware that Research in Motion, the company that develops the BlackBerry platform, offers nothing in the way of support for its &#8230; <a href="http://linewbie.com/2007/12/syncing-your-blackberry-on-linux.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you use Linux on your desktop, and you also happen to have a <a href="http://www.blackberry.com/">BlackBerry</a> handheld device, youâ€™re probably aware that Research in Motion, the company that develops the BlackBerry platform, offers nothing in the way of support for its devices on Linux â€” but the intrepid geeks in the free software world do. Thanks to to the efforts of the Barry and OpenSync projects, I just finished syncing my BlackBerry 8800 with my Evolution contacts on my Ubuntu 7.10 desktop.</p>
<p><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/31c8f_pearlcarouselae1.jpg" alt="Blackberry" /></p>
<p>If all you want to do is share data between your Linux box and the BlackBerry, no sweat. The 2GB Micro SD storage I inserted in my 8800 is available to my Linux system just like any other USB storage device. When I connect the USB cable to the BlackBerry, I simply say yes when Ubuntu asks if I want to enter Mass Storage Mode, and I can copy music and photos to the phone. I have run into a problem getting the audio for videos that were created with Kino to work correctly, but other than that, moving data back and forth between the PDA and the desktop â€œjust works.â€The Barry and OpenSync projects aim to provide a little more functionality than just moving data. According to its home page, the Barry project â€œis a GPL C++ library for interfacing with the RIM BlackBerry Handheld. It comes with a command-line tool for exploring the device and a GUI for making quick backups. This projectâ€™s goal is to create a fully functional syncing mechanism on Linux.â€ Release 0.11, which Iâ€™ve been playing with the past week, goes a long way toward meeting those goals. With it, you can explore, backup and restore, and â€” with a little help from OpenSync â€” sync databases. There is, however, some assembly required.</p>
<p><span id="more-433"></span></p>
<p>If youâ€™re not willing to get your hands dirty by downloading and building software executables in their early stages of development, and working from the CLI once you do, then the Barry/OpenSync combo is not ready for you just yet. If you are, heed this advice: back up your BlackBerry before you begin, because itâ€™s possible you could lose some data.</p>
<p>If youâ€™re willing and able to take the risks, you can get in on the fun and functionality ahead of the curve. The buzz on the Barry developers mailing list indicates that work is already underway to provide Barry as an Ubuntu package, as it already is on Mandriva, so it shouldnâ€™t be long before everyone can simply install the executables and leave the building and testing processes to developers.</p>
<p>I wonâ€™t walk you through the installation of each of the components, but I will tell you which ones I used and where I found them. Implementation details will vary with your distro, of course. Hereâ€™s what you need:</p>
<ul>
<li><a href="http://opensync.gforge.punktart.de/repo/opensync-0.21/">opensync-0.22 packages</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=153722&amp;package_id=174259">libusb-4.4.5</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=153722">barry-0.11</a></li>
</ul>
<p>Install the OpenSync packages first, because youâ€™ll need them in order to compile Barry. Make sure that not only OpenSync is release 0.22 â€” there are earlier and later releases, but you need 0.22 to work with Barry â€” but that any plugins you install match the 0.22 release number of OpenSync.</p>
<p>Before you compile Barry, be sure to specify <code>--enable-opensync-plug-in</code> when you run the configure script, as per <a href="http://netdirect.ca/software/packages/barry/install.php">Barryâ€™s detailed installation help</a>.</p>
<h4>Exploring the BlackBerry with btool</h4>
<p>The first time you connect your BlackBerry and Linux machine with a USB cable, youâ€™ll get a screen on the PDA whining about an insufficient amount of current to charge the device. You can safely ignore that; you wonâ€™t be short of power for long. In fact, after entering the <code>btool</code> command, youâ€™ll have all the power you need to charge the phone via USB.</p>
<p>You can enter <code>btool -h</code> for a complete list of options. If you enter <code>btool -t</code>, for example, youâ€™ll get a list of all the databases Barry finds on your BlackBerry. There were about 75 on my 8800. Barry canâ€™t presently parse all of them, but the most important ones are there, as entering <code>btool -S</code> reveals:</p>
<pre>
<p class="code">Supported Database parsers:
   Address Book
   Messages
   Calendar
   Service Book
   Memos
   Tasks
   PIN Messages
   Saved Email Messages
   Folders

Supported Database builders:
   Address Book</pre>
<p>You can explore any of the databases on the BlackBerry, not just those with parsers, by dumping their records to the console. To see whatâ€™s in Browser Folders, for example, simply enter <code>btool -d 'Browser Folders'</code> at the command line. btool will reply with something like this:</p>
<pre>
<p class="code">
Blackberry devices found:
Device ID: 0Ã—8063860. PIN: 666d6a66, Description: RIM 8800 Series Colour GPRS Handheld
Using device (PIN): 666d6a66
Raw record dump for record: 805f8a8
    00000000: 06 00 26 00 40 02 44 01 01 00 02 e6 17 8a 00 14  ..&amp;.@.Dâ€¦â€¦â€¦
    00000010: 00 00 81 d6 e2 b7 60 00 0d 57 41 50 20 42 6f 6f  â€¦â€¦`..WAP Boo
    00000020: 6b 6d 61 72 6b 73                                kmarks

Raw record dump for record: 805f8a8
    00000000: 06 00 2d 00 40 02 44 01 02 00 88 2a 69 2c 00 1b  ..-.@.Dâ€¦.*i,..
    00000010: 00 00 81 d6 e2 b7 60 00 14 42 6c 61 63 6b 42 65  â€¦â€¦`..BlackBe
    00000020: 72 72 79 20 42 6f 6f 6b 6d 61 72 6b 73           rry Bookmarks</pre>
<p>Of course, raw data like this is more important to developers than to ordinary users, so letâ€™s move on to more user-friendly things, such as the backup and restore utility.</p>
<p><img src="http://img263.imageshack.us/img263/3139/1232511dh0.png" align="right" /> The GUI backup application included with Barry is simple and effective. Note: Barry has a configure option to build the GUI, but it was built by default on my install. If itâ€™s not on yours, rerun the configure script and add the <code>--enable-gui</code> option, then rebuild.</p>
<p>Start by entering <code>barrybackup</code> at the command line, wait a second until it finds your device and displays its PIN number, and when it does, click on Save. You can edit the list of databases that the app will either save or restore by selecting Edit -&gt; Config from the option menu to display the pop-up window in Figure 1, from which you can edit either list.</p>
<p>After selecting Save, I watched the Progress bar slide across the screen and the database names scroll past in the Database text box until the process was complete. I then immediately tested the Restore function.</p>
<p>When you click Restore, youâ€™re presented with a list of all the saved backups Barry finds in the .barry/backup/PINNUMBER directory, where PINNUMBER is the PIN of the device youâ€™re working with. After clicking Restore, I watched as database names appeared, were deleted on the BlackBerry, then restored from my desktop. All went well until I came to the Time Zones table, when I started to see â€œusb_bulk_restoreâ€ errors. The cure was simply to install release 4.4.5 of libusb. Since doing so, Iâ€™ve seen no more of these errors.</p>
<p>Barry aims to provide the infrastructure for more advanced, user-friendly applications that can be developed by others. It includes a couple of sample applications to demonstrate. One allows you to enter new contact information, and the other new calendar entries. They work well, but a full-blown app that would allow you to not only add, but edit or delete existing entries, would really be useful.</p>
<h4>Synchronicity</h4>
<p>Probably the most sought-after feature Barry provides is synchronization. I wasnâ€™t familiar with the synchronization process before I began exploring BlackBerries and Linux, so the concepts of groups, members, and device plugins were new to me in this context.</p>
<p>The synchronization process acts on a group of devices. Before I could actually sync something, I needed to define a group, its members, and the plugin required for each member. When I installed the OpenSync packages, I also installed a tool to do all those things called msynctool, as well as plugins for Evolution and Google Calendar. Both msynctool and the plugins come from the OpenSync project, but are separate downloads. Msynctool runs from the CLI, and it includes a helpful man page; I recommend entering <code>man msynctool</code> if synchronization is new to you.</p>
<p>Create a group and its members is easy:</p>
<pre>msynctool --addgroup Blackberry
<p class="code">msynctool â€“addmember Blackberry barry-sync
msynctool â€“addmember Blackberry evo2-sync
msynctool â€“showgroup Blackberry</pre>
<p>The last command reported that the Blackberry group contained two members, but that the first one was not yet configured, which I had to do before I could sync. Still using the msynctool tool, I entered <code>msynctool --configure Blackberry 1</code>, where the 1 represented the barry-sync plugin. That opened the default text editor â€” nano if youâ€™re using Ubuntu 7.10 and havenâ€™t changed the symbolic link at /etc/alternatives/editor to point to another editor â€” which allowed me to edit the default configuration for the BlackBerry and insert its actual PIN number in place of the default.</p>
<p>If you prefer to use an editor other than the default on your distro, you can accomplish the same thing outside of msynctool simply by editing ~/.opensync/group1/1/barry-sync.conf.</p>
<p>Finally, it was time to sync the BlackBerry and my Evolution contact files. All I had to do was enter the command <code>msynctool --sync Blackberry</code>, then answer a single question about which plugin should rule when duplicate contacts were found. That was it; I was in sync at last.</p>
<p>If all of this sounds too geeky for you, donâ€™t despair. Help is coming for both installation and use. With a working framework in place, thanks to OpenSync and Barry, GUIs are on their way, in the form of the kitchensync project at KDE.org, for example, or, if youâ€™re a GNOME user, the multisync-GUI tool from the OpenSync project.</p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/syncing-your-blackberry-on-linux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shopping: openSUSE Store</title>
		<link>http://linewbie.com/2007/12/shopping-opensuse-store.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=shopping-opensuse-store</link>
		<comments>http://linewbie.com/2007/12/shopping-opensuse-store.html#comments</comments>
		<pubDate>Sat, 22 Dec 2007 22:00:27 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/shopping-opensuse-store.html</guid>
		<description><![CDATA[Get yourself some openSUSE apparel or a mug for this christmas. Shop @openSUSE Store Anyone wants to make a gift for me â€¦. let me know, Iâ€™ll send you my postal address :-p Happy Christmas to everyone out there.]]></description>
			<content:encoded><![CDATA[<p>Get yourself some openSUSE apparel or a mug for this christmas.</p>
<p align="center"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/aa7a6_1133666_6636239_1_big.jpg" height="190" width="190" />  <img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/aa7a6_1133666_6637521_1_big.jpg" height="190" width="190" /></p>
<p align="center">Shop <a href="http://shop.opensuse.org/"><strong>@openSUSE Store </strong></a></p>
<p>Anyone wants to make a gift for me â€¦. let me know, Iâ€™ll send you my postal address :-p Happy Christmas to everyone out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/shopping-opensuse-store.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tango Theme on Your Symbian60 Mobile Phone</title>
		<link>http://linewbie.com/2007/12/tango-theme-on-your-symbian60-mobile-phone.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tango-theme-on-your-symbian60-mobile-phone</link>
		<comments>http://linewbie.com/2007/12/tango-theme-on-your-symbian60-mobile-phone.html#comments</comments>
		<pubDate>Sat, 22 Dec 2007 22:00:15 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/tango-theme-on-your-symbian60-mobile-phone.html</guid>
		<description><![CDATA[Wanna have Tango theme on your mobile phone?! This project is a theme for Symbian60 enabled phones/devices following the Tango Style Guidelines and using the Tango Icon Theme. Features: Symbian60 2nd and 3rd Edition support Portrait support (Landscape soon) Most &#8230; <a href="http://linewbie.com/2007/12/tango-theme-on-your-symbian60-mobile-phone.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wanna have Tango theme on your mobile phone?! This project is a theme for Symbian60 enabled phones/devices following the <a href="http://tango.freedesktop.org/" title="http://tango.freedesktop.org/" rel="nofollow">Tango Style Guidelines</a> and using the Tango Icon Theme.</p>
<p><strong>Features:</strong></p>
<ul>
<li> Symbian60 2nd and 3rd Edition support</li>
<li> Portrait support (Landscape soon)</li>
<li> Most Icons are replaced by Tango equivalents</li>
<li> Contains Icons for 3rd party applications</li>
<li> Custom graphics using the Tango color palette</li>
<li> Total replacement of all widget elements such as popups, tabs, scrollbars, clock fonts and others</li>
<li> Music Player Skin (Not on 3rd party music players bundled with some phones)</li>
<li> Free to download and use</li>
<li> Free Open Source Software</li>
</ul>
<p><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/c1349_s60tangoidleit1.png" /> <img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/c1349_s60tangoappgrid1wf1.png" /></p>
<p>Grab the .SIS installer from <strong><a href="http://wiki.sukimashita.com/Tango_Symbian60_Theme">Martinâ€™s website</a></strong> and have fun. Since I am a Windows Mobile 6 Pro user I cannot run it, but would if I had a Symbian S60 mobile. Also check out the openSUSE theme for your Symbian mobile <a href="http://linux.wordpress.com/2007/10/17/opensuse-theme-for-sony-ericsson-mobiles/"><strong>here</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/tango-theme-on-your-symbian60-mobile-phone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenID &#8211; Open Source Identity Management</title>
		<link>http://linewbie.com/2007/12/openid-open-source-identity-management.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openid-open-source-identity-management</link>
		<comments>http://linewbie.com/2007/12/openid-open-source-identity-management.html#comments</comments>
		<pubDate>Sat, 22 Dec 2007 06:00:08 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/openid-open-source-identity-management.html</guid>
		<description><![CDATA[OpenID was originally developed by Brad Fitzpatrick of LiveJournal (now owned by Russian media company, SUP), and, as the term states, the Light-Weight Identity, Yadis, Sxip DIX protocol that was proposed at IETF, and XRI/i-names. The OpenID Foundation was formed &#8230; <a href="http://linewbie.com/2007/12/openid-open-source-identity-management.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/53570_250pxopenidlogosvgys2.png" align="right" height="94" width="250" /><a href="http://openid.net/"><strong>OpenID</strong></a> was originally developed by Brad Fitzpatrick of LiveJournal (now owned by Russian media company, SUP), and, as the term states, the Light-Weight Identity, Yadis, Sxip DIX protocol that was proposed at IETF, and XRI/i-names. The <strong><a href="http://openid.net/foundation">OpenID Foundation</a></strong> was formed to assist the open source model by providing a legal entity to be the steward for the community by providing needed infrastructure and generally helping to promote and support expanded adoption of OpenID.</p>
<p>OpenID has arisen from the open source community to solve the problems that could not be easily solved by other existing technologies. OpenID is a lightweight method of identifying individuals that uses the same technology framework that is used to identify websites. As such, OpenID is not owned by anyone, nor should it be. Today, anyone can choose to be an OpenID user or an OpenID Provider for free without having to register or be approved by any organization, being not proprietary and completely free. OpenID eliminates the need for multiple usernames across different websites, simplifying your online experience.You get to choose the OpenID Provider that best meets your needs and most importantly that you trust. At the same time, your OpenID can stay with you, no matter which Provider you move to.</p>
<p><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/53570_protocolopenidrt1.jpg" /></p>
<p>For businesses, this means a lower cost of password and account management, while drawing new web traffic. OpenID lowers user frustration by letting users have control of their login.For geeks, OpenID is an open, decentralized, free framework for user-centric digital identity. OpenID takes advantage of already existing internet technology (URI, HTTP, SSL, Diffie-Hellman) and realizes that people are already creating identities for themselves whether it be at their blog, photostream, profile page, etc. With OpenID you can easily transform one of these existing URIs into an account which can be used at sites which support OpenID logins.OpenID is still in the adoption phase and is becoming more and more popular, as large organizations like AOL, Microsoft, Sun, Novell, etc. begin to accept and provide OpenIDs. Today it is estimated that there are over 160-million OpenID enabled URIs with nearly ten-thousand sites supporting OpenID logins.Currently work is underway developing OpenID Authentication 2.0, which will use the Yadis service discovery protocol. OpenID is now developing into a much more complete framework that will support other identity services besides authentication and is been made a high priority in Firefox 3 browser.</p>
<p>Here are some places you can visit to see where you can use your OpenID to log in today:</p>
<ul>
<li><strong><a href="https://www.myopenid.com/directory">myOpenID Site Directory</a></strong></li>
<li><strong><a href="http://openiddirectory.com/">The OpenID Directory</a></strong></li>
</ul>
<p>I am quite sure that Web 3.0, if I may say so, will include OpenID as itâ€™s authentication and ID management backend. So, then what happens to IBM and Novell backed <a href="http://www.eclipse.org/higgins/"><strong>Higgins</strong></a> â€¦ or are they collaborating?</p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/openid-open-source-identity-management.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2007: Top 10 Free and Open Source Legal Issues</title>
		<link>http://linewbie.com/2007/12/2007-top-10-free-and-open-source-legal-issues.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2007-top-10-free-and-open-source-legal-issues</link>
		<comments>http://linewbie.com/2007/12/2007-top-10-free-and-open-source-legal-issues.html#comments</comments>
		<pubDate>Sat, 22 Dec 2007 00:00:10 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/2007-top-10-free-and-open-source-legal-issues.html</guid>
		<description><![CDATA[â€œThe year 2007 has been the most active year for legal developments in the history of free and open source (â€œFOSSâ€). In fact, you would have been hard pressed in past years to enumerate even five important legal developments. However &#8230; <a href="http://linewbie.com/2007/12/2007-top-10-free-and-open-source-legal-issues.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>â€œThe year 2007 has been the most active year for legal developments in the history of free and open source (â€œFOSSâ€). In fact, you would have been hard pressed in past years to enumerate even five important legal developments. However 2007 permits the creation of a traditional â€œtop tenâ€ list.â€</p>
<p><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/fc513_osslicensetc1.jpg" /></p>
<p>Interested what goes behind the curtain when it comes to all those legality issues going around with free and open source world? Then check out a post <a href="http://lawandlifesiliconvalley.blogspot.com/2007/12/2007-top-ten-free-and-open-source-legal.html"><strong>here to see the Top 10 list of legal issues</strong></a> compiled by Mark Radcliffe from Law and Life: Silicon Valley blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/2007-top-10-free-and-open-source-legal-issues.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Editing &amp; Creation: 50+ Open Source/Free Alternatives</title>
		<link>http://linewbie.com/2007/12/pdf-editing-creation-50-open-sourcefree-alternatives-2.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pdf-editing-creation-50-open-sourcefree-alternatives-2</link>
		<comments>http://linewbie.com/2007/12/pdf-editing-creation-50-open-sourcefree-alternatives-2.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 10:00:10 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/pdf-editing-creation-50-open-sourcefree-alternatives-2.html</guid>
		<description><![CDATA[Yesterday Amy Quinn notified me that they got a new post on their website listing 50+ alternatives, both open source and/or free, for Adobe Acrobat and PDF. The list is indeed comprehensive with links to app developers and small info &#8230; <a href="http://linewbie.com/2007/12/pdf-editing-creation-50-open-sourcefree-alternatives-2.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/6cca5_readericonez8.jpg" align="right" height="73" width="70" />Yesterday Amy Quinn notified me that they got a new post on their website listing 50+ alternatives, both open source and/or free, for Adobe Acrobat and PDF. The list is indeed comprehensive with links to app developers and small info packs on every app.</p>
<p>â€œAdobe Acrobat is expensive, but that doesnâ€™t mean you have to live a life without portable documents. What many people donâ€™t realize is that PDF is a Federal Information Processing Standard, which means the specifications behind the format are widely published. Numerous developers take advantage of this fact and create programs that offer effective alternatives to Acrobat. Check out our list of these programs and take advantage of these tools that are full of some of the best PDF features and functions.â€</p>
<p><a href="http://www.cogniview.com/convert-pdf-to-excel/post/pdf-editing-creation-50-open-sourcefree-alternatives-to-adobe-acrobat/"><strong>Check out the complete list</strong> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/pdf-editing-creation-50-open-sourcefree-alternatives-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTF: Nokia Wants W3C to Remove Ogg from Upcoming HTML5</title>
		<link>http://linewbie.com/2007/12/wtf-nokia-wants-w3c-to-remove-ogg-from-upcoming-html5.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wtf-nokia-wants-w3c-to-remove-ogg-from-upcoming-html5</link>
		<comments>http://linewbie.com/2007/12/wtf-nokia-wants-w3c-to-remove-ogg-from-upcoming-html5.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 05:00:24 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/wtf-nokia-wants-w3c-to-remove-ogg-from-upcoming-html5.html</guid>
		<description><![CDATA[Somehow I missed a big nuacence that is being proposed by Nokia (!) to W3C consortium &#8211; probably the purest anti-proprietary standards body on the planet. â€œThe World Wide Web Consortium, or W3C, a group devoted to publishing web standards, &#8230; <a href="http://linewbie.com/2007/12/wtf-nokia-wants-w3c-to-remove-ogg-from-upcoming-html5.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Somehow I missed a big nuacence that is being proposed by Nokia (<strong>!</strong>) to W3C consortium &#8211; probably the purest anti-proprietary standards body on the planet.</p>
<p><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/2a53e_wtfak7.jpg" /></p>
<p>â€œThe World Wide Web Consortium, or W3C, a group devoted to publishing web standards, recently moved to approve the Ogg video and audio formats for inclusion into the forthcoming HTML5 standard. Nokia, maker of mobile phones and mobile multimedia services, has taken exception to this proposal, writing a position paper (PDF) and raising a formal issue at the W3â€™s web site, claiming that Ogg support should be â€œdeletedâ€ from the spec in order to â€œavoid any patent issues.â€<strong>â€œNokia to W3C: Ogg is proprietary, we need DRM on the Webâ€ &#8211; </strong>Ogg is an open encoding scheme, as we all know, and it was On2, the company that developed it, gave it and a free, perpetual unlimited license to its patents to the nonprofit Xiph foundation â€¦ but somehow Nokia called it â€œ<em>proprietary</em>â€ and argued for the inclusion of standards that can be used in conjunction with DRM â€¦..</p>
<p>BTW, did you notice that Nokiaâ€™s Internet Tablets do not come with Ogg support out of box, official line being that it is up to third party developers to implement it<strong>!!!</strong></p>
<blockquote><p>As one forum user puts it:</p>
<p>â€œNokia today is not Nokia from a few years ago. The old Nokia was a company that sold you mobile devices. The problem was, some moron sat inside Nokia and lusted after Appleâ€™s business modelâ€¦ which leads us to the new Nokia. The new Nokia is a company that wants to sell you a mobile device that youâ€™ll use to purchase lots of music and other forthcoming content (N-Gage games) and lock you into their portals and services (navigation subscriptions). The device is only a means to an end, and giving customers choices by making the devices open limits Nokiaâ€™s future revenueâ€</p></blockquote>
<p>Sad to read such news. Looks like Nokia has growth issues and problems with a management &#8211; while right hand goes to the open world, left hand trashes all efforts to the hell.What the hell there should be DRM in my device? How far this DRM idiocy can go? When pirated content is better than original one, thatâ€™s a real shame for authors. This shows how far abuse of monopoly power can go in modern world.</p>
<p>I agree with the post from BoingBoing, discussing this matter, and closing their thoughts with: â€œBut remember, thatâ€™s not what Nokia is objecting to: they are arguing that Ogg is proprietary (it isnâ€™t) and that DRM should be part of a Web standard (it shouldnâ€™t)â€</p>
<ul>
<li><strong><a href="http://www.w3.org/2007/08/video/positions/Nokia.pdf">PDF link to Nokiaâ€™s W3C submission</a></strong></li>
<li><a href="http://xiph.org/press/2007/w3c/"><strong>Xiph.Org Statement Regarding the HTML5 Draft and the Ogg Codec Set</strong></a></li>
</ul>
<p>P.S. It is strange that this post comes right after a post talking about great OS2008 (which indeed is a great Maemo product) release for Nokia Internet Tablets â€¦. hmm</p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/wtf-nokia-wants-w3c-to-remove-ogg-from-upcoming-html5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official OS2008 Release for Nokia Internet Tablets</title>
		<link>http://linewbie.com/2007/12/official-os2008-release-for-nokia-internet-tablets.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=official-os2008-release-for-nokia-internet-tablets</link>
		<comments>http://linewbie.com/2007/12/official-os2008-release-for-nokia-internet-tablets.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 05:00:13 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/official-os2008-release-for-nokia-internet-tablets.html</guid>
		<description><![CDATA[Users can now download the official installer for OS2008 for your Nokia N800 Internet tablet. You get: The sluggish Opera browser has been swapped out for a speedy Mozilla based browser If youâ€™re on an N800, the processor speed has &#8230; <a href="http://linewbie.com/2007/12/official-os2008-release-for-nokia-internet-tablets.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/6b301_os2008ic2.jpg" /></p>
<p> Users can now download the official installer for OS2008 for your Nokia N800 Internet tablet. You get:</p>
<ul>
<li>The sluggish Opera browser has been swapped out for a speedy Mozilla based browser</li>
<li>If youâ€™re on an N800, the processor speed has been bumped up to 400 Mhz</li>
<li>Built in Flash 9</li>
<li>FM Radio software</li>
<li>A Beautiful new UI</li>
<li>Improved RSS reader</li>
<li>and much, much more.</li>
</ul>
<p>And:</p>
<ul>
<li>This update increases the maximum CPU clock speed from 330MHz to 400MHz. The graphical interface feels snappier.</li>
<li>The browser is now the mozilla-based microb browser which seems to use more memory and slightly slower than the previous Opera browser. However, itâ€™s free software and supports newer web standards, so Iâ€™m happy with the change.</li>
<li>The graphical interface is nicer. The designers appear to have responded to user feedback well in this area.</li>
<li>There are more codecs , but still no Ogg Vorbis support, which is very disappointing. The third-party package works fine with third-party media players, but doesnâ€™t work with the default media player.</li>
<li>Newer kernel (2.6.21), Gtk (2.10) and DBUS (1.0) and gstreamer now supports the generic playbin</li>
</ul>
<p>With this update, it feels like the Internet tablet OS platform is maturing nicely.</p>
<p align="left">Check out the following video review on OS2008 running on the N800 made by Rcadden user:</p>
<p align="center"><a href="http://linux.wordpress.com/2007/12/21/official-os2008-release-for-nokia-internet-tablets/"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/35a09_2.jpg" /></a></p>
<p align="center">Maps</p>
<p align="center"><a href="http://linux.wordpress.com/2007/12/21/official-os2008-release-for-nokia-internet-tablets/"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/35a09_2.jpg" /></a></p>
<p align="center">Youtube</p>
<p align="center"><a href="http://linux.wordpress.com/2007/12/21/official-os2008-release-for-nokia-internet-tablets/"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/35a09_2.jpg" /></a></p>
<p align="center">Overview</p>
<p align="center"><a href="http://linux.wordpress.com/2007/12/21/official-os2008-release-for-nokia-internet-tablets/"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/35a09_2.jpg" /></a></p>
<p align="center">Internet Radio</p>
<p>To get the OS2008 update, youâ€™ll need to install the <a href="http://www.nseries.com/products/n800/#l=support,n800,landing">Nokia Internet Tablet Software Update Wizard</a> and download the update file from <a href="http://maemo.org/news/announcements/view/first_official_os2008_update.html">maemo.org</a>. If you are a lucky Nokia N810 user, then you already have OS2008 running on it, but with this update you get minor optimisations and bug fixes.</p>
<p align="center"><strong><a href="http://maemo.org/news/announcements/view/first_official_os2008_update.html">Get latest OS2008</a></strong></p>
<p align="left">Also, check out a very comprehensive and with lots of pics review on OS2008 by <strong><a href="http://tabletblog.com/2007/12/internet-tablet-os2008-review.html">thoughtfix on his blog</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/official-os2008-release-for-nokia-internet-tablets.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaming: Flightgear 1.0.0 Released</title>
		<link>http://linewbie.com/2007/12/gaming-flightgear-100-released.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gaming-flightgear-100-released</link>
		<comments>http://linewbie.com/2007/12/gaming-flightgear-100-released.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:00:09 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/gaming-flightgear-100-released.html</guid>
		<description><![CDATA[After more than 11 years of development, Flightgear 1.0 has arrived. Flightgear can be played on Windows, Linux, Mac OS X, as well as other *nix platforms including FreeBSD, Solaris, and IRIX. Distributed under the GPL, Flightgear is one of &#8230; <a href="http://linewbie.com/2007/12/gaming-flightgear-100-released.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<p align="center"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/d24cb_fglogosmxe3.jpg" /></p>
<p align="center">After more than 11 years of development, <b><a href="http://www.flightgear.org/">Flightgear 1.0</a></b> has arrived.</p>
<p>Flightgear can be played on Windows, Linux, Mac OS X, as well as other *nix platforms including FreeBSD, Solaris, and IRIX. Distributed under the GPL, Flightgear is one of the first major Free Software games and has become a flight simulator that rivals it&#8217;s commercial counterparts. It is a stellar example of enthusiasts coming together to create something for the community.</p>
<p align="center"><a href="http://linux.wordpress.com/2007/12/20/gaming-flightgear-100-released/"><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/d24cb_2.jpg" alt="" /></a></p>
<p align="center">Airbus A380 landing</p>
<p>Despite the unbelievable attention to detail, Flightgear can be played on a rather modest PC. However the better the PC, the better it looks and runs so those with the latest, greatest 3D cards can still enjoy the extra beauty and a smoother experience.</p>
<div align="center"><b>D<a href="http://www.flightgear.org/Downloads/binary.shtml">ownload Flightgear 1.0.0</a></b> (extras / source <b><a href="http://www.flightgear.org/Downloads/">available here</a></b>)</div>
<p><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/d24cb_2061" /> <img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/d24cb_2061" /> <a href="http://linux.wordpress.com/2007/12/20/gaming-flightgear-100-released/#comments"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/a7092_2061" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux.wordpress.com/2061/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/a7092_2061" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux.wordpress.com/2061/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/a7092_2061" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux.wordpress.com/2061/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/a7092_2061" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux.wordpress.com/2061/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/a7092_2061" /></a> <img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/a7092_b.gif?host=linux.wordpress.com&amp;rand=1278133133&amp;blog=2300&amp;post=2061&amp;subd=linux&amp;ref=&amp;feed=1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/gaming-flightgear-100-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Reader &#8211; Get access to Linux files from Windows</title>
		<link>http://linewbie.com/2007/12/linux-reader-get-access-to-linux-files-from-windows.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-reader-get-access-to-linux-files-from-windows</link>
		<comments>http://linewbie.com/2007/12/linux-reader-get-access-to-linux-files-from-windows.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 07:00:22 +0000</pubDate>
		<dc:creator>Linewbie.com</dc:creator>
				<category><![CDATA[linux and open source blog]]></category>
		<category><![CDATA[linux/unix/os distros]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.linewbie.com/2007/12/linux-reader-get-access-to-linux-files-from-windows.html</guid>
		<description><![CDATA[How to get safe and quick access to alternative file systems? DiskInternals Linux Reader is a new easy way to do this. This program plays the role of a bridge between your Windows and Ext2/Ext3 Linux file systems. This easy-to-use &#8230; <a href="http://linewbie.com/2007/12/linux-reader-get-access-to-linux-files-from-windows.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<p>How to get safe and quick access to alternative file systems? <a href="http://www.diskinternals.com/about.shtml">DiskInternals</a> Linux Reader is a new easy way to do this. This program plays the role of a bridge between your Windows and Ext2/Ext3 Linux file systems. This easy-to-use tool runs under Windows and allows you to browse Ext2/Ext3 Linux file systems and extract files from there.</p>
<div><img src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/5cc4e_mainvm7.png" /></div>
<p>&#8220;There are a number of evident merits of the program, which you should know. First of all, <b>DiskInternals Linux Reader is absolutely free</b>. Secondly, the program provides for read-only access and does not allow you to make records in Ext2/Ext3 file system partitions. This guarantees that the interference in an alterative file system will not affect the work of Linux later. Apart from this, it is necessary to note, that it gives you an opportunity to use common Windows Explorer for extracting data. A preview option for pictures is one more pleasant point, which is worth mentioning.</p>
<p>While saving, it ignores file security policies. It means that it is possible to access absolutely any file on a Linux disk from Windows. The program can create and open images of Ext2/Ext3 disks.&#8221;</p>
<p align="center"><a href="http://www.diskinternals.com/images/tryitfree.gif"><b>Download</b></a></p>
<p><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/5cc4e_2060" /> <img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/5cc4e_2060" /> <a href="http://linux.wordpress.com/2007/12/20/linux-reader-get-access-to-linux-files-from-windows/#comments"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/5cc4e_2060" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux.wordpress.com/2060/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/cb01b_2060" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux.wordpress.com/2060/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/cb01b_2060" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux.wordpress.com/2060/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/cb01b_2060" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux.wordpress.com/2060/"><img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/cb01b_2060" /></a> <img alt="" border="0" src="http://www.linewbie.com/wp-content/plugins/wp-o-matic/cache/cb01b_b.gif?host=linux.wordpress.com&amp;rand=1626389262&amp;blog=2300&amp;post=2060&amp;subd=linux&amp;ref=&amp;feed=1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://linewbie.com/2007/12/linux-reader-get-access-to-linux-files-from-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

