<?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>Crenk &#187; linux</title>
	<atom:link href="http://crenk.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://crenk.com</link>
	<description>Web Apps, Mobile Apps and Reviews</description>
	<lastBuildDate>Sat, 21 Nov 2009 14:40:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Synchronization with Linux</title>
		<link>http://crenk.com/iphone-synchronization-with-linux/</link>
		<comments>http://crenk.com/iphone-synchronization-with-linux/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:31:39 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPhone Linux sync]]></category>
		<category><![CDATA[iPhone with Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Usbmuxd]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=6557</guid>
		<description><![CDATA[I guess there are tons of Linux users that were waiting for this kind of project; Marcan42 is developing Usbmuxd, that it is capable to synchronize your iPhone/iPod Touche with your Linux distribution.

Well there are a few applications already available that are capable to achieve this functionality, but at a small cost, iPhone must be [...]]]></description>
			<content:encoded><![CDATA[<p>I guess there are tons of Linux users that were waiting for this kind of project; <a href="http://marcansoft.com/blog/">Marcan42</a> is developing <a href="http://marcansoft.com/blog/2009/10/iphone-syncing-on-linux/#more-104">Usbmuxd</a>, that it is capable to synchronize your iPhone/iPod Touche with your Linux distribution.</p>
<p><a href="http://crenk.com/wp-content/uploads/2009/10/linux_iphone.jpg"><img class="aligncenter size-medium wp-image-6558" title="linux_iphone" src="http://crenk.com/wp-content/uploads/2009/10/linux_iphone-300x450.jpg" alt="linux_iphone" width="268" height="402" /></a></p>
<p>Well there are a few applications already available that are capable to achieve this functionality, but at a small cost, iPhone must be jailbreaked. <a href="http://marcansoft.com/blog/2009/10/iphone-syncing-on-linux/#more-104">Usbmuxd</a> represents a library that will be in charge to generate the communication with the device and your machine. <a href="http://marcansoft.com/blog/2009/10/iphone-syncing-on-linux/#more-104">Usbmuxd</a> name actually was created from “USB multiplexing daemon”.</p>
<p>Using this daemon, plus other Linux libraries, you will be able to proxy requests from the USB cable to the specific port on the iPhone. Here are some of the libraries involved:</p>
<ul>
<li><a href="http://www.libusb.org/wiki/Libusb1.0">libusb-1.0</a> provides an advanced API to access      USB devices under Linux, replacing the old libusb-0.1 API</li>
<li><a href="http://marcansoft.com/blog/iphonelinux/usbmuxd/">usbmuxd</a> coordinates application access to      the device and talks the specific iPhone/iTouch USB protocol</li>
<li><a href="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page">libiphone</a> implements the      Apple-specific protocols that are tunneled through usbmuxd: it can launch      services through lockdown, retrieve device info, send notifications, and      access the filesystem via AFC.</li>
<li><a href="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page">iFuse</a> and <a href="http://cgit.sukimashita.com/gvfs-backend-afc.git/">gvfs-backend-afc</a> both provide access to      AFC to regular Linux apps. iFuse does this by mounting via FUSE, while      gvfs-backend-afc is obviously a backend for gVFS.</li>
<li><a href="http://www.gtkpod.org/libgpod/">libgpod</a> (the      library that traditionally has managed music databases for iPods) is being      extended to support the new SQLite format, the new hash, and also to talk      to libiphone to properly put the device in to and out of sync mode.</li>
</ul>
<p><a href="http://crenk.com/wp-content/uploads/2009/10/iphonelinux-stack.png"><img class="aligncenter size-full wp-image-6559" title="iphonelinux-stack" src="http://crenk.com/wp-content/uploads/2009/10/iphonelinux-stack.png" alt="iphonelinux-stack" width="258" height="226" /></a></p>
<p>Ok, I know, if you are not a Linux user, some of these concepts might confuse you; but you can be certain about one thing: it is so great to have the opportunity to use your favorite technology and gadgets no matter which platform are you using.
<ul class="related_post">
<li><a href="http://crenk.com/online-real-estate-app/" title="Online Real Estate App">Online Real Estate App</a></li>
<li><a href="http://crenk.com/worst-iphone-charger-ever/" title="Worst iPhone Charger Ever">Worst iPhone Charger Ever</a></li>
<li><a href="http://crenk.com/iphone-app-for-the-nuclear-apocaplyse/" title="iPhone App for the Nuclear Apocalypse">iPhone App for the Nuclear Apocalypse</a></li>
<li><a href="http://crenk.com/another-reason-to-envy-iphone-users/" title="Another Reason To Envy iPhone Users">Another Reason To Envy iPhone Users</a></li>
<li><a href="http://crenk.com/doom-game-app-now-available-in-iphone-app-store/" title="Doom Game App Now Available in iPhone App Store">Doom Game App Now Available in iPhone App Store</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/iphone-synchronization-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandriva Linux 2010 Alpha 1</title>
		<link>http://crenk.com/mandriva-linux-2010-alpha-1/</link>
		<comments>http://crenk.com/mandriva-linux-2010-alpha-1/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 19:33:07 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mandrake]]></category>
		<category><![CDATA[Mandriva 2010 Alpha 1]]></category>
		<category><![CDATA[Mandriva Linux]]></category>
		<category><![CDATA[Mandriva Linux 2010 Alpha 1]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=3561</guid>
		<description><![CDATA[Mandriva Linux, one of the most known distributions, it&#8217;s preparing the new version and already has an alpha (previous stage for a beta): Mandriva Linux 2010 Alpha 1.
Mandriva was originally called Mandrake Linux (started in 1998), but after a litigation about the name (related, of course, with Mandrake the Magician) was forced to change it; [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-3558" title="Mandriva_logo" src="http://crenk.com/wp-content/uploads/2009/06/Mandriva_logo-150x150.jpg" alt="Mandriva_logo" width="150" height="150" />Mandriva Linux, one of the most known distributions, it&#8217;s preparing the new version and already has an alpha (previous stage for a beta): <a href="http://blog.mandriva.com/2009/06/21/mandriva-linux-2010-alpha-1-and-2010-specifications/">Mandriva Linux 2010 Alpha 1</a>.</p>
<p>Mandriva was originally called Mandrake Linux (started in 1998), but after a litigation about the name (related, of course, with Mandrake the Magician) was forced to change it; and at the same time MandrakeSoft acquired Conectiva Linux (my first Linux installation ever), so the combination of those two did all the rest, and Madriva was created.</p>
<p>Related to Mandriva 2010, here are some of the improvements related with previous versions:</p>
<ul>
<li>Boot time improved.</li>
<li>Clean and complete grub and install menu (failsafe, init3 entry, recovery entry, check tool for istallation media)</li>
<li>Use of Plymouth and fallback on Splashy for non supported chipsets</li>
<li>Switch to Tomoyo as security framework, provide GUI for common setup, integrated also in msec tool</li>
<li>Guest account created on the fly when needed</li>
<li>Packaging of Moblin, use it as default environment if stable enough  when light hardware configuration is detected</li>
<li>Manage end of life distribution through mdkonline applet</li>
<li>Autodetection of local urpmi repositories</li>
<li>Improved hybrid isos use</li>
</ul>
<p>I know what you are thinking, Why I would even consider to install an Alpha Linux distribution? Well, there&#8217;s no direct and simple answer to that one. As I mentioned before in <a href="http://crenk.com/40-years-of-unix/">40 years of Unix post</a>, the history of Linux has a long way and it is responsible for several other projects like Mac OS X, BSD and Sun operating system. The spirit is what did all the work.</p>
<p>And that&#8217;s the idea, go ahead, <a href="http://www.mandriva.com/en/download/">download it</a>, test it, give your feedback, contribute and improve the work; that&#8217;s the spirit.</p>
<p>Final version for Mandriva 2010 will be available in October 21st.
<ul class="related_post">
<li><a href="http://crenk.com/40-years-of-unix/" title="40 years of Unix">40 years of Unix</a></li>
<li><a href="http://crenk.com/webhostingratingcom-the-newest-place-to-head-to-find-out-the-right-hosting-package-for-your-needs/" title="WebHostingRating.com: The Newest Place TO Head to Find Out The Right Hosting Package For Your Needs">WebHostingRating.com: The Newest Place TO Head to Find Out The Right Hosting Package For Your Needs</a></li>
<li><a href="http://crenk.com/new-chrome-os-screenshots-and-video/" title="New Chrome OS Screenshots and Video">New Chrome OS Screenshots and Video</a></li>
<li><a href="http://crenk.com/join-crenk-on-facebook-and-get-the-latest-news-and-free-invites/" title="Join Crenk on Facebook and Get The Latest News and Free Invites">Join Crenk on Facebook and Get The Latest News and Free Invites</a></li>
<li><a href="http://crenk.com/orange-to-offer-mms-photosharing-on-twitter/" title="Orange to Offer MMS Photosharing on Twitter">Orange to Offer MMS Photosharing on Twitter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/mandriva-linux-2010-alpha-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>40 years of Unix</title>
		<link>http://crenk.com/40-years-of-unix/</link>
		<comments>http://crenk.com/40-years-of-unix/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 15:31:51 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[40 years of Unix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=3288</guid>
		<description><![CDATA[Yes, the operating system that you&#8217;ve never wanted to use is celebrating 40 years of life. As you may know, Unix represents the basis for all Linux distributions; but did you know that also Mac OS X based their operating system versions in Unix? Well, what this operating system represents it&#8217;s a lot more that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-3306" title="linuxlogo" src="http://crenk.com/wp-content/uploads/2009/06/linuxlogo-150x150.jpg" alt="linuxlogo" width="150" height="150" />Yes, the operating system that you&#8217;ve never wanted to use is celebrating 40 years of life. As you may know, Unix represents the basis for all Linux distributions; but did you know that also Mac OS X based their operating system versions in Unix? Well, what this operating system represents it&#8217;s a lot more that you may think.</p>
<p>Born in 1969 as &#8220;Unics&#8221; from two guys named Ken Thompson and Dennis Ritchie, has a long way and a lot of history. Written originally in Assembler programming language, quickly changed the code since one of the founders also developed the &#8220;C&#8221; language. Bill Joy, in 1978 created 1BSD, operating system also based in Unix, that will later represent in other important developments like BSD, FreeBSD, SunOS and Mac OS X.</p>
<p>Other ramifications of this development, produced Minix OS for academic proposals, that later Linus Trovalds will use to build the first Linux distribution in 1991. Here&#8217;s a very <a href="http://upload.wikimedia.org/wikipedia/commons/5/50/Unix_history-simple.png">nice picture</a> that will help you understand a lot more of these ramifications:</p>
<p><a href="http://upload.wikimedia.org/wikipedia/commons/5/50/Unix_history-simple.png"><img class="alignnone size-medium wp-image-3308" title="Unix_history-simple" src="http://crenk.com/wp-content/uploads/2009/06/Unix_history-simple-300x190.png" alt="Unix_history-simple" width="300" height="190" /></a></p>
<p>Closing the article, here&#8217;s a quote from Joel Spolsky that talks about Windows and Linux:</p>
<p><em>&#8220;What are the cultural differences between Unix and Windows programmers? There  are many details and subtleties, but for the most part it comes down to one  thing: Unix culture values code which is useful to other programmers, while  Windows culture values code which is useful to non-programmers. This is, of  course, a major simplification, but really, that&#8217;s the big difference: are we  programming for programmers or end users? Everything else is commentary.&#8221;</em>
<ul class="related_post">
<li><a href="http://crenk.com/mandriva-linux-2010-alpha-1/" title="Mandriva Linux 2010 Alpha 1">Mandriva Linux 2010 Alpha 1</a></li>
<li><a href="http://crenk.com/webhostingratingcom-the-newest-place-to-head-to-find-out-the-right-hosting-package-for-your-needs/" title="WebHostingRating.com: The Newest Place TO Head to Find Out The Right Hosting Package For Your Needs">WebHostingRating.com: The Newest Place TO Head to Find Out The Right Hosting Package For Your Needs</a></li>
<li><a href="http://crenk.com/iphone-synchronization-with-linux/" title="iPhone Synchronization with Linux">iPhone Synchronization with Linux</a></li>
<li><a href="http://crenk.com/mac-os-x-server-v-10-6-snow-leopard-available-as-free-trial-direct-from-apple/" title="Mac OS X Server v 10.6 Snow Leopard Available as Free Trial Direct from Apple">Mac OS X Server v 10.6 Snow Leopard Available as Free Trial Direct from Apple</a></li>
<li><a href="http://crenk.com/how-to-change-admin-password-for-apple-mac-without-the-disk/" title="How To Change Admin Password for Apple Mac Without The Disk">How To Change Admin Password for Apple Mac Without The Disk</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/40-years-of-unix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 8 Free Alternatives to Adobe Photoshop</title>
		<link>http://crenk.com/top-8-free-alternatives-to-adobe-photoshop/</link>
		<comments>http://crenk.com/top-8-free-alternatives-to-adobe-photoshop/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 13:29:22 +0000</pubDate>
		<dc:creator>Steven Finch</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[alternatives]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[brita]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[chocoflop]]></category>
		<category><![CDATA[cinepaint]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[koffice]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[paint.net]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photosho]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[picnik]]></category>
		<category><![CDATA[pixen]]></category>
		<category><![CDATA[pixia]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[rich]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=1993</guid>
		<description><![CDATA[Adobe has some of the most expensive and best product solution in the world, but of course they come at a price. Below are the best 8 free solutions that challenge the Adobe Photoshop program.
1. GIMP
GIMP stands for “GNU image manipulation program”, and it is one of the oldest and most well known alternatives to [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe has some of the most expensive and best product solution in the world, but of course they come at a price. Below are the best 8 free solutions that challenge the Adobe Photoshop program.</p>
<h3>1. <a href="http://www.gimp.org/" target="_blank">GIMP</a></h3>
<p><em>GIMP</em> stands for “GNU image manipulation program”, and it is one of the oldest and most well known alternatives to Photoshop in existence. Although it doesn’t quite have all of them, you’ll find most of the features included in Photoshop somewhere in GIMP. GIMP is cross platform and supported by a large community.</p>
<p>If just having the feature set isn’t enough for you, there  is an alternative based on GIMP known as <a href="http://www.gimpshop.com/" target="_blank">GIMPShop</a>. It’s the same as GIMP, except the layout has been structured as close to Photoshop as possible, so anyone making the transition should still feel right at home.</p>
<p><a href="http://www.gimp.org/" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-01_gimp.jpg" alt="GIMP - screen shot." width="500" height="375" /></a></p>
<h3>2. <a href="http://www.koffice.org/krita/" target="_blank">Krita</a></h3>
<p><em>Krita</em> has been lauded for ease of use and won the Akademy Award for Best Application in 2006. Part of the Koffice suite for Linux, Krita is slightly less powerful than both Photoshop and GIMP, but does contain some unique features.</p>
<p><a href="http://www.koffice.org/krita/" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-02_krita.png" alt="Krita - screen shot." width="500" height="375" /></a></p>
<h3>3. <a href="http://www.getpaint.net/index.html" target="_blank">Paint.NET</a></h3>
<p><em>Paint.NET</em> has grown out of a simple replacement for the well known MSPaint into a fully featured open source image editor with a wide support base. You’ll need Windows to run Paint.NET.</p>
<p><a href="http://www.getpaint.net/index.html" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-03_paintdotnet.jpg" alt="Paint.NET - screen shot." width="450" height="335" /></a></p>
<h3>4. <a href="http://www.chocoflop.com/home_en.html" target="_blank">ChocoFlop</a></h3>
<p><em>ChocoFlop</em> is a design application designed exclusively for Mac, optimized for Mac architecture. It’s quick and fairly well featured. This program won’t always be free, but until a stable version is released (it’s currently in beta) they are allowing free use. The program works pretty well as is, and if you’re the type who doesn’t mind an occasional bug it’s certainly worth a look.</p>
<p><a href="http://www.chocoflop.com/home_en.html" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-04_chocoflop.jpg" alt="ChocoFlop - screen shot." width="500" height="331" /></a></p>
<h3>5. <a href="http://www.cinepaint.org/" target="_blank">Cinepaint</a></h3>
<p><em>Cinepaint</em> is designed primarily for video often used to make animated feature films by major studios, but it is also a great image editor capable of high fidelity 32 bit color. Currently there is no stable version for Windows.</p>
<p><a href="http://www.cinepaint.org/" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-05_cinepaint.jpg" alt="Cinepaint - screen shot." width="500" height="313" /></a></p>
<h3>6. <a href="http://www.ne.jp/asahi/mighty/knight/index.html" target="_blank">Pixia</a></h3>
<p><em>Pixia</em> was originally designed in Japanese but English versions now exist for this rich editor. Although the original focus was on anime/manga, it is a very capable editor in general. Some of the features are a little counter intuitive, but there are plenty of English tutorials available now if you want to give it a shot. The website seems to have changed recently, so be sure to use our link if you don’t want a Japanese error message. Pixia works for Windows.</p>
<p><a href="http://www.ne.jp/asahi/mighty/knight/index.html" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-06_pixia2.jpg" alt="Pixia - screen shot." width="400" height="300" /></a></p>
<h3>7. <a href="http://opensword.org/Pixen/" target="_blank">Pixen</a></h3>
<p><em>Pixen</em> is designed as a pixel artist’s dream, but has expanded into a smooth and well featured overall editor. It’s definitely best at animation though, if that’s your style. Pixen is Mac (10.4x or later) only.</p>
<p><a href="http://opensword.org/Pixen/" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-07_pixen.png" alt="Pixen - screen shot." width="500" height="331" /></a></p>
<h3>8. <a href="http://www.picnik.com/" target="_blank">Picnik</a></h3>
<p><em>Picnik</em> is a web based photo editor that has recently taken off due to a partnership with Flickr. It has all the basic features plus a few advanced ones like layers and special effects. It is cross platform since you only need a browser.</p>
<p><a href="http://www.picnik.com/" target="_blank"><img src="http://images.sixrevisions.com/2009/02/26-08_picnik.jpg" alt="Picnik - screen shot." width="450" height="368" /></a>
<ul class="related_post">
<li><a href="http://crenk.com/26-new-and-awesome-web-apps-you-probably-dont-know-about/" title="26 New And Awesome Web Apps You Probably Don&#8217;t Know About">26 New And Awesome Web Apps You Probably Don&#8217;t Know About</a></li>
<li><a href="http://crenk.com/gimp-a-great-free-photoshop-alternative/" title="GIMP: A Great Free Photoshop Alternative">GIMP: A Great Free Photoshop Alternative</a></li>
<li><a href="http://crenk.com/top-4-converter-programs-from-pdf-to-jpg-for-mac/" title="Top 4 Converter Programs from PDF to JPG for Mac">Top 4 Converter Programs from PDF to JPG for Mac</a></li>
<li><a href="http://crenk.com/mixturtle-music-streaming-search-engine-that-has-brilliant-ui/" title="Mixturtle: Music Streaming Search Engine That Has Brilliant UI">Mixturtle: Music Streaming Search Engine That Has Brilliant UI</a></li>
<li><a href="http://crenk.com/all-my-apps-the-easy-way-to-install-software-on-your-pc-or-mac/" title="All My Apps: The Easy Way To Install Software on Your PC or Mac">All My Apps: The Easy Way To Install Software on Your PC or Mac</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/top-8-free-alternatives-to-adobe-photoshop/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Cmune: Great 3D Browser-based Multiplayer 3D Shooter Game</title>
		<link>http://crenk.com/cmune-great-3d-browser-based-multiplayer-3d-shooter-game/</link>
		<comments>http://crenk.com/cmune-great-3d-browser-based-multiplayer-3d-shooter-game/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 10:57:22 +0000</pubDate>
		<dc:creator>Steven Finch</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[brower]]></category>
		<category><![CDATA[casual]]></category>
		<category><![CDATA[casual games]]></category>
		<category><![CDATA[casual gaming]]></category>
		<category><![CDATA[cmune]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mulitplayer]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[paintball]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[shoot]]></category>
		<category><![CDATA[shooter]]></category>
		<category><![CDATA[shooting]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[time waster]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=1936</guid>
		<description><![CDATA[The other day I came across a great new multiplayer 3D shooter game. The site is Cmune and they claim to have the first browser-based multiplayer 3D shooter built to be social.
Cmune allows users to play a 3D paintball shooter game within any web browser. Additionally you can play the game in either Windows, Mac [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://crenk.com/wp-content/uploads/2009/02/cmune-logo.png"><img class="alignleft size-full wp-image-1938" style="margin: 5px;" title="cmune-logo" src="http://crenk.com/wp-content/uploads/2009/02/cmune-logo.png" alt="cmune-logo" width="120" height="28" /></a>The other day I came across a great new multiplayer 3D shooter game. The site is <a href="http://cmune.com" target="_blank">Cmune</a> and they claim to have the first browser-based multiplayer 3D shooter built to be social.</p>
<p>Cmune allows users to play a 3D paintball shooter game within any web browser. Additionally you can play the game in either Windows, Mac or even within Facebook. The game itself is very simple, a user needs to just download a small plugin and then they can create or join in on a game. Paradise paintball has very simple controls and is easy to use and graphics are ok but nothing out of this world.</p>
<p>When the site first opens you are able to choose which game you want to join or even able to create a game and play against your friends. Cmune is a great time waster!!</p>
<p><a href="http://crenk.com/wp-content/uploads/2009/02/cmune-3d-paintball-shooter-game.png"><img class="aligncenter size-large wp-image-1937" title="cmune-3d-paintball-shooter-game" src="http://crenk.com/wp-content/uploads/2009/02/cmune-3d-paintball-shooter-game-1024x563.png" alt="cmune-3d-paintball-shooter-game" width="575" height="316" /></a>
<ul class="related_post">
<li><a href="http://crenk.com/google-to-launch-open-source-internet-browser-in-100-countries-today-called-chrome/" title="Google to Launch Open Source Internet Browser in 100 Countries Today, Called Chrome">Google to Launch Open Source Internet Browser in 100 Countries Today, Called Chrome</a></li>
<li><a href="http://crenk.com/icascade-rotating-addictive-puzzle-game-for-iphone-ipod-touch/" title="iCascade: Rotating Addictive Puzzle Game for iPhone / iPod Touch">iCascade: Rotating Addictive Puzzle Game for iPhone / iPod Touch</a></li>
<li><a href="http://crenk.com/google-chrome-releases-new-beta/" title="Google Chrome Releases New Beta">Google Chrome Releases New Beta</a></li>
<li><a href="http://crenk.com/mysocialbuttons-find-social-networking-buttons-and-icons-for-your-blog-or-site/" title="MySocialButtons: Find Social Networking Buttons and Icons for Your Blog or Site">MySocialButtons: Find Social Networking Buttons and Icons for Your Blog or Site</a></li>
<li><a href="http://crenk.com/tap-tap-revenge-2-the-sequel-to-the-most-popular-iphone-game-ever/" title="Tap Tap Revenge 2: The Sequel To The Most Popular iPhone Game Ever">Tap Tap Revenge 2: The Sequel To The Most Popular iPhone Game Ever</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/cmune-great-3d-browser-based-multiplayer-3d-shooter-game/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A Sneak Peak At New Netbook Operating System</title>
		<link>http://crenk.com/a-sneak-peak-at-new-netbook-operating-system/</link>
		<comments>http://crenk.com/a-sneak-peak-at-new-netbook-operating-system/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 06:33:38 +0000</pubDate>
		<dc:creator>Luis Sandoval</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Jolicloud]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MSI Wind]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=1719</guid>
		<description><![CDATA[Netbooks have hit the scene and it&#8217;s all the rage. Is this a fad? Many report that netbooks do not offer the same experience as a full sized laptop and  has sub par hardware. With a price tag under $500, I think most users understand what they are getting when they get the product.
I&#8217;m actually [...]]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="Netbook" rel="wikipedia" href="http://en.wikipedia.org/wiki/Netbook">Netbooks</a> have hit the scene and it&#8217;s all the rage. Is this a fad? <a href="http://www.techcrunch.com/2009/01/22/new-screenshot-of-jolicloud-netbook-operating-system/" target="_blank">Many report</a> that netbooks do not offer the same experience as a full sized laptop and  has sub par hardware. With a price tag under $500, I think most users understand what they are getting when they get the product.</p>
<p>I&#8217;m actually in the market for a netbook myself, looking at the <a class="zem_slink" title="MSI Wind PC" rel="wikipedia" href="http://en.wikipedia.org/wiki/MSI_Wind_PC">MSI Wind</a>, but as I research the various types of netbooks, it&#8217;s interesting to see an OS built specifically for a netbook.</p>
<p><img class="alignleft size-full wp-image-1720" title="jolicloud" src="http://crenk.com/wp-content/uploads/2009/01/jolicloud.jpg" alt="jolicloud" width="549" height="321" /></p>
<p>Introducing Jolicloud, a Linux-based operating system being created by <a class="zem_slink" title="Netvibes" rel="homepage" href="http://www.netvibes.com/#General">Netvibes</a> founder Tarig Krim. This screenshot shows the merging of desktop and cloud applicatons with icons that are easily recognizable for users. Future updates will include a touchscreen that users can interact with, especially considering the smaller size of the screens.</p>
<p>I look forward to the release of this OS and hopefully have a review posted.</p>
<p>Photo Credit <em><a href="http://www.techcrunch.com/2009/01/22/new-screenshot-of-jolicloud-netbook-operating-system/">TechCrunch</a></em>
<ul class="related_post">
<li><a href="http://crenk.com/not-a-netbook-the-litl-is-a-webbook/" title="Not A Netbook, the Litl Is A Webbook">Not A Netbook, the Litl Is A Webbook</a></li>
<li><a href="http://crenk.com/jolicloud-the-netbook-os/" title="Jolicloud &#8211; The Netbook OS">Jolicloud &#8211; The Netbook OS</a></li>
<li><a href="http://crenk.com/new-samsung-slate-netbook-best-netbook-on-the-market/" title="New Samsung Slate Netbook: Best Netbook On The Market">New Samsung Slate Netbook: Best Netbook On The Market</a></li>
<li><a href="http://crenk.com/google-chrome-os-to-launch-within-a-week/" title="Google Chrome OS To Launch Within a Week">Google Chrome OS To Launch Within a Week</a></li>
<li><a href="http://crenk.com/recyclable-paper-laptop-that-can-actually-be-thrown-away/" title="Recyclable Paper Laptop That Can Actually Be Thrown Away">Recyclable Paper Laptop That Can Actually Be Thrown Away</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/a-sneak-peak-at-new-netbook-operating-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google to Launch Open Source Internet Browser in 100 Countries Today, Called Chrome</title>
		<link>http://crenk.com/google-to-launch-open-source-internet-browser-in-100-countries-today-called-chrome/</link>
		<comments>http://crenk.com/google-to-launch-open-source-internet-browser-in-100-countries-today-called-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 09:22:19 +0000</pubDate>
		<dc:creator>Steven Finch</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=880</guid>
		<description><![CDATA[Google to launch a web browser today to 100 countries, and it will be named Google Chrome. There is a lot of buzz already about this new product and Im sure you have probably already read about it on Techcrunch, AllthingsD, Sizlopedia and more.All of this was just a rumour until it was confirmed by [...]]]></description>
			<content:encoded><![CDATA[<p><img id="vwt1" style="margin: 1em 1em 0pt 0pt; float: left;" src="http://docs.google.com/File?id=dhr6xqrv_54gbbhpkg6_b" alt="" width="302" height="246" />Google to launch a web browser today to 100 countries, and it will be named Google Chrome. There is a lot of buzz already about this new product and Im sure you have probably already read about it on <a href="http://www.techcrunch.com/2008/09/01/first-public-screen-captures-of-google-chrome/" target="_blank">Techcrunch</a>, <a href="http://kara.allthingsd.com/20080901/google-ignites-a-new-browser-war-with-microsoft-by-unveiling-one-of-its-own/" target="_blank">AllthingsD</a>, <a href="http://www.sizlopedia.com/2008/09/02/google-chrome-an-open-source-web-browser-by-google/" target="_blank">Sizlopedia</a> and more.All of this was just a rumour until it was <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">confirmed by the</a> <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">Official</a> <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">Google Blog</a>. <br id="leud" /> <br id="leud0" /> For a long time now there have only really been 3 key players in the online browser market, IE, <a href="http://firefox.com" target="_blank">Firefox</a> and Safari (MACs). I&#8217;m very interested to use this product today and see how it compares to all these other browsers. <br id="leud1" /> <br id="leud2" /> For a long time also Google has been funding Mozilla by paying to have their search engine as default in the browser, so if Google Chrome becomes popular and out grows Firefox, will they still pay top dollar to be the default search in Firefox? <br id="ewca" />
<ul class="related_post">
<li><a href="http://crenk.com/google-chrome-releases-new-beta/" title="Google Chrome Releases New Beta">Google Chrome Releases New Beta</a></li>
<li><a href="http://crenk.com/cmune-great-3d-browser-based-multiplayer-3d-shooter-game/" title="Cmune: Great 3D Browser-based Multiplayer 3D Shooter Game">Cmune: Great 3D Browser-based Multiplayer 3D Shooter Game</a></li>
<li><a href="http://crenk.com/google-chrome-for-mac-is-coming-in-december/" title="Google Chrome for Mac is Coming in December">Google Chrome for Mac is Coming in December</a></li>
<li><a href="http://crenk.com/download-internet-explorer-8-from-microsoft-today-for-free/" title="Download Internet Explorer 8 from Microsoft Today for Free">Download Internet Explorer 8 from Microsoft Today for Free</a></li>
<li><a href="http://crenk.com/which-web-browser-do-you-use-and-why/" title="Which Web Browser Do You Use and Why?">Which Web Browser Do You Use and Why?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/google-to-launch-open-source-internet-browser-in-100-countries-today-called-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WebHostingRating.com: The Newest Place TO Head to Find Out The Right Hosting Package For Your Needs</title>
		<link>http://crenk.com/webhostingratingcom-the-newest-place-to-head-to-find-out-the-right-hosting-package-for-your-needs/</link>
		<comments>http://crenk.com/webhostingratingcom-the-newest-place-to-head-to-find-out-the-right-hosting-package-for-your-needs/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 10:59:48 +0000</pubDate>
		<dc:creator>Steven Finch</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[companies]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://crenk.com/?p=852</guid>
		<description><![CDATA[WebHostingRating.com is a new host rating site where they are trying to build the biggest searchable web hosting directory featuring complete information on all web hosting providers, all their web hosting plans, promotional and discount coupons, and unedited reviews by real customers.  From what I can tell this service is built on a Wordpress [...]]]></description>
			<content:encoded><![CDATA[<p><img id="rsf0" style="margin: 1em 1em 0pt 0pt; width: 235px; height: 121px; float: left;" src="http://docs.google.com/File?id=dhr6xqrv_45cxv84jck_b" alt="" /><a href="http://webhostingrating.com/" target="_blank">WebHostingRating.com</a> is a new host rating site where they are trying to build the biggest searchable web hosting directory featuring complete information on all web hosting providers, all their web hosting plans, promotional and discount coupons, and unedited reviews by real customers.<br id="kgsf" /> <br id="kgsf0" /> From what I can tell this service is built on a Wordpress platform which incorporates a review feature, allowing users to find the right provider and package to suite their needs. <br id="rac-" /> <br id="rac-0" /> Webhostingrating.com also have other sections on the site, such as a directory, <a href="http://webhostingrating.com/awards/" target="_blank">web hosting awards</a> and <a href="http://webhostingrating.com/articles/" target="_blank">web hosting tutorials</a>. The articles section is basically their blog in which they discuss everything web hosting. The site itself is brilliantly design and I can see this type of directory really taking off.</p>
<p>Since the site is relatively new, they have only review 4 key web hosting companies at present, but make sure you keep and eye out for more coming in the future. The hosting companies they have reviewed are all Unix hosting, but they have other categories that I&#8217;m sure will develop over time, such as Windows hosting, reseller hosting, VPS hosting, dedicated hosting, collection hosting and managed hosting.</p>
<p>While offering some good reviews on trusted hosting companies, they are also writing their own corporate blog, which discusses everything from the world of web hosting. Currently, they seem to have approximately 100 articles in a variety of categories. These categories range from domain hosting to ecommerce to scripting. All the articles seem to be of good length and are very helpful. It would also have been nice to see them add a few pictures in the posts to mix up just the plain text. Normally, a site with the quality of articles they have would grow in the blogosphere, but add in the reviews section and you have a great site in the makings.</p>
<p>Anyways, make sure you head over to <a href="http://webhostingrating.com" target="_blank">Webhostingrating.com</a> and I&#8217;m sure they can help you find the right hosting package to meet your needs.
<ul class="related_post">
<li><a href="http://crenk.com/blogscom-the-blog-directory-profiling-some-of-the-best-news-from-the-blogosphere/" title="Blogs.com: The Blog Directory Profiling Some Of The Best News From The Blogosphere">Blogs.com: The Blog Directory Profiling Some Of The Best News From The Blogosphere</a></li>
<li><a href="http://crenk.com/mandriva-linux-2010-alpha-1/" title="Mandriva Linux 2010 Alpha 1">Mandriva Linux 2010 Alpha 1</a></li>
<li><a href="http://crenk.com/40-years-of-unix/" title="40 years of Unix">40 years of Unix</a></li>
<li><a href="http://crenk.com/top-5-digital-music-blogs-that-you-should-ready-on-a-daily-basis/" title="Top 5 Digital Music Blogs That You Should Read On a Daily Basis">Top 5 Digital Music Blogs That You Should Read On a Daily Basis</a></li>
<li><a href="http://crenk.com/top-8-free-alternatives-to-adobe-photoshop/" title="Top 8 Free Alternatives to Adobe Photoshop">Top 8 Free Alternatives to Adobe Photoshop</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crenk.com/webhostingratingcom-the-newest-place-to-head-to-find-out-the-right-hosting-package-for-your-needs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
