<?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"
	>

<channel>
	<title>Die Hard Techie's Online Tech Guide</title>
	<atom:link href="http://guide.diehardtechie.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://guide.diehardtechie.com</link>
	<description>Tech Articles, Tech Guides, Tips &#38; Tricks, Hacks, How To's and More...</description>
	<pubDate>Wed, 21 May 2008 19:32:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Host A Web Server On Your Home PC</title>
		<link>http://guide.diehardtechie.com/web-hosting/host-a-web-server-on-your-home-pc/</link>
		<comments>http://guide.diehardtechie.com/web-hosting/host-a-web-server-on-your-home-pc/#comments</comments>
		<pubDate>Wed, 21 May 2008 19:31:21 +0000</pubDate>
		<dc:creator>Die Hard Techie</dc:creator>
		
		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Server]]></category>

		<category><![CDATA[dynamic dns]]></category>

		<category><![CDATA[hosting]]></category>

		<category><![CDATA[ip]]></category>

		<category><![CDATA[port forward]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://guide.diehardtechie.com/?p=10</guid>
		<description><![CDATA[Many of us have at some point toyed with the idea of hosting a Web site. But be it the prohibitive Web hosting costs of days long gone by, or how complex we’ve imagined it to be, or just plain laziness, few of us have actually7 gotten down to doing it! The fact is, it [...]]]></description>
			<content:encoded><![CDATA[<p>Many of us have at some point toyed with the idea of hosting a Web site. But be it the prohibitive Web hosting costs of days long gone by, or how complex we’ve imagined it to be, or just plain laziness, few of us have actually7 gotten down to doing it! The fact is, it can be done for free, and it’s just about as difficult as maintaining a blog. Here’s a workshop on how to go about it.</p>
<p><strong>Download and Run The Software</strong></p>
<p>Head to <a href="http://www.rejetto.com/hfs/?f=di">www.rejetto.com/hfs/?f=di</a> and download Http File Server (HFS). Its is free and open source, and is a standalone executable that requires no installation.</p>
<p>On XP with SP2, when you run HFS, you will be asked about whether or not to allow hfs.exe to connect to the Internet. Unblock HFS. Likewise, if you have a third-party firewall installed, configure it appropriately.<span id="more-10"></span></p>
<p><strong>Configure the Port</strong><img class="alignright" style="display: block; float: right;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/62/KN-Servers2.JPG/202px-KN-Servers2.JPG" alt="Amsterdam servercluster in its own rack" /></p>
<p>By default, HFS uses port 80. If your firewall is blocking port 80, set HFS to use some other port (such as 8080 or 8245 and so on). To change the port number, turn HFS off by clicking on the green “On” button at the upper left corner. Change the port and turn HFS back on.</p>
<p>Also, if you are behind a router or firewall, you may, in some rare cases, need to set up port forwarding. The best way to go about this is to go to <a href="http://portforward.com">www.portforward.com</a>. There, choose your router type, then choose the program you want to set up port forwarding for, which in our case is HFS. In such a scenario, you cannot proceed unless you know which router you are using.</p>
<p><strong>Test HFS</strong></p>
<p>To test whether your settings work, click the Menu in HFS and choose “Self Test”. If the test completes successfully, your settings are correct. You should now be able to point your Web browser to your IP address and see HFS’ default Web page.</p>
<p><strong>Register A Domain</strong></p>
<p>For setting up a Web site, you need to first assign it a domain name. For this, you need a DNS service running on your computer. You need to get one from a site that offers such a service. There are quite a few sites that offer such services, and we’ve chosen No-IP. This site offers a variety of free sub-domain names that you can register for your Web site.</p>
<p>Go to www.no-ip.com.newUser.php to create a No-IP account. Log on to the site with the account you created, and click on the Services button. Click on “Hosts/ Redirects” on the left and then on Add. In the page that opens, enter a hostname of your choice and select from amongst the free domains available. Then choose the host type; “DVS Host” (Option A) is usually the best option.</p>
<p>Your ISP might be blocking inbound port 80; to get around this, choose “port 80 Redirect”. When you use this and run your Web server on an alternative port, users will not need to type a port number in the URL.</p>
<p>Click on “Create Host”. Your domain will be available within five minutes of registration. You can use and give out this domain name instead of your IP address.</p>
<p>If you would like to use a domain name of your own, No-IP offers a custom DNS service for a yearly fee.</p>
<p><strong>Install the Dynamic DNS Update Client</strong></p>
<p>Skip this step if you have a static IP. If you don’t, you will need a client software to take care of your changing IP address. Go to <a href="www.no-ip.com/downloads.php?page=win">www.no-ip.com/downloads.php?page=win</a> to download the No-IP.com Dynamic DNS Update client software. Install it and provide your login details. This program will sit in the system tray and automatically update your No-IP account when your external IP address changes.</p>
<p><strong>Launch your Web Site</strong></p>
<p>You can now decide what page will appear when someone types in the name of your Web sit. To change the default page, open HFS and click on “You are I n Easy mode” to turn on Expert mode. Right-click on the little “house” icon in the Virtual File System (VFS) and click on “Bind root to real-folder”. When prompted, point to the folder that contains the file you wish to display by default on your site. Click on “Default file mask…” and type in the name of the file you’ve chosen for this file, such as “index.html”. These files will be available for download from the opening page.</p>
<p>To make HFS start with Windows, choose Start/Exit &gt; Run HFS when Windows starts. Also make sure to checkmark “Reload on startup VFS files previously open”. You’re done!</p>
<p>The method of Web hosting we’ve described is good enough if you wish to share files with friends or to create content for a few people to view. It is not recommended for high-traffic situations, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://guide.diehardtechie.com/web-hosting/host-a-web-server-on-your-home-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ways To Keep Your Computer Cool&#8230;.</title>
		<link>http://guide.diehardtechie.com/hardware-tips/ways-to-keep-your-computer-cool/</link>
		<comments>http://guide.diehardtechie.com/hardware-tips/ways-to-keep-your-computer-cool/#comments</comments>
		<pubDate>Tue, 13 May 2008 21:56:04 +0000</pubDate>
		<dc:creator>Die Hard Techie</dc:creator>
		
		<category><![CDATA[Hardware Tips]]></category>

		<category><![CDATA[cool]]></category>

		<category><![CDATA[reduce heat]]></category>

		<guid isPermaLink="false">http://guide.diehardtechie.com/?p=6</guid>
		<description><![CDATA[
It&#8217;s critical to keep your personal computer cool, particularly as you add newer and potentially hotter upgrades. Overheating can not only crash your system, but permanently damage your CPU and other components.
The solution, aside from your CPU heat sink, is fans, fans, fans. Properly installed, they pull cooler, outside air into your computer and exhaust [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-8" title="Keep Your Computer Cool" src="http://guide.diehardtechie.com/wp-content/uploads/2008/05/cool-your-system-300x236.gif" alt="Keep Your System Cool" width="300" height="236" /></p>
<p>It&#8217;s critical to keep your personal computer cool, particularly as you add newer and potentially hotter upgrades. Overheating can not only crash your system, but permanently damage your CPU and other components.</p>
<p>The solution, aside from your CPU heat sink, is fans, fans, fans. Properly installed, they pull cooler, outside air into your computer and exhaust hot air from near the top of the case.<span id="more-6"></span></p>
<p>To figure out how toasty your PC is, Robert Bruce Thompson, author of building the Perfect PC (O&#8217;Reilly), recommends starting by measuring ambient room temperature with an ordinary thermometer. Then measure the temperature of air that&#8217;s being pushed out by the system fan at the back of the case (not the power supply fan). If the exhaust air is at least 5 degrees hotter than the ambient temperature, its time to take action.</p>
<p><strong>1) BLOW THE DUST AWAY. </strong>Accumulated fuzz seriously hampers your heat sinks and fans. Use a can of compressed air, a computer brush vacuum attachment, or a small rubber bulb blower to get the gunk out. You can also use a small vacuum cleaner.</p>
<p><strong>2) BUNDLE YOUR CABLES</strong> with tie-wraps to make sure that they don&#8217;t block the flow of air.</p>
<p><strong>3) IF YOUR PC</strong> is still too hot add more fans. Grab the largest, with the highest RPM, that fits in your case. Quiet fans are spec&#8217;d at 30 decibles or lower.</p>
<p><strong>4) FOR DRIVES THAT</strong> run extra hot, you can look at special hard disk drive coolers.</p>
]]></content:encoded>
			<wfw:commentRss>http://guide.diehardtechie.com/hardware-tips/ways-to-keep-your-computer-cool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wireless Networking In Your Home</title>
		<link>http://guide.diehardtechie.com/networking/wireless-networking-in-your-home/</link>
		<comments>http://guide.diehardtechie.com/networking/wireless-networking-in-your-home/#comments</comments>
		<pubDate>Tue, 13 May 2008 10:34:41 +0000</pubDate>
		<dc:creator>Die Hard Techie</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[home]]></category>

		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://guide.diehardtechie.com/?p=3</guid>
		<description><![CDATA[&#8220;Get all the components from the same vendor. And ensure all products follow the same wireless communications and security standards&#8221;

As you buy, and install electronic devices in your house, you will wonder why they don&#8217;t work together and exchange data. A system of interconnected devices opens up many possibilities. Attempt the integration on your own [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>&#8220;Get all the components from the same vendor. And ensure all products follow the same wireless communications and security standards&#8221;</strong></p></blockquote>
<p><a rel="attachment wp-att-4" href="http://guide.diehardtechie.com/networking/wireless-networking-in-your-home/attachment/wireless-network-home/"><img class="alignnone size-medium wp-image-4" style="float: left;" title="Wireless Home Networking" src="http://guide.diehardtechie.com/wp-content/uploads/2008/05/wireless-network-home-300x247.png" alt="Wireless Networking In Home" width="300" height="247" /></a></p>
<p>As you buy, and install electronic devices in your house, you will wonder why they don&#8217;t work together and exchange data. A system of interconnected devices opens up many possibilities. Attempt the integration on your own and you&#8217;d have to deal with interoperability issues, differing standards, communication protocols, and a plethora of cables. But all that is an old story, now that wireless connectivity solutions are becoming affordable. Wireless is not just limited to offices and cyber cafes. You can have it in your home too !</p>
<p>Our advice to all those who want to build a connected home is &#8220;Get all the components from the same vendor. And ensure all products follow the same wireless communications and security standards&#8221;. Here&#8217;s a shopping list for building the connected home.<br />
<strong>MUSIC STREAMING DEVICE :</strong> Your music is stored on the computer, but you ant to listen it on the hi-fi system in the living room. A music bridge or streaming device makes the connection. The wireless music bridge sits near the hi-fi system and the connections are done using standard RCA or Coax/Optical Digital connectors. For better streaming performance, opt for the new Wireless - G standard.<br />
<em></em></p>
<p><em>Products :</em> Linksys Music Bridge, Apple Airport Express, Roku Sound Bridge, Squeezebox.<br />
<span id="more-3"></span><br />
<strong>WIRELESS CARDS :</strong> If your music&#8217;s on a desktop or notebook that isn&#8217;t wirelessly enabled, then consider installing a wireless card. A faster route to wireless here is a USB Wireless Adapter (dongle). Install the drivers and you&#8217;re in business.</p>
<p><em>Products :</em> Netgear WG111</p>
<p><strong>WIRELESS ROUTER :</strong> This is the hub of the wireless network that ties all the components together and lets them communicate wirelessly. The router is connected to an Ethernet equipped device such as PC, Game Console, etc.. and to a broadband (ADSL) router for the Internet access. Two important things to check here are, what are the wireless standards supported (802.11a, 802.11b, 802.11n, 802.11g) ? Is the security standard the older WEP or the stronger WPA/WPA2 ?</p>
<p><em>Products :</em> Linksys, D-Link, Buffalo, Netgear, etc..</p>
<p><strong>PRINT SERVER :</strong> This device is optional. It manages print jobs between one or more printers. Printing requests can be received from any device on the wireless network. It&#8217;s imperative that the existing printers in your home/office supports the wireless standards of the print server device. Wired PCs can also be connected to it. Convenient if you have computers in different rooms.</p>
<p><em>Products :</em> Linksys Wireless - G Print Server, Belkin.</p>
<p><strong>IP CAMERAS :</strong> An optional device used for home surveillance. Wireless IP cameras can be installed anywhere in the home or garden (within range). Most effective when coupled with a triger such as motion detection sensor. Video streams from multiple cameras can be recorded on a PC. Since the camera&#8217;s have an IP address, video streams can be viewed on a Web Browser, anywhere in the world !</p>
<p><em>Products :</em> Linksys, D-Link etc..</p>
<p><strong>RELAYS :</strong> Want to control the lights and curtains and other such accessories in your house through the PC ? These are electrical devices so you will need special interface called relays and PLC bus modules. Of course, it takes an engineering feat to do all the wiring.</p>
]]></content:encoded>
			<wfw:commentRss>http://guide.diehardtechie.com/networking/wireless-networking-in-your-home/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
