<?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>Lost Resort BIZ - The Blog &#187; Ubuntu applications</title>
	<atom:link href="http://www.lostresort.biz/blog/tag/ubuntu-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lostresort.biz/blog</link>
	<description>Talking about us and about web site development</description>
	<lastBuildDate>Tue, 22 Nov 2011 08:15:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ubuntu – useful applications</title>
		<link>http://www.lostresort.biz/blog/2010/03/05/ubuntu-useful-applications/</link>
		<comments>http://www.lostresort.biz/blog/2010/03/05/ubuntu-useful-applications/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:41:29 +0000</pubDate>
		<dc:creator>Cristi_N</dc:creator>
				<category><![CDATA[Linux - Ubuntu]]></category>
		<category><![CDATA[modifying Xorg X-server parameters]]></category>
		<category><![CDATA[Ubuntu applications]]></category>
		<category><![CDATA[Ubuntu Linux commands]]></category>

		<guid isPermaLink="false">http://www.lostresort.biz/blog/?p=542</guid>
		<description><![CDATA[As of today, Ubuntu had come to its 9.10 version, named Karmic Koala. Ubuntu is a Linux based operating system, built mostly from Debian. To some extent is a good alternative for paid Operating Systems (Windows, Mac OS etc.). If you intend to use this OS mostly for Internet surfing, programming, learning, image manipulation, testing and some other<br /><a class="read-rest" href="http://www.lostresort.biz/blog/2010/03/05/ubuntu-useful-applications/">Read the rest ...</a>]]></description>
			<content:encoded><![CDATA[<p>As of today, Ubuntu had come to its 9.10 version, named Karmic Koala. Ubuntu is a Linux based operating system, built mostly from Debian. To some extent is a good alternative for paid Operating Systems (Windows, Mac OS etc.). If you intend to use this OS mostly for Internet surfing, programming, learning, image manipulation, testing and some other tasks it is a good choice to install it on your computer.</p>
<h3>Windows emulation application</h3>
<p><a href="http://www.winehq.org/">Wine</a> lets you run Windows software on other operating systems (like Linux). You have to note that not <strong>every</strong> application will run, but users tested and reviewed more thousands applications. <a href="http://appdb.winehq.org/">Application database</a> has more than 13,000 entries with applications that work on various OSes.</p>
<h3>Updating your Operating System</h3>
<p>This operation can be done using two methods. First you can use the Update Manager (which can be find under <b>System &#8211;&gt; Administration</b>.</p>
<p><a href="http://www.lostresort.biz/blog/wp-content/uploads/2010/01/up-man.png"><img src="http://www.lostresort.biz/blog/wp-content/uploads/2010/01/up-man.png" alt=" " title="up-man" width="505" height="624" class="alignnone size-full wp-image-557" /></a></p>
<p>After you press the <b>Check</b> button you will be prompted for your user session password. After this step, if any updates available, you can install them, all or partially based on your selection.</p>
<p>The other method can achieve the same result using the command prompt terminal. <b>Terminal</b> can be found under <b>Applications &#8211;&gt; Accessories</b>.</p>
<p>In the terminal you can type:</p>
<pre class="crayon-plain-tag"><code>sudo apt-get update
sudo apt-get upgrade</code></pre>
<p><cite title="https://help.ubuntu.com/8.04/serverguide/C/apt-get.html">The apt-get command is a powerful command-line tool used to work with Ubuntu&#8217;s Advanced Packaging Tool (APT) performing such functions as installation of new software packages, upgrade of existing software packages, updating of the package list index, and even upgrading the entire Ubuntu system.</cite></p>
<p>First command updates the package index; the APT package index is essentially a database of available packages from the repositories defined in the <b>/etc/apt/sources.list</b> file.<br />
Second command upgrades packages; from time to time, updated versions of some packages currently installed on your computer become available from the package repositories.</p>
<p>The <b>sudo</b> command will run the commands as super user and you&#8217;ll be prompted for your user session password. After the system update you can run <b>sudo apt-get autoclean</b> to clear out the local repository of retrieved package files. More details about <b>apt-get</b> command can be found if you ran in a terminal the command <b>man apt-get</b>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lostresort.biz/blog/2010/03/05/ubuntu-useful-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

