<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>guru in progress &#187; linux</title>
	<atom:link href="http://blog.confiq.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.confiq.org</link>
	<description>Blog by Igor Konforti</description>
	<lastBuildDate>Sun, 07 Jun 2009 19:21:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>confiq@gmail.com ()</managingEditor>
		<webMaster>confiq@gmail.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Blog by Igor Konforti</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>confiq@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://blog.confiq.org/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://blog.confiq.org/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>guru in progress</title>
			<link>http://blog.confiq.org</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>facebook API &#8211; my opinion</title>
		<link>http://blog.confiq.org/2009/06/facebook-api-my-opinion/</link>
		<comments>http://blog.confiq.org/2009/06/facebook-api-my-opinion/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:58:40 +0000</pubDate>
		<dc:creator>confiq</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://blog.confiq.org/?p=35</guid>
		<description><![CDATA[Few months ago I saw an ad in agora.co.il that they are looking for facebook API programmer who can volunteer to write them a facebook app, called Agorapp. At that time i really wanted to learn FB API so i contact them and volunteer for the job. I meet they web-master (who is .net geek [...]]]></description>
			<content:encoded><![CDATA[<p>Few months ago I saw an ad in <a href="http://www.agora.co.il/">agora.co.il</a> that they are looking for facebook API programmer who can volunteer to write them a facebook app, called Agorapp. At that time i really wanted to learn FB API so i contact them and volunteer for the job. I meet they web-master (who is .net geek but very clever) , we made tiny <a href="http://en.wikipedia.org/wiki/Technology_roadmap">roadmap</a> what app should do and how it should look and then started to work. After few weeks we had beta version which worked almost without any bug. Today, this app is up and running at address: http://apps.facebook.com/agoraapp/ . They even put my name on front of app <img src='http://blog.confiq.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>All facebook experience was kinda ok. Good sides of writing facebook api are:</p>
<ul>
<li>Very reach API</li>
<li>Easy to apply a code</li>
<li>Good PHP client</li>
</ul>
<p>On another side:</p>
<ul>
<li>Bad manual. Where is one wiki and it&#8217;s not updated</li>
<li>Restricted access to user (which is ok for user, not developer)</li>
<li>Very but very bad debugging</li>
<li>SLOW</li>
</ul>
<p>The most worst is the speed cause when you surf from apps.fb.com fb server connects to your LAMP server and then communicate back to browser.  This can be very slow when your server is not in U.S.A.<br />
Question is why don&#8217;t FB serve they own PHP application. I guess there is security involved or they want to get cheap on servers.</p>
<p>Anyhow after this task i had to write facebook connect for <a href="http://www.netanyahu.org.il/">bibi</a>. With this expiriance i wrote it after 5+ days. If i haven&#8217;t written agoraApp it could take me a weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.confiq.org/2009/06/facebook-api-my-opinion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vim w/ ubuntu and hebrew</title>
		<link>http://blog.confiq.org/2008/07/vim-w-ubuntu-and-hebrew/</link>
		<comments>http://blog.confiq.org/2008/07/vim-w-ubuntu-and-hebrew/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 13:26:12 +0000</pubDate>
		<dc:creator>confiq</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[hebrew]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.confiq.org/?p=27</guid>
		<description><![CDATA[When real guru says to use vim please listen to them and simply use it. Vim comes from vi editor which is 32 years old program. You can call vim it&#8217;s child cause it&#8217;s younger but much more powerful.
For some weird reason ubuntu decided to use striped-down version of vim (package: vim-tiny) which comes by [...]]]></description>
			<content:encoded><![CDATA[<p>When real guru says to use vim please listen to them and simply use it. <a href="http://en.wikipedia.org/wiki/Vim_(text_editor)">Vim</a> comes from <a href="http://en.wikipedia.org/wiki/Vi">vi</a> editor which is 32 years old program. You can call vim it&#8217;s child cause it&#8217;s younger but much more powerful.</p>
<p>For some weird reason ubuntu decided to use striped-down version of vim (package: <em>vim-tiny</em>) which comes by default install. Problem with vim-tiny is it&#8217;s weak and not powerful as real vim.  However you can install it by &#8220;<em>sudo apt-get install vim</em>&#8220;. After that copy default <code>vimrc</code> file from <code>/etc/vim</code> to your home directory with the name <code>.vimrc</code></p>
<p><code>cp /etc/vim/vimrc ~/.vimrc</code></p>
<p>After that edit it and turn syntax on (<a href="http://babyloncandle.blogspot.com/2007/12/ubuntu-highlight-me-vim.html">more info</a>). Here is little example of my editor: <a href="http://blog.confiq.org/wp-content/uploads/2008/07/vim.png"><img class="alignnone size-medium wp-image-28" title="vim" src="http://blog.confiq.org/wp-content/uploads/2008/07/vim-300x178.png" alt="" width="300" height="178" /></a></p>
<p>If you want to read/write Hebrew perhaps you should read <a href="http://he.wikipedia.org/wiki/Vim">wikipedia</a> which says to use &#8220;:set rightleft&#8221; and &#8220;:set norightleft&#8221; (or short :set lr,:set nolr). It also says it don&#8217;t support BiDi very well for it&#8217;s simplicity, but this way writing hebrew is better that lot of IDEs that i know.  Better than my favorite <a href="http://www.openkomodo.com/">komodo edit</a>.<br />
I remember at beginning when i saw Vim and when i started to read man pages i decided to stay with nano. I used nano for few years but today, no way that I&#8217;m returning to nano/pico after vim.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.confiq.org/2008/07/vim-w-ubuntu-and-hebrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RHCE or LPI-2</title>
		<link>http://blog.confiq.org/2008/06/rhce-or-lpi-2/</link>
		<comments>http://blog.confiq.org/2008/06/rhce-or-lpi-2/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 17:06:53 +0000</pubDate>
		<dc:creator>confiq</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[LPIC]]></category>
		<category><![CDATA[RHCE]]></category>

		<guid isPermaLink="false">http://blog.confiq.org/?p=7</guid>
		<description><![CDATA[After CCNA certification i decided to move forward and perhaps leave cisco as it is. I don&#8217;t know why i choice cisco. Cisco is company that i don&#8217;t like it&#8217;s policy but I&#8217;ll leave that topic to another post!
And again, after CCNA i decided to have some Linux certification. After reading and asking people there [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">After <a href="http://www.ciscosystems.com/web/learning/le3/le2/le0/le9/learning_certification_type_home.html" target="_blank">CCNA</a> certification i decided to move forward and perhaps leave cisco as it is. I don&#8217;t know why i choice cisco. Cisco is company that i don&#8217;t like it&#8217;s policy but I&#8217;ll leave that topic to another post!</p>
<p style="text-align: left;">And again, after CCNA i decided to have some Linux certification. After reading and asking people there are 2 main certifications for Linux. LPI and Red Hats certifications. There is few more like <a href="http://www.novell.com/training/">Suse</a> or <a href="http://certification.comptia.org/linux/">CompTIA Linux+</a> but they are not so popular as RHCE or LPI.</p>
<div><a href="http://blog.confiq.org/wp-content/uploads/2008/05/redhat_rhce_logo.gif"><img class="alignleft size-medium wp-image-9" title="RHCE logo" src="http://blog.confiq.org/wp-content/uploads/2008/05/redhat_rhce_logo-174x300.png" alt="" width="124" height="214" /></a></p>
<p style="text-align: left;"><a href="http://www.redhat.com/certification/rhce/">RHCE</a> (Red Hat Certified Engineer) certification is most popular certification for linux out there (at least for Israel). The population of RH probably comes from very good linux distribution (even if closed). RH is usually installed for server and if you&#8217;re looking for linux career you&#8217;ll probably need get used for it&#8217;s <a href="http://en.wikipedia.org/wiki/RPM_Package_Manager">RPM package manager</a> and to get it&#8217;s certification. In Israel if you want to get a course of RHCE you can do it in <a href="http://www.johnbryce.co.il/">John Bryce school</a> for 17.5K NIS  or $5193 (current course). If you know any more courses in Israel that teach you RHCE please contact me. The course is 6 months long and i would like to find another opinions about this course.<br />
You can find example questions <a href="https://www.redhat.com/apps/training/assess/">here</a> (registration needed).</p>
<p style="text-align: left;;">
<hr /></div>
<p style="text-align: left;"><img class="alignright size-medium wp-image-10" title="lpi-lpic2" src="http://blog.confiq.org/wp-content/uploads/2008/06/lpi-lpic2-246x300.png" alt="" width="151" height="183" /></p>
<p style="text-align: left;">
<p style="text-align: left;"><a href="http://en.wikipedia.org/wiki/LPIC">LPIC</a> on another hand, don&#8217;t depend on any distribution out there. You will find questions from all kind of package manager &#8211; debians: apt-get; red hat: rpm; suse: Yast&#8230;<br />
But main material is same as RHCE. People say that LPIC-2 is hard  as RHCE except that LPI ask more questions for another distributions. I guess that what makes it harder/better.<br />
Another interesting thing with LPIC is non-profit organization.<br />
Examples for LPIC-1 question you can find <a href="http://gnosis.cx/publish/programming/exam102.html">here</a>. In Israel you can find LPIC-2 course in <a href="http://www.hi-tech.co.il/college/default.asp?PageID=12&amp;CourseNum=1177">hi-tech collage</a> for 15k NIS ($4451)</p>
<p style="text-align: left;"><strong>Conclusion</strong>: It&#8217;s interesting that RHCE teachers keep telling me that RHCE is best for me, and on controvery, LPIC teachers says same for LPI. <em>In my opinion</em> if you don&#8217;t have linux experience on-hands then RHCE will help you with finding new job easier then LPIC. Cause LPIC is simply not so popular as RHCE. Most of linux servers that i met in companies was RPM based. But if you already have regular job and you simply want to learn more about linux then my suggestion is LPIC. Cause it&#8217;s more material to learn and much cheaper then RHCE and more challenging. But that&#8217;s only my humble opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.confiq.org/2008/06/rhce-or-lpi-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>upgrading to ubuntu 8.04 &amp; (sound) problems</title>
		<link>http://blog.confiq.org/2008/05/upgrading-to-ubuntu-804-sound-problems/</link>
		<comments>http://blog.confiq.org/2008/05/upgrading-to-ubuntu-804-sound-problems/#comments</comments>
		<pubDate>Sat, 10 May 2008 13:53:27 +0000</pubDate>
		<dc:creator>confiq</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.confiq.org/?p=5</guid>
		<description><![CDATA[Well, after using 7.10 i decided to upgrade to 8.04. Some people says it didn&#8217;t make any difference, all they did is installing Firefox 3.05b and nothing else.
Well, that is not true! First of all, you can look at they changelog list. You&#8217;ll find hundreds of new lib&#8217;s. What is most important for me is [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after using 7.10 i decided to upgrade to 8.04. Some people says it didn&#8217;t make any difference, all they did is installing Firefox 3.05b and nothing else.</p>
<p>Well, that is not true! First of all, you can look at they <a href="https://lists.ubuntu.com/archives/hardy-changes/">changelog</a> list. You&#8217;ll find hundreds of new lib&#8217;s. What is most important for me is they finally decided to upgrade lib&#8217;s for my favorite dictionary <a href="http://stardict.sourceforge.net/" target="_blank">stardict</a> so i finally have dictionary that is free and working <img src='http://blog.confiq.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Then i notice i have problem with flash, i can&#8217;t listen to the music while playing music flash. I fix that problem by typing &#8220;<em>gstreamer-properties</em>&#8221; and choosing &#8220;Pulse plugin&#8221;. By doing this you&#8217;re telling all your programs to choice Pulse plugin for playing music <img src='http://blog.confiq.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I don&#8217;t know why they added it, ALSA plugin was working perfect with my box!<br />
If you have still have problem with your sound after upgrate you might visit: <a href="https://wiki.ubuntu.com/PulseAudio" target="_blank">https://wiki.ubuntu.com/PulseAudio</a>. it explains why you are having problems and how to fix it!</p>
<p>Generally, upgrade was smooth, it was really GUI-like installing new software. It also upgrade kernel to 2.6.24-16. I remember when i had to upgrade red hat from 6.x to 7.x. It was pain in the a**. This was really joke. IMO, it&#8217;s only question of time when ubuntu will win desktop computers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.confiq.org/2008/05/upgrading-to-ubuntu-804-sound-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fonts with linux &amp; hebrew</title>
		<link>http://blog.confiq.org/2008/04/fonts-with-linux-hebrew/</link>
		<comments>http://blog.confiq.org/2008/04/fonts-with-linux-hebrew/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 22:03:02 +0000</pubDate>
		<dc:creator>confiq</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[font]]></category>

		<guid isPermaLink="false">http://blog.confiq.org/?p=3</guid>
		<description><![CDATA[It&#8217;s very known that every new Linux user has problem with fonts. As explained in Avi Alkalay&#8217;s how-to Why Fonts on Linux Aren&#8217;t Straight Forward ? the main problem comes from web-designers cause they make web-pages for windows font. Whole how-to is very well written for newbies, i suggest to everybody who have similar problem [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very known that every new Linux user has problem with fonts. As explained in <a href="http://avi.alkalay.net/">Avi Alkalay</a>&#8217;s how-to <a href="http://tldp.org/HOWTO/Font-HOWTO/notgood.html">Why Fonts on Linux Aren&#8217;t Straight Forward ?</a> the main problem comes from web-designers cause they make web-pages for windows font. Whole how-to is very well written for newbies, i suggest to everybody who have similar problem to read it.</p>
<p>His solution is to install MS fonts and i start from there, why i didn&#8217;t like MS fonts!</p>
<p>1) <strong>Using MS fonts </strong></p>
<p>In Debian world you can install MS fonts with command ″<em>apt get install msttcorefonts</em>″. My experience using MS fonts is very bad. And this is why, after installing my fonts got even worse then they were&#8230;<br />
* With Hebrew:</p>
<p><img src="http://img410.imageshack.us/img410/7917/finisheddc2.jpg" alt="" /><br />
* With Latin:<br />
<img src="http://img405.imageshack.us/img405/2458/finishedlatinpb7.jpg" alt="" /><br />
I don&#8217;t know about you but FireFox Sans-serif shows much much better then Arial. Really, all credits go to Sans-serif and Arial simply is not for my platform. It&#8217;s just my taste, lot of people like this! So i found myself where i started.</p>
<p>2) <strong>Using default linux fonts</strong></p>
<p>I&#8217;m using Ubuntu 8.04 and this problem became much annoying after upgrade from 7.10. I used <a href="http://bendodson.com/">Ben Dodson</a> FireFox plug-in <a href="https://addons.mozilla.org/en-US/firefox/addon/4415">Font Finder 0.5b</a> for detecting CSS font (very useful plug-in). I decided to test whatsup.co.il page for this purpose. This is screenshot.</p>
<p><img src="http://img258.imageshack.us/img258/2967/ticktackfinalyd7.jpg" alt="" /><br />
On first picture is sans-serif font, this is the way i want it. On second picture is CSS which says:</p>
<blockquote><p>font-family: arial,sans-serif,helvetica<br />
font-size: 14px</p></blockquote>
<p>So, IMO English is better on sans-serif, English with CSS looks little and annoying. But look at something weird, CSS says to use Arial font, if you don&#8217;t have it then use sans-serif and if you don&#8217;t have that then use helvetice. But wait, on first picture i hacked it to use only sans-serif and by rules of CSS it should render sans-serif cause i don&#8217;t have Arial. So what&#8217;s the trick? I really don&#8217;t know, it could be a bug in firefox3 beta5.</p>
<p>I found some pages where CSS says:</p>
<blockquote><p>font-family: verdana,arial,helvetica,sans-serif</p></blockquote>
<p>And there English letters are so terrible that&#8217;s very hard to read. So it returns me to main question, if i don&#8217;t have verdana, arial, helvetica fonts why i don&#8217;t use sans-serif then? I decited to leave it as it is and i found another solution.</p>
<p>Well, not so perfect solution but it will solve the problem. Go with your firefox: Edit&#8211;&gt;Preferences&#8211;&gt;Content&#8211;&gt;Advanced..&#8211;&gt;<br />
then uncheck &#8220;<strong>Allow pages to choose their own fonts, instead of  my selection above</strong>&#8221;</p>
<p>This is not so perfect cause it will show only one font for whole Internet but crazy thing that all the rest fonts are ugly with my platform. Still looking for perfect solution and if i found any I promise I&#8217;ll post</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.confiq.org/2008/04/fonts-with-linux-hebrew/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
