<?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>Avi's Code &#187; Ubuntu</title>
	<atom:link href="http://telyas.com/wordpress2/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://telyas.com/wordpress2</link>
	<description>My Open source and "free time" work</description>
	<lastBuildDate>Mon, 11 May 2009 07:08:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Ubuntu 9.04 &#8211; KDE Cpu usage</title>
		<link>http://telyas.com/wordpress2/2009/05/10/ubuntu-904-kde-cpu-usage/</link>
		<comments>http://telyas.com/wordpress2/2009/05/10/ubuntu-904-kde-cpu-usage/#comments</comments>
		<pubDate>Mon, 11 May 2009 04:33:20 +0000</pubDate>
		<dc:creator>Avi Telyas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=135</guid>
		<description><![CDATA[Not sure why, but suddenly KDE4 has gone berserk on my ubuntu 9.04 machine. Before I restart the machine, here is a screen capture of the CPU usage &#8211; 50% means one of my CPU is working 100% for KDE.]]></description>
			<content:encoded><![CDATA[<p>Not sure why, but suddenly KDE4 has gone berserk on my ubuntu 9.04 machine.<br />
Before I restart the machine, here is a screen capture of the CPU usage &#8211; 50% means one of my CPU is working 100% for KDE.<br />
<a href="http://telyas.com/wordpress2/wp-content/uploads/2009/05/kde-cpu-usage.jpg"><img class="alignnone size-full wp-image-136" title="kde-cpu-usage" src="http://telyas.com/wordpress2/wp-content/uploads/2009/05/kde-cpu-usage.jpg" alt="kde-cpu-usage" width="697" height="473" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2009/05/10/ubuntu-904-kde-cpu-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Jaunty and Android ADB</title>
		<link>http://telyas.com/wordpress2/2009/04/29/ubuntu-jaunty-and-android-adb/</link>
		<comments>http://telyas.com/wordpress2/2009/04/29/ubuntu-jaunty-and-android-adb/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:07:39 +0000</pubDate>
		<dc:creator>Avi Telyas</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Jaunty]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=133</guid>
		<description><![CDATA[I have recently upgraded my ubuntu machine to Jaunty. When I tried to work with my G1 Devphone, I found out that adb doesn&#8217;t seem to find the device. Luckily, I am not the first one to find it, and could find a solution in an Android Group : cp /etc/udev/rules.d/50-android.rules /etc/udev/rules.d/51-android.rules /etc/init.d/udev reload Just [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently upgraded my ubuntu machine to Jaunty. When I tried to work with my G1 Devphone, I found out that adb doesn&#8217;t seem to find the device.</p>
<p>Luckily, I am not the first one to find it, and could find a solution in an <a href="http://groups.google.com/group/android-developers/browse_thread/thread/1c55ed426623e2b8/216256a872a74bbb?show_docid=216256a872a74bbb">Android Group</a> :</p>
<blockquote><p>cp /etc/udev/rules.d/50-android.rules /etc/udev/rules.d/51-android.rules</p></blockquote>
<blockquote><p>/etc/init.d/udev reload</p></blockquote>
<p>Just don&#8217;t forget to disconnect and plug-in the device again, and there you go. </p>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2009/04/29/ubuntu-jaunty-and-android-adb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench on ubuntu AMD64</title>
		<link>http://telyas.com/wordpress2/2009/01/28/mysql-workbench-on-ubuntu-amd64/</link>
		<comments>http://telyas.com/wordpress2/2009/01/28/mysql-workbench-on-ubuntu-amd64/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 09:54:02 +0000</pubDate>
		<dc:creator>Avi Telyas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=78</guid>
		<description><![CDATA[MySQL workbench will help you design your MySQL Database. The only problem is, binaries are not available for Linux amd64 machines. (Again, I kick myself for choosing amd64). So, what a normal Linux guy does? &#8211; Obviously, download the source code, compile and try to run. I have done just that, created a debian package [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.mysql.com/workbench/">MySQL workbench</a> will help you design your MySQL Database.</p>
<p>The only problem is, binaries are not available for Linux amd64 machines. (Again, I kick myself for choosing amd64).<br />
So, what a normal Linux guy does? &#8211; Obviously, download the source code, compile and try to run. I have done just that, created a debian package (after making sure all lib dependencies are met).</p>
<p><strong>But, </strong>the workbench does not start. I get a very nice splash screen, but that&#8217;s it:</p>
<p><img class="alignnone size-full wp-image-79" title="Mysql workbench " src="http://telyas.com/wordpress2/wp-content/uploads/2009/01/mysql.jpg" alt="Mysql workbench " width="600" height="364" /></p>
<p>I must admit, after some more fiddling, trying, guessing, I started a Windows vitual machine (over Virtualbox) downloaded the windows installation, and it works <strong>perfectly. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2009/01/28/mysql-workbench-on-ubuntu-amd64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Eclipse 3.4 on Ubuntu 8.10 AMD64</title>
		<link>http://telyas.com/wordpress2/2008/12/29/running-eclipse-34-on-ubuntu-810-amd64/</link>
		<comments>http://telyas.com/wordpress2/2008/12/29/running-eclipse-34-on-ubuntu-810-amd64/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 13:04:02 +0000</pubDate>
		<dc:creator>Avi Telyas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=35</guid>
		<description><![CDATA[Everyone rants that Ubuntu didn&#8217;t upgrade Eclipse in a long time. Still Release 3.2 is deployed, which is quite ancient in Today&#8217;s terms. I have also struggled with this issue for a while, till I found an answer (sorry, didn&#8217;t bookmark the source). Download the Linux 64 version from Ecplise.org &#8211; That&#8217;s quite obvious Check [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone rants that Ubuntu didn&#8217;t upgrade Eclipse in a long time. Still Release 3.2 is deployed, which is quite ancient in Today&#8217;s terms. I have also struggled with this issue for a while, till I found an answer (sorry, didn&#8217;t bookmark the source).</p>
<ol>
<li>Download the Linux 64 version from Ecplise.org &#8211; That&#8217;s quite obvious</li>
<li>Check which Java application is the default- follow from /usr/bin/java to the /usr/lib/jvm directory</li>
<li>From a terminal, in the eclipse directory perform the following:</li>
</ol>
<blockquote><p>export JAVA_HOME=&#8217;desired /usr/lib/jvm/&#8217; directory&#8217;</p>
<p>./eclipse</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2008/12/29/running-eclipse-34-on-ubuntu-810-amd64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lexmark x610 on Ubuntu</title>
		<link>http://telyas.com/wordpress2/2008/12/15/lexmark-x610-on-ubuntu/</link>
		<comments>http://telyas.com/wordpress2/2008/12/15/lexmark-x610-on-ubuntu/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 15:07:11 +0000</pubDate>
		<dc:creator>Avi Telyas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=24</guid>
		<description><![CDATA[As it turns out, I cannot fully migrate to Ubuntu as my printer is not supported. I guess I&#8217;d have to install the drivers on a Virtual machine running windows or buy a new printer&#8230; I find it quite annoying that after so many years of Linux deployments, including the new EEE PCs and the [...]]]></description>
			<content:encoded><![CDATA[<p>As it turns out, I cannot fully migrate to Ubuntu as my printer is not supported.</p>
<p>I guess I&#8217;d have to install the drivers on a Virtual machine running windows or buy a new printer&#8230;</p>
<p>I find it quite annoying that after so many years of Linux deployments, including the new EEE PCs and the likes, Lexmark didn&#8217;t find the time to implement a driver.</p>
<p>Hey, Lexmark, if you want I can do it for you, just provide the information (and some money).</p>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2008/12/15/lexmark-x610-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picasa on Ubuntu</title>
		<link>http://telyas.com/wordpress2/2008/12/12/picasa-on-ubuntu/</link>
		<comments>http://telyas.com/wordpress2/2008/12/12/picasa-on-ubuntu/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 13:24:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=22</guid>
		<description><![CDATA[One of the best application created (actually purchased) by Google is Picasa, and there is a version for Linux. Downloaded and installed (the AMD64 version). Runs perfectly.  The only annoying part was that it runs over Wine. Google, PLEASE, port your application to Linux, don&#8217;t just use Wine!  Let&#8217;s not forget that Chrome does not [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best application created (actually purchased) by Google is Picasa, and there is a version for Linux. Downloaded and installed (the AMD64 version). Runs perfectly. </p>
<p>The only annoying part was that it runs over Wine. Google, PLEASE, port your application to Linux, don&#8217;t just use Wine! </p>
<p>Let&#8217;s not forget that Chrome does not have a Linux version.</p>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2008/12/12/picasa-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; mission accomplished</title>
		<link>http://telyas.com/wordpress2/2008/12/11/ubuntu-mission-accomplished/</link>
		<comments>http://telyas.com/wordpress2/2008/12/11/ubuntu-mission-accomplished/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:58:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=20</guid>
		<description><![CDATA[I feel a bit humbled after I have ranted in my previous post.  After I fixed all my HW installation issues, including a faulty CDROM, the installation ran perfectly INCLUDING the Ethernet driver.  It is working perefectly, and now I can start my development]]></description>
			<content:encoded><![CDATA[<p>I feel a bit humbled after I have ranted in my previous post. </p>
<p>After I fixed all my HW installation issues, including a faulty CDROM, the installation ran perfectly INCLUDING the Ethernet driver. </p>
<p>It is working perefectly, and now I can start my development</p>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2008/12/11/ubuntu-mission-accomplished/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu issues &#8211; Intel Core 2 Duo E7200 with Asus P5KPL-CM</title>
		<link>http://telyas.com/wordpress2/2008/12/10/ubuntu-issues-intel-core-2-duo-e7200-with-asus-p5kpl-cm/</link>
		<comments>http://telyas.com/wordpress2/2008/12/10/ubuntu-issues-intel-core-2-duo-e7200-with-asus-p5kpl-cm/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 21:29:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://telyas.com/wordpress2/?p=18</guid>
		<description><![CDATA[Bought myself a new computer, decided to be really &#8220;smart&#8221; and assemble one myself.  I got:  1) Asus P5KPL-CM 2) Intel Core 2 Duo E7200 3) 2GB memory &#8211; reasonable quality 4) Very bad case 5) Awful power supply Too many problems for such a few components:  The Heat Sink (CPU fan) did not install [...]]]></description>
			<content:encoded><![CDATA[<p>Bought myself a new computer, decided to be really &#8220;smart&#8221; and assemble one myself. </p>
<p>I got: <br />
1) Asus P5KPL-CM<br />
2) Intel Core 2 Duo E7200<br />
3) 2GB memory &#8211; reasonable quality<br />
4) Very bad case<br />
5) Awful power supply</p>
<p>Too many problems for such a few components:</p>
<ul>
<li> The Heat Sink (CPU fan) did not install easily, had to force it for a long time. I have actually though I did, till I noticed a heat alarm during the boot&#8230; retried, and retried till it worked. </li>
<li>Now, the heat sink cannot be installed when the motherboard is screwed to the case&#8230; since it need more height. Put in some brackets (did not have enough)&#8230; so it is not that stable</li>
<li>Ran and ubuntu live CD and noticed I don&#8217;t have ethernet &#8211; seems there is a solution &#8211; need to compile and install the drivers <img src='http://telyas.com/wordpress2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </li>
<li>Getting errors during the boot before installation:  Buffer I/O error on device FD0, Logical Block 0 . It <a href="https://answers.launchpad.net/ubuntu/+question/7697" target="_blank">seems I am not the only one</a> .</li>
<li>KVM does not seem to work &#8211; I am getting a keyboard error. Went to KSP and they claimed it is working- STRANGE. </li>
</ul>
<div>Getting too late. Will continue tomorrow. </div>
<div>THIS IS WHY LINUX IS NOT READY FOR THE MASS MARKET! </div>
<div>I can handle this, and in a wierd way, enjoy it, but not sure how many people out there can do the same. </div>
]]></content:encoded>
			<wfw:commentRss>http://telyas.com/wordpress2/2008/12/10/ubuntu-issues-intel-core-2-duo-e7200-with-asus-p5kpl-cm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

