<?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>اوبونتو بالعربي &#187; ادارة النظام</title>
	<atom:link href="http://ubuntu.ly/category/system-administrator/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntu.ly</link>
	<description>المعرفة بالعربي</description>
	<lastBuildDate>Mon, 03 May 2010 14:00:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>تثبيت Nginx و PHP5  و MySQL في اوبونتو 9.04</title>
		<link>http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm</link>
		<comments>http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm#comments</comments>
		<pubDate>Mon, 14 Sep 2009 21:48:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[nginx ubuntu]]></category>
		<category><![CDATA[تثبيت Nginx]]></category>
		<category><![CDATA[مخدم ويب انجين اكس]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=575</guid>
		<description><![CDATA[
انجين اكس Nginx بالانجليزية و تنطق engine x ,هو عبارة عن مخدم ويب عالي الاداء. و يعرف هذا المخدم باستقرارة و احتواءه علي العديد من الخصائص و الوظائف و كذلك سهل الاستخدام و الاعداد. و استهلاكه البسيط للموارد ( المعالج و الذاكرة ). و في هذا الدرس سيتم شرح كيفية تثبيته مع في اوبونتو 9.04 [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/nginx-logo.png" rel="lightbox[575]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/nginx-logo.png" alt="" width="230" height="59" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">انجين اكس Nginx بالانجليزية و تنطق engine x ,هو عبارة عن مخدم ويب عالي الاداء. و يعرف هذا المخدم باستقرارة و احتواءه علي العديد من الخصائص و الوظائف و كذلك سهل الاستخدام و الاعداد. و استهلاكه البسيط للموارد ( المعالج و الذاكرة ). و في هذا الدرس سيتم شرح كيفية تثبيته مع في اوبونتو 9.04 مع دعم PHP5 من خلال FASTCGI و دعم قواعد البيانات MySQL.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-575"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>ملاحظات :</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">في هذا الدرس سيكون امس المضيف nginx.example.com و عنوان الانترنت IP هو 192.168.0.100  و سيتم تنفيذ الاوامر كمستخدم جذر root .</p>

<div class="wp_codebox"><table><tr id="p57518"><td class="code" id="p575code18"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">su</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت مخدم قواعد البيانات MySQL 5.0</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لتثبيت مخدم قاعدة البيانات نقوم بتنفيذ هذا الامر</p>

<div class="wp_codebox"><table><tr id="p57519"><td class="code" id="p575code19"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> mysql-server mysql-client</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">عند الانتهاء من التحميل و بدء الاعدادات المبدئية سيتم السؤال عن كلمة المرور لقاعدة البيانات للمستخدم root@localhost و ايضا المستخدم root@nginex.example.com</p>

<div class="wp_codebox"><table><tr id="p57520"><td class="code" id="p575code20"><pre class="bash" style="font-family:monospace;">New password <span style="color: #000000; font-weight: bold;">for</span> the MySQL <span style="color: #ff0000;">&quot;root&quot;</span> user: <span style="color: #000000; font-weight: bold;">&amp;</span>lt;-- yourrootsqlpassword
Repeat password <span style="color: #000000; font-weight: bold;">for</span> the MySQL <span style="color: #ff0000;">&quot;root&quot;</span> user: <span style="color: #000000; font-weight: bold;">&amp;</span>lt;-- yourrootsqlpasswor</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت Nginex</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">انجين اكس متوفر في مخازن اوبونتو 9.04  فقط نقوم بعملية التثبيت مباشرة</p>

<div class="wp_codebox"><table><tr id="p57521"><td class="code" id="p575code21"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> nginx</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد الانتهاء من التحميل فقط نقوم بتشغيله</p>

<div class="wp_codebox"><table><tr id="p57522"><td class="code" id="p575code22"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>nginx start</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نقوم باختبار المخدم من خلال المتصفح فقط نقوم بكتابة عنوان الانترت IP  في المتصفح</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/nginex1.png" rel="lightbox[575]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/nginex1.png" alt="" width="417" height="301" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت PHP5</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">يمكن جعل PHP5 يعمل مع المخدم nginx من خلال FASTCGI  فقط نقوم بتثبيت هذه المحزن و المكتبات اللازمة</p>

<div class="wp_codebox"><table><tr id="p57523"><td class="code" id="p575code23"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php5-cgi php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بتحرير الملف /etc/php5/cgi/php.ini  و نقوم باضافة هذا السطر في نهاية الملف</p>

<div class="wp_codebox"><table><tr id="p57524"><td class="code" id="p575code24"><pre class="bash" style="font-family:monospace;">cgi.fix_pathinfo = <span style="color: #000000;">1</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد الانتهاء نقوم بحفظ الملف ، بعد ذلك نقوم بتثبيت FASTCGI و ذلك بتثبيت  lighttpd</p>

<div class="wp_codebox"><table><tr id="p57525"><td class="code" id="p575code25"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> lighttpd</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد الانتهاء من التحميل ستظهر رسالة خطا تخبرك بانه المنفذ 80 قيد الاستخدام</p>

<div class="wp_codebox"><table><tr id="p57526"><td class="code" id="p575code26"><pre class="bash" style="font-family:monospace;">Starting web server: lighttpd <span style="color: #000000;">2009</span>-04-<span style="color: #000000;">30</span> <span style="color: #000000;">15</span>:<span style="color: #000000;">51</span>:<span style="color: #000000;">50</span>: <span style="color: #7a0874; font-weight: bold;">&#40;</span>network.c.300<span style="color: #7a0874; font-weight: bold;">&#41;</span> can<span style="color: #ff0000;">'t bind to port: 80 Address already in use
 failed!</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و السبب يرجع بانه المخدم nginex يستخدم ذلك المنفذ و نقوم بتنقيذ الامر الاتي</p>

<div class="wp_codebox"><table><tr id="p57527"><td class="code" id="p575code27"><pre class="bash" style="font-family:monospace;">update-rc.d <span style="color: #660033;">-f</span> lighttpd remove</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بذلك فانه lighthttpd لن يعمل عن الاقلاع، مرة اخري قمنا بتثبيت lighttpd لنحصل علي الحزمة /usr/bin/spawn-fcgi المرفقة معه</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و لتشغيل  PHP FastCGI ليعمل مع المنفذ 9000 في المضيف المحلي localhost و بصلاحيات المستخدم و المجموعة www-data</p>

<div class="wp_codebox"><table><tr id="p57528"><td class="code" id="p575code28"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>spawn-fcgi <span style="color: #660033;">-a</span> 127.0.0.1 <span style="color: #660033;">-p</span> <span style="color: #000000;">9000</span> <span style="color: #660033;">-u</span> www-data <span style="color: #660033;">-g</span> www-data <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>php5-cgi <span style="color: #660033;">-P</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>run<span style="color: #000000; font-weight: bold;">/</span>fastcgi-php.pid</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و لجعل هذه الاعدادات تعمل كل مرة عند الاقلاع نقوم بعمل الاتي</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نحرر الملف /etc/rc.local</p>

<div class="wp_codebox"><table><tr id="p57529"><td class="code" id="p575code29"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc.local</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و نقوم باضافة الامر الي نهاية الملف</p>

<div class="wp_codebox"><table><tr id="p57530"><td class="code" id="p575code30"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>spawn-fcgi <span style="color: #660033;">-a</span> 127.0.0.1 <span style="color: #660033;">-p</span> <span style="color: #000000;">9000</span> <span style="color: #660033;">-u</span> www-data <span style="color: #660033;">-g</span> www-data <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>php5-cgi <span style="color: #660033;">-P</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>run<span style="color: #000000; font-weight: bold;">/</span>fastcgi-php.pid</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">اعدادات Nginx</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">ملف اعدادات nginx موجود علي هذا المسار /etc/nginx/nginx.conf</p>

<div class="wp_codebox"><table><tr id="p57531"><td class="code" id="p575code31"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>nginx<span style="color: #000000; font-weight: bold;">/</span>nginx.conf</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">علي سبيل المثال سنقوم بزيادة عدد عمل العمليات keepalive_timeout</p>

<div class="wp_codebox"><table><tr id="p57532"><td class="code" id="p575code32"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>...<span style="color: #7a0874; font-weight: bold;">&#93;</span>
worker_processes  <span style="color: #000000;">5</span>;
<span style="color: #7a0874; font-weight: bold;">&#91;</span>...<span style="color: #7a0874; font-weight: bold;">&#93;</span>
    keepalive_timeout   <span style="color: #000000;">2</span>;
<span style="color: #7a0874; font-weight: bold;">&#91;</span>...<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد التعديل يجب ان نقوم باعادة التشغيل</p>

<div class="wp_codebox"><table><tr id="p57533"><td class="code" id="p575code33"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>nginx restart</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بتجريب php مع المخدم، اولا نقوم بانشاء ملف</p>

<div class="wp_codebox"><table><tr id="p57534"><td class="code" id="p575code34"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>nginx-default<span style="color: #000000; font-weight: bold;">/</span>info.php</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و نضع هذا الكود</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و نتجهة الي المتصفح  و نكتب http://192.168.0.100/info.php</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/nginex2.png" rel="lightbox[575]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/nginex2.png" alt="" width="417" height="301" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/nginex3.png" rel="lightbox[575]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/nginex3.png" alt="" width="417" height="301" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">وصلات مفيدة :</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">•	nginx: http://nginx.net/<br />
•	nginx Wiki: http://wiki.codemongers.com/Main<br />
•	PHP: http://www.php.net/<br />
•	MySQL: http://www.mysql.com/<br />
•	Ubuntu: http://www.ubuntu.com/</p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/ubuntu-linux-gnome-system-log-viewe.htm" rel="bookmark" class="crp_title">ملفات متابعة النظام Log file في اوبونتو</a></li><li><a href="http://ubuntu.ly/install-webmin-ubuntu-system.htm" rel="bookmark" class="crp_title">ويب مين Webmin الادارة السهلة للنظام</a></li><li><a href="http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm" rel="bookmark" class="crp_title">نسخ الإحتياطي مع لكي باك اب luckyBackup في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm" rel="bookmark" class="crp_title">تثبيت متصفح جوجل كروم و تفعيل الفلاش في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/find-command-ubuntu-1.htm" rel="bookmark" class="crp_title">الأمر find البحث اكثر من ذلك ( استخدمات في ابونتو )</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+Nginx+%D9%88+PHP5++%D9%88+MySQL+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+Nginx+%D9%88+PHP5++%D9%88+MySQL+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+Nginx+%D9%88+PHP5++%D9%88+MySQL+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm&amp;t=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+Nginx+%D9%88+PHP5++%D9%88+MySQL+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+Nginx+%D9%88+PHP5++%D9%88+MySQL+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04+-+http://bit.ly/2gYA1n+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20Nginx%20%D9%88%20PHP5%20%20%D9%88%20MySQL%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D8%A7%D9%86%D8%AC%D9%8A%D9%86%20%D8%A7%D9%83%D8%B3%20Nginx%20%D8%A8%D8%A7%D9%84%D8%A7%D9%86%D8%AC%D9%84%D9%8A%D8%B2%D9%8A%D8%A9%20%D9%88%20%D8%AA%D9%86%D8%B7%D9%82%20engine%20x%20%2C%D9%87%D9%88%20%D8%B9%D8%A8%D8%A7%D8%B1%D8%A9%20%D8%B9%D9%86%20%D9%85%D8%AE%D8%AF%D9%85%20%D9%88%D9%8A%D8%A8%20%D8%B9%D8%A7%D9%84%D9%8A%20%D8%A7%D9%84%D8%A7%D8%AF%D8%A7%D8%A1.%20%D9%88%20%D9%8A%D8%B9%D8%B1%D9%81%20%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D9%85%D8%AE%D8%AF%D9%85%20%D8%A8%D8%A7%D8%B3%D8%AA%D9%82%D8%B1%D8%A7%D8%B1%D8%A9%20%D9%88%20%D8%A7%D8%AD%D8%AA%D9%88%D8%A7%D8%A1%D9%87%20%D8%B9%D9%84%D9%8A%20%D8%A7%D9%84%D8%B9%D8%AF%D9%8A%D8%AF%20%D9%85%D9%86%20%D8%A7%D9%84%D8%AE%D8%B5%D8%A7%D8%A6%D8%B5%20%D9%88%20%D8%A7%D9%84%D9%88%D8%B8%D8%A7%D8%A6%D9%81%20%D9%88%20%D9%83%D8%B0%D9%84%D9%83%20%D8%B3%D9%87%D9%84%20%D8%A7%D9%84%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%20%D9%88%20%D8%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>الحد من استخدام المعالج cpu  في عملية  مع cpulimits</title>
		<link>http://ubuntu.ly/cpulimit-ubuntu.htm</link>
		<comments>http://ubuntu.ly/cpulimit-ubuntu.htm#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[cpu control]]></category>
		<category><![CDATA[cpulimit ubuntu]]></category>
		<category><![CDATA[التحكم في المعالج]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=573</guid>
		<description><![CDATA[
باستخدام اداة اسمها cpulimits  يمكن وضع حد لتنفيذ عملية معينة .
يجب تنفيذ الخطوات القادمة كمستخدم جذر root

sudo su

اذا كان جهازك يحتوي علي معالج واحد فقط فيمكن استخدام الحد مابين 0٪ الي 100%  مثلا لو قمنا بوضع حد اقصي للمعالج لعملية معينة 50%  فان العملية لايمكن ان تستخدم اكثر من 500 ms من [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/cpu-limit.jpg" rel="lightbox[573]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpu-limit.jpg" alt="" width="282" height="110" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">باستخدام اداة اسمها cpulimits  يمكن وضع حد لتنفيذ عملية معينة .</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">يجب تنفيذ الخطوات القادمة كمستخدم جذر root</p>

<div class="wp_codebox"><table><tr id="p57343"><td class="code" id="p573code43"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">su</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">اذا كان جهازك يحتوي علي معالج واحد فقط فيمكن استخدام الحد مابين 0٪ الي 100%  مثلا لو قمنا بوضع حد اقصي للمعالج لعملية معينة 50%  فان العملية لايمكن ان تستخدم اكثر من 500 ms من وقت المعالج  في كل ثانية ،</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-573"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و لكن في حالة الجهاز يحتوي علي 4 معالجات فانه يمكن وضع الحد مابين 0% الي 400%  و هكذا.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>تثبيت  Cpulimits</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">توجد حزمة ثنائية خاصة بالاوبونتو في المخازن فنقوم بعملية التثبيت مباشرة</p>

<div class="wp_codebox"><table><tr id="p57344"><td class="code" id="p573code44"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> cpulimit</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>استخدام Cpulimits</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">اولا نقوم بنظرة علي man cpulimit</p>

<div class="wp_codebox"><table><tr id="p57345"><td class="code" id="p573code45"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">man</span> cpulimit</pre></td></tr></table></div>


<div class="wp_codebox"><table><tr id="p57346"><td class="code" id="p573code46"><pre class="bash" style="font-family:monospace;">NAME
       cpulimit <span style="color: #660033;">--</span> limits the CPU usage of a process
&nbsp;
SYNOPSIS
       cpulimit TARGET <span style="color: #7a0874; font-weight: bold;">&#91;</span>OPTIONS...<span style="color: #7a0874; font-weight: bold;">&#93;</span>
&nbsp;
DESCRIPTION
       TARGET must be exactly one of these:
&nbsp;
       -p, <span style="color: #660033;">--pid</span>=N
              pid of the process
&nbsp;
       -e, <span style="color: #660033;">--exe</span>=FILE
              name of the executable program <span style="color: #c20cb9; font-weight: bold;">file</span>
&nbsp;
       -P, <span style="color: #660033;">--path</span>=PATH
              absolute path name of the executable program <span style="color: #c20cb9; font-weight: bold;">file</span>
&nbsp;
       OPTIONS
&nbsp;
       -l, <span style="color: #660033;">--limit</span>=N
              percentage of CPU allowed from <span style="color: #000000;">0</span> to <span style="color: #000000;">100</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>mandatory<span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
       -v, <span style="color: #660033;">--verbose</span>
              show control statistics
&nbsp;
       -z, <span style="color: #660033;">--lazy</span>
              <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000; font-weight: bold;">if</span> there is no suitable target process, or <span style="color: #000000; font-weight: bold;">if</span> it dies
&nbsp;
       -h, <span style="color: #660033;">--help</span>
              display this <span style="color: #7a0874; font-weight: bold;">help</span> and <span style="color: #7a0874; font-weight: bold;">exit</span>
&nbsp;
EXAMPLES
       Assuming  you  have  started <span style="color: #ff0000;">&quot;foo --bar&quot;</span> and you <span style="color: #c20cb9; font-weight: bold;">find</span> out with top<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> or <span style="color: #c20cb9; font-weight: bold;">ps</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> that this process uses all your CPU
       <span style="color: #000000; font-weight: bold;">time</span> you can either
&nbsp;
       <span style="color: #666666; font-style: italic;"># cpulimit -e foo -l 50</span>
              limits the CPU usage of the process by acting on the executable program <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>note: the argument <span style="color: #ff0000;">&quot;--bar&quot;</span> is
              omitted<span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
       <span style="color: #666666; font-style: italic;"># cpulimit -p 1234 -l 50</span>
              limits the CPU usage of the process by acting on its PID, <span style="color: #c20cb9; font-weight: bold;">as</span> shown by <span style="color: #c20cb9; font-weight: bold;">ps</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
       <span style="color: #666666; font-style: italic;"># cpulimit -P /usr/bin/foo -l 50</span>
              same <span style="color: #c20cb9; font-weight: bold;">as</span> <span style="color: #660033;">-e</span> but uses the absolute path name
&nbsp;
AUTHOR
       This  manpage was written <span style="color: #000000; font-weight: bold;">for</span> the Debian project by gregor herrmann  but may be used
       by others.</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">كمثال لنفترض بانن نقوم بعملية حد من استخدام المعالج ل apache2  لي يستخدم فقط 30%</p>

<div class="wp_codebox"><table><tr id="p57347"><td class="code" id="p573code47"><pre class="bash" style="font-family:monospace;">cpulimit <span style="color: #660033;">-e</span> apache2 <span style="color: #660033;">-l</span> <span style="color: #000000;">30</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">حيث  -e  هي اسم العملية او البرنامج  و كما يمكن استخدم رقم العملية Process ID باستخدام -p</p>

<div class="wp_codebox"><table><tr id="p57348"><td class="code" id="p573code48"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> aux</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">او</p>

<div class="wp_codebox"><table><tr id="p57349"><td class="code" id="p573code49"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> aux <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> apache2</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لنفترض انه process id ل  apache2 هو 4000</p>

<div class="wp_codebox"><table><tr id="p57350"><td class="code" id="p573code50"><pre class="bash" style="font-family:monospace;">cpulimit <span style="color: #660033;">-p</span> <span style="color: #000000;">4000</span> <span style="color: #660033;">-l</span> <span style="color: #000000;">30</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">موقع البرنامج :</p>
<p>http://cpulimit.sourceforge.net/</p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/find-command-ubuntu-1.htm" rel="bookmark" class="crp_title">الأمر find البحث اكثر من ذلك ( استخدمات في ابونتو )</a></li><li><a href="http://ubuntu.ly/rightclick-media-info-ubuntu.htm" rel="bookmark" class="crp_title">معلومات الملفات الصوتية و الصور بنقرة زر واحدة مع mediainfo</a></li><li><a href="http://ubuntu.ly/%d8%a7%d9%84%d8%b4%d8%b1%d9%88%d8%b9-%d9%81%d9%8a-%d8%a7%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-%d8%a3%d9%88%d8%a8%d9%88%d9%86%d8%aa%d9%88-10-04.htm" rel="bookmark" class="crp_title">الشروع في استخدام أوبونتو 10.04</a></li><li><a href="http://ubuntu.ly/ubuntu-linux-gnome-system-log-viewe.htm" rel="bookmark" class="crp_title">ملفات متابعة النظام Log file في اوبونتو</a></li><li><a href="http://ubuntu.ly/back-in-time-how-to-install-use-ubuntu-904.htm" rel="bookmark" class="crp_title">عمل نسخة احتياطية مع برنامج باك ان تايم Back in Time اوبونتو 9.04</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/cpulimit-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AD%D8%AF+%D9%85%D9%86+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+cpu++%D9%81%D9%8A+%D8%B9%D9%85%D9%84%D9%8A%D8%A9++%D9%85%D8%B9+cpulimits" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/cpulimit-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AD%D8%AF+%D9%85%D9%86+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+cpu++%D9%81%D9%8A+%D8%B9%D9%85%D9%84%D9%8A%D8%A9++%D9%85%D8%B9+cpulimits" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/cpulimit-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AD%D8%AF+%D9%85%D9%86+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+cpu++%D9%81%D9%8A+%D8%B9%D9%85%D9%84%D9%8A%D8%A9++%D9%85%D8%B9+cpulimits" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/cpulimit-ubuntu.htm&amp;t=%D8%A7%D9%84%D8%AD%D8%AF+%D9%85%D9%86+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+cpu++%D9%81%D9%8A+%D8%B9%D9%85%D9%84%D9%8A%D8%A9++%D9%85%D8%B9+cpulimits" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%A7%D9%84%D8%AD%D8%AF+%D9%85%D9%86+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+cpu++%D9%81%D9%8A+%D8%B9%D9%85%D9%84%D9%8A%D8%A9++%D9%85%D8%B9+cpulimits%5B..%5D+-+http://bit.ly/2zhxa2+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%A7%D9%84%D8%AD%D8%AF%20%D9%85%D9%86%20%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%20%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC%20cpu%20%20%D9%81%D9%8A%20%D8%B9%D9%85%D9%84%D9%8A%D8%A9%20%20%D9%85%D8%B9%20cpulimits%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D8%A8%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%20%D8%A7%D8%AF%D8%A7%D8%A9%20%D8%A7%D8%B3%D9%85%D9%87%D8%A7%20cpulimits%20%20%D9%8A%D9%85%D9%83%D9%86%20%D9%88%D8%B6%D8%B9%20%D8%AD%D8%AF%20%D9%84%D8%AA%D9%86%D9%81%D9%8A%D8%B0%20%D8%B9%D9%85%D9%84%D9%8A%D8%A9%20%D9%85%D8%B9%D9%8A%D9%86%D8%A9%20.%0D%0A%D9%8A%D8%AC%D8%A8%20%D8%AA%D9%86%D9%81%D9%8A%D8%B0%20%D8%A7%D9%84%D8%AE%D8%B7%D9%88%D8%A7%D8%AA%20%D8%A7%D9%84%D9%82%D8%A7%D8%AF%D9%85%D8%A9%20%D9%83%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%20%D8%AC%D8%B0%D8%B1%20root%0D%0A%0D%0Asudo%20su%0D%0A%D8%A7%D8%B0%D8%A7%20%D9%83%D8%A7%D9%86%20%D8%AC%D9%87%D8%A7%D8%B2%D9%83%20%D9%8A%D8%AD%D8%AA%D9%88%D9%8A%20%D8%B9%D9%84%D9%8A%20%D9%85%D8%B9%D8%A7%D9%84%D8%AC%20%D9%88%D8%A7%D8%AD%D8%AF%20%D9%81%D9%82%D8%B7%20%D9%81%D9%8A%D9%85%D9%83%D9%86%20%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%20%D8%A7%D9%84%D8%AD%D8%AF%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/cpulimit-ubuntu.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/cpulimit-ubuntu.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/cpulimit-ubuntu.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>أدوات جوجل Google Gadgets في اوبونتو 9.04</title>
		<link>http://ubuntu.ly/google-gadgets-ubuntu-904.htm</link>
		<comments>http://ubuntu.ly/google-gadgets-ubuntu-904.htm#comments</comments>
		<pubDate>Mon, 14 Sep 2009 13:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[الرسوميات]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[سطح المكتب]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[gadget ubuntu]]></category>
		<category><![CDATA[google ubuntu]]></category>
		<category><![CDATA[google-gadget]]></category>
		<category><![CDATA[screenlets]]></category>
		<category><![CDATA[جوجل اوبونتو]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=570</guid>
		<description><![CDATA[
أطلقت جوجل منذ فترة حزمة الادوات google gadget متوافقة مع اللينكس، حيث قامت هذه الأدوات بتوفير بعض الخصائص المفقودة في اللينكس، و تعمل هذه الادوات علي المنصتين الرسوميتين جنوم و كي دي اي .
و ينصح ايضا باستخدام مؤثرات سطح المكتب كومبز compiz و سكرين ليتس  Screenlets . لتوفر بعض الادوات من جوجل.


تثبيت ادوات جوجل [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/logo-google.gif" rel="lightbox[570]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/logo-google.gif" alt="" width="116" height="99" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">أطلقت جوجل منذ فترة حزمة الادوات <a href="http://code.google.com/p/google-gadgets-for-linux/" target="_blank">google gadget</a> متوافقة مع اللينكس، حيث قامت هذه الأدوات بتوفير بعض الخصائص المفقودة في اللينكس، و تعمل هذه الادوات علي المنصتين الرسوميتين جنوم و كي دي اي .<br />
و ينصح ايضا باستخدام مؤثرات سطح المكتب كومبز compiz و سكرين ليتس  Screenlets . لتوفر بعض الادوات من جوجل.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-570"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/google-gadget-1.png" rel="lightbox[570]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/google-gadget-1.png" alt="" width="140" height="259" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت ادوات جوجل من GetDeb</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">يوفر موقع GetDeb.net  النسخة الاخيرة من ادوات جوجل و للتحميل من <a href="http://www.getdeb.net/app/Google+Gadgets" target="_blank">هنا</a>، و عند الانتهاء من التحميل نقوم بالضغط علي الحزمة مرتين لبدء عملية التثبيت.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت ادوات جوجل من خلال المخازن</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">يتوفر مخزن غير رسمي لادوات الجوجل. لاضافة المخزن من خلال System-&gt;Administration-&gt;Software Sources   و نختار Third-Party Software و نقوم بعميلة اضافة add و نضيف المخزن و بعدها close</p>

<div class="wp_codebox"><table><tr id="p57053"><td class="code" id="p570code53"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>googlegadgets<span style="color: #000000; font-weight: bold;">/</span>ubuntu hardy main</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك من خلال التيرمنال نقوم بتثبيت الادوات</p>

<div class="wp_codebox"><table><tr id="p57054"><td class="code" id="p570code54"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> google-gadgets-gtk</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لاستخدام ادوات الجوجل من خلال القائمة</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/google-gadget-2.png" rel="lightbox[570]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/google-gadget-2.png" alt="" width="304" height="289" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/google-gadget-3.png" rel="lightbox[570]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/google-gadget-3.png" alt="" width="594" height="460" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/google-gadget-4.png" rel="lightbox[570]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/google-gadget-4.png" alt="" width="471" height="382" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/google-gadget-5.png" rel="lightbox[570]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/google-gadget-5.png" alt="" width="199" height="549" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/google-gadget-6.jpg" rel="lightbox[570]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/google-gadget-6.jpg" alt="" width="400" height="200" /></a></p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/google-earth-ubuntu-810.htm" rel="bookmark" class="crp_title">تثبيت جوجل ايرث Google earth في اوبونتو 8.10</a></li><li><a href="http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm" rel="bookmark" class="crp_title">تثبيت متصفح جوجل كروم و تفعيل الفلاش في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/ubutnu-karmic-koala-910-release-party-libya-tripoli.htm" rel="bookmark" class="crp_title">حفل إطلاق  اوبونتو كارميك كوالا 9.10  &#8211; طرابلس ليبيا</a></li><li><a href="http://ubuntu.ly/1st-discussion-karmic-koala-nov-2009.htm" rel="bookmark" class="crp_title">حلقة النقاش الأولى &#8211; اوبونتو كارميك 9.10 &#8221; تجربتي &#8221; &#8211; تم التحديث</a></li><li><a href="http://ubuntu.ly/twitter-client-on-ubuntu.htm" rel="bookmark" class="crp_title">برامج تويتر علي الاوبونتو</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/google-gadgets-ubuntu-904.htm&amp;title=%D8%A3%D8%AF%D9%88%D8%A7%D8%AA+%D8%AC%D9%88%D8%AC%D9%84+Google+Gadgets+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04+" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/google-gadgets-ubuntu-904.htm&amp;title=%D8%A3%D8%AF%D9%88%D8%A7%D8%AA+%D8%AC%D9%88%D8%AC%D9%84+Google+Gadgets+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04+" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/google-gadgets-ubuntu-904.htm&amp;title=%D8%A3%D8%AF%D9%88%D8%A7%D8%AA+%D8%AC%D9%88%D8%AC%D9%84+Google+Gadgets+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04+" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/google-gadgets-ubuntu-904.htm&amp;t=%D8%A3%D8%AF%D9%88%D8%A7%D8%AA+%D8%AC%D9%88%D8%AC%D9%84+Google+Gadgets+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04+" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%A3%D8%AF%D9%88%D8%A7%D8%AA+%D8%AC%D9%88%D8%AC%D9%84+Google+Gadgets+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04++-+http://bit.ly/2PIEo5+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%A3%D8%AF%D9%88%D8%A7%D8%AA%20%D8%AC%D9%88%D8%AC%D9%84%20Google%20Gadgets%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%20%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%0D%0A%D8%A3%D8%B7%D9%84%D9%82%D8%AA%20%D8%AC%D9%88%D8%AC%D9%84%20%D9%85%D9%86%D8%B0%20%D9%81%D8%AA%D8%B1%D8%A9%20%D8%AD%D8%B2%D9%85%D8%A9%20%D8%A7%D9%84%D8%A7%D8%AF%D9%88%D8%A7%D8%AA%20google%20gadget%20%D9%85%D8%AA%D9%88%D8%A7%D9%81%D9%82%D8%A9%20%D9%85%D8%B9%20%D8%A7%D9%84%D9%84%D9%8A%D9%86%D9%83%D8%B3%D8%8C%20%D8%AD%D9%8A%D8%AB%20%D9%82%D8%A7%D9%85%D8%AA%20%D9%87%D8%B0%D9%87%20%D8%A7%D9%84%D8%A3%D8%AF%D9%88%D8%A7%D8%AA%20%D8%A8%D8%AA%D9%88%D9%81%D9%8A%D8%B1%20%D8%A8%D8%B9%D8%B6%20%D8%A7%D9%84%D8%AE%D8%B5%D8%A7%D8%A6%D8%B5%20%D8%A7%D9%84%D9%85%D9%81%D9%82%D9%88%D8%AF%D8%A9%20%D9%81%D9%8A%20%D8%A7%D9%84%D9%84%D9%8A%D9%86%D9%83%D8%B3%D8%8C%20%D9%88%20%D8%AA%D8%B9%D9%85%D9%84%20%D9%87%D8%B0%D9%87%20%D8%A7%D9%84%D8%A7%D8%AF%D9%88%D8%A7%D8%AA%20%D8%B9%D9%84%D9%8A%20%D8%A7%D9%84%D9%85%D9%86%D8%B5%D8%AA%D9%8A%D9%86%20%D8%A7%D9%84%D8%B1%D8%B3%D9%88%D9%85%D9%8A%D8%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/google-gadgets-ubuntu-904.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/google-gadgets-ubuntu-904.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/google-gadgets-ubuntu-904.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>الترقية الي Grub 2 في اوبونتو 9.04</title>
		<link>http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm</link>
		<comments>http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm#comments</comments>
		<pubDate>Thu, 10 Sep 2009 01:54:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[splash screen]]></category>
		<category><![CDATA[update grub2 ubuntu]]></category>
		<category><![CDATA[upgrade grub]]></category>
		<category><![CDATA[نظام الاقلاع قرب]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=565</guid>
		<description><![CDATA[
افتراضيا يتم تثبيت اوبونتو 9.04 الاصدار السابق من grub, ففي هذا الدرس سنقوم بطرح كيفية ترقية grub الي grub2 في اوبونتو 9.04.
تمت كتابة grub2 من الصفر لاعادة صيغته بشكل افضل و اداء افضل و يوجد به العديد من التحسينات والخصائص مثل امكانية دعم السكريبت ،واجهة رسومية ،ديناميكية تحميل الموديل امكانية الترجمة لدعمه non-ASCII و خطوط [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/logo-grub-2.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/logo-grub-2.png" alt="" width="206" height="168" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">افتراضيا يتم تثبيت اوبونتو 9.04 الاصدار السابق من grub, ففي هذا الدرس سنقوم بطرح كيفية ترقية grub الي grub2 في اوبونتو 9.04.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">تمت كتابة grub2 من الصفر لاعادة صيغته بشكل افضل و اداء افضل و يوجد به العديد من التحسينات والخصائص مثل امكانية دعم السكريبت ،واجهة رسومية ،ديناميكية تحميل الموديل امكانية الترجمة لدعمه non-ASCII و خطوط و العديد من الاضافات التي تساعد المطورين خاصة.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-565"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">ترقية الي GRUB 2 جرب 2</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نقوم بفتح التيرمنال Applications &gt; Accessories &gt; Terminal</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-1.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-1.png" alt="" width="361" height="273" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و نبدآ في عميلة الترقية بتنقيذ الأمر</p>

<div class="wp_codebox"><table><tr id="p56561"><td class="code" id="p565code61"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> grub-pc</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد التحميل سيظهر لنا سؤلين</p>

<div class="wp_codebox"><table><tr id="p56562"><td class="code" id="p565code62"><pre class="bash" style="font-family:monospace;">Chainload from menu.lst? <span style="color: #000000; font-weight: bold;">&amp;</span>lt;-- Yes Linux <span style="color: #7a0874; font-weight: bold;">command</span> line: <span style="color: #000000; font-weight: bold;">&amp;</span>lt;-- ENTER</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بإعادة التشغيل</p>

<div class="wp_codebox"><table><tr id="p56563"><td class="code" id="p565code63"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> reboot</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد إعادة التشغيل ستظهر لنا شاشة خطأ نضغط علي زر لوحة مفاتيح</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-2.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-2.png" alt="" width="359" height="199" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نختار Chainload into GRUB 2 و نضغط  e</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-3.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-3.png" alt="" width="368" height="204" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و نختار  root نضغط e</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-4.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-4.png" alt="" width="377" height="209" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نستبدل السطر root&#8230;&#8230;.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-5.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-5.png" alt="" width="368" height="204" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">باللكلمة uuid و نضغط Enter</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-6.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-6.png" alt="" width="357" height="197" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و بعد التعديل نختار uuid و نضغط b</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-7.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-7.png" alt="" width="382" height="212" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك ستظهر لنا شاشة Grub 2 و بعد ذلك سيقلع النظام بدون مشاكل</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-upgrade-8.png" rel="lightbox[565]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-upgrade-8.png" alt="" width="375" height="208" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد الاقلاع و الدخول نقوم بتنقيذ هذا الامر</p>

<div class="wp_codebox"><table><tr id="p56564"><td class="code" id="p565code64"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> upgrade-from-grub-legacy</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">عند التنقيذ سيكون المخرج</p>

<div class="wp_codebox"><table><tr id="p56565"><td class="code" id="p565code65"><pre class="bash" style="font-family:monospace;">mohamed<span style="color: #000000; font-weight: bold;">@</span>ubuntu.ly:~$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> upgrade-from-grub-legacy
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #c20cb9; font-weight: bold;">sudo</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> password <span style="color: #000000; font-weight: bold;">for</span> falko:
&nbsp;
Installing GRUB to Master Boot Record of your first hard drive ...
&nbsp;
Installation finished. No error reported.
This is the contents of the device map <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub<span style="color: #000000; font-weight: bold;">/</span>device.map.
Check <span style="color: #000000; font-weight: bold;">if</span> this is correct or not. If any of the lines is incorrect,
fix it and re-run the script <span style="color: #000000; font-weight: bold;">`</span>grub-install<span style="color: #ff0000;">'.
&nbsp;
(hd0)        /dev/sda
&nbsp;
GRUB Legacy has been removed, but its configuration files have been preserved,
since this script cannot determine if they contain valuable information.  If
you would like to remove the configuration files as well, use the following
command:
&nbsp;
  rm -f /boot/grub/menu.lst*
&nbsp;
mohamed@ubuntu.ly:~$</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بعمل إعادة تشغيل</p>

<div class="wp_codebox"><table><tr id="p56566"><td class="code" id="p565code66"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> reboot</pre></td></tr></table></div>

<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm" rel="bookmark" class="crp_title">تعديل صورة الإقلاع splash image في GRUB 2 في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/clean-grub-menu-after-upgrade-ubuntu.htm" rel="bookmark" class="crp_title">ازالة الخيارات الاضافية من قائمة الاقلاع بعد تحديث الاوبونتو</a></li><li><a href="http://ubuntu.ly/restore-grub-in-ubuntu.htm" rel="bookmark" class="crp_title">إستعادة Grub</a></li><li><a href="http://ubuntu.ly/10-new-things-ubuntu-karmic-koala-910.htm" rel="bookmark" class="crp_title">10  إضافات و تعديلات جديدة متوقعه في اوبونتو 9.10 كارميك كوالا</a></li><li><a href="http://ubuntu.ly/manage-dual-boot-system-ubuntu.htm" rel="bookmark" class="crp_title">التحكم في الاقلاع في جهاز متعدد انظمة التشغيل</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%B1%D9%82%D9%8A%D8%A9+%D8%A7%D9%84%D9%8A+Grub+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%B1%D9%82%D9%8A%D8%A9+%D8%A7%D9%84%D9%8A+Grub+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%B1%D9%82%D9%8A%D8%A9+%D8%A7%D9%84%D9%8A+Grub+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm&amp;t=%D8%A7%D9%84%D8%AA%D8%B1%D9%82%D9%8A%D8%A9+%D8%A7%D9%84%D9%8A+Grub+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%A7%D9%84%D8%AA%D8%B1%D9%82%D9%8A%D8%A9+%D8%A7%D9%84%D9%8A+Grub+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04+-+http://bit.ly/3Vw6uC+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%A7%D9%84%D8%AA%D8%B1%D9%82%D9%8A%D8%A9%20%D8%A7%D9%84%D9%8A%20Grub%202%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D8%A7%D9%81%D8%AA%D8%B1%D8%A7%D8%B6%D9%8A%D8%A7%20%D9%8A%D8%AA%D9%85%20%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%20%D8%A7%D9%84%D8%A7%D8%B5%D8%AF%D8%A7%D8%B1%20%D8%A7%D9%84%D8%B3%D8%A7%D8%A8%D9%82%20%D9%85%D9%86%20grub%2C%20%D9%81%D9%81%D9%8A%20%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D8%AF%D8%B1%D8%B3%20%D8%B3%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D8%B7%D8%B1%D8%AD%20%D9%83%D9%8A%D9%81%D9%8A%D8%A9%20%D8%AA%D8%B1%D9%82%D9%8A%D8%A9%20grub%20%D8%A7%D9%84%D9%8A%20grub2%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04.%0D%0A%D8%AA%D9%85%D8%AA%20%D9%83%D8%AA%D8%A7%D8%A8%D8%A9%20grub2%20%D9%85%D9%86%20%D8%A7%D9%84%D8%B5%D9%81%D8%B1%20%D9%84%D8%A7%D8%B9%D8%A7%D8%AF%D8%A9%20%D8%B5%D9%8A%D8%BA%D8%AA%D9%87%20%D8%A8%D8%B4%D9%83%D9%84%20%D8%A7%D9%81%D8%B6%D9%84%20%D9%88%20%D8%A7%D8%AF%D8%A7%D8%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>الأمر find البحث اكثر من ذلك ( استخدمات في ابونتو )</title>
		<link>http://ubuntu.ly/find-command-ubuntu-1.htm</link>
		<comments>http://ubuntu.ly/find-command-ubuntu-1.htm#comments</comments>
		<pubDate>Wed, 09 Sep 2009 05:22:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[find command]]></category>
		<category><![CDATA[find empty directory]]></category>
		<category><![CDATA[find empty file]]></category>
		<category><![CDATA[البحث في اوبونتو]]></category>
		<category><![CDATA[امر البحث اوبونتو]]></category>
		<category><![CDATA[امر البحث في اللينكس]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=561</guid>
		<description><![CDATA[
الاوبونتو و معظم النسخ الاخر توفر واجهة رسومية تسهل عملية البحث عن ملفات او مجلدات داخل النظام و لكن احيانا يتعدي الامر عن مجرد بحث عن ملف، يأتي هنا دور الأمر find هذا الأمر و اخوانه من الاوامر الاخري تجعل نظام اللينكس قويا.
في هذا الدرس سنقوم بشرح طرق استخدام الامر find فقط بعض الاستخدامات.

- ايجاد [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/404+File+Not+Found_1188847009421.jpeg.jpg" rel="lightbox[561]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/404+File+Not+Found_1188847009421.jpeg.jpg" alt="" width="230" height="238" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">الاوبونتو و معظم النسخ الاخر توفر واجهة رسومية تسهل عملية البحث عن ملفات او مجلدات داخل النظام و لكن احيانا يتعدي الامر عن مجرد بحث عن ملف، يأتي هنا دور الأمر <strong>find</strong> هذا الأمر و اخوانه من الاوامر الاخري تجعل نظام اللينكس قويا.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">في هذا الدرس سنقوم بشرح طرق استخدام الامر <strong>find</strong> فقط بعض الاستخدامات.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-561"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>- ايجاد مجلد فارغ </strong></p>

<div class="wp_codebox"><table><tr id="p56176"><td class="code" id="p561code76"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-depth</span> <span style="color: #660033;">-type</span> d <span style="color: #660033;">-empty</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>-ايجاد ملف فارغ</strong></p>

<div class="wp_codebox"><table><tr id="p56177"><td class="code" id="p561code77"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-depth</span> <span style="color: #660033;">-type</span> f <span style="color: #660033;">-empty</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>- ايجاد ملف من خلال البحث عن اسم</strong></p>

<div class="wp_codebox"><table><tr id="p56178"><td class="code" id="p561code78"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-name</span> name_of_file</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>-بحث عن ملفات عن طريق امتداد هذه الملفات</strong></p>

<div class="wp_codebox"><table><tr id="p56179"><td class="code" id="p561code79"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.given_extension&quot;</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>- بحث عن ملفات تملك صلاحيات معينة و ذات امتداد معين </strong></p>

<div class="wp_codebox"><table><tr id="p56180"><td class="code" id="p561code80"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-name</span> <span style="color: #ff0000;">'*.txt'</span> <span style="color: #660033;">-perm</span> <span style="color: #000000;">644</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong> &#8211; بحث عن ملفات عامة لديها صلاحيات معينة </strong></p>

<div class="wp_codebox"><table><tr id="p56181"><td class="code" id="p561code81"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-perm</span> -permision_bits</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>- بحث عن ملفات تم تعديلها في فترة زمنية معينة </strong></p>

<div class="wp_codebox"><table><tr id="p56182"><td class="code" id="p561code82"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-mtime</span> n</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">حيث<strong> [n] </strong> تكون<br />
0 بمعني في فترة ال 24 ساعة الماضية<br />
1 بمعني في فترة ال 48 ساعة الماضية<br />
2 بمعني في فترة ال 72 ساعة الماضية</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>- بحث عن ملفات تم الدخول اليها في فترة معينة </strong></p>

<div class="wp_codebox"><table><tr id="p56183"><td class="code" id="p561code83"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #660033;">-atime</span> n</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>- بحث عن ملفات لمستخدم معين</strong></p>

<div class="wp_codebox"><table><tr id="p56184"><td class="code" id="p561code84"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>path <span style="color: #660033;">-user</span> root</pre></td></tr></table></div>

<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/cpulimit-ubuntu.htm" rel="bookmark" class="crp_title">الحد من استخدام المعالج cpu  في عملية  مع cpulimits</a></li><li><a href="http://ubuntu.ly/%d8%a7%d9%84%d8%b4%d8%b1%d9%88%d8%b9-%d9%81%d9%8a-%d8%a7%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-%d8%a3%d9%88%d8%a8%d9%88%d9%86%d8%aa%d9%88-10-04.htm" rel="bookmark" class="crp_title">الشروع في استخدام أوبونتو 10.04</a></li><li><a href="http://ubuntu.ly/rightclick-media-info-ubuntu.htm" rel="bookmark" class="crp_title">معلومات الملفات الصوتية و الصور بنقرة زر واحدة مع mediainfo</a></li><li><a href="http://ubuntu.ly/ubuntu-lucid-lynx-10-04-lts.htm" rel="bookmark" class="crp_title">صدور التوزيعة Ubuntu Lucid Lynx 10.04 LTS النهائية</a></li><li><a href="http://ubuntu.ly/run-install-sh-files-ubuntu.htm" rel="bookmark" class="crp_title">التعامل مع ملفات ذات الامتداد sh داخل اوبونتو</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/find-command-ubuntu-1.htm&amp;title=%D8%A7%D9%84%D8%A3%D9%85%D8%B1+find+%D8%A7%D9%84%D8%A8%D8%AD%D8%AB+%D8%A7%D9%83%D8%AB%D8%B1+%D9%85%D9%86+%D8%B0%D9%84%D9%83+%28+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%D8%A7%D8%AA+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/find-command-ubuntu-1.htm&amp;title=%D8%A7%D9%84%D8%A3%D9%85%D8%B1+find+%D8%A7%D9%84%D8%A8%D8%AD%D8%AB+%D8%A7%D9%83%D8%AB%D8%B1+%D9%85%D9%86+%D8%B0%D9%84%D9%83+%28+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%D8%A7%D8%AA+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/find-command-ubuntu-1.htm&amp;title=%D8%A7%D9%84%D8%A3%D9%85%D8%B1+find+%D8%A7%D9%84%D8%A8%D8%AD%D8%AB+%D8%A7%D9%83%D8%AB%D8%B1+%D9%85%D9%86+%D8%B0%D9%84%D9%83+%28+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%D8%A7%D8%AA+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/find-command-ubuntu-1.htm&amp;t=%D8%A7%D9%84%D8%A3%D9%85%D8%B1+find+%D8%A7%D9%84%D8%A8%D8%AD%D8%AB+%D8%A7%D9%83%D8%AB%D8%B1+%D9%85%D9%86+%D8%B0%D9%84%D9%83+%28+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%D8%A7%D8%AA+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%A7%D9%84%D8%A3%D9%85%D8%B1+find+%D8%A7%D9%84%D8%A8%D8%AD%D8%AB+%D8%A7%D9%83%D8%AB%D8%B1+%D9%85%D9%86+%D8%B0%D9%84%D9%83+%28+%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%D8%A7%D8%AA+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%5B..%5D+-+http://bit.ly/4bfh2i+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%A7%D9%84%D8%A3%D9%85%D8%B1%20find%20%D8%A7%D9%84%D8%A8%D8%AD%D8%AB%20%D8%A7%D9%83%D8%AB%D8%B1%20%D9%85%D9%86%20%D8%B0%D9%84%D9%83%20%28%20%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%D8%A7%D8%AA%20%D9%81%D9%8A%20%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88%20%29%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D8%A7%D9%84%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%20%D9%88%20%D9%85%D8%B9%D8%B8%D9%85%20%D8%A7%D9%84%D9%86%D8%B3%D8%AE%20%D8%A7%D9%84%D8%A7%D8%AE%D8%B1%20%D8%AA%D9%88%D9%81%D8%B1%20%D9%88%D8%A7%D8%AC%D9%87%D8%A9%20%D8%B1%D8%B3%D9%88%D9%85%D9%8A%D8%A9%20%D8%AA%D8%B3%D9%87%D9%84%20%D8%B9%D9%85%D9%84%D9%8A%D8%A9%20%D8%A7%D9%84%D8%A8%D8%AD%D8%AB%20%D8%B9%D9%86%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%20%D8%A7%D9%88%20%D9%85%D8%AC%D9%84%D8%AF%D8%A7%D8%AA%20%D8%AF%D8%A7%D8%AE%D9%84%20%D8%A7%D9%84%D9%86%D8%B8%D8%A7%D9%85%20%D9%88%20%D9%84%D9%83%D9%86%20%D8%A7%D8%AD%D9%8A%D8%A7%D9%86%D8%A7%20%D9%8A%D8%AA%D8%B9%D8%AF%D9%8A%20%D8%A7%D9%84%D8%A7%D9%85%D8%B1%20%D8%B9%D9%86%20%D9%85%D8%AC%D8%B1%D8%AF%20%D8%A8%D8%AD%D8%AB%20%D8%B9%D9%86%20%D9%85%D9%84%D9%81%D8%8C%20%D9%8A%D8%A3%D8%AA%D9%8A%20%D9%87%D9%86%D8%A7%20%D8%AF%D9%88%D8%B1%20%D8%A7%D9%84%D8%A3%D9%85%D8%B1%20find%20%D9%87%D8%B0%D8%A7%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/find-command-ubuntu-1.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/find-command-ubuntu-1.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/find-command-ubuntu-1.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>تعديل صورة الإقلاع splash image في GRUB 2 في اوبونتو 9.04</title>
		<link>http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm</link>
		<comments>http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm#comments</comments>
		<pubDate>Wed, 09 Sep 2009 04:53:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[سطح المكتب]]></category>
		<category><![CDATA[عامة]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=558</guid>
		<description><![CDATA[
هذا الدرس يوضح كيفية اضافة و تعديل صورة الإقلاع سبلاش اميج في جرب 2 Grub، هذه الخطوات تعمل فقط حالة grub 2 فقط .
إضافة صورة Splash images
نقوم بفتح التيرمنال Applications &#62; Accessories &#62; Terminal


نقوم بتثبيت حزمة صورة الخاصة بسبلاش من خلال كتابة الامر

sudo aptitude install grub2-splashimages

يتم تثبيت و اضافة الصور في المسار /usr/share/images/grub  و [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2.jpg" rel="lightbox[558]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2.jpg" alt="" width="199" height="149" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">هذا الدرس يوضح كيفية اضافة و تعديل صورة الإقلاع سبلاش اميج في جرب 2 Grub، هذه الخطوات تعمل فقط حالة grub 2 فقط .</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong>إضافة صورة Splash images</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نقوم بفتح التيرمنال Applications &gt; Accessories &gt; Terminal</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-1.png" rel="lightbox[558]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-1.png" alt="" width="326" height="247" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-558"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نقوم بتثبيت حزمة صورة الخاصة بسبلاش من خلال كتابة الامر</p>

<div class="wp_codebox"><table><tr id="p55889"><td class="code" id="p558code89"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> grub2-splashimages</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">يتم تثبيت و اضافة الصور في المسار /usr/share/images/grub  و تكون الصور علي امتداد .tga<br />
و بالضغط بالزر الايمن للفأرة علي الصورة المراد استخدامها كخلفية لشاشة الاقلاع نقوم بنسخ اسم الصورة</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-2.png" rel="lightbox[558]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-2.png" alt="" width="399" height="284" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بتعديل الملف 05_debian_theme  h ونستبدل السطر الملف موجود <span>/etc/grub.d/</span></p>

<div class="wp_codebox"><table><tr id="p55890"><td class="code" id="p558code90"><pre class="bash" style="font-family:monospace;">  <span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub,<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>images<span style="color: #000000; font-weight: bold;">/</span>desktop-base<span style="color: #7a0874; font-weight: bold;">&#125;</span><span style="color: #000000; font-weight: bold;">/</span>moreblue-orbit-grub.<span style="color: #7a0874; font-weight: bold;">&#123;</span>png,tga<span style="color: #7a0874; font-weight: bold;">&#125;</span> ; <span style="color: #000000; font-weight: bold;">do</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بهذا السطر</p>

<div class="wp_codebox"><table><tr id="p55891"><td class="code" id="p558code91"><pre class="bash" style="font-family:monospace;">  <span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub,<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>images<span style="color: #000000; font-weight: bold;">/</span>desktop-base,<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>images<span style="color: #000000; font-weight: bold;">/</span>grub<span style="color: #7a0874; font-weight: bold;">&#125;</span><span style="color: #000000; font-weight: bold;">/</span>Moraine_Lake_17092005.<span style="color: #7a0874; font-weight: bold;">&#123;</span>png,tga<span style="color: #7a0874; font-weight: bold;">&#125;</span> ; <span style="color: #000000; font-weight: bold;">do</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و تأكد من كتابة اسم الملف صحيح و بعد الانتهاء نقوم بحفظ التغييرات و ننفذ هذا الامر</p>

<div class="wp_codebox"><table><tr id="p55892"><td class="code" id="p558code92"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> update-grub</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم باعادة تشغيل النظام و ستظهر هذه الصورة بدل من الافتراضية</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/grub2-3.jpg" rel="lightbox[558]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub2-3.jpg" alt="" width="342" height="256" /></a></p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm" rel="bookmark" class="crp_title">الترقية الي Grub 2 في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/restore-grub-in-ubuntu.htm" rel="bookmark" class="crp_title">إستعادة Grub</a></li><li><a href="http://ubuntu.ly/clean-grub-menu-after-upgrade-ubuntu.htm" rel="bookmark" class="crp_title">ازالة الخيارات الاضافية من قائمة الاقلاع بعد تحديث الاوبونتو</a></li><li><a href="http://ubuntu.ly/10-new-things-ubuntu-karmic-koala-910.htm" rel="bookmark" class="crp_title">10  إضافات و تعديلات جديدة متوقعه في اوبونتو 9.10 كارميك كوالا</a></li><li><a href="http://ubuntu.ly/manage-dual-boot-system-ubuntu.htm" rel="bookmark" class="crp_title">التحكم في الاقلاع في جهاز متعدد انظمة التشغيل</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm&amp;title=%D8%AA%D8%B9%D8%AF%D9%8A%D9%84+%D8%B5%D9%88%D8%B1%D8%A9+%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9+splash+image+%D9%81%D9%8A+GRUB+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm&amp;title=%D8%AA%D8%B9%D8%AF%D9%8A%D9%84+%D8%B5%D9%88%D8%B1%D8%A9+%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9+splash+image+%D9%81%D9%8A+GRUB+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm&amp;title=%D8%AA%D8%B9%D8%AF%D9%8A%D9%84+%D8%B5%D9%88%D8%B1%D8%A9+%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9+splash+image+%D9%81%D9%8A+GRUB+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm&amp;t=%D8%AA%D8%B9%D8%AF%D9%8A%D9%84+%D8%B5%D9%88%D8%B1%D8%A9+%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9+splash+image+%D9%81%D9%8A+GRUB+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%AA%D8%B9%D8%AF%D9%8A%D9%84+%D8%B5%D9%88%D8%B1%D8%A9+%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9+splash+image+%D9%81%D9%8A+GRUB+2+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+%5B..%5D+-+http://bit.ly/3inmMv+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%AA%D8%B9%D8%AF%D9%8A%D9%84%20%D8%B5%D9%88%D8%B1%D8%A9%20%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9%20splash%20image%20%D9%81%D9%8A%20GRUB%202%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D8%AF%D8%B1%D8%B3%20%D9%8A%D9%88%D8%B6%D8%AD%20%D9%83%D9%8A%D9%81%D9%8A%D8%A9%20%D8%A7%D8%B6%D8%A7%D9%81%D8%A9%20%D9%88%20%D8%AA%D8%B9%D8%AF%D9%8A%D9%84%20%D8%B5%D9%88%D8%B1%D8%A9%20%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9%20%D8%B3%D8%A8%D9%84%D8%A7%D8%B4%20%D8%A7%D9%85%D9%8A%D8%AC%20%D9%81%D9%8A%20%D8%AC%D8%B1%D8%A8%202%20Grub%D8%8C%20%D9%87%D8%B0%D9%87%20%D8%A7%D9%84%D8%AE%D8%B7%D9%88%D8%A7%D8%AA%20%D8%AA%D8%B9%D9%85%D9%84%20%D9%81%D9%82%D8%B7%20%D8%AD%D8%A7%D9%84%D8%A9%20grub%202%20%D9%81%D9%82%D8%B7%20.%0D%0A%D8%A5%D8%B6%D8%A7%D9%81%D8%A9%20%D8%B5%D9%88%D8%B1%D8%A9%20Splash%20images%0D%0A%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D9%81%D8%AA%D8%AD%20%D8%A7%D9%84%D8%AA%D9%8A%D8%B1%D9%85%D9%86%D8%A7%D9%84%20Applications%20%26gt%3B%20Accessories%20%26gt%3B%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/change-grub2-splash-image-ubuntu-904-juanty.htm/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>تثبيت متصفح جوجل كروم و تفعيل الفلاش في اوبونتو 9.04</title>
		<link>http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm</link>
		<comments>http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm#comments</comments>
		<pubDate>Tue, 25 Aug 2009 23:31:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[سطح المكتب]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[google chrome ubuntu]]></category>
		<category><![CDATA[install google chrome ubuntu]]></category>
		<category><![CDATA[تثبيت جوجل كروم]]></category>
		<category><![CDATA[تثبيت متصفح جوجل في اوبونتو]]></category>
		<category><![CDATA[جوجل كروم في ابونتو]]></category>
		<category><![CDATA[متصفح جوجل]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=553</guid>
		<description><![CDATA[
في هذا الدرس سنقوم بشرح كيفية تثبيت متصفح جوجل كروم في اوبونتو 9.04 و كيفية تفعيل ادوب فلاش.

تثبيت جوجل كروم :
نقوم بفتح الموقع http://dev.chromium.org/getting-involved/dev-channel و نذهب الي قسم اللينكس و نختار الحزمة المتوافقة مع نظامنا. اما (google-chrome-unstable_current_i386.deb او google-chrome-unstable_current_amd64.deb):
بعد تحميل النسخة نقوم بعملية التثبيت بالنقر علي الملف ونختار Install Package بعدها ستتم علمية التثبيت كاملة.
تفعيل [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/ubuntu-chrome1.gif" rel="lightbox[553]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/ubuntu-chrome1.gif" alt="" width="97" height="100" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">في هذا الدرس سنقوم بشرح كيفية تثبيت متصفح جوجل كروم في اوبونتو 9.04 و كيفية تفعيل ادوب فلاش.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-553"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت جوجل كروم :</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نقوم بفتح الموقع http://dev.chromium.org/getting-involved/dev-channel و نذهب الي قسم اللينكس و نختار الحزمة المتوافقة مع نظامنا. اما (google-chrome-unstable_current_i386.deb او google-chrome-unstable_current_amd64.deb):<br />
بعد تحميل النسخة نقوم بعملية التثبيت بالنقر علي الملف ونختار Install Package بعدها ستتم علمية التثبيت كاملة.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 16px; text-align: right;" dir="rtl"><strong>تفعيل الفلاش في المتصفح :</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">من خلال التيرمنال نقوم بالتأكد من انه الفلاش موجود علي نظامنا اولا من خلال تنفيذ هذه الآوامر</p>

<div class="wp_codebox"><table><tr id="p55399"><td class="code" id="p553code99"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">updatedb</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">locate</span> libflashplayer.so</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">اذا كان الفلاش مثبتا لدينا مسبقا في النظام سيكون المخرج من الأمر الاخير الأتي</p>

<div class="wp_codebox"><table><tr id="p553100"><td class="code" id="p553code100"><pre class="bash" style="font-family:monospace;">gothic<span style="color: #000000; font-weight: bold;">@</span>gothic-desktop:~$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">locate</span> libflashplayer.so
<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>Adobe AIR<span style="color: #000000; font-weight: bold;">/</span>Versions<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.0</span><span style="color: #000000; font-weight: bold;">/</span>Resources<span style="color: #000000; font-weight: bold;">/</span>libflashplayer.so
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>flashplugin-installer<span style="color: #000000; font-weight: bold;">/</span>libflashplayer.so
gothic<span style="color: #000000; font-weight: bold;">@</span>gothic-desktop:~$</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">مايعني انه الملف موجود في /usr/lib/flashplugin-installer/libflashplayer.so<br />
و اذا كان لايوجد مخرج مثل السابق هذا يعني انه الفلاش غير موجود لدينا في النظام و نقوم بتنفيذ هذا الآمر لتثبيت الفلاش</p>

<div class="wp_codebox"><table><tr id="p553101"><td class="code" id="p553code101"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> flashplugin-installer</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بإنشاء مجلد للمتصفح جوجل كروم</p>

<div class="wp_codebox"><table><tr id="p553102"><td class="code" id="p553code102"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>plugins</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و نقوم بنسخ ملفات الفلاش الي ذلك المجلد</p>

<div class="wp_codebox"><table><tr id="p553103"><td class="code" id="p553code103"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>flashplugin-installer<span style="color: #000000; font-weight: bold;">/</span>libflashplayer.so <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>plugins</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بالتعديل في مشغل المتصفح في القائمة من خلال تحريره بمجرد الضغط بزر الفآرة الايمن علي applications و نختار google chrome و نختار Edit</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/chrom1.png" rel="lightbox[553]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/chrom1.png" alt="" width="193" height="175" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/chrom2.jpg" rel="lightbox[553]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/chrom2.jpg" alt="" width="386" height="289" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و نقوم بالتعديل التالي في command field</p>

<div class="wp_codebox"><table><tr id="p553104"><td class="code" id="p553code104"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>google-chrome <span style="color: #660033;">--enable-plugins</span> <span style="color: #000000; font-weight: bold;">%</span>U</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/chrom3.jpg" rel="lightbox[553]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/chrom3.jpg" alt="" width="401" height="301" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نضغط Close</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/chrom4.jpg" rel="lightbox[553]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/chrom4.jpg" alt="" width="386" height="290" /></a></p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/google-gadgets-ubuntu-904.htm" rel="bookmark" class="crp_title">أدوات جوجل Google Gadgets في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/google-earth-ubuntu-810.htm" rel="bookmark" class="crp_title">تثبيت جوجل ايرث Google earth في اوبونتو 8.10</a></li><li><a href="http://ubuntu.ly/first-things-you-should-do-with-karmic-koala.htm" rel="bookmark" class="crp_title">أول  اشياء تقوم بعملها في اوبونتو 9.10</a></li><li><a href="http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm" rel="bookmark" class="crp_title">تثبيت Nginx و PHP5  و MySQL في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/upgrade-to-grub2-ubuntu-904.htm" rel="bookmark" class="crp_title">الترقية الي Grub 2 في اوبونتو 9.04</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D9%85%D8%AA%D8%B5%D9%81%D8%AD+%D8%AC%D9%88%D8%AC%D9%84+%D9%83%D8%B1%D9%88%D9%85+%D9%88+%D8%AA%D9%81%D8%B9%D9%8A%D9%84+%D8%A7%D9%84%D9%81%D9%84%D8%A7%D8%B4+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D9%85%D8%AA%D8%B5%D9%81%D8%AD+%D8%AC%D9%88%D8%AC%D9%84+%D9%83%D8%B1%D9%88%D9%85+%D9%88+%D8%AA%D9%81%D8%B9%D9%8A%D9%84+%D8%A7%D9%84%D9%81%D9%84%D8%A7%D8%B4+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D9%85%D8%AA%D8%B5%D9%81%D8%AD+%D8%AC%D9%88%D8%AC%D9%84+%D9%83%D8%B1%D9%88%D9%85+%D9%88+%D8%AA%D9%81%D8%B9%D9%8A%D9%84+%D8%A7%D9%84%D9%81%D9%84%D8%A7%D8%B4+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm&amp;t=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D9%85%D8%AA%D8%B5%D9%81%D8%AD+%D8%AC%D9%88%D8%AC%D9%84+%D9%83%D8%B1%D9%88%D9%85+%D9%88+%D8%AA%D9%81%D8%B9%D9%8A%D9%84+%D8%A7%D9%84%D9%81%D9%84%D8%A7%D8%B4+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D9%85%D8%AA%D8%B5%D9%81%D8%AD+%D8%AC%D9%88%D8%AC%D9%84+%D9%83%D8%B1%D9%88%D9%85+%D9%88+%D8%AA%D9%81%D8%B9%D9%8A%D9%84+%D8%A7%D9%84%D9%81%D9%84%D8%A7%D8%B4+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%5B..%5D+-+http://bit.ly/4lgmqo+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20%D9%85%D8%AA%D8%B5%D9%81%D8%AD%20%D8%AC%D9%88%D8%AC%D9%84%20%D9%83%D8%B1%D9%88%D9%85%20%D9%88%20%D8%AA%D9%81%D8%B9%D9%8A%D9%84%20%D8%A7%D9%84%D9%81%D9%84%D8%A7%D8%B4%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%81%D9%8A%20%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D8%AF%D8%B1%D8%B3%20%D8%B3%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D8%B4%D8%B1%D8%AD%20%D9%83%D9%8A%D9%81%D9%8A%D8%A9%20%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20%D9%85%D8%AA%D8%B5%D9%81%D8%AD%20%D8%AC%D9%88%D8%AC%D9%84%20%D9%83%D8%B1%D9%88%D9%85%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%20%D9%88%20%D9%83%D9%8A%D9%81%D9%8A%D8%A9%20%D8%AA%D9%81%D8%B9%D9%8A%D9%84%20%D8%A7%D8%AF%D9%88%D8%A8%20%D9%81%D9%84%D8%A7%D8%B4.%0D%0A%0D%0A%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20%D8%AC%D9%88%D8%AC%D9%84%20%D9%83%D8%B1%D9%88%D9%85%20%3A%0D%0A%0D%0A%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D9%81%D8%AA%D8%AD%20%D8%A7%D9%84%D9%85%D9%88%D9%82%D8%B9%20http%3A%2F%2Fdev.chromium.org%2Fgetting-involved%2Fdev-channel%20%D9%88%20%D9%86%D8%B0%D9%87%D8%A8%20%D8%A7%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>نظف نظام تشغيلك الخاص بك مع أداة كمبيوتر جانيتور  computer janitor في اوبنتو 9.04</title>
		<link>http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm</link>
		<comments>http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:47:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[سطح المكتب]]></category>
		<category><![CDATA[apt-get clean]]></category>
		<category><![CDATA[clean deb cache]]></category>
		<category><![CDATA[Clean up ubuntu]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[تنظيف اوبونتو]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=550</guid>
		<description><![CDATA[
كمبيوتر جانيتور اداة تسمح لك بتنظيف نظام تشغيلك لتجعله نظيف من ملفات الغير ضرورية. حيث يقوم بحذف الملفات المؤقتة لتعطي نظام التشغيل مساحة إضافية. في هذا الدرس سنقوم بشرح كيفية عمل هذا البرنامج.

برنامج كمبيوتر جانيتور يأتي مثبتا افتراضيا في نسخة اوبنتو 9.04، فقط لتشغيل البرنامج من خلال القائمة
System &#62; Administration &#62; Computer Janitor

سيظهر البرنامج كمبيوتر [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/janitor-logo.png" rel="lightbox[550]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/janitor-logo.png" alt="" width="128" height="155" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">كمبيوتر جانيتور اداة تسمح لك بتنظيف نظام تشغيلك لتجعله نظيف من ملفات الغير ضرورية. حيث يقوم بحذف الملفات المؤقتة لتعطي نظام التشغيل مساحة إضافية. في هذا الدرس سنقوم بشرح كيفية عمل هذا البرنامج.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-550"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">برنامج كمبيوتر جانيتور يأتي مثبتا افتراضيا في نسخة اوبنتو 9.04، فقط لتشغيل البرنامج من خلال القائمة</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">System &gt; Administration &gt; Computer Janitor</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/janitor1.jpg" rel="lightbox[550]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/janitor1.jpg" alt="" width="480" height="116" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">سيظهر البرنامج كمبيوتر جانيتور بعض الملفات التي يمكن حذفها و لحذف هذه الملفات نضغط علي Cleanup</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/janitor2.jpg" rel="lightbox[550]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/janitor2.jpg" alt="" width="421" height="517" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لتأكيد عملية الحذف نضغط Yes من النافذة التي ستظهر</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/janitor3.jpg" rel="lightbox[550]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/janitor3.jpg" alt="" width="413" height="507" /></a></p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/ubuntu-tweak-04.htm" rel="bookmark" class="crp_title">اوبونتو تويك Ubuntu Tweak</a></li><li><a href="http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm" rel="bookmark" class="crp_title">تثبيت بيئة سطح المكتب شوجار لاب sugarlabs في ابونتو 9.04</a></li><li><a href="http://ubuntu.ly/ubuntu-linux-gnome-system-log-viewe.htm" rel="bookmark" class="crp_title">ملفات متابعة النظام Log file في اوبونتو</a></li><li><a href="http://ubuntu.ly/%d8%a7%d9%88%d8%a8%d9%86%d8%aa%d9%88-10-04-%d9%8a%d8%af%d8%ae%d9%84-%d8%a8%d9%8a%d8%aa%d8%a7-%d9%88%d9%85%d8%aa%d9%88%d9%81%d8%b1-%d9%84%d9%84%d8%aa%d9%86%d8%b2%d9%8a%d9%84-ubuntu.htm" rel="bookmark" class="crp_title">اوبنتو 10.04 يدخل بيتا ومتوفر للتنزيل [Ubuntu]</a></li><li><a href="http://ubuntu.ly/virtualbox-21-ubuntu-810.htm" rel="bookmark" class="crp_title">تثبيت الصندوق الافتراضي Virtualbox 2.1 في اوبونتو 8.10</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm&amp;title=%D9%86%D8%B8%D9%81+%D9%86%D8%B8%D8%A7%D9%85+%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%83+%D8%A7%D9%84%D8%AE%D8%A7%D8%B5+%D8%A8%D9%83+%D9%85%D8%B9+%D8%A3%D8%AF%D8%A7%D8%A9+%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1+%D8%AC%D8%A7%D9%86%D9%8A%D8%AA%D9%88%D8%B1++computer+janitor+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm&amp;title=%D9%86%D8%B8%D9%81+%D9%86%D8%B8%D8%A7%D9%85+%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%83+%D8%A7%D9%84%D8%AE%D8%A7%D8%B5+%D8%A8%D9%83+%D9%85%D8%B9+%D8%A3%D8%AF%D8%A7%D8%A9+%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1+%D8%AC%D8%A7%D9%86%D9%8A%D8%AA%D9%88%D8%B1++computer+janitor+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm&amp;title=%D9%86%D8%B8%D9%81+%D9%86%D8%B8%D8%A7%D9%85+%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%83+%D8%A7%D9%84%D8%AE%D8%A7%D8%B5+%D8%A8%D9%83+%D9%85%D8%B9+%D8%A3%D8%AF%D8%A7%D8%A9+%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1+%D8%AC%D8%A7%D9%86%D9%8A%D8%AA%D9%88%D8%B1++computer+janitor+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm&amp;t=%D9%86%D8%B8%D9%81+%D9%86%D8%B8%D8%A7%D9%85+%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%83+%D8%A7%D9%84%D8%AE%D8%A7%D8%B5+%D8%A8%D9%83+%D9%85%D8%B9+%D8%A3%D8%AF%D8%A7%D8%A9+%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1+%D8%AC%D8%A7%D9%86%D9%8A%D8%AA%D9%88%D8%B1++computer+janitor+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D9%86%D8%B8%D9%81+%D9%86%D8%B8%D8%A7%D9%85+%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%83+%D8%A7%D9%84%D8%AE%D8%A7%D8%B5+%D8%A8%D9%83+%D9%85%D8%B9+%D8%A3%D8%AF%D8%A7%D8%A9+%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1+%D8%AC%D8%A7%D9%86%5B..%5D+-+http://bit.ly/2ngws6+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D9%86%D8%B8%D9%81%20%D9%86%D8%B8%D8%A7%D9%85%20%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%83%20%D8%A7%D9%84%D8%AE%D8%A7%D8%B5%20%D8%A8%D9%83%20%D9%85%D8%B9%20%D8%A3%D8%AF%D8%A7%D8%A9%20%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1%20%D8%AC%D8%A7%D9%86%D9%8A%D8%AA%D9%88%D8%B1%20%20computer%20janitor%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%86%D8%AA%D9%88%209.04%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1%20%D8%AC%D8%A7%D9%86%D9%8A%D8%AA%D9%88%D8%B1%20%D8%A7%D8%AF%D8%A7%D8%A9%20%D8%AA%D8%B3%D9%85%D8%AD%20%D9%84%D9%83%20%D8%A8%D8%AA%D9%86%D8%B8%D9%8A%D9%81%20%D9%86%D8%B8%D8%A7%D9%85%20%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%83%20%D9%84%D8%AA%D8%AC%D8%B9%D9%84%D9%87%20%D9%86%D8%B8%D9%8A%D9%81%20%D9%85%D9%86%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%20%D8%A7%D9%84%D8%BA%D9%8A%D8%B1%20%D8%B6%D8%B1%D9%88%D8%B1%D9%8A%D8%A9.%20%D8%AD%D9%8A%D8%AB%20%D9%8A%D9%82%D9%88%D9%85%20%D8%A8%D8%AD%D8%B0%D9%81%20%D8%A7%D9%84%D9%85%D9%84%D9%81%D8%A7%D8%AA%20%D8%A7%D9%84%D9%85%D8%A4%D9%82%D8%AA%D8%A9%20%D9%84%D8%AA%D8%B9%D8%B7%D9%8A%20%D9%86%D8%B8%D8%A7%D9%85%20%D8%A7%D9%84%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%20%D9%85%D8%B3%D8%A7%D8%AD%D8%A9%20%D8%A5%D8%B6%D8%A7%D9%81%D9%8A%D8%A9.%20%D9%81%D9%8A%20%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D8%AF%D8%B1%D8%B3%20%D8%B3%D9%86%D9%82%D9%88%D9%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/clean-up-your-desktop-with-computer-janitor-on-ubuntu-904.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>نسخ الإحتياطي مع لكي باك اب luckyBackup في اوبونتو 9.04</title>
		<link>http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm</link>
		<comments>http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm#comments</comments>
		<pubDate>Tue, 25 Aug 2009 02:57:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[سطح المكتب]]></category>
		<category><![CDATA[backup ubuntu]]></category>
		<category><![CDATA[restore data]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[باك اب اوبونتو]]></category>
		<category><![CDATA[نسخ احتياطي]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=547</guid>
		<description><![CDATA[
في هذا الدرس سنقوم بشرح كيفية تثبيت و استخدام لكي باك اب في سطح المكتب اوبونتو 9.04. لكي عبارة عن تطبيق نسخ احتياطي و عمل تزامن مبني علي الأداة rsync . سهل الإستخدام و يمتاز بسرعة النقل و كما ينقل البيانات الجديدة أو التي حدث فيها تغيير. و قابل للتخصيص ايضا.

تثبيت لكي باك اب luckyBackup [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/luckybackup_320.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/luckybackup_320.png" alt="" width="124" height="116" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">في هذا الدرس سنقوم بشرح كيفية تثبيت و استخدام لكي باك اب في سطح المكتب اوبونتو 9.04. لكي عبارة عن تطبيق نسخ احتياطي و عمل تزامن مبني علي الأداة rsync . سهل الإستخدام و يمتاز بسرعة النقل و كما ينقل البيانات الجديدة أو التي حدث فيها تغيير. و قابل للتخصيص ايضا.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-547"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت لكي باك اب luckyBackup :</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">برنامج لكي باك اب غير موجود في مخازن ابونتو الرسمية.  فلهذا سنقوم بثبيتها يدويا، نقوم بتنفيذ هذه الإوامر في الشاشة الطرفية.</p>

<div class="wp_codebox"><table><tr id="p547108"><td class="code" id="p547code108"><pre class="bash" style="font-family:monospace;">gpg <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com <span style="color: #660033;">--recv-keys</span> 62E44DBB
gpg <span style="color: #660033;">--export</span> 62E44DBB <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> add -
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>luckybackup-maintainers.list
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;deb http://ppa.launchpad.net/luckybackup-maintainers/ppa/ubuntu <span style="color: #780078;">`lsb_release -sc`</span> main&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>luckybackup-maintainers.list</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و بعد ذلك نقوم بتحديث المخازن بتنفيذ هذا الأمر</p>

<div class="wp_codebox"><table><tr id="p547109"><td class="code" id="p547code109"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بتثبيت البرنامج لكي باك اب luckyBackup</p>

<div class="wp_codebox"><table><tr id="p547110"><td class="code" id="p547code110"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> luckybackup</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 16px; text-align: right;" dir="rtl"><strong>استخدام لكي باك اب luckyBackup</strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">من خلال لكي باك اب يمكن اخذ او استرجاع نسخة احتياطية لمجلدات التي يملك عليها المستخدم نفسه الصلاحيات. وسنجد اكثر من luncher للبرنامج في القائمة</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">Applications &gt; Accessories &gt; luckyBackup&#8230; المستخدم العادي</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/lucky1.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/lucky1.png" alt="" width="355" height="270" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">Applications &gt; System Tools &gt; luckyBackup (super user) مستخدم الجذر</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/lucky2.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/lucky2.png" alt="" width="355" height="270" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">علي سبيل المثال لو أردنا عمل نسخة إحتياطية لملف home الخاص بالمستخدم  سنقوم بتشغيل البرنامج من خلال المستخدم العادي و لإنشاء مهام نضغط علي add</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/luckybackup3.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/luckybackup3.png" alt="" width="385" height="410" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد الضغط علي add ستظهر نافذة خصائص المهام اولا نقوم بتحديد اسم المهام و كذلك مسار المجلد المراد اخذ نسخة احتياطية له،و مسار المراد وضع النسخة الإحتياطية فيه.و لكن يجب ان نقوم باستثناء مجلد الذي سيتم وضع النسخة الإحتياطية فيه.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/luckybackup4.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/luckybackup4.png" alt="" width="385" height="410" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">من خلال القائمة advanced يمكنا استثناء بعض المجلدات من عملية النسخ الإحتياطي</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/luckybackup5.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/luckybackup5.png" alt="" width="385" height="410" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">عند الإنتهاء من الإعدادات نضغط Okay</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">في حالة قمنا بإختيار Also create a task for restore سنجد عدد اثنان من المهام في القائمة احدهما لعمل نسخة احتياطية و الاخري مهمة الإسترجاع</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/luckybackup7.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/luckybackup7.png" alt="" width="385" height="410" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد ذلك نقوم بالضغط علي ايقونة القرص لحفظ المهام التي قمنا بانشائها و يمكننا بعد ذلك تجربة عملية النسخ الإحتياطي اولا نقوم باختيار المهام من القائمة و من ثم نختار ابدآ start</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/luckybackup8.png" rel="lightbox[547]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/luckybackup8.png" alt="" width="385" height="410" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">luckyBackup: http://luckybackup.sourceforge.net/</p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/back-in-time-how-to-install-use-ubuntu-904.htm" rel="bookmark" class="crp_title">عمل نسخة احتياطية مع برنامج باك ان تايم Back in Time اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/top-todo-list-software-ubuntu.htm" rel="bookmark" class="crp_title">افضل برامج ToDo list في اوبونتو</a></li><li><a href="http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm" rel="bookmark" class="crp_title">تثبيت Nginx و PHP5  و MySQL في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/%d8%a7%d9%84%d8%b4%d8%b1%d9%88%d8%b9-%d9%81%d9%8a-%d8%a7%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-%d8%a3%d9%88%d8%a8%d9%88%d9%86%d8%aa%d9%88-10-04.htm" rel="bookmark" class="crp_title">الشروع في استخدام أوبونتو 10.04</a></li><li><a href="http://ubuntu.ly/ubuntu-lucid-lynx-10-04-lts.htm" rel="bookmark" class="crp_title">صدور التوزيعة Ubuntu Lucid Lynx 10.04 LTS النهائية</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm&amp;title=%D9%86%D8%B3%D8%AE+%D8%A7%D9%84%D8%A5%D8%AD%D8%AA%D9%8A%D8%A7%D8%B7%D9%8A+%D9%85%D8%B9+%D9%84%D9%83%D9%8A+%D8%A8%D8%A7%D9%83+%D8%A7%D8%A8+luckyBackup+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm&amp;title=%D9%86%D8%B3%D8%AE+%D8%A7%D9%84%D8%A5%D8%AD%D8%AA%D9%8A%D8%A7%D8%B7%D9%8A+%D9%85%D8%B9+%D9%84%D9%83%D9%8A+%D8%A8%D8%A7%D9%83+%D8%A7%D8%A8+luckyBackup+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm&amp;title=%D9%86%D8%B3%D8%AE+%D8%A7%D9%84%D8%A5%D8%AD%D8%AA%D9%8A%D8%A7%D8%B7%D9%8A+%D9%85%D8%B9+%D9%84%D9%83%D9%8A+%D8%A8%D8%A7%D9%83+%D8%A7%D8%A8+luckyBackup+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm&amp;t=%D9%86%D8%B3%D8%AE+%D8%A7%D9%84%D8%A5%D8%AD%D8%AA%D9%8A%D8%A7%D8%B7%D9%8A+%D9%85%D8%B9+%D9%84%D9%83%D9%8A+%D8%A8%D8%A7%D9%83+%D8%A7%D8%A8+luckyBackup+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D9%86%D8%B3%D8%AE+%D8%A7%D9%84%D8%A5%D8%AD%D8%AA%D9%8A%D8%A7%D8%B7%D9%8A+%D9%85%D8%B9+%D9%84%D9%83%D9%8A+%D8%A8%D8%A7%D9%83+%D8%A7%D8%A8+luckyBackup+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%5B..%5D+-+http://bit.ly/PxAqe+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D9%86%D8%B3%D8%AE%20%D8%A7%D9%84%D8%A5%D8%AD%D8%AA%D9%8A%D8%A7%D8%B7%D9%8A%20%D9%85%D8%B9%20%D9%84%D9%83%D9%8A%20%D8%A8%D8%A7%D9%83%20%D8%A7%D8%A8%20luckyBackup%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%81%D9%8A%20%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D8%AF%D8%B1%D8%B3%20%D8%B3%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D8%B4%D8%B1%D8%AD%20%D9%83%D9%8A%D9%81%D9%8A%D8%A9%20%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20%D9%88%20%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%20%D9%84%D9%83%D9%8A%20%D8%A8%D8%A7%D9%83%20%D8%A7%D8%A8%20%D9%81%D9%8A%20%D8%B3%D8%B7%D8%AD%20%D8%A7%D9%84%D9%85%D9%83%D8%AA%D8%A8%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04.%20%D9%84%D9%83%D9%8A%20%D8%B9%D8%A8%D8%A7%D8%B1%D8%A9%20%D8%B9%D9%86%20%D8%AA%D8%B7%D8%A8%D9%8A%D9%82%20%D9%86%D8%B3%D8%AE%20%D8%A7%D8%AD%D8%AA%D9%8A%D8%A7%D8%B7%D9%8A%20%D9%88%20%D8%B9%D9%85%D9%84%20%D8%AA%D8%B2%D8%A7%D9%85%D9%86%20%D9%85%D8%A8%D9%86%D9%8A%20%D8%B9%D9%84%D9%8A%20%D8%A7%D9%84%D8%A3%D8%AF%D8%A7%D8%A9%20rsync%20.%20%D8%B3%D9%87%D9%84%20%D8%A7%D9%84%D8%A5%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%20%D9%88%20%D9%8A%D9%85%D8%AA%D8%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>تثبيت بيئة سطح المكتب شوجار لاب sugarlabs في ابونتو 9.04</title>
		<link>http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm</link>
		<comments>http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm#comments</comments>
		<pubDate>Mon, 24 Aug 2009 23:08:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[الرسوميات]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[سطح المكتب]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[Sugar env]]></category>
		<category><![CDATA[ubuntu install sugar]]></category>
		<category><![CDATA[X windows]]></category>
		<category><![CDATA[بيئة النافذة sugar]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=544</guid>
		<description><![CDATA[
شوجار هو بيئة سطح مكتب تم استخدامها في مشروع &#8221; جهاز محمول لكل طفل او OLPC. و يمكن ايضا تثبيته في اي جهاز كمبيوتر عادي و في هذا الدرس سنقوم بشرع كيفية التثبيت .

تثبيت شوجار في ابونتو 9.04 : 
شوجار متاح في مخازن اوبنتو الرسمية، و لتثبيته من خلال synaptic package manager نبحث عن sugar [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/sugarlabs-logo.png" rel="lightbox[544]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/sugarlabs-logo.png" alt="" width="250" height="54" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">شوجار هو بيئة سطح مكتب تم استخدامها في مشروع &#8221; جهاز محمول لكل طفل او OLPC. و يمكن ايضا تثبيته في اي جهاز كمبيوتر عادي و في هذا الدرس سنقوم بشرع كيفية التثبيت .</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-544"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><strong style="font-size: 16px;">تثبيت شوجار في ابونتو 9.04 : </strong></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">شوجار متاح في مخازن اوبنتو الرسمية، و لتثبيته من خلال synaptic package manager نبحث عن sugar و نقوم باختيارها  و تلقائيا سيتم اختيار الحزم الضرورية و تثبيتها معا. و نتآكد من اختيار الحزمة sugar-activitry من القائمة ايضا، ،ومن ثم نضغط علي apply لتبدء عملية التثبيت.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/sugarlab1.png" rel="lightbox[544]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/sugarlab1.png" alt="" width="400" height="346" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و عند الانتهاء من التحميل نقوم بتنفيذ هذا الأمر من خلال الشاشة الطرفية.</p>

<div class="wp_codebox"><table><tr id="p544112"><td class="code" id="p544code112"><pre class="bash" style="font-family:monospace;">gconftool-<span style="color: #000000;">2</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>desktop<span style="color: #000000; font-weight: bold;">/</span>sugar<span style="color: #000000; font-weight: bold;">/</span>desktop<span style="color: #000000; font-weight: bold;">/</span>favorites_layout <span style="color: #660033;">-t</span> string ring-layout</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعد تنفيذ  هذا الأمر نقوم بعملية تسجيل الخروج،  و من ثم من خلال شاشة الدخول نختار Select Session</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/sugarlab2.jpg" rel="lightbox[544]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/sugarlab2.jpg" alt="" width="400" height="346" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/sugarlab3.png" rel="lightbox[544]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/sugarlab3.png" alt="" width="400" height="346" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/sugarlab4.png" rel="lightbox[544]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/sugarlab4.png" alt="" width="400" height="346" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/sugarlab5.png" rel="lightbox[544]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/sugarlab5.png" alt="" width="400" height="346" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">وصلات مفيدة</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">Sugar: http://www.sugarlabs.org/<br />
Sugar Wiki: http://wiki.sugarlabs.org/<br />
Sugar Manual: http://en.flossmanuals.net/sugar<br />
Sugar Keyboard Shortcuts: http://wiki.laptop.org/go/Keyboard_shortcuts<br />
Ubuntu: http://www.ubuntu.com/</p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/install-nginx-php5-mysql5-ubuntu-904-server.htm" rel="bookmark" class="crp_title">تثبيت Nginx و PHP5  و MySQL في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/install-google-chrome-and-enable-flash-ubuntu.htm" rel="bookmark" class="crp_title">تثبيت متصفح جوجل كروم و تفعيل الفلاش في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/back-in-time-how-to-install-use-ubuntu-904.htm" rel="bookmark" class="crp_title">عمل نسخة احتياطية مع برنامج باك ان تايم Back in Time اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/backups-with-luckybackup-on-an-ubuntu-904.htm" rel="bookmark" class="crp_title">نسخ الإحتياطي مع لكي باك اب luckyBackup في اوبونتو 9.04</a></li><li><a href="http://ubuntu.ly/install-ubuntu.htm" rel="bookmark" class="crp_title">تثبيت اوبونتو 8.10</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D8%A8%D9%8A%D8%A6%D8%A9+%D8%B3%D8%B7%D8%AD+%D8%A7%D9%84%D9%85%D9%83%D8%AA%D8%A8+%D8%B4%D9%88%D8%AC%D8%A7%D8%B1+%D9%84%D8%A7%D8%A8+sugarlabs+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on del.icio.us"> </a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D8%A8%D9%8A%D8%A6%D8%A9+%D8%B3%D8%B7%D8%AD+%D8%A7%D9%84%D9%85%D9%83%D8%AA%D8%A8+%D8%B4%D9%88%D8%AC%D8%A7%D8%B1+%D9%84%D8%A7%D8%A8+sugarlabs+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm&amp;title=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D8%A8%D9%8A%D8%A6%D8%A9+%D8%B3%D8%B7%D8%AD+%D8%A7%D9%84%D9%85%D9%83%D8%AA%D8%A8+%D8%B4%D9%88%D8%AC%D8%A7%D8%B1+%D9%84%D8%A7%D8%A8+sugarlabs+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Reddit"> </a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm&amp;t=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D8%A8%D9%8A%D8%A6%D8%A9+%D8%B3%D8%B7%D8%AD+%D8%A7%D9%84%D9%85%D9%83%D8%AA%D8%A8+%D8%B4%D9%88%D8%AC%D8%A7%D8%B1+%D9%84%D8%A7%D8%A8+sugarlabs+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88+9.04" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA+%D8%A8%D9%8A%D8%A6%D8%A9+%D8%B3%D8%B7%D8%AD+%D8%A7%D9%84%D9%85%D9%83%D8%AA%D8%A8+%D8%B4%D9%88%D8%AC%D8%A7%D8%B1+%D9%84%D8%A7%D8%A8+sugarlabs+%D9%81%D9%8A+%D8%A7%D8%A8%D9%88%D9%5B..%5D+-+http://bit.ly/3Vic0e+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20%D8%A8%D9%8A%D8%A6%D8%A9%20%D8%B3%D8%B7%D8%AD%20%D8%A7%D9%84%D9%85%D9%83%D8%AA%D8%A8%20%D8%B4%D9%88%D8%AC%D8%A7%D8%B1%20%D9%84%D8%A7%D8%A8%20sugarlabs%20%D9%81%D9%8A%20%D8%A7%D8%A8%D9%88%D9%86%D8%AA%D9%88%209.04%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D8%B4%D9%88%D8%AC%D8%A7%D8%B1%20%D9%87%D9%88%20%D8%A8%D9%8A%D8%A6%D8%A9%20%D8%B3%D8%B7%D8%AD%20%D9%85%D9%83%D8%AA%D8%A8%20%D8%AA%D9%85%20%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%D9%87%D8%A7%20%D9%81%D9%8A%20%D9%85%D8%B4%D8%B1%D9%88%D8%B9%20%22%20%D8%AC%D9%87%D8%A7%D8%B2%20%D9%85%D8%AD%D9%85%D9%88%D9%84%20%D9%84%D9%83%D9%84%20%D8%B7%D9%81%D9%84%20%D8%A7%D9%88%20OLPC.%20%D9%88%20%D9%8A%D9%85%D9%83%D9%86%20%D8%A7%D9%8A%D8%B6%D8%A7%20%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%D9%87%20%D9%81%D9%8A%20%D8%A7%D9%8A%20%D8%AC%D9%87%D8%A7%D8%B2%20%D9%83%D9%85%D8%A8%D9%8A%D9%88%D8%AA%D8%B1%20%D8%B9%D8%A7%D8%AF%D9%8A%20%D9%88%20%D9%81%D9%8A%20%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D8%AF%D8%B1%D8%B3%20%D8%B3%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D8%B4%D8%B1%D8%B9%20%D9%83%D9%8A%D9%81%D9%8A%D8%A9%20%D8%A7%D9%84%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20.%0D%0A%0D%0A%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%20%D8%B4%D9%88%D8%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?"> </a>
		</li>
		<li class="sexy-google">
			<a href="" rel="nofollow" class="external" title=""> </a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://ubuntu.ly/installing-the-sugar-desktop-environment-on-ubuntu-904.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
