<?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/servers/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>توصيل الانترنت خلال الموبايل ( مثال شركة ليبيانا للهاتف المحمول )</title>
		<link>http://ubuntu.ly/internet-mobile-usb-libyana.htm</link>
		<comments>http://ubuntu.ly/internet-mobile-usb-libyana.htm#comments</comments>
		<pubDate>Mon, 03 Aug 2009 00:50:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[الرئيسية]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[libyana]]></category>
		<category><![CDATA[mobile internet]]></category>
		<category><![CDATA[مويايل انترنت]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=501</guid>
		<description><![CDATA[
بواسطة يزن الحامدي
اوﻵ عن طريق الوصلة
نقوم بتوصل الوصلة بالموبايل
و نكتب اﻻمر التالي



sudo dmesg -c


سوف يظهر لك الكثير من اﻻسطر نقوم بالبحث على السطر الخاص بUSB

&#91;147428.037168&#93; cdc_acm 5-1:1.1: ttyACM0: USB ACM device#x0d;#x0d;

اﻻن عرفنا بان المنفد الموصل بالموبايل هو
نقوم اﻻن بضبط اﻻعدادت الخاصة بشركة ليبيانا عن طريق wvdial
نكتب اﻻمر التالي  ttyACM0

sudo gedit /etc/wvdial.conf

يفتح لك ملف ببرنامج [...]]]></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/libunto.jpg" rel="lightbox[501]"><img class="aligncenter" style="vertical-align: middle;" title="libyana.jpg" src="/images/tutorials/2009/libunto.jpg" alt="" width="119" height="122" /></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; font-weight: bold; text-align: right;" dir="rtl">اوﻵ عن طريق الوصلة</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">و نكتب اﻻمر التالي</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-501"></span></p>
<p style="text-align: right;"><!--المزيد--></p>

<div class="wp_codebox"><table><tr id="p50161"><td class="code" id="p501code61"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dmesg</span> <span style="color: #660033;">-c</span></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/libyana1.png" rel="lightbox[501]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/libyana1.png" alt="" width="356" height="174" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">سوف يظهر لك الكثير من اﻻسطر نقوم بالبحث على السطر الخاص بUSB</p>

<div class="wp_codebox"><table><tr id="p50162"><td class="code" id="p501code62"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">147428.037168</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> cdc_acm <span style="color: #000000;">5</span>-<span style="color: #000000;">1</span>:<span style="color: #000000;">1.1</span>: ttyACM0: USB ACM device<span style="color: #666666; font-style: italic;">#x0d;#x0d;</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">اﻻن عرفنا بان المنفد الموصل بالموبايل هو<br />
نقوم اﻻن بضبط اﻻعدادت الخاصة بشركة ليبيانا عن طريق wvdial</p>
<p>نكتب اﻻمر التالي  ttyACM0</p>

<div class="wp_codebox"><table><tr id="p50163"><td class="code" id="p501code63"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>wvdial.conf</pre></td></tr></table></div>

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

<div class="wp_codebox"><table><tr id="p50164"><td class="code" id="p501code64"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>Dialer Defaults<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Modem = <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>ttyACM0<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Baud = <span style="color: #000000;">460800</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Init = ATZ<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Init2 = ATQ0 V1 E1 <span style="color: #007800;">S0</span>=<span style="color: #000000;">0</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;C1 <span style="color: #000000; font-weight: bold;">&amp;</span>amp;D2 +<span style="color: #007800;">FCLASS</span>=<span style="color: #000000;">0</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
ISDN = <span style="color: #000000;">0</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Modem Type = USB Modem<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Phone = <span style="color: #000000; font-weight: bold;">*</span><span style="color: #000000;">99</span><span style="color: #000000; font-weight: bold;">***</span><span style="color: #000000;">9</span><span style="color: #666666; font-style: italic;">##x0d;</span>
&nbsp;
Username = guest<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Password = guest<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
stupid mode = <span style="color: #000000;">1</span> <span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Carrier Check = no<span style="color: #666666; font-style: italic;">#x0d;</span></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/libyana2.png" rel="lightbox[501]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/libyana2.png" alt="" width="356" height="174" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">مع ملاحظة تغير Modem = /dev/ttyACM0 حسب رقم المنفد الذى ظهر لنا فى اﻻمر اﻻول</p>
<p>اﻻن نعمل تخزين للملف و نغلقه</p>
<p>و نقوم اخيرآ بعمل اﻻتصال عند طريق اﻻمر sudo wvdial</p>
<p>تم اﻻتصال بنجاح مثل مافي الصورة</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/libyana3.png" rel="lightbox[501]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/libyana3.png" alt="" width="356" height="174" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">تانيآ التوصيل عن طريق البلوثوت</p>
<p>نقوم بتشغيل البلوثوت بالموبايل</p>
<p>نفتح الطرفية Terminal و نكتب اﻻمر التالي</p>
<p>sudo hcitool scan</p>
<p>و هو امر يقوم بالبحث على اجهزة البلوثوت القريبة منك</p>
<p>سوف يقوم بالبحث و يظهر لك جهاز موبايلك</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/libyana4.png" rel="lightbox[501]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/libyana4.png" alt="" width="356" height="174" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نقوم بحفظ عنوان البروتوكول البلوثوت الخاص بموبايلك (العنوان الذى امام اسم بلوثوت جهازك)</p>
<p>و هو الذى لدي 00:1B:59:24:22:98</p>
<p>الخطوة التالية معرفة رقم المنفد الخاص بالبلوثوت</p>
<p>نكتب اﻻمر التالي مع مراعاة تغير رقم البروتوكول بالرقم الخاص بك الذى ظهر لديك و يظهر لنا رقم المنفد و هو رقم 1</p>

<div class="wp_codebox"><table><tr id="p50165"><td class="code" id="p501code65"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> sdptool search <span style="color: #660033;">--bdaddr</span> 00:1B:<span style="color: #000000;">59</span>:<span style="color: #000000;">24</span>:<span style="color: #000000;">22</span>:<span style="color: #000000;">98</span> DUN <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> Channel</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/libyana5.png" rel="lightbox[501]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/libyana5.png" alt="" width="356" height="174" /></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="p50166"><td class="code" id="p501code66"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> rfcomm <span style="color: #7a0874; font-weight: bold;">bind</span> rfcomm0 00:1B:<span style="color: #000000;">59</span>:<span style="color: #000000;">24</span>:<span style="color: #000000;">22</span>:<span style="color: #000000;">98</span> <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">مع مراعاة تغير عنوان البروتوكول الخاص بجهازك و رقم المنفد</p>
<p>بعدها نقوم بربط جهاز اﻻتصال بمودم افتراضي عن طريق الامر التالي</p>

<div class="wp_codebox"><table><tr id="p50167"><td class="code" id="p501code67"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>rfcomm0 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>modem</pre></td></tr></table></div>

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

<div class="wp_codebox"><table><tr id="p50168"><td class="code" id="p501code68"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>wvdial.conf</pre></td></tr></table></div>

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

<div class="wp_codebox"><table><tr id="p50169"><td class="code" id="p501code69"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>Dialer Defaults<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Modem = <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>modem<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Baud = <span style="color: #000000;">460800</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Init = ATZ<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Init2 = ATQ0 V1 E1 <span style="color: #007800;">S0</span>=<span style="color: #000000;">0</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;C1 <span style="color: #000000; font-weight: bold;">&amp;</span>amp;D2 +<span style="color: #007800;">FCLASS</span>=<span style="color: #000000;">0</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
ISDN = <span style="color: #000000;">0</span><span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Modem Type = USB Modem<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Phone = <span style="color: #000000; font-weight: bold;">*</span><span style="color: #000000;">99</span><span style="color: #000000; font-weight: bold;">***</span><span style="color: #000000;">9</span><span style="color: #666666; font-style: italic;">##x0d;</span>
&nbsp;
Username = guest<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Password = guest<span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
stupid mode = <span style="color: #000000;">1</span> <span style="color: #666666; font-style: italic;">#x0d;</span>
&nbsp;
Carrier Check = no<span style="color: #666666; font-style: italic;">#x0d;</span></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/Screenshot.png" rel="lightbox[501]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/Screenshot.png" alt="" width="356" height="174" /></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="p50170"><td class="code" id="p501code70"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> wvdial</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و تمت عملية اﻻتصال بنجاح مثل مافي الصورة ويمكنك اﻻن تصفح اﻻنترنت من جهاز الحاسوب</p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/assaultcube-counterstrike-ubuntu.htm" rel="bookmark" class="crp_title">لعبة AssaultCube الشبيه بـ Counter Strike</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/share-file-ubuntu-macosx.htm" rel="bookmark" class="crp_title">مشاركة ملفات اوبونتو و ماكنتوش</a></li><li><a href="http://ubuntu.ly/install-vlc-110-pre2.htm" rel="bookmark" class="crp_title">صدور VLC 1.1.0 Pre 2</a></li><li><a href="http://ubuntu.ly/install-enna-media-center.htm" rel="bookmark" class="crp_title">شرح تنصيب برنامج Enna Media Center</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/internet-mobile-usb-libyana.htm&amp;title=%D8%AA%D9%88%D8%B5%D9%8A%D9%84+%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%B1%D9%86%D8%AA+%D8%AE%D9%84%D8%A7%D9%84+%D8%A7%D9%84%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84+%28+%D9%85%D8%AB%D8%A7%D9%84+%D8%B4%D8%B1%D9%83%D8%A9+%D9%84%D9%8A%D8%A8%D9%8A%D8%A7%D9%86%D8%A7+%D9%84%D9%84%D9%87%D8%A7%D8%AA%D9%81+%D8%A7%D9%84%D9%85%D8%AD%D9%85%D9%88%D9%84+%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/internet-mobile-usb-libyana.htm&amp;title=%D8%AA%D9%88%D8%B5%D9%8A%D9%84+%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%B1%D9%86%D8%AA+%D8%AE%D9%84%D8%A7%D9%84+%D8%A7%D9%84%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84+%28+%D9%85%D8%AB%D8%A7%D9%84+%D8%B4%D8%B1%D9%83%D8%A9+%D9%84%D9%8A%D8%A8%D9%8A%D8%A7%D9%86%D8%A7+%D9%84%D9%84%D9%87%D8%A7%D8%AA%D9%81+%D8%A7%D9%84%D9%85%D8%AD%D9%85%D9%88%D9%84+%29" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/internet-mobile-usb-libyana.htm&amp;title=%D8%AA%D9%88%D8%B5%D9%8A%D9%84+%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%B1%D9%86%D8%AA+%D8%AE%D9%84%D8%A7%D9%84+%D8%A7%D9%84%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84+%28+%D9%85%D8%AB%D8%A7%D9%84+%D8%B4%D8%B1%D9%83%D8%A9+%D9%84%D9%8A%D8%A8%D9%8A%D8%A7%D9%86%D8%A7+%D9%84%D9%84%D9%87%D8%A7%D8%AA%D9%81+%D8%A7%D9%84%D9%85%D8%AD%D9%85%D9%88%D9%84+%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/internet-mobile-usb-libyana.htm&amp;t=%D8%AA%D9%88%D8%B5%D9%8A%D9%84+%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%B1%D9%86%D8%AA+%D8%AE%D9%84%D8%A7%D9%84+%D8%A7%D9%84%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84+%28+%D9%85%D8%AB%D8%A7%D9%84+%D8%B4%D8%B1%D9%83%D8%A9+%D9%84%D9%8A%D8%A8%D9%8A%D8%A7%D9%86%D8%A7+%D9%84%D9%84%D9%87%D8%A7%D8%AA%D9%81+%D8%A7%D9%84%D9%85%D8%AD%D9%85%D9%88%D9%84+%29" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%AA%D9%88%D8%B5%D9%8A%D9%84+%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%B1%D9%86%D8%AA+%D8%AE%D9%84%D8%A7%D9%84+%D8%A7%D9%84%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84+%28+%D9%85%D8%AB%D8%A7%D9%84+%D8%B4%D8%B1%D9%83%D8%A9+%D9%84%D9%8A%D8%A8%5B..%5D+-+http://bit.ly/dEi1C+(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%D9%88%D8%B5%D9%8A%D9%84%20%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%B1%D9%86%D8%AA%20%D8%AE%D9%84%D8%A7%D9%84%20%D8%A7%D9%84%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84%20%28%20%D9%85%D8%AB%D8%A7%D9%84%20%D8%B4%D8%B1%D9%83%D8%A9%20%D9%84%D9%8A%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%20%D9%84%D9%84%D9%87%D8%A7%D8%AA%D9%81%20%D8%A7%D9%84%D9%85%D8%AD%D9%85%D9%88%D9%84%20%29%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D8%A8%D9%88%D8%A7%D8%B3%D8%B7%D8%A9%20%D9%8A%D8%B2%D9%86%20%D8%A7%D9%84%D8%AD%D8%A7%D9%85%D8%AF%D9%8A%0D%0A%D8%A7%D9%88%EF%BB%B5%20%D8%B9%D9%86%20%D8%B7%D8%B1%D9%8A%D9%82%20%D8%A7%D9%84%D9%88%D8%B5%D9%84%D8%A9%0D%0A%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D8%AA%D9%88%D8%B5%D9%84%20%D8%A7%D9%84%D9%88%D8%B5%D9%84%D8%A9%20%D8%A8%D8%A7%D9%84%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84%0D%0A%D9%88%20%D9%86%D9%83%D8%AA%D8%A8%20%D8%A7%EF%BB%BB%D9%85%D8%B1%20%D8%A7%D9%84%D8%AA%D8%A7%D9%84%D9%8A%0D%0A%0D%0A%0D%0A%0D%0Asudo%20dmesg%20-c%0D%0A%0D%0A%D8%B3%D9%88%D9%81%20%D9%8A%D8%B8%D9%87%D8%B1%20%D9%84%D9%83%20%D8%A7%D9%84%D9%83%D8%AB%D9%8A%D8%B1%20%D9%85%D9%86%20%D8%A7%EF%BB%BB%D8%B3%D8%B7%D8%B1%20%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D8%A7%D9%84%D8%A8%D8%AD%D8%AB%20%D8%B9%D9%84%D9%89%20%D8%A7%D9%84%D8%B3%D8%B7%D8%B1%20%D8%A7%D9%84%D8%AE%D8%A7%D8%B5%20%D8%A8USB%0D%0A%0D%0A%5B14%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/internet-mobile-usb-libyana.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/internet-mobile-usb-libyana.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/internet-mobile-usb-libyana.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>التحكم في سرعة المعالج في اوبونتو</title>
		<link>http://ubuntu.ly/cpu-frequency-scalinig-ubuntu.htm</link>
		<comments>http://ubuntu.ly/cpu-frequency-scalinig-ubuntu.htm#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[الدروس]]></category>
		<category><![CDATA[الرئيسية]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[سطح المكتب]]></category>
		<category><![CDATA[CPU Frequency]]></category>
		<category><![CDATA[CPU Scaling]]></category>
		<category><![CDATA[تحكم سرعة المعالج]]></category>
		<category><![CDATA[تحكم في CPU]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=469</guid>
		<description><![CDATA[
المحافظة علي الطاقة مهمة جدا خصوصا عندما نتنقل بجهاز محمول، و من أهم هذه الأشياء التي يجب إليها للحفاظ علي الطاقة هي التقليل من سرعة تردد المعالج مما يصاحبها استهلاك أقل للطاقة.
في اوبونتو يمكنك بسهولة التحكم في سرعة المعالج من خلال شريط المهام باستخدام الأداة cpu frequency scaling monitor،  في الشريط العلوي  نقوم [...]]]></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-frequency-intro.jpg" rel="lightbox[469]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpu-frequency-intro.jpg" alt="" width="152" height="219" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">المحافظة علي الطاقة مهمة جدا خصوصا عندما نتنقل بجهاز محمول، و من أهم هذه الأشياء التي يجب إليها للحفاظ علي الطاقة هي التقليل من سرعة تردد المعالج مما يصاحبها استهلاك أقل للطاقة.<br />
في اوبونتو يمكنك بسهولة التحكم في سرعة المعالج من خلال شريط المهام باستخدام الأداة cpu frequency scaling monitor،  في الشريط العلوي  نقوم بالضغط علي بالزر الايمن add panel  و نبحث عن cpu frequency scaling monitor</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-469"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/cpufreq1.jpg" rel="lightbox[469]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpufreq1.jpg" alt="" width="157" height="178" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/cpufreq2.jpg" rel="lightbox[469]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpufreq2.jpg" alt="" width="381" height="333" /></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: center;"><a href="http://ubuntu.ly/images/tutorials/2009/cpufreq3.jpg" rel="lightbox[469]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpufreq3.jpg" alt="" width="90" height="25" /></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="p46972"><td class="code" id="p469code72"><pre class="bash" style="font-family:monospace;"> <span style="color: #c20cb9; font-weight: bold;">sudo</span> dpkg-reconfigure gnome-applets</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/cpufreq4.jpg" rel="lightbox[469]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpufreq4.jpg" alt="" width="373" height="246" /></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: center;"><a href="http://ubuntu.ly/images/tutorials/2009/cpufreq5.jpg" rel="lightbox[469]"><br />
</a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/cpufreq6.jpg" rel="lightbox[469]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpufreq6.jpg" alt="" width="394" height="260" /></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: center;"><a href="http://ubuntu.ly/images/tutorials/2009/cpufreq7.jpg" rel="lightbox[469]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/cpufreq7.jpg" alt="" width="150" height="216" /></a></p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/restore-default-panel-ubunt.htm" rel="bookmark" class="crp_title">استرجاع لوحة التحكم للشكل الافتراضي Panel</a></li><li><a href="http://ubuntu.ly/unresponsed-application-quit-ubuntu.htm" rel="bookmark" class="crp_title">إيقاف البرامج التي لاتستجيب</a></li><li><a href="http://ubuntu.ly/powertop-ubuntu.htm" rel="bookmark" class="crp_title">الحفاظ علي الطاقة مع باورتوب PowerTop</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/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/cpu-frequency-scalinig-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%AD%D9%83%D9%85+%D9%81%D9%8A+%D8%B3%D8%B1%D8%B9%D8%A9+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" 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/cpu-frequency-scalinig-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%AD%D9%83%D9%85+%D9%81%D9%8A+%D8%B3%D8%B1%D8%B9%D8%A9+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/cpu-frequency-scalinig-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%AD%D9%83%D9%85+%D9%81%D9%8A+%D8%B3%D8%B1%D8%B9%D8%A9+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" 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/cpu-frequency-scalinig-ubuntu.htm&amp;t=%D8%A7%D9%84%D8%AA%D8%AD%D9%83%D9%85+%D9%81%D9%8A+%D8%B3%D8%B1%D8%B9%D8%A9+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" 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%AD%D9%83%D9%85+%D9%81%D9%8A+%D8%B3%D8%B1%D8%B9%D8%A9+%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC+%D9%81%D9%8A+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+-+http://bit.ly/4680F5+(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%AD%D9%83%D9%85%20%D9%81%D9%8A%20%D8%B3%D8%B1%D8%B9%D8%A9%20%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%0D%0A%D8%A7%D9%84%D9%85%D8%AD%D8%A7%D9%81%D8%B8%D8%A9%20%D8%B9%D9%84%D9%8A%20%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9%20%D9%85%D9%87%D9%85%D8%A9%20%D8%AC%D8%AF%D8%A7%20%D8%AE%D8%B5%D9%88%D8%B5%D8%A7%20%D8%B9%D9%86%D8%AF%D9%85%D8%A7%20%D9%86%D8%AA%D9%86%D9%82%D9%84%20%D8%A8%D8%AC%D9%87%D8%A7%D8%B2%20%D9%85%D8%AD%D9%85%D9%88%D9%84%D8%8C%20%D9%88%20%D9%85%D9%86%20%D8%A3%D9%87%D9%85%20%D9%87%D8%B0%D9%87%20%D8%A7%D9%84%D8%A3%D8%B4%D9%8A%D8%A7%D8%A1%20%D8%A7%D9%84%D8%AA%D9%8A%20%D9%8A%D8%AC%D8%A8%20%D8%A5%D9%84%D9%8A%D9%87%D8%A7%20%D9%84%D9%84%D8%AD%D9%81%D8%A7%D8%B8%20%D8%B9%D9%84%D9%8A%20%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9%20%D9%87%D9%8A%20%D8%A7%D9%84%D8%AA%D9%82%D9%84%D9%8A%D9%84%20%D9%85%D9%86%20%D8%B3%D8%B1%D8%B9%D8%A9%20%D8%AA%D8%B1%D8%AF%D8%AF%20%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%84%D8%AC%20%D9%85%D9%85%D8%A7%20%D9%8A%D8%B5%D8%A7%D8%AD%D8%A8%D9%87%D8%A7%20%D8%A7%D8%B3%D8%AA%D9%87%D9%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/cpu-frequency-scalinig-ubuntu.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/cpu-frequency-scalinig-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/cpu-frequency-scalinig-ubuntu.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>الجدار الناري Firestarter</title>
		<link>http://ubuntu.ly/firestarter-ubuntu.htm</link>
		<comments>http://ubuntu.ly/firestarter-ubuntu.htm#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:15:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[firewall ubuntu]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[جدار ناري]]></category>
		<category><![CDATA[حماية]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=466</guid>
		<description><![CDATA[
معظم توزيعات اللينكس يكون مثبتا فيها  iptables  إفتراضيا، iptables عبارة عن جدار ناري يتم التعامل معه من خلال الطرفية أو التيرمنال و يقوم بالتحكم في حركة الحزم القادمة و الخارجة من الجهاز الي الشبكة.
التعامل مع iptables من خلال الطرفية  صعب قليلا و يحتاج الي وقت و مجهود أكثر و لهذا آتت هذه [...]]]></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/firestarter_logo.jpg" rel="lightbox[466]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/firestarter_logo.jpg" alt="" width="212" height="38" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">معظم توزيعات اللينكس يكون مثبتا فيها  iptables  إفتراضيا، iptables عبارة عن جدار ناري يتم التعامل معه من خلال الطرفية أو التيرمنال و يقوم بالتحكم في حركة الحزم القادمة و الخارجة من الجهاز الي الشبكة.</p>
<p style="text-align: right;" dir="rtl">التعامل مع iptables من خلال الطرفية  صعب قليلا و يحتاج الي وقت و مجهود أكثر و لهذا آتت هذه الأداة Firestarter .</p>
<p style="text-align: right;" dir="rtl">فاير ستارتر Firestarter عبارة عن واجهة رسومية للأداة iptables لتسهيل التعامل معه، ولتثبيت Firestarter من خلال الطرفية نقوم بكتابة.</p>

<div class="wp_codebox"><table><tr id="p46674"><td class="code" id="p466code74"><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> firestarter</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">و لتشغيل البرنامج من خلال القائمة Application-&gt;Internet-&gt;Firestarter<br />
عند التشغيل لأول مرة ستظهر شاشة الإعدادات الأولية</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-466"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/firestarter1.jpg" rel="lightbox[466]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/firestarter1.jpg" alt="" width="450" height="232" /></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: center;"><a href="http://ubuntu.ly/images/tutorials/2009/firestarter2.jpg" rel="lightbox[466]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/firestarter2.jpg" alt="" width="450" height="260" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/firestarter3.jpg" rel="lightbox[466]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/firestarter3.jpg" alt="" width="450" height="229" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">بعدها سيكون firestarter جاهز للإستخدام</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/firestarter4.jpg" rel="lightbox[466]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/firestarter4.jpg" alt="" width="450" height="174" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نقوم بعمل حفظ save</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/firestarter5.jpg" rel="lightbox[466]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/firestarter5.jpg" alt="" width="280" height="350" /></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/firestarter6.jpg" rel="lightbox[466]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/firestarter6.jpg" alt="" width="365" height="420" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">فايرستارتر سهل الإستخدام في إدارة الجدار الناري iptable للمبتدئين و المحترفين.</p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><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/transparent-terminal-background-desktop.htm" rel="bookmark" class="crp_title">خلفية سطح المكتب شاشة طرفية شفافة</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/top-todo-list-software-ubuntu.htm" rel="bookmark" class="crp_title">افضل برامج ToDo list في اوبونتو</a></li><li><a href="http://ubuntu.ly/right-click-desktop-open-terminal.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/firestarter-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AC%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D9%86%D8%A7%D8%B1%D9%8A+Firestarter" 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/firestarter-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AC%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D9%86%D8%A7%D8%B1%D9%8A+Firestarter" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/firestarter-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AC%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D9%86%D8%A7%D8%B1%D9%8A+Firestarter" 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/firestarter-ubuntu.htm&amp;t=%D8%A7%D9%84%D8%AC%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D9%86%D8%A7%D8%B1%D9%8A+Firestarter" 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%AC%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D9%86%D8%A7%D8%B1%D9%8A+Firestarter+-+http://bit.ly/4e0tZp+(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%AC%D8%AF%D8%A7%D8%B1%20%D8%A7%D9%84%D9%86%D8%A7%D8%B1%D9%8A%20Firestarter%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%85%D8%B9%D8%B8%D9%85%20%D8%AA%D9%88%D8%B2%D9%8A%D8%B9%D8%A7%D8%AA%20%D8%A7%D9%84%D9%84%D9%8A%D9%86%D9%83%D8%B3%20%D9%8A%D9%83%D9%88%D9%86%20%D9%85%D8%AB%D8%A8%D8%AA%D8%A7%20%D9%81%D9%8A%D9%87%D8%A7%20%20iptables%20%20%D8%A5%D9%81%D8%AA%D8%B1%D8%A7%D8%B6%D9%8A%D8%A7%D8%8C%20iptables%20%D8%B9%D8%A8%D8%A7%D8%B1%D8%A9%20%D8%B9%D9%86%20%D8%AC%D8%AF%D8%A7%D8%B1%20%D9%86%D8%A7%D8%B1%D9%8A%20%D9%8A%D8%AA%D9%85%20%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%85%D9%84%20%D9%85%D8%B9%D9%87%20%D9%85%D9%86%20%D8%AE%D9%84%D8%A7%D9%84%20%D8%A7%D9%84%D8%B7%D8%B1%D9%81%D9%8A%D8%A9%20%D8%A3%D9%88%20%D8%A7%D9%84%D8%AA%D9%8A%D8%B1%D9%85%D9%86%D8%A7%D9%84%20%D9%88%20%D9%8A%D9%82%D9%88%D9%85%20%D8%A8%D8%A7%D9%84%D8%AA%D8%AD%D9%83%D9%85%20%D9%81%D9%8A%20%D8%AD%D8%B1%D9%83%D8%A9%20%D8%A7%D9%84%D8%AD%D8%B2%D9%85%20%D8%A7%D9%84%D9%82%D8%A7%D8%AF%D9%85%D8%A9%20%D9%88%20%D8%A7%D9%84%D8%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/firestarter-ubuntu.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/firestarter-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/firestarter-ubuntu.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>إستعادة Grub</title>
		<link>http://ubuntu.ly/restore-grub-in-ubuntu.htm</link>
		<comments>http://ubuntu.ly/restore-grub-in-ubuntu.htm#comments</comments>
		<pubDate>Fri, 05 Jun 2009 02:37:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[bootloader error]]></category>
		<category><![CDATA[grub error]]></category>
		<category><![CDATA[restore grub]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=441</guid>
		<description><![CDATA[
قد تحدث كثيرا أن يفقد المستخدم الوصول إلى النظام، بسبب وجود مشكلة ما في الإقلاع Grub ،كحصول عطل في الـ MBR, و إصلاح ذلك قد يتطلب إعادة التثبيت، و للقيام بذلك نتابع الخطوات الأتية :
1- نستخدم قرص Ubuntu Live CD و نقلع النظام حتي نصل إلى سطح المكتب.
2- نقوم بفتح الشاشة الطرفية Terminal و بكتابة [...]]]></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/grub-error-intro.jpg" rel="lightbox[441]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/grub-error-intro.jpg" alt="" width="135" height="100" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">قد تحدث كثيرا أن يفقد المستخدم الوصول إلى النظام، بسبب وجود مشكلة ما في الإقلاع Grub ،كحصول عطل في الـ MBR, و إصلاح ذلك قد يتطلب إعادة التثبيت، و للقيام بذلك نتابع الخطوات الأتية :</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">1- نستخدم قرص Ubuntu Live CD و نقلع النظام حتي نصل إلى سطح المكتب.</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">2- نقوم بفتح الشاشة الطرفية Terminal و بكتابة grub</p>

<div class="wp_codebox"><table><tr id="p44177"><td class="code" id="p441code77"><pre class="bash" style="font-family:monospace;">grub</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">3- ثم نقوم بكتابة  root(hd0,7) على سبيل المثال، فهنا القرص المستخدم hd0 و التقسيم 6 يوجد به قسم الاقلاع /boot</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">4- بعدها نقوم بكتابة setup (hd0)</p>

<div class="wp_codebox"><table><tr id="p44178"><td class="code" id="p441code78"><pre class="bash" style="font-family:monospace;">grub<span style="color: #000000; font-weight: bold;">&amp;</span>gt;setup <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">نغلق منصة grub بتنفيذ الأمر quit و بعدها نقوم بأعادة اقلاع النظام في الوضع الاعتيادي reboot</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/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/manage-dual-boot-system-ubuntu.htm" rel="bookmark" class="crp_title">التحكم في الاقلاع في جهاز متعدد انظمة التشغيل</a></li><li><a href="http://ubuntu.ly/transparent-terminal-background-desktop.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/restore-grub-in-ubuntu.htm&amp;title=%D8%A5%D8%B3%D8%AA%D8%B9%D8%A7%D8%AF%D8%A9+Grub" 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/restore-grub-in-ubuntu.htm&amp;title=%D8%A5%D8%B3%D8%AA%D8%B9%D8%A7%D8%AF%D8%A9+Grub" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/restore-grub-in-ubuntu.htm&amp;title=%D8%A5%D8%B3%D8%AA%D8%B9%D8%A7%D8%AF%D8%A9+Grub" 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/restore-grub-in-ubuntu.htm&amp;t=%D8%A5%D8%B3%D8%AA%D8%B9%D8%A7%D8%AF%D8%A9+Grub" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D8%A5%D8%B3%D8%AA%D8%B9%D8%A7%D8%AF%D8%A9+Grub+-+http://b2l.me/vm95+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D8%A5%D8%B3%D8%AA%D8%B9%D8%A7%D8%AF%D8%A9%20Grub%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%82%D8%AF%20%D8%AA%D8%AD%D8%AF%D8%AB%20%D9%83%D8%AB%D9%8A%D8%B1%D8%A7%20%D8%A3%D9%86%20%D9%8A%D9%81%D9%82%D8%AF%20%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%20%D8%A7%D9%84%D9%88%D8%B5%D9%88%D9%84%20%D8%A5%D9%84%D9%89%20%D8%A7%D9%84%D9%86%D8%B8%D8%A7%D9%85%D8%8C%20%D8%A8%D8%B3%D8%A8%D8%A8%20%D9%88%D8%AC%D9%88%D8%AF%20%D9%85%D8%B4%D9%83%D9%84%D8%A9%20%D9%85%D8%A7%20%D9%81%D9%8A%20%D8%A7%D9%84%D8%A5%D9%82%D9%84%D8%A7%D8%B9%20Grub%20%D8%8C%D9%83%D8%AD%D8%B5%D9%88%D9%84%20%D8%B9%D8%B7%D9%84%20%D9%81%D9%8A%20%D8%A7%D9%84%D9%80%20MBR%2C%20%D9%88%20%D8%A5%D8%B5%D9%84%D8%A7%D8%AD%20%D8%B0%D9%84%D9%83%20%D9%82%D8%AF%20%D9%8A%D8%AA%D8%B7%D9%84%D8%A8%20%D8%A5%D8%B9%D8%A7%D8%AF%D8%A9%20%D8%A7%D9%84%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%D8%8C%20%D9%88%20%D9%84%D9%84%D9%82%D9%8A%D8%A7%D9%85%20%D8%A8%D8%B0%D9%84%D9%83%20%D9%86%D8%AA%D8%A7%D8%A8%D8%B9%20%D8%A7%D9%84%D8%AE%D8%B7%D9%88%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/restore-grub-in-ubuntu.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/restore-grub-in-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/restore-grub-in-ubuntu.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>الحفاظ علي الطاقة مع باورتوب PowerTop</title>
		<link>http://ubuntu.ly/powertop-ubuntu.htm</link>
		<comments>http://ubuntu.ly/powertop-ubuntu.htm#comments</comments>
		<pubDate>Sat, 09 May 2009 21:20:42 +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[power saving]]></category>
		<category><![CDATA[powertop]]></category>
		<category><![CDATA[باورتوب]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=417</guid>
		<description><![CDATA[
الحفاظ علي استخدام الطاقة من الاهم الاشياء لانهاء تساهم في الحفاظ علي البيئة و عدة دراسات اظهرت انه اجهزتنا الحاسوب الخاصة تستهلك قدر كبير من الطاقة المهدرة و الحفاظ علي الطاقة في اجهزتنا يمكنه ايضا ان يحافظ علي العمر الافتراضي لبطارية اجهزتنا المحمولة و يطيل عمرها.
توجد اداة في اللينكس تظهر لك المستخدم من الظاقة و [...]]]></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/powertoplogo.png" rel="lightbox[417]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/powertoplogo.png" alt="" width="209" height="145" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">الحفاظ علي استخدام الطاقة من الاهم الاشياء لانهاء تساهم في الحفاظ علي البيئة و عدة دراسات اظهرت انه اجهزتنا الحاسوب الخاصة تستهلك قدر كبير من الطاقة المهدرة و الحفاظ علي الطاقة في اجهزتنا يمكنه ايضا ان يحافظ علي العمر الافتراضي لبطارية اجهزتنا المحمولة و يطيل عمرها.<br />
توجد اداة في اللينكس تظهر لك المستخدم من الظاقة و ايضا تعطيك معلومات عن الطاقة المستخدمة في جهازك و اسم هذه الاداء هي باورتوب PowerTop تم تطويرها من قبل معامل Intel</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-417"></span></p>
<p>لثبيته في اوبونتو من خلال Synaptic Package Manager نبحث عن powertop و نقوم باختيارها ثم نضغط Apply<br />
او من خلال التيرمنال نقوم بكتابة</p>

<div class="wp_codebox"><table><tr id="p41781"><td class="code" id="p417code81"><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> powertop</pre></td></tr></table></div>

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

<div class="wp_codebox"><table><tr id="p41782"><td class="code" id="p417code82"><pre class="bash" style="font-family:monospace;">powertop</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/ubuntu_powertop.png" rel="lightbox[417]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/ubuntu_powertop.png" alt="" width="314" height="219" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/powertop2.png" rel="lightbox[417]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/powertop2.png" alt="" width="299" height="252" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">من خلال البيانات سنقوم بمعرفة اكثر المكونات التي تستهلك الطاقة في جهازك و نقوم بتعديلها او ايقافها في حالة اننا لا نقوم باستخدامها<br />
موقع البرنامج : http://www.lesswatts.org/projects/powertop</p>
<div id="crp_related"><h3>مقالات لها صلة</h3><ul><li><a href="http://ubuntu.ly/cpu-frequency-scalinig-ubuntu.htm" rel="bookmark" class="crp_title">التحكم في سرعة المعالج في اوبونتو</a></li><li><a href="http://ubuntu.ly/htop-monitor-ubuntu.htm" rel="bookmark" class="crp_title">اهتش توب Htop راقبك نظامك بسهولة</a></li><li><a href="http://ubuntu.ly/install-conky-ubuntu.htm" rel="bookmark" class="crp_title">تثبيت Conky في اوبونتو</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/streamtuner-radio-internet-ubuntu.htm" rel="bookmark" class="crp_title">ستريم تيونر StreamTuner متصفح راديو الانترنت</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/powertop-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AD%D9%81%D8%A7%D8%B8+%D8%B9%D9%84%D9%8A+%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9+%D9%85%D8%B9+%D8%A8%D8%A7%D9%88%D8%B1%D8%AA%D9%88%D8%A8+PowerTop" 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/powertop-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AD%D9%81%D8%A7%D8%B8+%D8%B9%D9%84%D9%8A+%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9+%D9%85%D8%B9+%D8%A8%D8%A7%D9%88%D8%B1%D8%AA%D9%88%D8%A8+PowerTop" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/powertop-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AD%D9%81%D8%A7%D8%B8+%D8%B9%D9%84%D9%8A+%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9+%D9%85%D8%B9+%D8%A8%D8%A7%D9%88%D8%B1%D8%AA%D9%88%D8%A8+PowerTop" 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/powertop-ubuntu.htm&amp;t=%D8%A7%D9%84%D8%AD%D9%81%D8%A7%D8%B8+%D8%B9%D9%84%D9%8A+%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9+%D9%85%D8%B9+%D8%A8%D8%A7%D9%88%D8%B1%D8%AA%D9%88%D8%A8+PowerTop" 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%D9%81%D8%A7%D8%B8+%D8%B9%D9%84%D9%8A+%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9+%D9%85%D8%B9+%D8%A8%D8%A7%D9%88%D8%B1%D8%AA%D9%88%D8%A8+PowerTop+-+http://bit.ly/3wGB5B+(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%D9%81%D8%A7%D8%B8%20%D8%B9%D9%84%D9%8A%20%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9%20%D9%85%D8%B9%20%D8%A8%D8%A7%D9%88%D8%B1%D8%AA%D9%88%D8%A8%20PowerTop%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%0D%0A%D8%A7%D9%84%D8%AD%D9%81%D8%A7%D8%B8%20%D8%B9%D9%84%D9%8A%20%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%20%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9%20%D9%85%D9%86%20%D8%A7%D9%84%D8%A7%D9%87%D9%85%20%D8%A7%D9%84%D8%A7%D8%B4%D9%8A%D8%A7%D8%A1%20%D9%84%D8%A7%D9%86%D9%87%D8%A7%D8%A1%20%D8%AA%D8%B3%D8%A7%D9%87%D9%85%20%D9%81%D9%8A%20%D8%A7%D9%84%D8%AD%D9%81%D8%A7%D8%B8%20%D8%B9%D9%84%D9%8A%20%D8%A7%D9%84%D8%A8%D9%8A%D8%A6%D8%A9%20%D9%88%20%D8%B9%D8%AF%D8%A9%20%D8%AF%D8%B1%D8%A7%D8%B3%D8%A7%D8%AA%20%D8%A7%D8%B8%D9%87%D8%B1%D8%AA%20%D8%A7%D9%86%D9%87%20%D8%A7%D8%AC%D9%87%D8%B2%D8%AA%D9%86%D8%A7%20%D8%A7%D9%84%D8%AD%D8%A7%D8%B3%D9%88%D8%A8%20%D8%A7%D9%84%D8%AE%D8%A7%D8%B5%D8%A9%20%D8%AA%D8%B3%D8%AA%D9%87%D9%84%D9%83%20%D9%82%D8%AF%D8%B1%20%D9%83%D8%A8%D9%8A%D8%B1%20%D9%85%D9%86%20%D8%A7%D9%84%D8%B7%D8%A7%D9%82%D8%A9%20%D8%A7%D9%84%D9%85%D9%87%D8%AF%D8%B1%D8%A9%20%D9%88%20%D8%A7%D9%84%D8%AD%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/powertop-ubuntu.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/powertop-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/powertop-ubuntu.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ويب مين Webmin الادارة السهلة للنظام</title>
		<link>http://ubuntu.ly/install-webmin-ubuntu-system.htm</link>
		<comments>http://ubuntu.ly/install-webmin-ubuntu-system.htm#comments</comments>
		<pubDate>Sat, 09 May 2009 20:55:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[برامج]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[install webmin ubuntu]]></category>
		<category><![CDATA[Webmin ubuntu]]></category>
		<category><![CDATA[webmin اوبونتو]]></category>
		<category><![CDATA[ويبمن]]></category>

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

ADSL [...]]]></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/webminlogo.png" rel="lightbox[414]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/webminlogo.png" alt="" width="167" height="125" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">ويبمن Webmin ادارة السيرفر بسهولة او نظامك, عملك كمدير للنظام يتطلب منك التعامل كع الكثير من الاوامر  الامر الذي يتطلب منك الكثير من الاوامر و احيانا لا يمكننا تذكرها كاملة هنا يأتي دور Webmin ليسهل عليك هذه العملية التي من خلاله يمكنك تقريبا عمل كل شئ مع النظام و ادراته كاملا من الواجهة :</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl"><span id="more-414"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: left;" dir="ltr">ADSL Client<br />
Apache Webserver<br />
BIND 4 DNS Server<br />
BIND DNS Server<br />
BSD Firewall<br />
Backup Configuration Files<br />
Bacula Backup System<br />
Bandwidth Monitoring<br />
Bootup and Shutdown<br />
CD Burner<br />
CVS Server<br />
Change Language and Theme<br />
Change Passwords<br />
Cluster Change Passwords<br />
Cluster Copy Files<br />
Cluster Cron Jobs<br />
Cluster Shell Commands<br />
Cluster Software Packages<br />
Cluster Usermin Servers<br />
Cluster Users and Groups<br />
Cluster Webmin Servers<br />
Command Shell<br />
Configuration Engine<br />
Custom Commands<br />
DHCP Server<br />
Disk Quotas<br />
Disk and Network Filesystems<br />
Dovecot IMAP/POP3 Server<br />
Extended Internet Services<br />
Fetchmail Maiم<br />
File Manager<br />
Filesystem Backup<br />
Filter and Forward Mail<br />
Frox FTP Proxy<br />
GRUB Boot Loader<br />
HTTP Tunnel<br />
Heartbeat Monitor<br />
IPFilter Firewall<br />
IPsec VPN Configuration<br />
Initial System Bootup<br />
Internet Services and Protocols<br />
Jabber IM Server<br />
Kerberos5<br />
LDAP Client<br />
LDAP Server<br />
LDAP Users and Groups<br />
Linux Bootup Configuration<br />
Linux Firewall<br />
Linux RAID<br />
Log File Rotation<br />
Logical Volume Management<br />
MIME Type Programs<br />
MON Service Monitor<br />
Majordomo List Manager<br />
MySQL Database Server<br />
NFS Exports<br />
NFS Shares<br />
NFS v4 Exports<br />
NIS Client and Server<br />
Network Configuration<br />
OpenSLP Server<br />
PAM Authentication<br />
PHP Configuration<br />
PPP Dialin Server<br />
PPP Dialup Client<br />
PPTP VPN Client<br />
PPTP VPN Server<br />
Partitions on Local Disks<br />
Perl Modules<br />
Postfix Mail Server<br />
PostgreSQL Database Server<br />
Printer Administration<br />
ProFTPD Server<br />
Procmail Mail Filter<br />
Protected Web Directories<br />
QMail Mail Server<br />
RBAC and Projects<br />
Read User Mail<br />
Running Processes<br />
SMART Drive Status<br />
SSH Server<br />
SSH/Telnet Login<br />
SSL Tunnels<br />
Samba Windows File Sharing<br />
Scheduled Commands<br />
Scheduled Cron Jobs<br />
Security Sentries<br />
Sendmail Mail Server<br />
Service Management Facility Configuration<br />
Shoreline Firewall<br />
Software Packages<br />
Solaris Zones<br />
SpamAssassin Mail Filter<br />
Squid Analysis Report Generator<br />
Squid Proxy Server<br />
System Documentation<br />
System Logs<br />
System Logs NG<br />
System Time<br />
System and Server Status<br />
Thirdlane PBX Manager<br />
Thirdlane PBX Manager<br />
Thirdlane PBX Manager<br />
Upload and Download<br />
Usermin Configuration<br />
Users and Groups<br />
Voicemail Server<br />
WU-FTP Server<br />
Webalizer Logfile Analysis<br />
Webmin Actions Log<br />
Webmin Configuration<br />
Webmin Servers<br />
Webmin Users<br />
idmapd daemon</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لثبيته في اوبونتو :<br />
من خلال التيرمنال نقوم بتثبيت الحزم الاساسية</p>

<div class="wp_codebox"><table><tr id="p41487"><td class="code" id="p414code87"><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> <span style="color: #c20cb9; font-weight: bold;">perl</span> libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">ثم من خلال موقع Webmin نقوم بتحميل الخاصة بااوبونتو deb الوصلة http://www.webmin.com<br />
بعد الانتهاء من تحميلها نقوم بالضغط عليها لثتبيتها او من خلال التيرمنال</p>

<div class="wp_codebox"><table><tr id="p41488"><td class="code" id="p414code88"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> webmin<span style="color: #000000; font-weight: bold;">*</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="p41489"><td class="code" id="p414code89"><pre class="bash" style="font-family:monospace;">https:<span style="color: #000000; font-weight: bold;">//</span>localhost:<span style="color: #000000;">10000</span><span style="color: #000000; font-weight: bold;">/</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="p41490"><td class="code" id="p414code90"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <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>webmin<span style="color: #000000; font-weight: bold;">/</span>changepass.pl <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>webmin root</pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">وندخل كلمة المرور الجديدة للمستخدم root</p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/webmin1.png" rel="lightbox[414]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/webmin1.png" alt="" width="480" height="358" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/webmin2.jpg" rel="lightbox[414]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/webmin2.jpg" alt="" width="498" height="425" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/webmin3.jpg" rel="lightbox[414]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/webmin3.jpg" alt="" width="456" height="224" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: center;"><a href="http://ubuntu.ly/images/tutorials/2009/webmin4.gif" rel="lightbox[414]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/webmin4.gif" alt="" width="473" height="448" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">موقع البرنامج : www.webmin.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/ubuntu-linux-gnome-system-log-viewe.htm" rel="bookmark" class="crp_title">ملفات متابعة النظام Log file في اوبونتو</a></li><li><a href="http://ubuntu.ly/share-file-ubuntu-macosx.htm" rel="bookmark" class="crp_title">مشاركة ملفات اوبونتو و ماكنتوش</a></li><li><a href="http://ubuntu.ly/ubuntu-command-show-version-configuration-system-applications.htm" rel="bookmark" class="crp_title">اوامر لينكس ( اوبونتو ) لعرض و معرفة اعدادات/اصدار التطبيقات</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></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-webmin-ubuntu-system.htm&amp;title=%D9%88%D9%8A%D8%A8+%D9%85%D9%8A%D9%86+Webmin+%D8%A7%D9%84%D8%A7%D8%AF%D8%A7%D8%B1%D8%A9+%D8%A7%D9%84%D8%B3%D9%87%D9%84%D8%A9+%D9%84%D9%84%D9%86%D8%B8%D8%A7%D9%85" 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-webmin-ubuntu-system.htm&amp;title=%D9%88%D9%8A%D8%A8+%D9%85%D9%8A%D9%86+Webmin+%D8%A7%D9%84%D8%A7%D8%AF%D8%A7%D8%B1%D8%A9+%D8%A7%D9%84%D8%B3%D9%87%D9%84%D8%A9+%D9%84%D9%84%D9%86%D8%B8%D8%A7%D9%85" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/install-webmin-ubuntu-system.htm&amp;title=%D9%88%D9%8A%D8%A8+%D9%85%D9%8A%D9%86+Webmin+%D8%A7%D9%84%D8%A7%D8%AF%D8%A7%D8%B1%D8%A9+%D8%A7%D9%84%D8%B3%D9%87%D9%84%D8%A9+%D9%84%D9%84%D9%86%D8%B8%D8%A7%D9%85" 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-webmin-ubuntu-system.htm&amp;t=%D9%88%D9%8A%D8%A8+%D9%85%D9%8A%D9%86+Webmin+%D8%A7%D9%84%D8%A7%D8%AF%D8%A7%D8%B1%D8%A9+%D8%A7%D9%84%D8%B3%D9%87%D9%84%D8%A9+%D9%84%D9%84%D9%86%D8%B8%D8%A7%D9%85" rel="nofollow" class="external" title="Share this on Facebook"> </a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%D9%88%D9%8A%D8%A8+%D9%85%D9%8A%D9%86+Webmin+%D8%A7%D9%84%D8%A7%D8%AF%D8%A7%D8%B1%D8%A9+%D8%A7%D9%84%D8%B3%D9%87%D9%84%D8%A9+%D9%84%D9%84%D9%86%D8%B8%D8%A7%D9%85+-+http://bit.ly/1fOn5q+(via+@ubuntuly)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!"> </a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22%D9%88%D9%8A%D8%A8%20%D9%85%D9%8A%D9%86%20Webmin%20%D8%A7%D9%84%D8%A7%D8%AF%D8%A7%D8%B1%D8%A9%20%D8%A7%D9%84%D8%B3%D9%87%D9%84%D8%A9%20%D9%84%D9%84%D9%86%D8%B8%D8%A7%D9%85%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%88%D9%8A%D8%A8%D9%85%D9%86%20Webmin%20%D8%A7%D8%AF%D8%A7%D8%B1%D8%A9%20%D8%A7%D9%84%D8%B3%D9%8A%D8%B1%D9%81%D8%B1%20%D8%A8%D8%B3%D9%87%D9%88%D9%84%D8%A9%20%D8%A7%D9%88%20%D9%86%D8%B8%D8%A7%D9%85%D9%83%2C%20%D8%B9%D9%85%D9%84%D9%83%20%D9%83%D9%85%D8%AF%D9%8A%D8%B1%20%D9%84%D9%84%D9%86%D8%B8%D8%A7%D9%85%20%D9%8A%D8%AA%D8%B7%D9%84%D8%A8%20%D9%85%D9%86%D9%83%20%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%85%D9%84%20%D9%83%D8%B9%20%D8%A7%D9%84%D9%83%D8%AB%D9%8A%D8%B1%20%D9%85%D9%86%20%D8%A7%D9%84%D8%A7%D9%88%D8%A7%D9%85%D8%B1%20%20%D8%A7%D9%84%D8%A7%D9%85%D8%B1%20%D8%A7%D9%84%D8%B0%D9%8A%20%D9%8A%D8%AA%D8%B7%D9%84%D8%A8%20%D9%85%D9%86%D9%83%20%D8%A7%D9%84%D9%83%D8%AB%D9%8A%D8%B1%20%D9%85%D9%86%20%D8%A7%D9%84%D8%A7%D9%88%D8%A7%D9%85%D8%B1%20%D9%88%20%D8%A7%D8%AD%D9%8A%D8%A7%D9%86%D8%A7%20%D9%84%D8%A7%20%D9%8A%D9%85%D9%83%D9%86%D9%86%D8%A7%20%D8%AA%D8%B0%D9%83%D8%B1%D9%87%D8%A7%20%D9%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/install-webmin-ubuntu-system.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/install-webmin-ubuntu-system.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-webmin-ubuntu-system.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>التعامل مع ملفات ذات الامتداد sh داخل اوبونتو</title>
		<link>http://ubuntu.ly/run-install-sh-files-ubuntu.htm</link>
		<comments>http://ubuntu.ly/run-install-sh-files-ubuntu.htm#comments</comments>
		<pubDate>Mon, 04 May 2009 22:29:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[install sh]]></category>
		<category><![CDATA[run sh file]]></category>
		<category><![CDATA[sh files]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[تثبيت sh]]></category>
		<category><![CDATA[تشغيل sh]]></category>
		<category><![CDATA[صلاحيات chmod 755 sh]]></category>
		<category><![CDATA[صلاحيات الملف sh]]></category>
		<category><![CDATA[ملفات sh]]></category>

		<guid isPermaLink="false">http://ubuntu.ly/?p=402</guid>
		<description><![CDATA[
التعامل مع ملفات sh في اوبونتو, ملفات sh ملفات تمت كتابتها بلغة Shell Scripting يجب ان تكون ملفات قابلة للتنفيذ من ناحية الصلاحيات و لتثبيتها او تشغيلها يجب ان يكون الملف معطا الصلاحية 755

chmod 755 /path/to/myScript.sh

بعد ذلك نقوم بتشغيل الملف

sh /path/to/myScript.sh

او

/path/to/myScript.sh

مقالات لها صلةالأمر find البحث اكثر من ذلك ( استخدمات في ابونتو )فتح ملفات pdf [...]]]></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/terminal_rg.png" rel="lightbox[402]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/terminal_rg.png" alt="" width="115" height="115" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">التعامل مع ملفات sh في اوبونتو, ملفات sh ملفات تمت كتابتها بلغة Shell Scripting يجب ان تكون ملفات قابلة للتنفيذ من ناحية الصلاحيات و لتثبيتها او تشغيلها يجب ان يكون الملف معطا الصلاحية 755</p>

<div class="wp_codebox"><table><tr id="p40294"><td class="code" id="p402code94"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">755</span> <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>myScript.sh</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="p40295"><td class="code" id="p402code95"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sh</span> <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>myScript.sh</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="p40296"><td class="code" id="p402code96"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>myScript.sh</pre></td></tr></table></div>

<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/open-pdf-file-in-firefox-ubuntu.htm" rel="bookmark" class="crp_title">فتح ملفات pdf و postsript داخل فايرفوكس</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-linux-gnome-system-log-viewe.htm" rel="bookmark" class="crp_title">ملفات متابعة النظام Log file في اوبونتو</a></li><li><a href="http://ubuntu.ly/cpulimit-ubuntu.htm" rel="bookmark" class="crp_title">الحد من استخدام المعالج cpu  في عملية  مع cpulimits</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/run-install-sh-files-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%85%D9%84+%D9%85%D8%B9+%D9%85%D9%84%D9%81%D8%A7%D8%AA+%D8%B0%D8%A7%D8%AA+%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AF%D8%A7%D8%AF+sh+%D8%AF%D8%A7%D8%AE%D9%84+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" 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/run-install-sh-files-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%85%D9%84+%D9%85%D8%B9+%D9%85%D9%84%D9%81%D8%A7%D8%AA+%D8%B0%D8%A7%D8%AA+%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AF%D8%A7%D8%AF+sh+%D8%AF%D8%A7%D8%AE%D9%84+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/run-install-sh-files-ubuntu.htm&amp;title=%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%85%D9%84+%D9%85%D8%B9+%D9%85%D9%84%D9%81%D8%A7%D8%AA+%D8%B0%D8%A7%D8%AA+%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AF%D8%A7%D8%AF+sh+%D8%AF%D8%A7%D8%AE%D9%84+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" 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/run-install-sh-files-ubuntu.htm&amp;t=%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%85%D9%84+%D9%85%D8%B9+%D9%85%D9%84%D9%81%D8%A7%D8%AA+%D8%B0%D8%A7%D8%AA+%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AF%D8%A7%D8%AF+sh+%D8%AF%D8%A7%D8%AE%D9%84+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88" 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%B9%D8%A7%D9%85%D9%84+%D9%85%D8%B9+%D9%85%D9%84%D9%81%D8%A7%D8%AA+%D8%B0%D8%A7%D8%AA+%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AF%D8%A7%D8%AF+sh+%D8%AF%D8%A7%D8%AE%D9%84+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%5B..%5D+-+http://bit.ly/3cRR2R+(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%B9%D8%A7%D9%85%D9%84%20%D9%85%D8%B9%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%20%D8%B0%D8%A7%D8%AA%20%D8%A7%D9%84%D8%A7%D9%85%D8%AA%D8%AF%D8%A7%D8%AF%20sh%20%D8%AF%D8%A7%D8%AE%D9%84%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%85%D9%84%20%D9%85%D8%B9%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%20sh%20%D9%81%D9%8A%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%2C%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%20sh%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%20%D8%AA%D9%85%D8%AA%20%D9%83%D8%AA%D8%A7%D8%A8%D8%AA%D9%87%D8%A7%20%D8%A8%D9%84%D8%BA%D8%A9%20Shell%20Scripting%20%D9%8A%D8%AC%D8%A8%20%D8%A7%D9%86%20%D8%AA%D9%83%D9%88%D9%86%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%20%D9%82%D8%A7%D8%A8%D9%84%D8%A9%20%D9%84%D9%84%D8%AA%D9%86%D9%81%D9%8A%D8%B0%20%D9%85%D9%86%20%D9%86%D8%A7%D8%AD%D9%8A%D8%A9%20%D8%A7%D9%84%D8%B5%D9%84%D8%A7%D8%AD%D9%8A%D8%A7%D8%AA%20%D9%88%20%D9%84%D8%AA%D8%AB%D8%A8%D9%8A%D8%AA%D9%87%D8%A7%20%D8%A7%D9%88%20%D8%AA%D8%B4%D8%BA%D9%8A%D9%84%D9%87%D8%A7%20%D9%8A%D8%AC%D8%A8%20%D8%A7%D9%86%20%D9%8A%D9%83%D9%88%D9%86%20%D8%A7%D9%84%D9%85%D9%84%D9%81%20%D9%85%D8%B9%D8%B7%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/run-install-sh-files-ubuntu.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/run-install-sh-files-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/run-install-sh-files-ubuntu.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>اوامر لينكس ( اوبونتو ) لعرض و معرفة اعدادات/اصدار التطبيقات</title>
		<link>http://ubuntu.ly/ubuntu-command-show-version-configuration-system-applications.htm</link>
		<comments>http://ubuntu.ly/ubuntu-command-show-version-configuration-system-applications.htm#comments</comments>
		<pubDate>Thu, 23 Apr 2009 20:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ادارة النظام]]></category>
		<category><![CDATA[الدروس]]></category>
		<category><![CDATA[تطبيقات السيرفرات]]></category>
		<category><![CDATA[عامة]]></category>
		<category><![CDATA[cpu info]]></category>
		<category><![CDATA[dpkg list]]></category>
		<category><![CDATA[gnome version]]></category>
		<category><![CDATA[kde version]]></category>
		<category><![CDATA[linux version]]></category>
		<category><![CDATA[memory info]]></category>
		<category><![CDATA[system info]]></category>
		<category><![CDATA[اصدارات البرامج]]></category>
		<category><![CDATA[حالة النظام]]></category>

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

cat /proc/meminfo
cat /proc/cpuinfo

الامرين السابقين الاول يستعرض بيانات عن المعالج و الاخر بيانات عن الذاكرة

لمعرفة اصدار KDE desktop

konqueror --version

لمعرفة اصدار Gnome Desktop

gnome-panel --version

لمعرفة اصدار Firefox

firefox --version

لمعرفة اللغة المستخدمة [...]]]></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/terminal_rg.png" rel="lightbox[392]"><img class="aligncenter" style="vertical-align: middle;" title="ubuntu.ly" src="/images/tutorials/2009/terminal_rg.png" alt="" width="110" height="110" /></a></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">يوجد اوامر في اللينكس ( اوبونتو ) تتيح لك معرفة بعض المعلومات عن جهاز و العتاد المستخدمه و يوجد معظمها داخل المجلد /proc و لاستعراضها نقوم بتنفيذ هذا الامر</p>

<div class="wp_codebox"><table><tr id="p392111"><td class="code" id="p392code111"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>meminfo
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>cpuinfo</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"><span id="more-392"></span></p>
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لمعرفة اصدار KDE desktop</p>

<div class="wp_codebox"><table><tr id="p392112"><td class="code" id="p392code112"><pre class="bash" style="font-family:monospace;">konqueror <span style="color: #660033;">--version</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لمعرفة اصدار Gnome Desktop</p>

<div class="wp_codebox"><table><tr id="p392113"><td class="code" id="p392code113"><pre class="bash" style="font-family:monospace;">gnome-panel <span style="color: #660033;">--version</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">لمعرفة اصدار Firefox</p>

<div class="wp_codebox"><table><tr id="p392114"><td class="code" id="p392code114"><pre class="bash" style="font-family:monospace;">firefox <span style="color: #660033;">--version</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="p392115"><td class="code" id="p392code115"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">set</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #ff0000;">'^(LANG|LC_)'</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="p392116"><td class="code" id="p392code116"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">df</span> <span style="color: #660033;">-h</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="p392117"><td class="code" id="p392code117"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-h</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="p392118"><td class="code" id="p392code118"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">lsmod</span></pre></td></tr></table></div>

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: right;" dir="rtl">معلومات عن X server</p>

<div class="wp_codebox"><table><tr id="p392119"><td class="code" id="p392code119"><pre class="bash" style="font-family:monospace;">xdpyinfo</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="p392120"><td class="code" id="p392code120"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">uname</span> <span style="color: #660033;">-mrs</span>
<span style="color: #c20cb9; font-weight: bold;">uname</span> <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>version</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="p392121"><td class="code" id="p392code121"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">ifconfig</span> -a<span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">less</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="p392122"><td class="code" id="p392code122"><pre class="bash" style="font-family:monospace;">route <span style="color: #660033;">-n</span>
route</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="p392123"><td class="code" id="p392code123"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> aux
<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> process-name</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="p392124"><td class="code" id="p392code124"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">--list</span></pre></td></tr></table></div>

<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/pwd-whami-whereis.htm" rel="bookmark" class="crp_title">من انا , اين انا ؟</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/install-conky-ubuntu.htm" rel="bookmark" class="crp_title">تثبيت Conky في اوبونتو</a></li><li><a href="http://ubuntu.ly/synaptic-package-manager.htm" rel="bookmark" class="crp_title">Synaptic Package Manager</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/ubuntu-command-show-version-configuration-system-applications.htm&amp;title=%D8%A7%D9%88%D8%A7%D9%85%D8%B1+%D9%84%D9%8A%D9%86%D9%83%D8%B3+%28+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29+%D9%84%D8%B9%D8%B1%D8%B6+%D9%88+%D9%85%D8%B9%D8%B1%D9%81%D8%A9+%D8%A7%D8%B9%D8%AF%D8%A7%D8%AF%D8%A7%D8%AA%2F%D8%A7%D8%B5%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D8%AA%D8%B7%D8%A8%D9%8A%D9%82%D8%A7%D8%AA" 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/ubuntu-command-show-version-configuration-system-applications.htm&amp;title=%D8%A7%D9%88%D8%A7%D9%85%D8%B1+%D9%84%D9%8A%D9%86%D9%83%D8%B3+%28+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29+%D9%84%D8%B9%D8%B1%D8%B6+%D9%88+%D9%85%D8%B9%D8%B1%D9%81%D8%A9+%D8%A7%D8%B9%D8%AF%D8%A7%D8%AF%D8%A7%D8%AA%2F%D8%A7%D8%B5%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D8%AA%D8%B7%D8%A8%D9%8A%D9%82%D8%A7%D8%AA" rel="nofollow" class="external" title="Digg this!"> </a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://ubuntu.ly/ubuntu-command-show-version-configuration-system-applications.htm&amp;title=%D8%A7%D9%88%D8%A7%D9%85%D8%B1+%D9%84%D9%8A%D9%86%D9%83%D8%B3+%28+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29+%D9%84%D8%B9%D8%B1%D8%B6+%D9%88+%D9%85%D8%B9%D8%B1%D9%81%D8%A9+%D8%A7%D8%B9%D8%AF%D8%A7%D8%AF%D8%A7%D8%AA%2F%D8%A7%D8%B5%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D8%AA%D8%B7%D8%A8%D9%8A%D9%82%D8%A7%D8%AA" 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/ubuntu-command-show-version-configuration-system-applications.htm&amp;t=%D8%A7%D9%88%D8%A7%D9%85%D8%B1+%D9%84%D9%8A%D9%86%D9%83%D8%B3+%28+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29+%D9%84%D8%B9%D8%B1%D8%B6+%D9%88+%D9%85%D8%B9%D8%B1%D9%81%D8%A9+%D8%A7%D8%B9%D8%AF%D8%A7%D8%AF%D8%A7%D8%AA%2F%D8%A7%D8%B5%D8%AF%D8%A7%D8%B1+%D8%A7%D9%84%D8%AA%D8%B7%D8%A8%D9%8A%D9%82%D8%A7%D8%AA" 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%88%D8%A7%D9%85%D8%B1+%D9%84%D9%8A%D9%86%D9%83%D8%B3+%28+%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88+%29+%D9%84%D8%B9%D8%B1%D8%B6+%D9%88+%D9%85%D8%B9%D8%B1%D9%81%D8%A9+%D8%A7%D8%B9%D8%AF%D8%A7%D8%AF%D8%A7%D8%AA%2F%D8%5B..%5D+-+http://bit.ly/3OaVqX+(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%88%D8%A7%D9%85%D8%B1%20%D9%84%D9%8A%D9%86%D9%83%D8%B3%20%28%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%20%29%20%D9%84%D8%B9%D8%B1%D8%B6%20%D9%88%20%D9%85%D8%B9%D8%B1%D9%81%D8%A9%20%D8%A7%D8%B9%D8%AF%D8%A7%D8%AF%D8%A7%D8%AA%2F%D8%A7%D8%B5%D8%AF%D8%A7%D8%B1%20%D8%A7%D9%84%D8%AA%D8%B7%D8%A8%D9%8A%D9%82%D8%A7%D8%AA%22&amp;body=I+thought+this+article+might+interest+you.%0A%0A%22%0D%0A%D9%8A%D9%88%D8%AC%D8%AF%20%D8%A7%D9%88%D8%A7%D9%85%D8%B1%20%D9%81%D9%8A%20%D8%A7%D9%84%D9%84%D9%8A%D9%86%D9%83%D8%B3%20%28%20%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88%20%29%20%D8%AA%D8%AA%D9%8A%D8%AD%20%D9%84%D9%83%20%D9%85%D8%B9%D8%B1%D9%81%D8%A9%20%D8%A8%D8%B9%D8%B6%20%D8%A7%D9%84%D9%85%D8%B9%D9%84%D9%88%D9%85%D8%A7%D8%AA%20%D8%B9%D9%86%20%D8%AC%D9%87%D8%A7%D8%B2%20%D9%88%20%D8%A7%D9%84%D8%B9%D8%AA%D8%A7%D8%AF%20%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85%D9%87%20%D9%88%20%D9%8A%D9%88%D8%AC%D8%AF%20%D9%85%D8%B9%D8%B8%D9%85%D9%87%D8%A7%20%D8%AF%D8%A7%D8%AE%D9%84%20%D8%A7%D9%84%D9%85%D8%AC%D9%84%D8%AF%20%2Fproc%20%D9%88%20%D9%84%D8%A7%D8%B3%D8%AA%D8%B9%D8%B1%D8%A7%D8%B6%D9%87%D8%A7%20%D9%86%D9%82%D9%88%D9%85%20%D8%A8%D8%AA%D9%86%D9%81%D9%8A%D8%B0%20%D9%87%D8%B0%D8%A7%20%D8%A7%D9%84%D8%A7%D9%85%D8%B1%0D%0A%0D%0Acat%20%2Fproc%2Fmeminfo%0D%0A%22%0A%0AYou+can+read+the+full+article+here%3A%20http://ubuntu.ly/ubuntu-command-show-version-configuration-system-applications.htm" rel="nofollow" class="external" title="Email this to a friend?"> </a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://ubuntu.ly/ubuntu-command-show-version-configuration-system-applications.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/ubuntu-command-show-version-configuration-system-applications.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
