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

<channel>
	<title>Moushigo</title>
	<atom:link href="https://www.moushigo.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.moushigo.com</link>
	<description>I coded it meticulously that it crashed.</description>
	<lastBuildDate>Sat, 12 Sep 2020 04:55:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">3327208</site>	<item>
		<title>Clear .TXT Files with a Windows Batch Command</title>
		<link>https://www.moushigo.com/2017/07/28/clear-txt-files-with-a-windows-batch-command/</link>
					<comments>https://www.moushigo.com/2017/07/28/clear-txt-files-with-a-windows-batch-command/#respond</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Fri, 28 Jul 2017 20:05:52 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[txt]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/?p=134</guid>

					<description><![CDATA[Use this batch command or batch script in the command prompt to clear a text file blank in Windows using the command line. The function ERROR_FUNC does not exist and this throws a blank output towards the file in the parameter below. This should work for any kind of output format. SET XML ="%CD%\Pathtofile" SET [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2017/07/psicon2.png"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-251 alignright" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2017/07/psicon2.png?resize=128%2C128" alt="Powershell" width="128" height="128" /></a> Use this batch command or batch script in the command prompt to clear a text file blank in Windows using the command line. The function ERROR_FUNC does not exist and this throws a blank output towards the file in the parameter below. This should work for any kind of output format.</p>
<p><code><strong>SET XML ="%CD%\Pathtofile"</strong><br />
<strong>SET @ERROR_FUNC. &gt; "%XML%"</strong></code></p>
<p>The code is best used for clearing log files without the need for VBScript or CScript. Here&#8217;s sample code below clearing an XML log file:</p>
<p><code>@ECHO OFF</code><br />
 <code>SET XML=%CD%\Project\Contents\Main\components.vxml</code><br />
 <code>@ECHO Clearing %XML%\</code><br />
 <code>CRASH_TEST &gt; "%XML%"</code></p>
<p> <code>@ECHO Writing file %XML%</code><br />
 <code>(</code><br />
 <code>    @ECHO ^&lt;?xml version=^"1.0^" encoding=^"utf-16^"?^&gt;</code><br />
 <code>    @ECHO ^&lt;components xmlns:xsi=^"http://www.w3.org/2001/XMLSchema-instance^" xmlns:xsd=^"http://www.w3.org/2001/XMLSchema^"^&gt;</code><code></code><br />
 <code>    @ECHO ^&lt;/components^&gt;</code><br />
 <code>) &gt;&gt;"%XML%"</code></p>
<p> <code>@ECHO Done</code><br />
 <code>PAUSE</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2017/07/28/clear-txt-files-with-a-windows-batch-command/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">134</post-id>	</item>
		<item>
		<title>Trivial SMTP ASP.NET Winsock Connectivity Issues</title>
		<link>https://www.moushigo.com/2012/02/22/trivial-smtp-asp-net-winsock-connectivity-issues/</link>
					<comments>https://www.moushigo.com/2012/02/22/trivial-smtp-asp-net-winsock-connectivity-issues/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 04:27:32 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[6]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[DBMail]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Issue]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[SP2]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Standard]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Winsock]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/?p=106</guid>

					<description><![CDATA[Lately I have been experiencing issues with running SMTP on ASP.NET 1.1 on a Windows Server specifically the Standard edition. It was a trivial issue and very difficult to trace. The problem would appear in just a day and sometimes will disappear for weeks. The issue has been attributed to a Winsock crash (ASP.NET informs [&#8230;]]]></description>
										<content:encoded><![CDATA[<p align='justify'><img data-recalc-dims="1" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2017/07/g8GhB5I.png?w=860" alt='ASP.NET C#'  style='float:left;width:20%;height:auto;' />Lately I have been experiencing issues with running SMTP on ASP.NET 1.1 on a Windows Server specifically the Standard edition. It was a trivial issue and very difficult to trace. The problem would appear in just a day and sometimes will disappear for weeks. The issue has been attributed to a Winsock crash (ASP.NET informs this through the error page). I have not found I have not found any blogs that tackle this issue so I hope this post will help others.</p>
<p>This issues are posted by me in StackOverflow and ServerFault :</p>
<p><a href="http://stackoverflow.com/questions/9072489/smtp-asp-net-winsock-connectivity" title="http://stackoverflow.com/questions/9072489/smtp-asp-net-winsock-connectivity" target="_blank"></a></p>
<p><a href="http://serverfault.com/questions/353212/trivial-issue-with-asp-net-1-1-and-smtp" title="http://serverfault.com/questions/353212/trivial-issue-with-asp-net-1-1-and-smtp" target="_blank"></a></p>
<p>The server specifications are below and my notes on the issue:</p>
<p>    <strong>Windows Server Standard on SP2</strong><br />
    <strong>IIS 7 with ASP.NET 1.1</strong><br />
    <strong>IIS 6 for SMTP</strong></p>
<p>The server hosts many websites running ASP.NET 1.1. These websites use the built in SMTP server on IIS6.</p>
<p>The SMTP works fine for a while but after a few weeks or months, It will stop sending emails. I tried sending one via Telnet it seems fine so the SMTP server is not the issue.</p>
<p>I tried restarting the Application Pools but it had not effect whatsoever. I also tried restarting IIS 7.0 and IIS 6.0 it still will not send messages.</p>
<p>The only temporary way we found to fix this was to restart the server.</p>
<p>Is there an ASP.NET cache that we can clear or is causing this issue?</p>
<p><strong>UPDATE:</strong></p>
<p>Got the fix!</p>
<p>It was a hunch but I restarted the Print Spooler and DNS Client services in the server and now emails are sent successfully.</p>
<p>But I still do now know why this happens for ASP.NET 1.1 projects.</p>
<p><strong>UPDATE 2:</strong></p>
<p>Issue appeared again today! I got lucky I thought I had to wait weeks to test it again.</p>
<p>I started by restarting the DNS Client service. No effect still cannot send emails. I then restarted the Print Spooler service and to my surprise it was the culprit! ?????????</p>
<p>How is this even, what, why? huh?</p>
<p>I disabled the Print Spooler permanently. Email still works. I do not think we print anything or if the Print Spooler does any other tasks other than printing.</p>
<p>If it does do anything please comment below.</p>
<p><strong>UPDATE 3:</strong></p>
<p>The fix was temporary. I found out today that WINSOCK refused connections from ASP.NET but accepted connections via telnet mail.</p>
<p>Still trying to find out why this is happening.</p>
<p><strong>UPDATE 4:</strong></p>
<p>Well finally made a reboot with the WINSOCK corruption fixes applied. Hope this holds forever and the bug does not reappear.</p>
<p><strong>FINAL UPDATE:</strong></p>
<p>After a few weeks of debugging and fix finding the only workaround for this would be to either reboot the server regularly, move to System.Net.Mail instead of System.Web.Mail or use Microsoft SQL Server DBMail.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2012/02/22/trivial-smtp-asp-net-winsock-connectivity-issues/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">106</post-id>	</item>
		<item>
		<title>Upgraded to WordPress 3.3.1</title>
		<link>https://www.moushigo.com/2012/02/19/upgraded-to-wordpress-3-3-1/</link>
					<comments>https://www.moushigo.com/2012/02/19/upgraded-to-wordpress-3-3-1/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Sun, 19 Feb 2012 10:05:45 +0000</pubDate>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[3.1.1]]></category>
		<category><![CDATA[blocker]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[pagelines]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/?p=86</guid>

					<description><![CDATA[Finally upgraded to WordPress 3 and using a new theme from Pagelines. Did the upgrade because of multiple spam emails and comments being received over the past two weeks. Also included in the update is a better spam filter and blocker.]]></description>
										<content:encoded><![CDATA[<p align='justify'>Finally upgraded to WordPress 3 and using a new theme from Pagelines. Did the upgrade because of multiple spam emails and comments being received over the past two weeks. Also included in the update is a better spam filter and blocker.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2012/02/19/upgraded-to-wordpress-3-3-1/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">86</post-id>	</item>
		<item>
		<title>Workaround Fix For NSData Crash or Exception During Release in Objective-C</title>
		<link>https://www.moushigo.com/2010/04/02/workaround-fix-for-nsdata-crash-or-exception-during-release-in-objective-c/</link>
					<comments>https://www.moushigo.com/2010/04/02/workaround-fix-for-nsdata-crash-or-exception-during-release-in-objective-c/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Fri, 02 Apr 2010 14:19:06 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[NSData]]></category>
		<category><![CDATA[NSURLConnection]]></category>
		<category><![CDATA[Objective]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Workaround]]></category>
		<category><![CDATA[XCode]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/index.php/2010/04/02/workaround-fix-for-nsdata-crash-or-exception-during-release-in-objective-c/</guid>

					<description><![CDATA[I have been moonlighting as an iPhone Developer recently and I can truly say that you will probably spend more time fixing memory leaks in your code than programming for your App in XCode. I was working on a custom (RSS) feed reader and I was determined to keep the memory footprint to less than [&#8230;]]]></description>
										<content:encoded><![CDATA[<p align='justify'>I have been moonlighting as an iPhone Developer recently and I can truly say that you will probably spend more time fixing memory leaks in your code than programming for your App in XCode. I was working on a custom (RSS) feed reader and I was determined to keep the memory footprint to less than 30kb because it was a very simple App. I got stuck when I tried to release my feed data inside the NSData class in Cocoa. It crashed even though I tried different methods such as declaring NSURLConnection as an object. This object is probably the largest data stored in memory <strong>(can reach about 4MB)</strong> in my App because it contains the feed in XML (and not JSON), so it really needs to be released.</p>
<p>&nbsp;</p>
<p align='justify'><strong>Here&#8217;s how I released the NSData class pointing to a response from NSURLConnection:</strong></p>
<p><code><br />
	NSData *feedData;<br />
	feedData = [[NSData alloc] initWithData:[NSURLConnection sendSynchronousRequest:request returningResponse:nil error:&error]];<br />
	feedData = NULL;<br />
	[feedData release];<br />
</code><br />
&nbsp;</p>
<p align='justify'>You just have to assign NULL to NSData before releasing it. It does work and it minimized my memory use when I checked it in the Leaks Performance Tool in XCode. Even though it works, I am not sure of is why NSData crashes with NSURLConnection explicitly declared as an owned object.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2010/04/02/workaround-fix-for-nsdata-crash-or-exception-during-release-in-objective-c/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65</post-id>	</item>
		<item>
		<title>Improve RAID Performance on Intel Based Motherboards by Storage Driver Update</title>
		<link>https://www.moushigo.com/2010/03/29/improve-raid-performance-on-intel-based-motherboards-by-storage-driver-update/</link>
					<comments>https://www.moushigo.com/2010/03/29/improve-raid-performance-on-intel-based-motherboards-by-storage-driver-update/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Sun, 28 Mar 2010 18:18:50 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[caviar]]></category>
		<category><![CDATA[chipset]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[hdtach]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[rapid]]></category>
		<category><![CDATA[seagate]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[tach]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wd3200aajs]]></category>
		<category><![CDATA[wd3200aaks]]></category>
		<category><![CDATA[western]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/index.php/2010/03/29/improve-raid-performance-on-intel-based-motherboards-by-storage-driver-update/</guid>

					<description><![CDATA[Here&#8217;s a good tip: My 160 GB Seagate hard disk started to fail so I decided to try RAID 0 on my old Intel DG965WH motherboard. I purchased two 320 GB Western Digital Caviar Blue (WD3200AAJS) drives. I mounted the drives on the system and installed Intel Matrix Storage drivers in Windows 7. I ran [&#8230;]]]></description>
										<content:encoded><![CDATA[<p align="justify">Here&#8217;s a good tip: My 160 GB Seagate hard disk started to fail so I decided to try RAID 0 on my old Intel DG965WH motherboard. I purchased two <strong>320 GB Western Digital Caviar Blue (WD3200AAJS)</strong> drives. I mounted the drives on the system and installed <strong>Intel Matrix Storage</strong> drivers in Windows 7. I ran a benchmark on HDTach and was satisfied. I checked for a newer version of this driver but found nothing. After 2 months I learned that the new version of this driver is called <strong>Intel Rapid Storage</strong>. I was not expecting any performance boost at all but when I ran the benchmark again it showed a <strong>28% increase</strong> on sustained rates! Check out the videos below (best viewed in 480p):</p>
</p>
<div align="center"><object width="425" height="252" align="center"><param name="movie" value="https://www.youtube.com/v/ToklC8WhD94&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /></object></div>
<div align="center"><em>This is the HDTach result while using Intel Matrix Storage Technology</em></div>
</p>
<div align="center"><object width="425" height="252" align="center"><param name="movie" value="https://www.youtube.com/v/4rBzfQUHFYU&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /></object></div>
<div align="center"><em>This is the HDTach result while using Intel Rapid Storage Technology, see the huge difference on both sustained and burst rates of the drive</em></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2010/03/29/improve-raid-performance-on-intel-based-motherboards-by-storage-driver-update/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64</post-id>	</item>
		<item>
		<title>How to Spot a Good Motherboard</title>
		<link>https://www.moushigo.com/2009/09/23/how-to-spot-a-good-motherboard/</link>
					<comments>https://www.moushigo.com/2009/09/23/how-to-spot-a-good-motherboard/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:51:57 +0000</pubDate>
				<category><![CDATA[E-Opinions]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[bad]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[dg965wh]]></category>
		<category><![CDATA[enthusiast]]></category>
		<category><![CDATA[excellent]]></category>
		<category><![CDATA[expert]]></category>
		<category><![CDATA[good]]></category>
		<category><![CDATA[high]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[pick]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[spot]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[worst]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/index.php/2009/09/23/how-to-spot-a-good-motherboard/</guid>

					<description><![CDATA[I was recently browsing the web to check the price of my motherboard, when I found something surprising. I purchased my Intel DG965WHMKR motherboard for Php 6,500.00 back in May 2005, and as I was checking the prices I found out that the average price for this motherboard is currently and possibly for the year [&#8230;]]]></description>
										<content:encoded><![CDATA[<p align="justify">I was recently browsing the web to check the price of my motherboard, when I found something surprising. I purchased my Intel DG965WHMKR motherboard for <strong>Php 6,500.00</strong> back in May 2005, and as I was checking the prices I found out that the average price for this motherboard is currently and possibly for the year 2009 would be at <strong>Php 6,100.00</strong> and that price is for outside the Philippines. How much more would that be if the board is to be purchased here it probably would cost at least <strong>Php 8,000.00</strong>. Anyway, here are some tips to picking a good board.</p>
<p>&nbsp;</p>
<div align='center'><img data-recalc-dims="1" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2017/07/DG965WH.jpg?w=860" alt='intel dG965wh motherboard' /></div>
<p align="justify"><strong>Here&#8217;s the first tip:</strong> Good motherboards will always be hard to find. No matter how much publicity you see for a motherboard it is always best to check the net for forums that have user opinions on the boards. Be careful though some companies use SEO tactics and do shameless self promotion with their products. A good tip would be to check the forum poster&#8217;s number of posts, the higher the posts the better.</p>
<p>&nbsp;</p>
<p align="justify"><strong>Second Tip:</strong> If you are a computer enthusiast, a good motherboard for you would be one that is fully customizable. I can&#8217;t give out any suggestions on what motherboard brands to purchase but look for one that has good warranty coverage. This is so that you can relax easy while overclocking or concocting a new super computer that can rival Google&#8217;s servers.</p>
<p>&nbsp;</p>
<p align="justify"><strong>Third Tip:</strong> If you are not a computer enthusiast and want a motherboard that is budget wise and will last for a long time, go for Intel motherboards, not motherboards with Intel chip sets but motherboards that are manufactured by Intel. I can assure you Intel boards, with regular maintenance (anti-virus, defragmenter) can last to more than 6 years based on personal experience. This is backed up by the fact that Intel has been producing server motherboards for IBM mainframes for a long, long, long time already.</p>
<p>&nbsp;</p>
<p align="justify"><strong>Lastly:</strong> Picking the motherboard should be the task that will take you the most time when building a system. Keep in mind that the motherboard is the glue that will bind every component of the PC and so it is very important to choose carefully. I have always noticed since computers were sold as packages at stores here in Davao, store owners will not put the motherboard brand on the package list. They usually think that the system is good to sell as long as the CPU is fast, the hard drive is spacious, the monitor has a large and clear screen, the memory is high and the video card. I always end up asking &#8220;What&#8217;s the motherboard of this package?&#8221;</p>
<p>&nbsp;</p>
<div align='center'><img data-recalc-dims="1" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2017/07/PC-005.jpeg?w=860" alt='pc 005' /></div>
<p align="justify"><em>* I have owned this computer since May 2005, even though I have been quite abusive to the computer such as turning off the CPU by holding the power button and even pulling the plug immediately, I still have the original installation of Windows XP running on the machine from the day I purchased the system. (&#8220;Original Install Date:     5/7/2005, 11:24:05 PM&#8221; &#8211; You can check for your installation date by executing the &#8220;systeminfo&#8221; program in the command line of Windows XP.)</em></p>
<p>&nbsp;</p>
<p align="justify"><strong>PS: Lastly, the motherboard that I would not recommend you purchasing would be ASUS motherboards. Even though ASUS has good marketing, IMHO, I don&#8217;t think they produce high quality motherboards. I am saying this because I have a lot of friends who own ASUS motherboards and they always keep asking me for help on something such as unexpected restarts and BSOD which I will not be able to fix because I have traced the problem as part of the hardware. As a systems administrator, web developer and programmer I have used and fixed a lot of comptuers that run on ASUS motherboards one such example that would be easy enough is when I am updating the BIOS, I distinctly remember two units with ASUS motherboards failing the update and rebooting to the old BIOS. Another problem I have with ASUS motherboards is that when you try to check their website for drivers, most of the drivers are dated back when the motherboard was released. I would not even bother installing the auto updater that comes with the CD for the motherboard in the office because it would only be a waste of memory.</strong></p>
<p>&nbsp;</p>
<p align="justify"><strong>And if any ASUS motherboard fans are reading this here are two things to think about. ASUS produces about 15 to 30 new motherboards per year (this is due to the fact that they also produce motherboards for AMD) while on the other end, Intel produces about 5 to 9 new motherboards per year. Another thing, with that much marketing and publicity how much do you think they will have left for funding research and development?</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2009/09/23/how-to-spot-a-good-motherboard/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">62</post-id>	</item>
		<item>
		<title>MagicJack Installation, Firewall Setup and Port Settings</title>
		<link>https://www.moushigo.com/2009/01/29/magicjack-installation-firewall-setup-and-port-settings/</link>
					<comments>https://www.moushigo.com/2009/01/29/magicjack-installation-firewall-setup-and-port-settings/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Thu, 29 Jan 2009 09:33:20 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[correct]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[jack]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[magicjack]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[sure]]></category>
		<category><![CDATA[usb]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/index.php/2009/01/29/magicjack-installation-firewall-setup-and-port-settings/</guid>

					<description><![CDATA[UPDATED ON APRIL 7, 2011 Magic Jack, this amazing usb device will allow you to make unlimited calls to the US and Canda for $20.00 per year and better yet, you get a registered landline number that allows you to receive calls. I&#8217;ve found a lot of sites on how to set up routers, firewalls [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>UPDATED ON APRIL 7, 2011 </strong>Magic Jack, this amazing usb device will allow you to make unlimited calls to the US and Canda for $20.00 per year and better yet, you get a registered landline number that allows you to receive calls. I&#8217;ve found a lot of sites on how to set up routers, firewalls and access points to allow Magic Jack to pass through. None of them worked. It was agitating so I had to do some tests on my own. Read on for the complete port lists.</p>
<p>&nbsp;</p>
<div align='center'><img data-recalc-dims="1" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2017/07/magicjack.jpg?w=860" alt='magic jack dongle' /></div>
<p>&nbsp;</p>
<p>Magic Jack is very easy to install in the first place. Just plug it in and then plug your phone to it. The executable or installer should run automatically, if not open the flash drive, find it and then run it. The next part will deal with firewalls and port settings.</p>
<p>&nbsp;</p>
<p>I used Active Ports to find out what ports MagicJack was using and it turns out that it uses a lot of UDP ports and two TCP ports. Their website specifically states that the device only uses UDP ports 5060-5070 (reference: <a href="http://service.liveperson.net/hc/s-73335289/cmd/kbresource/kb-6849963090095887640/view_question!PAGETYPE?sq=ports&#038;sf=101113&amp;sg=1&#038;st=888837&amp;documentid=334776&amp;action=view" target="_blank" title="Magic Jack Knowledge Base Port List"><strong>LINK (removed)</strong></a>&nbsp;&#8211;&nbsp;<a href="http://www.moushigo.com/self-service.htm" target="_blank" title="Magic Jack Knowledge Base Port List"><strong>GOOGLE&#8217;S WEB CACHE OF THE PAGE</strong></a>&nbsp;UPDATE&nbsp;<strong>April 7, 2011</strong>:The knowledge base has been down for a while but I managed to retrieve Google&#8217;s cache of the site.) which I found out was clearly not true. I found this out by performing calls to a random list of phone numbers (except 911 numbers ^_^). I dialed at least 40 phone numbers repeatedly. After this, I was able to conclude that MagicJack uses random UDP ports in the high range. UDP ports might seem a bit less important than TCP ports but as a Systems Administrator this will create a highly unsecured and exposed network. I was only able to achieve 100% connectivity with the 40 phone numbers after opening a range of UDP ports.</p>
<p>&nbsp;</p>
<div align='center'><img data-recalc-dims="1" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2017/07/magicjack-ethernet.jpg?w=860" alt='magicjack ethernet dongle' /></div>
<p>&nbsp;</p>
<p>I also stumbled upon a lot of sites and forum posts that tell magic jack users to setup port forwarding, this is <strong>NOT</strong> true!</p>
<p>&nbsp;</p>
<p><strong>Below is the exact list of the TCP and UDP Ports that I had to open in my firewall and router (NOT port forward) to achieve 100% connectivity:</strong></p>
<p>&nbsp;</p>
<p><strong>TCP Ports List: 80 (HTTP), 443 (HTTPS)</strong></p>
<p><strong>UDP Ports List: 5060, 5070, 10000-65535</strong></p>
<p>&nbsp;</p>
<p>It is really strange why the device was designed like this. My guess is that the device is intended solely for home use and not commercial use.</p>
<p>&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2009/01/29/magicjack-installation-firewall-setup-and-port-settings/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">61</post-id>	</item>
		<item>
		<title>Ragnarok Online PH &#8211; New Chaos DC/Login Problems</title>
		<link>https://www.moushigo.com/2008/12/02/ragnarok-online-ph-new-chaos-dclogin-problems/</link>
					<comments>https://www.moushigo.com/2008/12/02/ragnarok-online-ph-new-chaos-dclogin-problems/#respond</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 12:21:14 +0000</pubDate>
				<category><![CDATA[Ragnarok Online (PH)]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[chaos]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[disconnection]]></category>
		<category><![CDATA[lag]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[openkore]]></category>
		<category><![CDATA[ph]]></category>
		<category><![CDATA[philippines]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[ragnarok]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/index.php/2008/12/02/ragnarok-online-ph-new-chaos-dclogin-problems/</guid>

					<description><![CDATA[A lot of people have been experiencing disconnections these days in the new server, &#8220;New Chaos&#8221;. Here&#8217;s my take on the issue and how everyone can help solve this problem. &#160; Link to my post in RB: http://ragnaboards.levelupgames.ph/index.php?showtopic=123027&#38;view=findpost&#38;p=2984158 you will need to register before you can view the post. &#160; There is already an official [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A lot of people have been experiencing disconnections these days in the new server, &#8220;New Chaos&#8221;. Here&#8217;s my take on the issue and how everyone can help solve this problem.</p>
<p>&nbsp;</p>
<p>Link to my post in RB: <a href="http://ragnaboards.levelupgames.ph/index.php?showtopic=123027&amp;view=findpost&amp;p=2984158">http://ragnaboards.levelupgames.ph/index.php?showtopic=123027&amp;view=findpost&amp;p=2984158</a></p>
<p><i>you will need to register before you can view the post.</i><br />
&nbsp;</p>
<p>There is already an official fix released for this, so just update your OpenKore to the latest version in this site:</p>
<p><a href="http://openkore.collectskin.com/">http://openkore.collectskin.com/</a></p>
<p>All you have to do is download this file: <a href="http://openkore.collectskin.com/openkore_ready.zip">http://openkore.collectskin.com/openkore_ready.zip</a> and then if you&#8217;re in a hurry copy over your old configuration files to the new control folder or you could do a line by line copy, this is because the new version has some new configuration settings that might not be present in your old configuration file.</p>
<p>&nbsp;</p>
<p>To make sure the above link is an official website and not some scam site just view this thread in the OpenKore&#8217;s official forum for their users in the Philippines:</a></p>
<p><a href="http://darkmoon.ath.cx/viewtopic.php?f=8&amp;t=1726&amp;start=0#p16101">http://darkmoon.ath.cx/viewtopic.php?f=8&amp;t=1726&amp;start=0#p16101</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2008/12/02/ragnarok-online-ph-new-chaos-dclogin-problems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">60</post-id>	</item>
		<item>
		<title>Basic Home Theater Setup and Installation for Newbies</title>
		<link>https://www.moushigo.com/2008/10/21/basic-home-theater-setup-and-installation-for-newbies/</link>
					<comments>https://www.moushigo.com/2008/10/21/basic-home-theater-setup-and-installation-for-newbies/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Tue, 21 Oct 2008 09:11:39 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hdmi]]></category>
		<category><![CDATA[hdtv]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[newbies]]></category>
		<category><![CDATA[rca]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[theater]]></category>
		<category><![CDATA[tv]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/index.php/2008/10/21/basic-home-theater-setup-and-installation-for-newbies/</guid>

					<description><![CDATA[Looks complicated doesn&#8217;t it? Nowadays home theater systems are getting cheaper and more affordable and I still can&#8217;t find a decent guide about installing, setting up and basics of these home theaters. Then I realized there are not a lot of good guides because there are hundreds of home theater variations and so I created [&#8230;]]]></description>
										<content:encoded><![CDATA[<p align="justify"><strong>Looks complicated doesn&#8217;t it?</strong> Nowadays home theater systems are getting cheaper and more affordable and I still can&#8217;t find a decent guide about installing, setting up and basics of these home theaters. Then I realized there are not a lot of good guides because there are hundreds of home theater variations and so I created this guide. This is a very basic guide for home theaters. It won&#8217;t deal with how DTS works or how HDMI works. I won&#8217;t bother with very technical details because technology changes but the basic fundamentals do not. This guide just tells you how to connect the devices, the two types of experience you get from a home theater and to understand what __ IN / __ OUT jacks are so that you can use the system without paying for the expensive installation cost.</p>
<p>&nbsp;</p>
<p align="justify"><strong>A. Before setting up, try to read a little about these topics:</strong></p>
<p align="justify">1. <a target="_blank" href="http://en.wikipedia.org/wiki/RCA_connector">RCA Cables</a><br />
2. <a target="_blank"  href="http://en.wikipedia.org/wiki/High-definition_television">HDTV</a><br />
3. <a target="_blank"  href="http://en.wikipedia.org/wiki/Component_video">Component Cables</a><br />
4. <a target="_blank"  href="http://en.wikipedia.org/wiki/Digital_Theater_System">Digital Theater System</a><br />
5. <a target="_blank"  href="http://en.wikipedia.org/wiki/Surround_sound">Surround Sound</a><br />
6. <a target="_blank"  href="http://en.wikipedia.org/wiki/TOSLINK">TOS-LINK Cables</a><br />
7. <a target="_blank"  href="http://en.wikipedia.org/wiki/TRS_connector">TRS Connector</a>
</p>
<p>&nbsp;</p>
<p align="justify"><strong>A. Understanding the common setup for Home Theater Systems</strong></p>
<p align="justify">
Before starting the setup you need to understand that in a home theater there are only two things you can experience, the audio experience and the video experience each of which gets data from a source, and so by putting this in mind it will be easier for you to understand how to create basic setups and troubleshoot problems.<br />
&nbsp;<br />
<strong>Video Experience Devices:</strong><br />
&#8211; Television / HD Televisions<br />
&#8211; Projectors<br />
&#8211; Computer Monitors<br />
&nbsp;<br />
<strong>Audio Experience Devices:</strong><br />
&#8211; Amplifiers<br />
&#8211; Speakers<br />
&#8211; Subwoofers<br />
&nbsp;<br />
<strong>Possible Sources:</strong><br />
&#8211; DVD Players / Blu-ray Players / VCD Players<br />
&#8211; Xbox 360<br />
&#8211; PSP / PS3 / PS2<br />
&#8211; Digital Camcorders<br />
&#8211; Digital Cameras<br />
&#8211; Personal Computers<br />
&#8211; Cable TV<br />
&nbsp;<br />
<strong>How do these devices work together/communicate?</strong><br />
After knowing these, the next thing to understand would be to learn how these devices communicate with each other. These devices communicate using <strong>IN/OUT</strong> jacks. No matter how complex the jack may look like (RCA,TOSLINK,DVI,HDMI) or how many there are (RED,WHITE) they only can only do one action. <strong>IN jacks receive data/video/audio signals</strong> from other devices while <strong>OUT jacks send data/video/audio signals</strong> to another device. Like the principle of north and south poles of a magnet they need to bind together.<br />
&nbsp;<br />
&nbsp;<br />
<strong>Now that you have read about the basics on the next page I will be showing some examples and jack scenarios on basic Audio and Video Experience connections for home theaters. Don&#8217;t like HTPC? I will also include a scenario wherein your PC will be used as a source. ^_^<br />
&nbsp;<br />
On to Page 2!<br />
</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2008/10/21/basic-home-theater-setup-and-installation-for-newbies/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">59</post-id>	</item>
		<item>
		<title>Opening of Ahia Bags Barbecue Grill in Kadayawan 2008 Beer Festival on August 1, 2008</title>
		<link>https://www.moushigo.com/2008/08/01/opening-of-ahia-bags-barbecue-grill-in-kadayawan-2008-beer-festival-on-august-1-2008/</link>
					<comments>https://www.moushigo.com/2008/08/01/opening-of-ahia-bags-barbecue-grill-in-kadayawan-2008-beer-festival-on-august-1-2008/#comments</comments>
		
		<dc:creator><![CDATA[M o u s h i g o]]></dc:creator>
		<pubDate>Fri, 01 Aug 2008 02:13:16 +0000</pubDate>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[ahia]]></category>
		<category><![CDATA[bags]]></category>
		<category><![CDATA[barbecue]]></category>
		<category><![CDATA[bbq]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[davao]]></category>
		<category><![CDATA[davao city]]></category>
		<category><![CDATA[festival]]></category>
		<category><![CDATA[grill]]></category>
		<category><![CDATA[hot]]></category>
		<category><![CDATA[kadayawan]]></category>
		<category><![CDATA[san miguel]]></category>
		<category><![CDATA[sweet]]></category>
		<category><![CDATA[tangy]]></category>
		<category><![CDATA[tasty]]></category>
		<guid isPermaLink="false">http://www.moushigo.com/index.php/2008/08/01/opening-of-ahia-bags-barbecue-grill-in-kadayawan-2008-beer-festival-on-august-1-2008/</guid>

					<description><![CDATA[Kadayawan! It is that time of year when Davaoenos give thanks to a bountiful harvest. My friends and I also have a way of thanking by opening up a new business venture in the barbecue business but with cheaper and and BIG sized barbecues. It&#8217;s called AHIA BAGS BARBECUE GRILL. This is my first business [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Kadayawan! It is that time of year when Davaoenos give thanks to a bountiful harvest. My friends and I also have a way of thanking by opening up a new business venture in the barbecue business but with cheaper and and BIG sized barbecues. It&#8217;s called <strong>AHIA BAGS BARBECUE GRILL</strong>. This is my first business venture and I have to say it has been quite hard planning it and we have been having a lot of arguments over the said business and so it is indeed true that friendships will always not come first but purely business. The recipe we have for this barbecue has been a secret for quite a while and is a recipe for most of the successful barbecue businesses in Davao. It&#8217;s hot,tangy, sweet and tasty, mmmm, makes your mouth water doesn&#8217;t it? ^_^, The location of the Beer Festival, this event is hosted by San Miguel Philippines, will be at F.Torres Street beside the Davao Convention Center and across Bakbak. Here is a diagram of the event:</p>
<p>&nbsp;</p>
<div align='center'><img data-recalc-dims="1" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2008/08/not-final.png?w=860" alt='Ahia Bags Barbecue Logo' align='center'/></p>
<div/>
<div align='center'><a href='http://www.moushigo.com/index.php/2008/08/01/opening-of-ahia-bags-barbecue-grill-in-kadayawan-2008-beer-festival-on-august-1-2008/beer-festival-site-map/' rel='attachment wp-att-57' title='Beer Festival Site Map'><img data-recalc-dims="1" src="https://i0.wp.com/www.moushigo.com/wp-content/uploads/2008/08/ahiabagslocation.png?w=860" alt='Beer Festival Site Map' /></a></div>
<p>&nbsp;<br />
The Beer Festival event will be held on from <strong>August 1 to August 28 2008</strong>. There will be different booths and different stores out there and just like any other San Miguel event it will be loads of fun and entertainment during the Kadayawan festivities<br />
&nbsp;<br />
<b>Visit us there and you&#8217;ll be sure to have a taste of Davao at that event!!</b><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.moushigo.com/2008/08/01/opening-of-ahia-bags-barbecue-grill-in-kadayawan-2008-beer-festival-on-august-1-2008/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">56</post-id>	</item>
	</channel>
</rss>
