<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>On Ubuntu - Help Blog</title>
	<atom:link href="http://onubuntu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onubuntu.wordpress.com</link>
	<description>Blog o Ubuntu distribuciji.</description>
	<lastBuildDate>Tue, 29 Apr 2008 20:36:21 +0000</lastBuildDate>
	<language>hr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='onubuntu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>On Ubuntu - Help Blog</title>
		<link>http://onubuntu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://onubuntu.wordpress.com/osd.xml" title="On Ubuntu - Help Blog" />
	<atom:link rel='hub' href='http://onubuntu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>XMMS na Ubuntu 8.04</title>
		<link>http://onubuntu.wordpress.com/2008/04/29/xmms-na-ubuntu-804/</link>
		<comments>http://onubuntu.wordpress.com/2008/04/29/xmms-na-ubuntu-804/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 20:36:21 +0000</pubDate>
		<dc:creator>onubuntu</dc:creator>
				<category><![CDATA[Instalacije]]></category>
		<category><![CDATA[Programi]]></category>
		<category><![CDATA[04]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[heron]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xmms]]></category>

		<guid isPermaLink="false">http://onubuntu.wordpress.com/?p=9</guid>
		<description><![CDATA[Prvo trebamo skinuti alate za kompajliranje XMMS-a, budući da ga instaliramo iz Sourcea. U terminal kucamo: sudo apt-get install autotools-dev automake1.9 libtool gettext libasound2-dev libaudiofile-dev \ libgl1-mesa-dev libglib1.2-dev libgtk1.2-dev libesd0-dev libice-dev libmikmod2-dev libogg-dev \ libsm-dev libvorbis-dev libxxf86vm-dev libxml-dev libssl-dev build-essential make Ukoliko imate sporiju konekciju, ovo bi moglo potrajati. Sada trebamo pripremiti XMMS za kompajliranje, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=9&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prvo trebamo skinuti alate za kompajliranje XMMS-a, budući da ga instaliramo iz Sourcea. U terminal kucamo: sudo apt-get install autotools-dev automake1.9 libtool gettext libasound2-dev libaudiofile-dev \<br />
libgl1-mesa-dev libglib1.2-dev libgtk1.2-dev libesd0-dev libice-dev libmikmod2-dev libogg-dev \<br />
libsm-dev libvorbis-dev libxxf86vm-dev libxml-dev libssl-dev build-essential make</p>
<p>Ukoliko imate sporiju konekciju, ovo bi moglo potrajati.</p>
<p>Sada trebamo pripremiti XMMS za kompajliranje, tako da napravimo jedan direktorij u home folderu, koristeći naredbu &#8220;mkdir ~/build&#8221; (bez navodnika). Poslije se navigurajte u tu mapu (&#8220;cd ~/build&#8221; (bez navodnika))<br />
Potrebno je i skinuti source od XMMS-a, koristeći se naredbom &#8220;wget http://xmms.org/files/1.2.x/xmms-1.2.11.tar.gz&#8221; (bez navodnika), otpakirati ga (&#8220;tar xvf xmms-1.2.11.tar.gz&#8221; (bez navodnika)), pa se prebaciti u XMMS folder sa naredbom &#8220;cd xmms-1.2.11&#8243; (bez navodnika)</p>
<p>Sada ide kompajliranje i instaliranje; redom kucajte ove naredbe (bez navodnika)</p>
<p>&#8220;./configure &#8211;prefix=/usr&#8221;<br />
&#8220;make&#8221;<br />
&#8220;sudo make install&#8221;</p>
<p>Poslije instalacije nećemo trebati Source direktorij, kojega ćemo ukloniti ovima naredbama (bez navodnika):<br />
&#8220;cd&#8221;<br />
&#8220;rm -rf ~/build&#8221;</p>
<p>To je to, sad možemo pokrenuti XMMS pritiskajući kombinaciju tipaka Alt+F2 i upisujući xmms.</p>
<p>Ukoliko ne želite ovo raditi svaki put, odite u System&gt;Prefrences&gt;Main Menu, pa tamo odaberite Sound &amp; Video, pa stisnite New Item. U Name upišite &#8220;XMMS Player&#8221; (bez navodnika), a pod Command upišite &#8220;xmms&#8221; (bez navodnika). Stisnite ok. Sada XMMS možete pokrenuti iz menija Applications&gt;Sound &amp; Video&gt;XMMS Player</p>
<p>UPDATE:<br />
Flac Plugin<br />
// Sve naredbe se u terminal unose BEZ navodnika //</p>
<p>Za Flac Plugin trebamo riješiti zavisnosti naredbom &#8220;sudo apt-get build-dep flac&#8221;. Poslije toga ukucajte &#8220;mkdir ~/build&#8221;, pa &#8220;cd ~/build&#8221; (tako pravimo direktorij).</p>
<p>Još trebamo skinuti source:<br />
&#8220;sudo apt-get source flac&#8221;, pa ga kompajlirati i kopirati u xmms plugins folder:</p>
<p>&#8220;cd flac-1.2.1&#8243;<br />
&#8220;./configure&#8221;<br />
&#8220;make&#8221;<br />
&#8220;cp src/plugin_xmms/.libs/libxmms-flac.so ~/.xmms/Plugins&#8221;<br />
&#8220;cd&#8221;<br />
&#8220;rm -rf ~/build&#8221;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onubuntu.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onubuntu.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onubuntu.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onubuntu.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onubuntu.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onubuntu.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onubuntu.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onubuntu.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onubuntu.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onubuntu.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onubuntu.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onubuntu.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onubuntu.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onubuntu.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onubuntu.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onubuntu.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=9&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onubuntu.wordpress.com/2008/04/29/xmms-na-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd013b33be51005297d6e7325170fde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Softverske alternative</title>
		<link>http://onubuntu.wordpress.com/2008/04/29/softverske-alternativ/</link>
		<comments>http://onubuntu.wordpress.com/2008/04/29/softverske-alternativ/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 17:11:44 +0000</pubDate>
		<dc:creator>onubuntu</dc:creator>
				<category><![CDATA[Programi]]></category>
		<category><![CDATA[alternativa]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[softver]]></category>
		<category><![CDATA[softverske]]></category>
		<category><![CDATA[sotware]]></category>

		<guid isPermaLink="false">http://onubuntu.wordpress.com/?p=8</guid>
		<description><![CDATA[Ukoliko vam treba neki program s Windowsa, a neznate koja je njegova srodna aplikacija na Linuxu, mogu vam pomoći 2 stranice: 1. The Linux Alternative Project &#8211; jednostavnija stranica na kojoj su Windows stranice sa lijeve, a alternative na Linuxu sa desne strane. 2. Open Source Alternative &#8211; stranica slična gornjoj, samo što ovdje imate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=8&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ukoliko vam treba neki program s Windowsa, a neznate koja je njegova srodna aplikacija na Linuxu, mogu vam pomoći 2 stranice:</p>
<p>1. <a href="http://www.linuxalt.com/" target="_blank">The Linux Alternative Project</a> &#8211; jednostavnija stranica na kojoj su Windows stranice sa lijeve, a alternative na Linuxu sa desne strane.<a href="http://www.osalt.com/" target="_blank"><br />
</a></p>
<p>2. <a href="http://www.osalt.com/" target="_blank">Open Source Alternative</a> &#8211; stranica slična gornjoj, samo što ovdje imate kategorije, i malo složeniji dizajn.</p>
<p>Tu su naravno i <a href="http://www.linuxappfinder.com/" target="_blank">Linux App Finder</a> i <a href="http://www.getdeb.net" target="_blank">GetDeb</a>, koje su više orijentirane na sam Linux softveraj (s tim da <a href="http://www.linuxappfinder.com/" target="_blank">Linux App Finder</a> može prikazati aplikacije slično kao i gornje dvije).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onubuntu.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onubuntu.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onubuntu.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onubuntu.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onubuntu.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onubuntu.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onubuntu.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onubuntu.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onubuntu.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onubuntu.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onubuntu.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onubuntu.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onubuntu.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onubuntu.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onubuntu.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onubuntu.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=8&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onubuntu.wordpress.com/2008/04/29/softverske-alternativ/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd013b33be51005297d6e7325170fde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>7-Zip datoteke</title>
		<link>http://onubuntu.wordpress.com/2008/04/29/7-zip-datoteke/</link>
		<comments>http://onubuntu.wordpress.com/2008/04/29/7-zip-datoteke/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:59:14 +0000</pubDate>
		<dc:creator>onubuntu</dc:creator>
				<category><![CDATA[Datoteke]]></category>
		<category><![CDATA[Programi]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[datoteka]]></category>
		<category><![CDATA[otvaranje]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://onubuntu.wordpress.com/?p=7</guid>
		<description><![CDATA[Sigurno ćete se naći u nekoj situaciji gdje imate 7zip datoteku a nemožete ju raspakirati. Pa, za raspakiranje 7 Zip (.7z) datoteka, treba nam poseban paket dostupan u repozitorijima. Odite u Applications (ili Gnome Menu), pa odaberite Add/Remove&#8230; Za Show odaberite All avilable applications, a u Search polje upišite 7z, pa instalirajte 7zip.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=7&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sigurno ćete se naći u nekoj situaciji gdje imate 7zip datoteku a nemožete ju raspakirati. Pa, za raspakiranje 7 Zip (.7z) datoteka, treba nam poseban paket dostupan u repozitorijima. Odite u Applications (ili Gnome Menu), pa odaberite Add/Remove&#8230; Za Show odaberite All avilable applications, a u Search polje upišite 7z, pa instalirajte 7zip.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onubuntu.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onubuntu.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onubuntu.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onubuntu.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onubuntu.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onubuntu.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onubuntu.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onubuntu.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onubuntu.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onubuntu.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onubuntu.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onubuntu.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onubuntu.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onubuntu.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onubuntu.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onubuntu.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=7&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onubuntu.wordpress.com/2008/04/29/7-zip-datoteke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd013b33be51005297d6e7325170fde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Kako skinuti YouTube filmić?</title>
		<link>http://onubuntu.wordpress.com/2008/04/29/kako-skinuti-youtube-film/</link>
		<comments>http://onubuntu.wordpress.com/2008/04/29/kako-skinuti-youtube-film/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:53:22 +0000</pubDate>
		<dc:creator>onubuntu</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[filmić]]></category>
		<category><![CDATA[kako]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[skinuti]]></category>
		<category><![CDATA[un]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://onubuntu.wordpress.com/?p=6</guid>
		<description><![CDATA[Filmove sa YouTubea možete najlakše skinuti sa Firefox ekstenzijom zvanom UnPlug. Princip rada ekstenzija je jednostavan; pretražuje medije na stranici i omogućuje vam da ga skinete. Kako koristiti UnPlug? Kad dođete na YouTube, i otvorite filmić, kliknite na ikonicu UnPluga, pa onda skinite file koji ima ekstenziju .flv. Puštanje .flv filmića moguća je sa VLC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=6&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Filmove sa YouTubea možete najlakše skinuti sa Firefox ekstenzijom zvanom UnPlug. Princip rada ekstenzija je jednostavan; pretražuje medije na stranici i omogućuje vam da ga skinete.</p>
<p>Kako koristiti UnPlug? Kad dođete na YouTube, i otvorite filmić, kliknite na ikonicu UnPluga, pa onda skinite file koji ima ekstenziju .flv. Puštanje .flv filmića moguća je sa VLC playerom, koji je dostupan u repozitorijima.</p>
<p><img src="http://img297.imageshack.us/img297/7886/24665851ve4.jpg" alt="" width="120" height="88" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onubuntu.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onubuntu.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onubuntu.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onubuntu.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onubuntu.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onubuntu.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onubuntu.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onubuntu.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onubuntu.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onubuntu.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onubuntu.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onubuntu.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onubuntu.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onubuntu.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onubuntu.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onubuntu.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=6&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onubuntu.wordpress.com/2008/04/29/kako-skinuti-youtube-film/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd013b33be51005297d6e7325170fde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onubuntu</media:title>
		</media:content>

		<media:content url="http://img297.imageshack.us/img297/7886/24665851ve4.jpg" medium="image" />
	</item>
		<item>
		<title>QGrubEditor &#8211; Editor GRUB Menija</title>
		<link>http://onubuntu.wordpress.com/2008/04/29/qgrubeditor/</link>
		<comments>http://onubuntu.wordpress.com/2008/04/29/qgrubeditor/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:33:59 +0000</pubDate>
		<dc:creator>onubuntu</dc:creator>
				<category><![CDATA[Programi]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[meni]]></category>
		<category><![CDATA[menija]]></category>
		<category><![CDATA[q]]></category>
		<category><![CDATA[qgrubeditor]]></category>

		<guid isPermaLink="false">http://onubuntu.wordpress.com/?p=5</guid>
		<description><![CDATA[QGrubEditor je vizualni alat za editiranje GRUB menija. Sa QGrubEditorom možete učiniti sve što bi ste radili ručnim editiranjem menu.lst datoteke, samo što je dosta lakše to raditi sa grafičkim alatom. Tu su i neke naprednije opcije poput zaštite lozinkom, stavljanje pozadinske slike, sakrivanje izbornika i tako dalje. Ja osobno koristim QGrubEditor upravo zbog svoje [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=5&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>QGrubEditor je vizualni alat za editiranje GRUB menija. Sa QGrubEditorom možete učiniti sve što bi ste radili ručnim editiranjem menu.lst datoteke, samo što je dosta lakše to raditi sa grafičkim alatom. Tu su i neke naprednije opcije poput zaštite lozinkom, stavljanje pozadinske slike, sakrivanje izbornika i tako dalje. Ja osobno koristim QGrubEditor upravo zbog svoje jednostavnosti. QGrubEditor dostupan je iz repozitorija, pa vam preporučam da ga odmah instalirate!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onubuntu.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onubuntu.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onubuntu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onubuntu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onubuntu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onubuntu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onubuntu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onubuntu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onubuntu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onubuntu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onubuntu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onubuntu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onubuntu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onubuntu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onubuntu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onubuntu.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=5&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onubuntu.wordpress.com/2008/04/29/qgrubeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd013b33be51005297d6e7325170fde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Kako instalirati Ubuntu 8.04?</title>
		<link>http://onubuntu.wordpress.com/2008/04/29/kako-instalirati-ubuntu/</link>
		<comments>http://onubuntu.wordpress.com/2008/04/29/kako-instalirati-ubuntu/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:06:59 +0000</pubDate>
		<dc:creator>onubuntu</dc:creator>
				<category><![CDATA[Instalacije]]></category>
		<category><![CDATA[.]]></category>
		<category><![CDATA[04]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[instalacija]]></category>
		<category><![CDATA[instalirati]]></category>
		<category><![CDATA[kako]]></category>
		<category><![CDATA[novi]]></category>
		<category><![CDATA[novog]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntua]]></category>

		<guid isPermaLink="false">http://onubuntu.wordpress.com/?p=4</guid>
		<description><![CDATA[Predpostavljam da ste već čuli za Ubuntu svuda na Internetu, pa ste ga odlučili instalirati (samo da vidite jel to što ste čuli istina ili nije), a neznate kako? Nemojte više tražiti! Ovaj tutorial će vam olakšati stvar, zato što će vam pokazati, korak po korak, kako instalirati najnoviju verziju Ubuntu operativnog sustava (8.04, kodnog [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=4&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">Predpostavljam da ste već čuli za Ubuntu svuda na Internetu, pa ste ga odlučili instalirati (samo da vidite jel to što ste čuli istina ili nije), a neznate kako?</span></span></span></span></p>
<p style="margin-bottom:0;" lang="zxx">
<p style="margin-bottom:0;" lang="zxx"><span style="color:#000000;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;"><span style="font-family:Verdana;"><span>Nemojte više tražiti! Ovaj </span></span><span style="font-family:Verdana;"><em><span>tutorial </span></em></span><span style="font-family:Verdana;"><span style="font-style:normal;"><span>će vam olakšati stvar, zato što će vam pokazati, korak po korak, kako instalirati najnoviju verziju Ubuntu operativnog sustava (8.04, kodnog imena Hardy Heron) na vaš PC u ne više od 10 minuta (ovisno o vašem računalu, naravno). Jeste li spremni? Krenimo!</span></span></span></span></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;"><span style="color:#000000;"><span style="font-size:small;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">&#8211;</span></span><span style="background:transparent none repeat scroll 0 0;"><span style="font-family:Verdana;"><span><span style="font-style:normal;"><strong></strong></span></span></span></span></span></span></p>
<p style="margin-bottom:0;"><span style="color:#000000;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;"><span style="font-family:Verdana;"><span><span style="font-style:normal;"><strong>1.</strong></span></span></span><span style="font-family:Verdana;"><span><span style="font-style:normal;"><span> </span></span></span></span><span style="font-family:Verdana;"><span><span style="font-style:normal;"><strong>korak</strong></span></span></span><span style="font-family:Verdana;"><span><span style="font-style:normal;"><span> – Skinite Ubuntu 8.04 sa oficijalnog sajt, <a href="http://mirror.ox.ac.uk/sites/releases.ubuntu.com/releases/hardy/ubuntu-8.04-desktop-i386.iso">odavde</a> (preporučam Vam skidanje 32-bitne verzije, čak I ako imate 	64-bitni procesor).</span></span></span></span></span></span></span></p>
<p><span style="font-family:Verdana;"><span><span style="font-style:normal;"><strong>2. 	korak</strong></span></span></span><span style="font-family:Verdana;"><span><span style="font-style:normal;"><span> – Snimite Ubuntu 8.04 sa svojim najdražim snimačem (Nero, 	ImgBurn&#8230;) na CD medij (preporučena brzina: 8x)</span></span></span></span></p>
<p><span style="font-family:Verdana;"><span><span style="font-style:normal;"><strong>3. 	korak</strong></span></span></span><span style="font-family:Verdana;"><span><span style="font-style:normal;"><span> – Umetnite CD u Vaš čitač i restartirajte kompjuter. Potrebno 	je uključiti dizanje OS-a sa diska. Kad ste upitani, odaberite 	jezik (najbolje engleski, zbog lošeg prijevoda na druge jezike).</span></span></span></span></p>
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_001.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_001.png" border="0" alt="Review image" width="364" height="277" /></a></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">Odaberite Install Ubuntu i pritisnite Enter</span></span></span></span></p>
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_002.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_002.png" border="0" alt="Review image" width="364" height="277" align="bottom" /></a></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">Pričekajte da se CD učita, i kad se instaler pojavi, odaberite jezik (najbolje engleski) i kliknite Forward. </span></span></span></span></p>
<table border="0" cellspacing="0" cellpadding="5" width="374">
<col width="364"></col>
<tbody>
<tr>
<td width="364" valign="top"></td>
<td width="364" valign="top">
<p style="text-align:center;" lang="zxx"><span style="color:#000000;"><a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_003.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_003.png" border="0" alt="Review image" width="364" height="277" align="bottom" /></a></span></p>
</td>
</tr>
</tbody>
</table>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_004.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_004.png" border="0" alt="Review image" width="364" height="250" align="bottom" /></a></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">Na drugom ekranu će se pojaviti Zemaljska kugla, sa točkama, tako da možete odabrati gdje živite, mada je bolje to odratiti sa liste, osim ako ste ultraprecizni. Poslije opet stisnite Forward.</span></span></span></span></p>
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_005.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_005.png" border="0" alt="Review image" width="364" height="251" align="bottom" /></a></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:xx-small;"><span style="font-size:small;"><span style="font-style:normal;"><span style="background:transparent none repeat scroll 0 0;">Na trećem koraku upitat će vas za raspored (jezik) tipkovnice. Odaberite Croatian, ili neki vama srodni jezik (Srpski, Bosanski). U kućici dole, možete istestirati slova, da vidite jel sve ispravno. Kliknite Forward. </span></span></span></span></span></span></p>
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_006.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_006.png" border="0" alt="Review image" width="364" height="251" align="bottom" /></a></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">Još malo, nismo završili. Particioniranje je zapravo lagan, ali ipak i najkritičniji dio posla. Sada tu imate tri opcije: Hold on, don&#8217;t leave just yet! The hard disk partitioning is an easy task, so I am quite sure you will manage to handle it too. You have three options:</span></span></span></span></p>
<p style="margin-bottom:0;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:xx-small;"><span style="font-size:small;"><span style="font-style:normal;"><span style="background:transparent none repeat scroll 0 0;">1. Ako želite da Ubuntu sam particionira Hard disk, odnosno da smanji particiju Windowsa, i napravi svoju na praznom mjestu. Tu se sve svodi na klizač na kojem određujete koriko će zauzeti Ubuntu, a koliko Windowsi.<br />
2. Ako želite da obrišete sve sa hard diska, odnosno da ga formatirate, odaberite drugu opciju.<br />
3. Ručno particioniranje je malo zeznutiji posao na kojem možete uništiti sve particije, naravno ako ne pazite. Ovo se preporuča samo ako nemate bitnijih podataka i drugih operativnih sustava. U tom slučaju trebali bi particionirati ovako: 160GB HDD – Napravite prvu Ext3 particiju veličine 30GB i za Mount point odaberite /. Druga particija neka bude swap particija veličine 3GB, a treća neka zauzme sve ostalo, a mount point neka bude /home.</span></span></span></span></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">80GB HDD – Napravite prvu Ext3 particiju veličine 20GB, mount point neka bude /. Druga particija će biti swap, veličine 2-3GB. Treća neka bude sve ostalo, mount point /home. </span></span></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">40GB HDD – Prva particija 15GB (/). Druga 2GB (swap), a treća sve ostalo (/home)</span></span></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_007.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_007.png" border="0" alt="Review image" width="364" height="251" align="bottom" /></a></span></span></p>
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_015.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_015.png" border="0" alt="Review image" width="364" height="238" align="bottom" /></a></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">Na 5. koraku trebat ćete unijeti neke osobne informacije. Vaše PRAVO IME, korisničko ime za prijavu na sistem, lozinku i ime računala (automatski generirano). Kad završite, kliknite Forward. </span></span></span></span></p>
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"><span style="background:transparent none repeat scroll 0 0;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_008.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_008.png" border="0" alt="Review image" width="364" height="252" align="bottom" /></a></span></span></p>
<p style="margin-bottom:0;font-style:normal;" lang="zxx">
<p style="margin-bottom:0;font-style:normal;" lang="zxx"><span style="color:#000000;"><span style="font-family:Verdana;"><span style="font-size:small;"><span style="background:transparent none repeat scroll 0 0;">Ako ste sve uspješno odradili i nemate drugih sustava na vašem računalu, biti će potrebno još samo stisnuti tipku Install! Poslije instalacije kliknite Restart Now i uživajte u Vašem novom OS-u.</span></span></span></span></p>
<p style="margin-bottom:0;" lang="zxx">
<table border="0" cellspacing="0" cellpadding="5" width="374">
<col width="364"></col>
<tbody>
<tr>
<td width="364" valign="top">
<p align="justify"><span style="color:#000000;"><a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_010.png" target="_blank"><img src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_010.png" border="0" alt="Review image" width="364" height="251" align="bottom" /></a></span></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="374">
<col width="364"></col>
<tbody>
<tr>
<td width="364" valign="top">
<p align="justify"><span style="color:#000000;"><a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_011.png" target="_blank"><img src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_011.png" border="0" alt="Review image" width="364" height="137" align="bottom" /></a></span></p>
</td>
</tr>
</tbody>
</table>
<p style="margin-bottom:0;text-align:center;" lang="zxx"><span style="color:#000000;"> <a href="http://news.softpedia.com/images/extra/LINUX/large/ubuntu804installationguide-large_012.png" target="_blank"><img class="aligncenter" src="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_012.png" border="0" alt="Review image" width="328" height="174" align="bottom" /></a></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onubuntu.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onubuntu.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onubuntu.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onubuntu.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onubuntu.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onubuntu.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onubuntu.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onubuntu.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onubuntu.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onubuntu.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onubuntu.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onubuntu.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onubuntu.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onubuntu.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onubuntu.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onubuntu.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onubuntu.wordpress.com&amp;blog=3607457&amp;post=4&amp;subd=onubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onubuntu.wordpress.com/2008/04/29/kako-instalirati-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd013b33be51005297d6e7325170fde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onubuntu</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_001.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_002.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_003.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_004.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_005.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_006.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_007.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_015.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_008.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_010.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_011.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>

		<media:content url="http://news.softpedia.com/images/extra/LINUX/small/ubuntu804installationguide-small_012.png" medium="image">
			<media:title type="html">Review image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
