<?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>Kristou Says &#187; Operating System</title>
	<atom:link href="http://mehrez.kristou.org/category/operating-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://mehrez.kristou.org</link>
	<description>I share my experience</description>
	<lastBuildDate>Wed, 29 Jun 2011 19:25:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Recursively chmod directories or files only</title>
		<link>http://mehrez.kristou.org/recursively-chmod-directories-or-files-only/</link>
		<comments>http://mehrez.kristou.org/recursively-chmod-directories-or-files-only/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 13:25:14 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mehrez.kristou.org/?p=1640</guid>
		<description><![CDATA[find . -type d -exec chmod 755 {} \; This will recursively search your directory tree (starting at dir â€˜dotâ€™) and chmod 755 all directories only. Similarly, the following will chmod all files only (and ignore the directories): find . -type f -exec chmod 644 {} \; &#160;]]></description>
			<content:encoded><![CDATA[<p><code>find . -type d -exec chmod 755 {} \;<br />
</code><br />
This will recursively search your directory tree (starting at dir â€˜dotâ€™) and chmod 755 all directories only.</p>
<p>Similarly, the following will chmod all files only (and ignore the directories):</p>
<p><code>find . -type f -exec chmod 644 {} \;</code></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/recursively-chmod-directories-or-files-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting all files in a directory (and subdirectories)</title>
		<link>http://mehrez.kristou.org/counting-all-files-in-a-directory-and-subdirectories/</link>
		<comments>http://mehrez.kristou.org/counting-all-files-in-a-directory-and-subdirectories/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 06:26:31 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mehrez.kristou.org/?p=1631</guid>
		<description><![CDATA[I found a useful CLI command to count the number of files in my directory. ls -Ra1 /usr&#124;grep -v /&#124;grep -vx ""&#124;grep -vx "\.*"&#124;wc -l]]></description>
			<content:encoded><![CDATA[<p>I found a useful CLI command to count the number of files in my directory.</p>
<blockquote>
<pre dir="ltr">ls -Ra1 /usr|grep -v /|grep -vx ""|grep -vx "\.*"|wc -l
</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/counting-all-files-in-a-directory-and-subdirectories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update EEE PC BIOS</title>
		<link>http://mehrez.kristou.org/update-eee-pc-bios/</link>
		<comments>http://mehrez.kristou.org/update-eee-pc-bios/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 02:41:09 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mehrez.kristou.org/?p=1626</guid>
		<description><![CDATA[Tu update or flash you bios follow these steps Get the latest bios for your model from http://support.asus.com/download/download.aspx Rename the file to 1005P.ROM Format your USB storage device fat16. Put 1005P.ROM on the USB storage device. Shut down the netbook. Turn the netbook back on. Hold down alt, and press f2 repeatedly. The ASUS ezflash utility [...]]]></description>
			<content:encoded><![CDATA[<p>Tu update or flash you bios follow these steps</p>
<ol type="1">
<li>Get the latest bios for your model from <a href="http://support.asus.com/download/download.aspx">http://support.asus.com/download/download.aspx</a></li>
<li>Rename the file to 1005P.ROM</li>
<li>Format your USB storage device fat16.</li>
<li>Put 1005P.ROM on the USB storage device.</li>
<li>Shut down the netbook.</li>
<li>Turn the netbook back on.</li>
<li>Hold down alt, and press f2 repeatedly.</li>
<li>The ASUS ezflash utility should come up. Allow it to do its work.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/update-eee-pc-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 Maverick Meerkat getting ready</title>
		<link>http://mehrez.kristou.org/ubuntu-10-10-maverick-meerkat-getting-ready/</link>
		<comments>http://mehrez.kristou.org/ubuntu-10-10-maverick-meerkat-getting-ready/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 03:22:38 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mehrez.kristou.org/?p=1608</guid>
		<description><![CDATA[The latest version of Ubuntu is getting ready. It is named Maverick Meerkat.]]></description>
			<content:encoded><![CDATA[<p>The latest version of Ubuntu is getting ready. It is named Maverick Meerkat.<br />
<br />
<center><br />
<a href="http://www.ubuntu.com/"><img src="http://www.ubuntu.com/countdown/banner1.png" border="0" width="180" height="150" alt="The next version of Ubuntu is coming soon"></a><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/ubuntu-10-10-maverick-meerkat-getting-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving Lenovo Thinkpad X200 audio problem</title>
		<link>http://mehrez.kristou.org/solving-lenovo-thinkpad-x200-audio-problem/</link>
		<comments>http://mehrez.kristou.org/solving-lenovo-thinkpad-x200-audio-problem/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:33:24 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kristou.com/?p=1183</guid>
		<description><![CDATA[To solve the Lenovo Thinkpad X200 audio problem, you have to know first that it is equipped of Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03). Following this steps solved my problem: 1. type in terminal. gksu gedit /etc/modprobe.d/alsa-base 2.add the following to the end of the file options snd-hda-intel enable_msi=1 I hope [...]]]></description>
			<content:encoded><![CDATA[<p>To solve the Lenovo Thinkpad X200 audio problem, you have to know first that it is equipped of Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03).</p>
<p>Following this steps solved my problem:<br />
1. type in terminal.</p>
<pre class="brush:bash">gksu gedit /etc/modprobe.d/alsa-base</pre>
<p>2.add the following to the end of the file</p>
<pre class="brush:bash">options snd-hda-intel enable_msi=1</pre>
<p>I hope that helps somebody.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/solving-lenovo-thinkpad-x200-audio-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

