<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Eslam Foad&#039;s Technical Blog</title>
	<atom:link href="http://eslamfoad.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eslamfoad.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Tue, 26 Jul 2011 09:36:37 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eslamfoad.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Eslam Foad&#039;s Technical Blog</title>
		<link>http://eslamfoad.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eslamfoad.wordpress.com/osd.xml" title="Eslam Foad&#039;s Technical Blog" />
	<atom:link rel='hub' href='http://eslamfoad.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Smooth Migration from Windows to Ubuntu &#8211; 1</title>
		<link>http://eslamfoad.wordpress.com/2011/07/26/smooth-migration-from-windows-to-ubuntu-1/</link>
		<comments>http://eslamfoad.wordpress.com/2011/07/26/smooth-migration-from-windows-to-ubuntu-1/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 09:36:35 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[auto mount]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[partiotioning]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://eslamfoad.wordpress.com/?p=70</guid>
		<description><![CDATA[I recently installed ubuntu 11.04 and I made dual boot with windows XP &#8211; actually I didn&#8217;t make it ubuntu handled this- and I decided to switch for my personal use and @ my work environment as much as I &#8230; <a href="http://eslamfoad.wordpress.com/2011/07/26/smooth-migration-from-windows-to-ubuntu-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=70&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently installed ubuntu 11.04 and I made dual boot with windows XP &#8211; actually I didn&#8217;t make it ubuntu handled this- and I decided to switch for my personal use and @ my work environment as much as I can, I&#8217;ll try to mention here some of the issues I faced and how to resolve them to be able to use ubuntu instead of windows.</p>
<p>Most of those solution took about 10 mins googling to find out, when it comes to linux the Internet is very rich it&#8217;ll help you in all your problems.</p>
<p><strong>Note:</strong> I&#8217;m not a Linux expert so there might be some non-precise terms used in my description also there might be better solutions, this is what I tried and worked.</p>
<p><strong>Partitioning for installation</strong></p>
<p>Basically you need two partitions a root partition and a swap partition, for the root you need 15-20 GB, for the swap it is recommended to be double the RAM size but I don&#8217;t think this is applicable if I have 3 GB RAM I won&#8217;t waste 6 GB of my hard disk as a swap that I&#8217;ll probably won&#8217;t need so I think that 512 MB-1 GB is enough.</p>
<p>In the ubuntu installer choose to install the boot loader to your entire hard disk so that the dual boot works</p>
<p><strong>Auto mounting drives</strong></p>
<p>In linux to access any hard disk drive you have to mount it first to some folder, it is the same in windows but the process is done under the hood, to auto mount your drives on start up, edit the /etc/fstab to add lines for your drives.</p>
<p>First you need to know the location of your drives, to do this open a terminal and type: df -h this will get you a list of your hard dist drives and the disk space usage of each, now this is the syntax to add a single drive to fstab file</p>
<p>/dev/sda1       /media/c        ntfs-3g default 0       0</p>
<p>Drive location, mount point the folder you want to mount your drive to, drive file system type ntfs-3g is used to access ntfs drives and make the drive read/write, other options leave them as default 0 0.</p>
<p>To edit the /etc/fstab file you must be root so assuming you&#8217;ll use a GUI text editor to edit the file, open a terminal (in Ubuntu 11.04 a shortcut for this is CTRL+ALT+T) and type:</p>
<p>gksudo gedit /etc/fstab</p>
<p>Type your password and you are ready to edit the file, you might want to take a copy of the file before editing incase something went wrong type: sudo cp /etc/fstab /etc/fstab.orig</p>
<p><strong>Installing java</strong></p>
<p>Software installation on linux might seem complex as you don&#8217;t have a .exe file to setup the program instead there&#8217;s something called package manager, this is a smart way to install software the package manager detect the dependencies for your software, installs them and configure your software so with typing only one command you can install the programs, it is something like installing an application on your iphone you just select the application and click install the operating system will download the app, install and configure it.</p>
<p>There&#8217;s something called Repositories in Linux, it is basically a place that contains the software you can find a repository for firefox, thunderbird, &#8230;etc, Ubuntu has some default repositories that contain a lot of software, Sun JDK is available in what&#8217;s called Canonical Partners repository in ubuntu this repository isn&#8217;t enabled by default to enable it: open synaptic package manager (in ubuntu 11.04 you can press the windows key then type synaptic and select synaptic package manager), go to Settings-&gt;Repositories-&gt;Other Software tab and select the checkbox of Canonical Partners, close the package manager.</p>
<p>Now open a terminal and type:</p>
<p>sudo apt-get update</p>
<p>sudo apt-get install sun-java6-jdk</p>
<p>Here you go JDK will be downloaded and installed</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=70&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2011/07/26/smooth-migration-from-windows-to-ubuntu-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>Avoid Autorun Virus on Flash Memories</title>
		<link>http://eslamfoad.wordpress.com/2011/05/15/avoid-autorun-virus-on-flash-memories/</link>
		<comments>http://eslamfoad.wordpress.com/2011/05/15/avoid-autorun-virus-on-flash-memories/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:54:26 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips& Tricks]]></category>
		<category><![CDATA[Viruses]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[Autorun]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://eslamfoad.wordpress.com/?p=62</guid>
		<description><![CDATA[A nice trick to avoid the autorun virus on the flash memory on Windows platform without the need to an Anti-Virus Delete the autorun.inf file from the root of the flash Create an empty folder named autorun.inf on the root &#8230; <a href="http://eslamfoad.wordpress.com/2011/05/15/avoid-autorun-virus-on-flash-memories/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=62&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A nice trick to avoid the autorun virus on the flash memory on Windows platform without the need to an Anti-Virus</p>
<ol>
<li>Delete the autorun.inf file from the root of the flash</li>
<li>Create an empty folder named autorun.inf on the root of the flash</li>
<li>This way the virus won’t be able to create an autorun.inf file as there’s an existing folder with the same name or edit the contents of it as it is a folder</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=62&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2011/05/15/avoid-autorun-virus-on-flash-memories/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox 4 freezing problem</title>
		<link>http://eslamfoad.wordpress.com/2011/03/29/firefox-4-freezing-problem/</link>
		<comments>http://eslamfoad.wordpress.com/2011/03/29/firefox-4-freezing-problem/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 22:56:00 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips& Tricks]]></category>
		<category><![CDATA[firefox 3.6]]></category>
		<category><![CDATA[firefox 4]]></category>
		<category><![CDATA[firefox freeze issue]]></category>
		<category><![CDATA[profile manager]]></category>

		<guid isPermaLink="false">http://eslamfoad.wordpress.com/?p=58</guid>
		<description><![CDATA[I recently downloaded firefox 4 and I installed it as an upgrade to the 3.6 version, I faced an annoying problem of freezing the browser when I open it nothing seems to be working I can only minimize, maximize or &#8230; <a href="http://eslamfoad.wordpress.com/2011/03/29/firefox-4-freezing-problem/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=58&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently downloaded <a href="http://www.mozilla.com/en-US/firefox/fx/" target="_blank">firefox 4</a> and I installed it as an upgrade to the 3.6 version, I faced an annoying problem of freezing the browser when I open it nothing seems to be working I can only minimize, maximize or close. When I start it in a new profile &#8211; you can do that by running &#8220;firefox -p&#8221; from the run at the Windows &#8211; it&#8217;s working well and even restarting my machine didn&#8217;t solve the issue.</p>
<p>After some searching I found out that the problem is related to using the same profiles of firefox 3 so in order to solve the problem:</p>
<p>1. start firefox with a new profile (fx4) for example, this can be done by running &#8220;firefox -p&#8221; and create a new profile</p>
<p>2. close firefox</p>
<p>3. copy the data (history, bookmarks, preferences, &#8230;) of the old profile to the new, on Windows platform run &#8220;%APPDATA%\Mozilla\Firefox\Profiles&#8221; copy all the files from your old profile (if you never used profile manager this would probably be the folder ending with .default) into the new one &#8211; the folder ending with .fx4</p>
<p>4. delete the old profile and start firefox</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=58&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2011/03/29/firefox-4-freezing-problem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>Auto detect your Active Directory</title>
		<link>http://eslamfoad.wordpress.com/2010/05/10/auto-detect-your-active-directory/</link>
		<comments>http://eslamfoad.wordpress.com/2010/05/10/auto-detect-your-active-directory/#comments</comments>
		<pubDate>Mon, 10 May 2010 12:49:32 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips& Tricks]]></category>
		<category><![CDATA[AD Explorer]]></category>
		<category><![CDATA[auto discovery]]></category>
		<category><![CDATA[ldap browsers]]></category>
		<category><![CDATA[Microsoft Active Directory]]></category>
		<category><![CDATA[sysinternals]]></category>

		<guid isPermaLink="false">http://eslamfoad.wordpress.com/?p=53</guid>
		<description><![CDATA[Ad Explorer is an Active Directory explorer offered by Microsoft for free (you can download it at http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx), most of the companies at Egypt use the active directory to keep the users and integrate it with Microsoft exchange server so &#8230; <a href="http://eslamfoad.wordpress.com/2010/05/10/auto-detect-your-active-directory/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=53&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ad Explorer is an Active Directory explorer offered by Microsoft for free (you can download it at <a href="http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx" target="_blank">http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx</a>), most of the companies at Egypt use the active directory to keep the users and integrate it with Microsoft exchange server so probably you will have an entry on an Active Directory at your company.</p>
<p>If you don&#8217;t know the location (host, port) of the Active Directory at your company AD Explorer will detect it on the network, just open the program and when you are prompted for the Active Directory Database don&#8217;t enter any thing and press OK, it will detect the Active directory (I think it will log you in with your username and password, probably you will have read right over the directory &#8211; it depends on the security applied at your company- and who knows you might have some write rights).</p>
<p>Now you can enjoy navigating the directory, it will probably contain some interesting information like who&#8217;s the manager of whom, who has got what laptop and what&#8217;s the specifications, you can find some blocked users, &#8230; etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=53&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2010/05/10/auto-detect-your-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>How to convert .doc files to .pdf</title>
		<link>http://eslamfoad.wordpress.com/2010/05/05/how-to-convert-doc-files-to-pdf/</link>
		<comments>http://eslamfoad.wordpress.com/2010/05/05/how-to-convert-doc-files-to-pdf/#comments</comments>
		<pubDate>Wed, 05 May 2010 07:36:35 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[Tips& Tricks]]></category>
		<category><![CDATA[convert .doc to .pdf]]></category>
		<category><![CDATA[open office]]></category>

		<guid isPermaLink="false">http://eslamfoad.wordpress.com/?p=48</guid>
		<description><![CDATA[From my experience I found that the best way to convert .doc files into .pdf files freely and without any evaluation marks or searching for serials or cracks is to open the file with Open Office then select File &#8211;&#62; &#8230; <a href="http://eslamfoad.wordpress.com/2010/05/05/how-to-convert-doc-files-to-pdf/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=48&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From my experience I found that the best way to convert .doc files into .pdf files freely and without any evaluation marks or searching for serials or cracks is to open the file with <a href="http://download.openoffice.org/">Open Office</a> then select File &#8211;&gt; Export as PDF. This will produce a PDF document with the same name as the original .doc file.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=48&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2010/05/05/how-to-convert-doc-files-to-pdf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>JDeveloper and Entity Beans</title>
		<link>http://eslamfoad.wordpress.com/2010/05/02/jdeveloper-and-entity-beans/</link>
		<comments>http://eslamfoad.wordpress.com/2010/05/02/jdeveloper-and-entity-beans/#comments</comments>
		<pubDate>Sun, 02 May 2010 10:37:58 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[Jokes]]></category>
		<category><![CDATA[Entity Beans]]></category>
		<category><![CDATA[Jdveloper 10.1.3]]></category>

		<guid isPermaLink="false">http://waranaeh.wordpress.com/?p=39</guid>
		<description><![CDATA[Steps to create an entity bean Open IDE Right click -&#62; new -&#62; Entity Bean Select the table and proceed Steps to create an entity bean in Jdeveloper 10.1.3 Open Jdeveloper Right click -&#62; new -&#62; Entity Bean Nothing happens, &#8230; <a href="http://eslamfoad.wordpress.com/2010/05/02/jdeveloper-and-entity-beans/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=39&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Steps to create an entity bean</p>
<ol type="1">
<li>Open IDE</li>
<li>Right click -&gt; new -&gt;      Entity Bean</li>
<li>Select the table and proceed</li>
</ol>
<p>Steps to create an entity bean in Jdeveloper 10.1.3</p>
<ol type="1">
<li>Open Jdeveloper</li>
<li>Right click -&gt; new -&gt;      Entity Bean</li>
<li>Nothing happens, wait</li>
<li>Still nothing, go to the task      manager to see the processing usage of the jdevw process</li>
<li>It&#8217;s 0%, wait again</li>
<li>Check your mail or read some      blog post</li>
<li>Try to minimize and maximize      the Jdeveloper, now you&#8217;ll get the usual grey blank space at the window</li>
<li>Try to close the Jdeveloper      window, no reseponse</li>
<li>End the process of jdevw from      the task manager</li>
<li>Open the Jdeveloper and try      step 2</li>
<li>You&#8217;ll go through steps (3-9)      again</li>
<li>Restart your machine</li>
<li>Try steps (1-2)</li>
<li>Select the table and proceed</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=39&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2010/05/02/jdeveloper-and-entity-beans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>Using JAXB2 with JDeveloper 10g</title>
		<link>http://eslamfoad.wordpress.com/2010/02/18/using-jaxb2-with-jdeveloper-10g/</link>
		<comments>http://eslamfoad.wordpress.com/2010/02/18/using-jaxb2-with-jdeveloper-10g/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:19:51 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[Binding Frameworks]]></category>
		<category><![CDATA[Embedded OC4J]]></category>
		<category><![CDATA[JAXB2]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[Jdeveloper 10.1.3.3]]></category>

		<guid isPermaLink="false">http://waranaeh.wordpress.com/?p=31</guid>
		<description><![CDATA[This post describes how to use JAXB 2 on JDeveloper 10.1.3.3, by using I mean compiling the program and testing it on the embedded OC4J if you want. The problem is that the embedded OC4J has a default implementation of &#8230; <a href="http://eslamfoad.wordpress.com/2010/02/18/using-jaxb2-with-jdeveloper-10g/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=31&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post describes how to use JAXB 2 on JDeveloper 10.1.3.3, by using I mean compiling the program and testing it on the embedded OC4J if you want.</p>
<p>The problem is that the embedded OC4J has a default implementation of JAXB 1 which varies big time from JAXB2 as the first version didn&#8217;t contain annotations. To use your JAXB2 libraries as a replacement to JAXB1 in OC4j 10 you have to make a shared library and attach it to your application on deployment, for embedded oc4j this process isn&#8217;t easy as it doesn&#8217;t have an interface to do this so you would have to manually edit some XML files to do this and some of those files may be overridden if the application is deployed automatically  that&#8217;s when you click run on a servlet, ejb , &#8230;etc. this <a href="http://buttso.blogspot.com/2007/09/using-jaxb-20-with-oc4j-1013x.html">link</a> (http://buttso.blogspot.com/2007/09/using-jaxb-20-with-oc4j-1013x.html) shows how to add a shared library to your application in embedded oc4j (at the comments section).</p>
<p>JDeveloper comes with it&#8217;s own JDK  and the embedded OC4J uses this JDK, according to the application server specification the classes under java.* or javax.* will be looked up in the JDK (or JRE) first, if not found the application server will start looking up in the lib folder of your WEB-INF or in a shared library as OC4J. The JAXB2 implementation classes have the package of javax.* so simply if you want your embedded OC4J to use the JAXB2 implementation instead on JAXB1, put the jars of JAXB2 in the JRE of the JDeveloper you are using, this will be found under the directory:</p>
<p>&lt;YOUR_PATH&gt;\jdevstudio10133\jdk\jre\lib\ext</p>
<p>This solution is better in my opinion than adding a shared library to your embedded oc4j because why would I care to keep the implementation of JAXB1 &#8211; by adding a shared library I&#8217;m just overriding this implementation for this application &#8211; if I&#8217;m sure that I won&#8217;t be using it any more and If I have a new application that needs JAXB2 I would have to repeat the same steps for it.</p>
<p>Feel free to drop in a comment or e-mail me for any questions/ feedback.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=31&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2010/02/18/using-jaxb2-with-jdeveloper-10g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>How did Programming Languages get their names</title>
		<link>http://eslamfoad.wordpress.com/2009/10/05/how-did-programming-languages-get-their-names/</link>
		<comments>http://eslamfoad.wordpress.com/2009/10/05/how-did-programming-languages-get-their-names/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 18:52:34 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[java c .net python oracle naming]]></category>

		<guid isPermaLink="false">http://waranaeh.wordpress.com/?p=19</guid>
		<description><![CDATA[Yesterday I was watching “Al 3elm wal Eman” show of Dr. Mustafa Mahmoud, it is a very interesting show I remember when I was young and it used to be shown on Channel 2 I liked the episodes of the &#8230; <a href="http://eslamfoad.wordpress.com/2009/10/05/how-did-programming-languages-get-their-names/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=19&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was watching “Al 3elm wal Eman” show of Dr. Mustafa Mahmoud, it is a very interesting show I remember when I was young and it used to be shown on Channel 2 I liked the episodes of the insects so much, I hope that Dr. Mustafa Mahmoud gets well from his illness soon.</p>
<p>The episode was about the snakes their living, habits, species ,… He mentioned that one of the types is called Python, the python programming language popped out at my mind at that moment and I thought that this is why Python got its name, later it turned out to be a wrong assumption,  and I decided to do a little research on how did the programming languages got their names and that’s what I reached, please If anyone knows extra info about those names or info about others share it with the public <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Java</strong></p>
<p>When SUN engineers first invented Java it was called “OAK” ( a tree), but the lawyers informed them that this name was taken to a company called OAK Technologies, so the held a long meeting ( some say it was about two meetings) to brainstorm for a new name, three major candidate names were Java, Silk and WebRunner, no one can say who exactly came out with the Java name.</p>
<p>References:</p>
<p><a href="http://www.javaworld.com/javaworld/jw-10-1996/jw-10-javaname.html" target="_blank">http://www.javaworld.com/javaworld/jw-10-1996/jw-10-javaname.html</a></p>
<p><strong>C</strong></p>
<p>C was called C as a lot of its features came from a predecessor language called B so the engineers at Bell Labs wanted to stick to the sequence (I read a post that says there was a language called A predecessor to B language)</p>
<p>References:</p>
<p><a href="http://www.blurtit.com/q610744.html" target="_blank">http://www.blurtit.com/q610744.html</a><br />
<a href="http://en.wikipedia.org/wiki/C_(programming_language)" target="_blank"> http://en.wikipedia.org/wiki/C_(programming_language)</a></p>
<p><strong>.Net</strong></p>
<p>The name .Net is somehow a conventional name, it seems that Microsoft wanted to beat SUN in the field of programming to the web and networks after SUN released the Java (about 1995) and the big market share it got, so Microsoft decided to beat sun in this by releasing .Net (about 2002).</p>
<p>I read a very nice 2alsha about this ‘Microsoft choose .Net as .Com was already registered <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ”</p>
<p>References:</p>
<p><a href="http://stackoverflow.com/questions/628145/why-was-net-called-net" target="_blank">http://stackoverflow.com/questions/628145/why-was-net-called-net</a></p>
<p><a href="http://en.wikipedia.org/wiki/.NET_Framework#Versions" target="_blank">http://en.wikipedia.org/wiki/.NET_Framework#Versions</a></p>
<p><strong>Python</strong></p>
<p>When the inventor of Python was developing it he needed some name to be short and unique for his new language, he was a fan of a British TV show called “Monty Python&#8217;s Flying Circus” so he picked Python as a name.</p>
<p>References:</p>
<p><a href="http://www.python.org/doc/faq/general/#why-is-it-called-python" target="_blank">http://www.python.org/doc/faq/general/#why-is-it-called-python</a></p>
<p><strong>Oracle </strong>( I know that this conflicts with the post title but as it seems that eventually all the technologies we&#8217;ll work with will be Oracle&#8217;s (Hope not) I decided to mention it)</p>
<p>The name <em>Oracle</em> comes from the code-name of a CIA-funded project Ellison(Oracle co-founder)  had worked on while previously employed by Ampex, I also read that oracle inn ancient greek or something meant the man that has the information and gives it whenever consulted</p>
<p>References:</p>
<p><a href="http://w3schools.invisionzone.com/index.php?showtopic=18715" target="_blank">http://w3schools.invisionzone.com/index.php?showtopic=18715</a></p>
<p><a href="http://www.oracle.com/timeline/index.html" target="_blank">http://www.oracle.com/timeline/index.html</a></p>
<p><a href="http://en.wikipedia.org/wiki/Oracle_Database" target="_blank">http://en.wikipedia.org/wiki/Oracle_Database</a></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:1199px;width:1px;height:1px;">http://www.python.org/doc/faq/general/#why-is-it-called-python</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=19&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2009/10/05/how-did-programming-languages-get-their-names/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Access Manager</title>
		<link>http://eslamfoad.wordpress.com/2009/09/30/oracle-access-manager/</link>
		<comments>http://eslamfoad.wordpress.com/2009/09/30/oracle-access-manager/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 08:44:36 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Oracle Access Manager]]></category>

		<guid isPermaLink="false">http://waranaeh.wordpress.com/?p=15</guid>
		<description><![CDATA[I have been working with Oracle Access Manager for 6 months now and I learned a lot in it using the hardest way you can imagine, so I decided to share the information I got with others in order not &#8230; <a href="http://eslamfoad.wordpress.com/2009/09/30/oracle-access-manager/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=15&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been working with Oracle Access Manager for 6 months now and I learned a lot in it using the hardest way you can imagine, so I decided to share the information I got with others in order not to repeat the same mistakes I did.</p>
<p>I will start &#8211; inshaallah &#8211; a series of posts explaining how to install, configure and use Oracle Access Manager till then I will be glad to answer any questions (If I knew the answer <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) just leave a comment with your question and I will reply.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=15&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2009/09/30/oracle-access-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
		<item>
		<title>SOA Installation</title>
		<link>http://eslamfoad.wordpress.com/2009/03/30/soa-installation/</link>
		<comments>http://eslamfoad.wordpress.com/2009/03/30/soa-installation/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 22:41:03 +0000</pubDate>
		<dc:creator>Eslam Foad</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Application Server]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[SOA suite]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://waranaeh.wordpress.com/?p=10</guid>
		<description><![CDATA[I was trying to install Oracle application server 10.1.3.1 (SOA suite) and I got the following error: Checking swap space: 0 MB found (actual) 512 MB required when i press (n) the installer exits. After finally having some time at &#8230; <a href="http://eslamfoad.wordpress.com/2009/03/30/soa-installation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=10&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to install Oracle application server 10.1.3.1 (SOA suite) and I got the following error:</p>
<p><strong>Checking swap space: 0 MB found (actual) 512 MB required</strong></p>
<p>when i press (n) the installer exits.</p>
<p>After finally having some time at work to investigate that error, I found the following:</p>
<p>1. Swap space is the space used by the operating system to move pages from memory to, this space is on the hard drive and it&#8217;s like an extension for the RAM.</p>
<p>2.For windows XP the recommended setting is to let the windows manage the size of that space</p>
<p>3.When this option is selected Windows XP grows and shrinks the space according to the needs for an extended memory to the RAM</p>
<p>4.When the Oracle Installer starts it checks for the available swap space and unfortunately the machine at this time isn&#8217;t loaded with much programs so no swap space is used (that&#8217;s the 0 mb found)</p>
<p>To fix this problem set the swap size manually on windows by</p>
<p>1. Control Panel &#8211;&gt; System &#8211;&gt; Advanced &#8211;&gt; Settings (under performance)  &#8211;&gt; Advanced &#8211;&gt; Change</p>
<p>2. set an initial size (2 mb) for example and a maximum one (1024 mb) for example, be sure that you have free space on your disk for the maximum size</p>
<p>3. press Set button and restart your machine</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eslamfoad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eslamfoad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eslamfoad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eslamfoad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eslamfoad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eslamfoad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eslamfoad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eslamfoad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eslamfoad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eslamfoad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eslamfoad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eslamfoad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eslamfoad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eslamfoad.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eslamfoad.wordpress.com&amp;blog=13473363&amp;post=10&amp;subd=eslamfoad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eslamfoad.wordpress.com/2009/03/30/soa-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/867f72b560a1d525767b48f15e7c9506?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigsolom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
