<?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>Ehsanul Haque &#187; machine</title>
	<atom:link href="http://ehsan.bdwebwork.com/tag/machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://ehsan.bdwebwork.com</link>
	<description>Welcome to my personal site &#38; blog</description>
	<lastBuildDate>Wed, 07 Jul 2010 13:14:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setup sub-domain on the localhost</title>
		<link>http://ehsan.bdwebwork.com/2008/05/15/setup-sub-domain-on-the-localhost/</link>
		<comments>http://ehsan.bdwebwork.com/2008/05/15/setup-sub-domain-on-the-localhost/#comments</comments>
		<pubDate>Thu, 15 May 2008 16:08:35 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Interest]]></category>
		<category><![CDATA[Playground]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[acme]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ehsan.bdwebwork.com/?p=73</guid>
		<description><![CDATA[When I work on my local machine on a website, I usually setup the virtual host on a sub-domain setup on the localhost. I feel comfortable using a sub-domain rather than setting up an Alias. I&#8217;ve seen many people know &#8230; <a href="http://ehsan.bdwebwork.com/2008/05/15/setup-sub-domain-on-the-localhost/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I work on my local machine on a website, I usually setup the virtual host on a sub-domain setup on the localhost. I feel comfortable using a sub-domain rather than setting up an Alias. I&#8217;ve seen many people know about it, but there are many who don&#8217;t, and this is for them.</p>
<p>So what do you have to do to setup a sub-domain on the localhost? It is not a rocket science but one must know where to do it, especially on a Windows box.</p>
<p>On Windows OS browse to {Drive on which your Windows OS is installed}:/{WINDOWS/WINNT}/system32/drivers/etc/. Open &#8220;hosts&#8221; file into a text editor, and you will see something similar to this:</p>
<pre name="code" class="php">
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost</pre>
<p>The last line represents the hop any request to http://localhost/ will go through. The IP 127.0.0.1 is used (usually) for you localhost, and going to http://localhost/ will access the files under the root of directory setup for it. Now if you want to setup a sub-domain called &#8220;myself&#8221;, i.e. http://myself.localhost/, then you add the following line at the end of the file.</p>
<pre name="code" class="php">127.0.0.1       myself.localhost</pre>
<p>On a Linux box, &#8220;hosts&#8221; file is located under /etc/. You will require &#8220;root&#8221; access to edit this file or the user access who has priviledge to edit this file. Similar to Windows system, add the following line into the file:</p>
<pre name="code" class="php">127.0.0.1       myself.localhost</pre>
<p>You don&#8217;t have to restart your web server for this change to take effect. But you will have to setup the virtual host to point to this sub-domain, which will require you to restart the web server.</p>
<p><span style="color: #993300;"><strong>Thank You.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://ehsan.bdwebwork.com/2008/05/15/setup-sub-domain-on-the-localhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My very own Mac Book Pro</title>
		<link>http://ehsan.bdwebwork.com/2008/03/10/my-very-own-mac-book-pro/</link>
		<comments>http://ehsan.bdwebwork.com/2008/03/10/my-very-own-mac-book-pro/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 04:30:01 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Personal News]]></category>
		<category><![CDATA[dream]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[M GT]]></category>
		<category><![CDATA[Mac Book]]></category>
		<category><![CDATA[MAC OS]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Optical]]></category>
		<category><![CDATA[Play Station]]></category>
		<category><![CDATA[Preloaded]]></category>
		<category><![CDATA[Processor]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Screen]]></category>
		<category><![CDATA[Speakers Built-]]></category>
		<category><![CDATA[step]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[toy]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[X SuperDrive]]></category>
		<category><![CDATA[X V]]></category>

		<guid isPermaLink="false">http://ehsan.bdwebwork.com/?p=69</guid>
		<description><![CDATA[Oh well, finally, I&#8217;m back blogging after a long time. Here I&#8217;m with a really great news to share with you all. I&#8217;ve finally got my dream machine&#8230;.my very own Mac Book Pro. Before I show you all the photos, &#8230; <a href="http://ehsan.bdwebwork.com/2008/03/10/my-very-own-mac-book-pro/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Oh well, finally, I&#8217;m back blogging after a long time. Here I&#8217;m with a really great news to share with you all. I&#8217;ve finally got my dream machine&#8230;.my very own Mac Book Pro. Before I show you all the photos, here is the quick look at the specification.</p>
<table id="Table16" border="0" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Processor Type</td>
<td class="sevenpoint" width="50%">Intel Core 2 Duo</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Screen Size</td>
<td class="sevenpoint" width="50%">15.4 in</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">RAM (Preloaded / Maximum)</td>
<td class="sevenpoint" width="50%">2GB DDR2 SDRAM</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Hard Drive</td>
<td class="sevenpoint" width="50%">120GB SATA (5400RPM)</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Optical Drives</td>
<td class="sevenpoint" width="50%">8X SuperDrive</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Graphics</td>
<td class="sevenpoint" width="50%">128MB NVIDIA GeForce 8600M GT</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Product Weight</td>
<td class="sevenpoint" width="50%">2.45 kg</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Audio Type</td>
<td class="sevenpoint" width="50%">Combined Optical Digital Input/Output</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Battery Type</td>
<td class="sevenpoint" width="50%">Lithium-Polymer</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Cache</td>
<td class="sevenpoint" width="50%">4MB L2</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Network Card</td>
<td class="sevenpoint" width="50%">Built-In 10/100/100BASE-T</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Pointing Device</td>
<td class="sevenpoint" width="50%">Solid-State Scrolling Trackpad</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Preloaded Operating System</td>
<td class="sevenpoint" width="50%">MAC OS X V10.4</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Processor Speed</td>
<td class="sevenpoint" width="50%">2.2GHz</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Product Dimensions</td>
<td class="sevenpoint" width="50%">35.7(W) x 2.5(H) x 24.3(D) cm</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">Screen Type</td>
<td class="sevenpoint" width="50%">TFT</td>
</tr>
<tr bgcolor="#ffffff">
<td class="sevenpoint" width="50%">Speakers</td>
<td class="sevenpoint" width="50%">Built-In Stereo</td>
</tr>
<tr bgcolor="#eeeeee">
<td class="sevenpoint" width="50%">System Bus</td>
<td class="sevenpoint" width="50%">800MHz</td>
</tr>
</tbody>
</table>
<p>Now let us take a look at the photos&#8230;</p>
<p><img src="http://ehsan.bdwebwork.com/images/blog/front.jpg" border="0" alt="" width="350" /></p>
<p><img src="http://ehsan.bdwebwork.com/images/blog/corner.jpg" border="0" alt="" width="350" /></p>
<p><img src="http://ehsan.bdwebwork.com/images/blog/top.jpg" border="0" alt="" width="350" /></p>
<p><img src="http://ehsan.bdwebwork.com/images/blog/illumination.jpg" border="0" alt="" width="350" height="375" /></p>
<p>Backlit keyboard with ambient light sensor for automatic adjustment of keyboard illumination and screen brightness.</p>
<p>So here it is. There are lot more to it that I don&#8217;t know, but I will figure out step by step. Loving the unix based OS and finally glad that I am (personally) off the Window$ world.</p>
<p>I would like to thank my wife, Tithi, that she was really supportive in my decision to buy this expensive toy. Well this is the second expensive toy that I&#8217;ve bought in last few months; first was my Play Station 3.</p>
<p>I will try to post my experience with the Mac Book Pro as I keep using it. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://ehsan.bdwebwork.com/2008/03/10/my-very-own-mac-book-pro/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
