<?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>Forgani &#187; Linux</title>
	<atom:link href="http://www.forgani.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forgani.com</link>
	<description>my Weblog, my Home, my Car, my Sky</description>
	<lastBuildDate>Mon, 19 Jul 2010 07:48:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Mercurial &amp; hg view</title>
		<link>http://www.forgani.com/linux/mercurial/</link>
		<comments>http://www.forgani.com/linux/mercurial/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:00:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.forgani.com/?p=875</guid>
		<description><![CDATA[Install on Ubuntu and Debian:  sudo apt-get install mercurial hg view How? You try the &#8216;hg view&#8217; command and you will get an error: sudo apt-get install mercurial sudo apt-get install python-setuptools python-dev build-essential sudo easy_install -U mercurial wget http://www.selenic.com/mercurial/release/mercurial-1.0.tar.gz tar zxvf mercurial-1.0.tar.gz cp mercurial-1.0/contrib/hgk /usr/bin sudo apt-get install tk8.5 put the following in your [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/mercurial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check For Email pattern</title>
		<link>http://www.forgani.com/linux/check-for-email-pattern/</link>
		<comments>http://www.forgani.com/linux/check-for-email-pattern/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 07:06:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.forgani.com/?p=683</guid>
		<description><![CDATA[check for email pattern if( !preg_match( &#8220;/^(([^&#60;&#62;()[\]\\\\.,;:\s@\&#8221;]+(\.[^&#60;&#62;()[\]\\\\.,;:\s@\&#8221;]+)*)&#124;(\&#8221;([^\"\\\\\r]&#124;(\\\\[\w\W]))*\&#8221;))@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])&#124;(([a-z\-0-9áà&#228;çéèêñóòô&#246;&#252;æøå]+\.)+[a-z]{2,}))$/i&#8221;, $email ) ) { $msg = &#8216;Email address was not recognized as a valid email pattern&#8217;; } get the mx host name if( preg_match( &#8220;/@\[[\d.]*\]$/&#8221;, $email ) ) { $mxHost[0] = preg_replace( &#8220;/[\w\W]*@\[([\d.]+)\]$/&#8221;, &#8220;$1&#8243;, $email ); $msg = &#8216;Email address contained IP address &#8216;.$mxHost[0].&#8217; &#8211; no need for [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/check-for-email-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean up the Ubuntu</title>
		<link>http://www.forgani.com/linux/clean-up-the-ubuntu/</link>
		<comments>http://www.forgani.com/linux/clean-up-the-ubuntu/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 08:40:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.forgani.com/?p=806</guid>
		<description><![CDATA[&#160; Install the Debian menu to make all installed applications Missing Icons &#38; Fix Broken Icons sudo apt-get update sudo apt-get install menu menu-xdg update-menus &#160; Keeping Ubuntu clean Install deborphan with command: sudo apt-get install deborphan To delete unnecessary libraries just execute: sudo deborphan &#124; xargs sudo apt-get -y remove --purge To delete unnecessary [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/clean-up-the-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>increase the screen resolutions</title>
		<link>http://www.forgani.com/linux/increase-the-screen-resolutions/</link>
		<comments>http://www.forgani.com/linux/increase-the-screen-resolutions/#comments</comments>
		<pubDate>Wed, 21 May 2008 19:32:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://forgani.com/?p=80</guid>
		<description><![CDATA[Enter in root terminal: $ sudo dpkg-reconfigure -phigh xserver-xorg Select your video card by scroll up or down keys on your keyboard) and then hit enter. the next select the resolutions that you would like to be available for Ubuntu by using the arrow keys to scroll up and down, and the Space Bar to [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/increase-the-screen-resolutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain and Whois lookup</title>
		<link>http://www.forgani.com/linux/domain-and-whois-lookup/</link>
		<comments>http://www.forgani.com/linux/domain-and-whois-lookup/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 08:36:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://forgani.com/?p=207</guid>
		<description><![CDATA[&#160; We can save your money, time, and effort on getting your website up and running. We work mainly with small sized businesses who would like to use their website to effectively market their products and services. Domain and Whois lookup Domain name: all .ir .com .net .org .info &#160; Find who owns a host. [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/domain-and-whois-lookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Tips</title>
		<link>http://www.forgani.com/root/linux-tips/</link>
		<comments>http://www.forgani.com/root/linux-tips/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 07:59:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Root]]></category>

		<guid isPermaLink="false">http://www.forgani.com/info/?p=70</guid>
		<description><![CDATA[The best ways to run all files from a folder in SqlPLus Create a file and store all of the file names from the folder: ls -l &#62; list.sql Edit and set @ before each file name vi list.sql 1,$s/^/@/ sqlpus ich/foo@mydb @list.sql Convert latin1 to UTF-8 in MySQL $ mysqldump -h localhost &#8211;user=myName -p [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/root/linux-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISP Hardware list</title>
		<link>http://www.forgani.com/linux/isp-hardware-list/</link>
		<comments>http://www.forgani.com/linux/isp-hardware-list/#comments</comments>
		<pubDate>Mon, 24 Nov 2003 09:43:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.forgani.com/?p=602</guid>
		<description><![CDATA[سخت افزار هاى لازم واما سخت افزار هاى كه براى ساختن ISP در سطر اول قرار دارند. معمولا بيشتر استفاده كننده ها براى ورود به اينترنت  از modem  استفاده ميكنند. براى جواب دادن تلفنها ISP قاعدتا به يك RAS  -   remote access server احتياج دارد. RAS يك قوطى است كه يك سرش به خط تلفن T1/E1 or [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/isp-hardware-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISP Software List</title>
		<link>http://www.forgani.com/linux/isp_software_list/</link>
		<comments>http://www.forgani.com/linux/isp_software_list/#comments</comments>
		<pubDate>Mon, 24 Nov 2003 09:35:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.forgani.com/?p=593</guid>
		<description><![CDATA[ليست نرم افزارهاى كه براى اين منظور انتخاب كرده ام اول از همه براى Operating system بابا Linux را انتخاب مى كنيم. كاملا واضح است ولي براى كسانى كه به ويندوز وفادار هستند ميتوانند از پرگرام cygwin استفاده كرده و ان را بر روى ويندوز خود سوار كنند. و براى ذخيره اطلاعات از LDAP. بخاطر [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/isp_software_list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet protocols</title>
		<link>http://www.forgani.com/linux/internetprotocols/</link>
		<comments>http://www.forgani.com/linux/internetprotocols/#comments</comments>
		<pubDate>Sun, 24 Nov 2002 09:16:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.forgani.com/?p=591</guid>
		<description><![CDATA[پروتكل پروتوكل يك قاده مشخص شده براى جانجايى اطلاعات بين دو نقطه درشبكهاى كامپيوترى است. پروتوكل بستگى به فرم انتقال كننده ععم از اينكه فيبر شيشه ايى يا راديو يا كابل باشد و همچنين به اينكه شبكها از چه تشكيل شده انند و فرم شبكه و غيره ندارد دوتا تيپ پروتكل وجود دارد Verbindungsorintiert قبل [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/internetprotocols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Service Provider (ISP)</title>
		<link>http://www.forgani.com/linux/internet-service-provider-isp/</link>
		<comments>http://www.forgani.com/linux/internet-service-provider-isp/#comments</comments>
		<pubDate>Sun, 24 Nov 2002 09:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.forgani.com/?p=587</guid>
		<description><![CDATA[چگونه يك بسازيم اينترنت  World Wide Web هيچ چيزى نيست بجز يك شبكه سرتاسرى. زبان اينترنت  Protocol و TCP/IP است . كار اصلى يك ISP دادن آدرس به كامپيوتر استفاده كننده و اتصال ان به شبكه سرتاسرى است. نتيجه اينكه كامپيوتر استفاده كننده ميتواند بدين طريق بابقيه كامپيوترها درتماس باشد و  بسته هاى  IP را از هركجاى دنيا دريافت يا [...]]]></description>
		<wfw:commentRss>http://www.forgani.com/linux/internet-service-provider-isp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->