<?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>Elzo Valugi &#187; ubuntu</title>
	<atom:link href="http://blog.valugi.ro/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.valugi.ro</link>
	<description>professional websurfing</description>
	<lastBuildDate>Sun, 15 Aug 2010 06:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>do not buy Apple</title>
		<link>http://blog.valugi.ro/2009/09/12/do-not-buy-apple/</link>
		<comments>http://blog.valugi.ro/2009/09/12/do-not-buy-apple/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 22:21:26 +0000</pubDate>
		<dc:creator>elzo valugi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.valugi.ro/?p=452</guid>
		<description><![CDATA[Sometimes I give suggestion to my friends about software and hardware. I started working on a HC91 and since then I worked on various types of hardware. I love computers and Macs alike, but this is not a reason to stop reasoning. These days you don&#8217;t need a Mac. Not even in the old days. [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I give suggestion to my friends about software and hardware. I started working on a <a href="http://en.wikipedia.org/wiki/Felix_HC#Felix_HC_series" target="_blank">HC91</a> and since then I worked on various types of hardware. I love computers and Macs alike, but this is not a reason to stop reasoning.</p>
<p>These days you don&#8217;t need a Mac. Not even in the old days. Some hardcore <a href="http://en.wikipedia.org/wiki/Desktop_publishing">DTP</a> professionals are probably the only ones that had any kind of argument, but those days are long over (the days of Corel on Mac &#8211; awful ).</p>
<p><strong>Mac products are restrictive, cost way too much, have little or none upgrade capability, have a stable but closed OS, limited active community in development of software. </strong></p>
<p>If you need something nice in your house and you like light curves buy a VASE.<br />
If you need some self esteem in front of your friends, grow a PAIR.<br />
If you need a good stable friendly interface for browsing install LINUX UBUNTU.</p>
<p>For everything else you can buy a cheaper, stronger computer, do your stuff and get out of the herd of marketing Apple slaves.</p>
<p>This is not a suggestion anymore. Stop buying Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valugi.ro/2009/09/12/do-not-buy-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>running Google Apps Engine in Ubuntu</title>
		<link>http://blog.valugi.ro/2008/10/07/running-google-app-engine-in-ubuntu/</link>
		<comments>http://blog.valugi.ro/2008/10/07/running-google-app-engine-in-ubuntu/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 22:27:48 +0000</pubDate>
		<dc:creator>elzo valugi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.valugi.ro/?p=200</guid>
		<description><![CDATA[The google code documentation seems more oriented to windows and mac users. If you get this error while trying to start the development server like !is fully explained here or in the documentation dev_appserver.py [options] and you get an error message like -su: dev_appserver.py: command not found don&#8217;t despair. Here is the solution root@valugi-laptop:/home/path/to/google_appengine# python [...]]]></description>
			<content:encoded><![CDATA[<p>The google code documentation seems more oriented to windows and mac users. </p>
<p>If you get this error while trying to start the development server like !is fully explained <a href="http://code.google.com/appengine/docs/thedevwebserver.html#Running_the_Development_Web_Server">here</a> or in the documentation<br />
<code><br />
dev_appserver.py [options] <application root><br />
</code></p>
<p>and you get an error message like</p>
<p><code><br />
-su: dev_appserver.py: command not found<br />
</code></p>
<p>don&#8217;t despair.<br />
Here is the solution<br />
<code><br />
root@valugi-laptop:/home/path/to/google_appengine# python dev_appserver.py /home/path/to/google_appengine/myApp/<br />
</code></p>
<p>Where myApp is your test application and /path/to/etc the path to your engine and test application.</p>
<p>In short:</p>
<p><code><br />
$ python dev_appserver.py [options] <application root><br />
</code></p>
<p>In Linux you have to tell to Python to execute a python file. I wish somebody told me before :)</p>
<p>At least we have a community who helps the apprentices. Help can be found <a href="http://www.onecore.net/how-topython-programming-under-ubuntu.htm">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valugi.ro/2008/10/07/running-google-app-engine-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to install PDT 2.0 in Ubuntu 8.04 the simple way</title>
		<link>http://blog.valugi.ro/2008/07/17/how-to-install-pdt-20-in-ubuntu-8-04-the-simple-way/</link>
		<comments>http://blog.valugi.ro/2008/07/17/how-to-install-pdt-20-in-ubuntu-8-04-the-simple-way/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 20:21:22 +0000</pubDate>
		<dc:creator>elzo valugi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[pdt]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.valugi.ro/?p=194</guid>
		<description><![CDATA[1. uninstall eclipse 3.2 which comes from the Ubuntu repositories. Don&#8217;t worry about the files that you already have as they will be safe. 2. download latest eclipse (ganymede at this time 3.4). Choose Eclipse Classic version. 3. unzip and put somewhere in the system. 4. download PDT 2.0.0 and unzip. 5. go to eclipse/help/software [...]]]></description>
			<content:encoded><![CDATA[<p>1. uninstall eclipse 3.2 which comes from the Ubuntu repositories. Don&#8217;t worry about the files that you already have as they will be safe.<br />
2. <a href="http://www.eclipse.org/downloads/">download</a> latest eclipse (ganymede at this time 3.4). Choose Eclipse Classic version.<br />
3. unzip and put somewhere in the system.<br />
4. download <a href="http://download.eclipse.org/tools/pdt/downloads/index.php">PDT 2.0.0</a> and unzip.<br />
5. go to eclipse/help/software updates/available software/ add site / local and point to the unziped PDT folder<br />
6. install and restart</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valugi.ro/2008/07/17/how-to-install-pdt-20-in-ubuntu-8-04-the-simple-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess not working in Apache2 in Ubuntu</title>
		<link>http://blog.valugi.ro/2008/05/29/htaccess_internal_server_error_apache2_ubuntu/</link>
		<comments>http://blog.valugi.ro/2008/05/29/htaccess_internal_server_error_apache2_ubuntu/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:19:31 +0000</pubDate>
		<dc:creator>elzo valugi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.valugi.ro/?p=184</guid>
		<description><![CDATA[If you put some .htaccess file in your server and doesn&#8217;t work as expected, maybe you are trying to install a Drupal site or to set Zend Framework, follow this steps. Find your site virtual host file or edit the 000-default in the /etc/apache2/sites-enabled/ Add this lines: &#60;Directory /var/www/mysite/&#62; AllowOverride all &#60;/Directory&#62; after this block: [...]]]></description>
			<content:encoded><![CDATA[<p>If you put some .htaccess file in your server and doesn&#8217;t work as expected, maybe you are trying to install a Drupal site or to set Zend Framework, follow this steps.</p>
<p>Find your site virtual host file or edit the 000-default in the /etc/apache2/sites-enabled/</p>
<p>Add this lines:<br />
<code><br />
&lt;Directory /var/www/mysite/&gt;</code></p>
<p><code>AllowOverride all</code></p>
<p><code> &lt;/Directory&gt;<br />
</code><br />
after this block:<br />
<code><br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride None<br />
&lt;/Directory&gt;<br />
</code><br />
Reload the server with <strong><em>sudo /etc/init.d/apache2 reload</em></strong>.<br />
This should be done after each modification.</p>
<p>If you get a 500 type of error trying to view your site don&#8217;t panic!</p>
<p>This happens because the rewrite module doesn&#8217;t come enabled by default for security reasons.</p>
<p>Create a new file called rewrite.conf in _/etc/apache2/mods-enabled_<br />
in the file put this line <em>&#8220;LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so&#8221;</em></p>
<p>Reload one more time the server.<br />
This worked for me and hopefully for you, but I don&#8217;t advice this for production servers. This is information for regular Ubuntu users not for a live server where admins should know better.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valugi.ro/2008/05/29/htaccess_internal_server_error_apache2_ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
