<?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>Hendra Kharisma &#187; Tutorials</title>
	<atom:link href="http://www.hendra-k.net/tag/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hendra-k.net</link>
	<description>I Read, I Feel, I Share</description>
	<lastBuildDate>Wed, 26 Oct 2011 13:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Remove duplicate entry on mysql record</title>
		<link>http://www.hendra-k.net/remove-duplicate-entry-on-mysql-record.html</link>
		<comments>http://www.hendra-k.net/remove-duplicate-entry-on-mysql-record.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 06:28:22 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.hendra-k.net/?p=397</guid>
		<description><![CDATA[When I have very lot of duplicate entry in my database, I searching on the net about how to eliminate unnecessary entry on my Database. Here&#8217;s the magic command I found on the net. CREATE TABLE new_table AS SELECT * FROM old_table WHERE 1 GROUP BY [COLUMN TO remove duplicates BY]; Many thanks to Justin [...]]]></description>
			<content:encoded><![CDATA[<p>When I have very lot of duplicate entry in my database, I searching on the net about how to eliminate unnecessary entry on my Database.</p>
<p>Here&#8217;s the magic command I found on the net.</p>
<div class="codesnip-container">
<blockquote>
<div class="codesnip"><span class="kw1">CREATE</span> <span class="kw1">TABLE</span> new_table <span class="kw1">AS</span><br />
<span class="kw1">SELECT</span> * <span class="kw1">FROM</span> old_table <span class="kw1">WHERE</span> <span class="nu0">1</span> <span class="kw1">GROUP</span> <span class="kw1">BY</span> <span class="br0">[</span><span class="kw1">COLUMN</span> <span class="kw1">TO</span> remove duplicates <span class="kw1">BY</span><span class="br0">]</span>;</div>
</blockquote>
<div class="codesnip">Many thanks to <a href="http://www.justin-cook.com/wp/2006/12/12/remove-duplicate-entries-rows-a-mysql-database-table/" target="_blank">Justin</a> for this great magic trick</div>
</div>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses.html" rel="bookmark" title="September 30, 2007">How do I add jobs to cron under Linux or UNIX oses?</a> [5 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-setup-a-wi-fi-hotspot.html" rel="bookmark" title="May 23, 2006">How To Setup a Wi-Fi Hotspot</a> [14 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/120.html" rel="bookmark" title="September 30, 2007">Protected: Tips belajar PHP</a> [6 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/boot-xp-faster.html" rel="bookmark" title="February 15, 2008">Boot XP faster</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html" rel="bookmark" title="May 13, 2008">Create network drive using ssh to window env.</a> [1 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 5.215 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/remove-duplicate-entry-on-mysql-record.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create network drive using ssh to window env.</title>
		<link>http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html</link>
		<comments>http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#comments</comments>
		<pubDate>Tue, 13 May 2008 12:05:47 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.hendra-k.net/?p=395</guid>
		<description><![CDATA[OK. Before I start on this one, I’m stating for the record that I’m posting this as much so I don’t have to find it again as anything. However, given the number of places online that I found this question asked, but not answered, I hope it proves useful to the folks who’ve been looking [...]]]></description>
			<content:encoded><![CDATA[<p>OK. Before I start on this one, I’m stating for the record that I’m  posting this as much so I don’t have to find it again as anything.  However, given the number of places online that I found this question  asked, but not answered, I hope it proves useful to the folks who’ve  been looking for it.<span id="more-395"></span><span id="more-395"> </span></p>
<p>Enough babbling, on with the geeking.</p>
<p>Here’s the basic problem/challenge. While in an ideal situation, <a href="http://www.sftpdrive.com/">SFTP Drive</a> looks nice, in reality, I’ve had problems with it during my 6 week  trial that left me waiting till they work out some of the kinks. Most  notably were the errors in connecting to this site after some sort of  timeout. In those cases, I was entirely unable to connect to the site  (even with disconnecting and reconnecting the SFTP Drive) without  rebooting. Sorry, but that doesn’t fly.</p>
<p>However, I still would really like easy access to my remote  machines’ files and preferably via SSH. So, since I had seen evidence  of sshfs on <a id="KonaLink0" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">Linux</a> working at least on that end, I messed with that for a couple of days and finally got one of my virtual Ubuntu <a id="KonaLink1" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">VMWare</a> appliances to connect to Wynia.org via sshfs.</p>
<p>Then, yesterday morning a though occurred to me. What if I connected to the remote machines via sshfs on one of the <a id="KonaLink2" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">Ubuntu</a> machines and then shared the mounted directories via Samba. That way,  I’d be able to map drives to these remote servers on my Windows <a id="KonaLink3" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">workstations</a>. I’d have *mapped drives to SFTP locations* by just going through a virtual Linux machine.</p>
<p>I went digging before work and got most of it working and finished  the rest (though I do have a wishlist at the end for missing features)  last night. It works. What follows is what needs to happen to make it  work.</p>
<p>I started with an Ubuntu Server installation on VMWare Server,  logged in as my one regular user. The virtual machine in question is <a id="KonaLink4" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">my web</a> development machine (mostly LAMP setup). SSH was already installed and working.</p>
<p>To install the sshfs package on the <a id="KonaLink5" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">virtual machine</a>:</p>
<p>sudo apt-get install sshfs</p>
<p>In order to be able to use the mounted directory as a regular user,  you need to be added to the “fuse” group, which the package created:</p>
<p>sudo adduser your-username fuse</p>
<p>Note that the permissions change doesn’t actually work until you log  off and back on. However, since a reboot is needed shortly, don’t worry  about it.</p>
<p>Then, you need to create a directory for the remote mounted machine:</p>
<p>sudo mkdir /mnt/wyniaorg</p>
<p>sudo chown your-username /mnt/wyniaorg</p>
<p>Now, here’s the part that wasn’t in most of the tutorials, but necessary to make Samba work later on.</p>
<p>Create a file at /etc/fuse.conf</p>
<p>touch /etc/fuse.conf</p>
<p>Put the following line in /etc/fuse.conf:</p>
<p>user_allow_other</p>
<p>REBOOT</p>
<p>To mount the remote directory, here’s the command that I use for Wynia.org:</p>
<p>sshfs wynia@wynia.org@84.40.22.116:/var/www/html /mnt/wyniaorg -o allow_other</p>
<p>Note that I actually need to use a full email address to log in to this <a id="KonaLink6" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">server</a>,  so the first “@” is part of the username and the second is the  delimiter for the host. The “/var/www/html is the remote directory and  “/mnt/wyniaorg” is the local directory on the virtual machine.</p>
<p>It’ll ask you for your password. For the moment, I’m going to have  to type that in every time I mount the remote drive. There’s a  potential solution out there, but it doesn’t work for the server this  site sits on.</p>
<p>To avoid having to retype that beast of a commandline repeatedly, I saved the command as</p>
<p>~/scripts/sshfs_wyniaOrg.sh</p>
<p>Then make it executable:</p>
<p>chmod +x ~/scripts/sshfs_wyniaOrg.sh</p>
<p>To run that script:</p>
<p>cd ~/scripts</p>
<p>./sshfs_wyniaOrg.sh</p>
<p>I also created a script to unmount the directory:</p>
<p>fusermount -u /mnt/wyniaorg</p>
<p>and put it as “un_sshfs_wyniaOrg.sh”, also making it executable.</p>
<p>To install Samba:</p>
<p>sudo apt-get install samba smbfs</p>
<p>To share the mounted drive, you need to edit the Samba config file:</p>
<p>sudo pico /etc/samba/smb.conf</p>
<p>I wanted to not have to enter a password to access the shared drive, so in /etc/samba/smb.conf, I set the security to</p>
<p>security = share</p>
<p>and then added a section at the end of the file for my new share.</p>
<p>[wyniaorg]</p>
<p>comment = wyniaOrg</p>
<p>path = /mnt/wyniaorg/</p>
<p>public = yes</p>
<p>writable = yes</p>
<p>create mask = 0777</p>
<p>directory mask = 0777</p>
<p>force user = nobody</p>
<p>force group = nogroup</p>
<p>I also added a section to share the /var/www directory of the virtual appliance itself:</p>
<p>[public]</p>
<p>comment = <a id="KonaLink7" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">PHP</a> Dev Server WWW</p>
<p>path = /var/www/</p>
<p>public = yes</p>
<p>writable = yes</p>
<p>create mask = 0777</p>
<p>directory mask = 0777</p>
<p>force user = nobody</p>
<p>force group = nogrou</p>
<p>Then, to open the files, I’ve already got the <a id="KonaLink8" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">IP address</a> in my hosts file (C:\WINDOWS\system32\drivers\etc\hosts):</p>
<p>192.168.252.171 php</p>
<p>So, in Windows Explorer, I can just:</p>
<p>\\php\</p>
<p>and I see my remote directory and the public share right there in Windows.</p>
<p>If the remote directory isn’t mounted, you just get an empty  directory. This is good because, as long as the Linux/Samba portion is  up and running, Windows will map to the directory without complaining:  there just won’t be anything in there. This is good fallback behavior  and beats the heck out of what Windows does when it can’t find the <a id="KonaLink9" href="http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html#" target="_top">network</a> share at all. All that freaking out with warning dialog after warning dialog drives me nuts.</p>
<p>If you want to make the mapping of the drive semi-automatic, you can  create a Powershell (more on this amazing addition to Windows in a  couple of days) script called something like “map_wyniaorg.ps1″  containing this code:</p>
<p>cls</p>
<p>$Drive = &#8220;J:&#8221;</p>
<p>$UNC = &#8220;\\php\wyniaorg&#8221;</p>
<p># Create the Com object with New-Object -com</p>
<p>$net = New-Object -com WScript.Network;</p>
<p># $net.removenetworkdrive($Drive)</p>
<p>$net.mapnetworkdrive($Drive,$Unc)</p>
<p># Launches the Explorer</p>
<p>$shell = new-object -comObject Shell.Application</p>
<p>$Shell.open($Drive)</p>
<p>While I’ve gotten ssh without a password to work *between* the  Ubuntu VMWare servers I’ve set up (using the instructions all over the  web), I haven’t gotten it to work with the wynia.org ssh setup. So, for  now, I just deal with the password thing.</p>
<p>If the lazy web wants to grant my wishes, what I still want is the easy way to:</p>
<p>1. Do the sshfs mounting automatically.</p>
<p>2. Without passwords.</p>
<p>3. Without logging on to the machine.</p>
<p>4. At bootup.</p>
<p>5. And to make sure that cleanup is done properly at shutdown.</p>
<p>Oh, and I probably missed something, which will become clear the  next time I want to do this on a machine and come back to this article.  However, if you have a problem, let me know and I’ll update.</p>
<p>thanks to: <a href="http://www.wynia.org/wordpress/2007/02/08/sshfs-on-windows-via-samba-shares-on-ubuntu-vmware/" target="_blank">wynia.org</a><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/disable-unneeded-startup-services.html" rel="bookmark" title="February 15, 2008">Disable Unneeded Startup Services</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/install-xp-from-dos.html" rel="bookmark" title="February 15, 2008">Install XP from DOS</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/increase-your-cable-modem-or-dsl-speed-in-xp.html" rel="bookmark" title="February 15, 2008">Increase your cable modem or DSL speed in XP</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-setup-a-wi-fi-hotspot.html" rel="bookmark" title="May 23, 2006">How To Setup a Wi-Fi Hotspot</a> [14 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-install-remote-desktop-using-nx-from-nomachine.html" rel="bookmark" title="November 16, 2008">how to install remote desktop using nx from nomachine</a> [5 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 6.351 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/create-network-drive-using-ssh-to-window-env.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to fix Winrar corrupted files</title>
		<link>http://www.hendra-k.net/how-to-fix-winrar-corrupted-files.html</link>
		<comments>http://www.hendra-k.net/how-to-fix-winrar-corrupted-files.html#comments</comments>
		<pubDate>Fri, 14 Mar 2008 17:58:42 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/how-to-fix-winrar-corrupted-files.html</guid>
		<description><![CDATA[You downloaded all the files and now WinRar says that the files are corrupted and / or wrong password error. How to solve this? First you must know exactly which file(s) is / are corrupted. When WinRar gives back the error it says which file(s) is / are corrupted. But to be sure, open each [...]]]></description>
			<content:encoded><![CDATA[<p>You downloaded all the files and now WinRar says that the files are corrupted and / or wrong password error.</p>
<p>How to solve this?<br />
<span id="more-142"></span><br />
First you must know exactly which file(s) is / are corrupted. When WinRar gives back the error it says which file(s) is / are corrupted. But to be sure, open each file at a time. When opening each file, if the file is corrupt winrar will give an error immediately.</p>
<p>Now you know which file(s) is / are corrupted</p>
<p>There are 2 Methods to solve this:</p>
<p>Method 1:</p>
<p>Open the corrupted part, and press &#8220;ALT + R&#8221;</p>
<p>When all went well, the file will be ok.</p>
<p>Alternative Method 1:</p>
<p>Step 1: Open Winrar and navigate to the folder containing the *.rar files. If you open the first file you can navigate to the folder using the up button.</p>
<p><img src="http://hendra-k.net/wp-content/uploads/2008/03/winrar1.jpg" alt="How to fix Winrar corrupted files" /></p>
<p>Step 2: Highlight / select all of the files associated with the archive and click the repair button. This will take some time.</p>
<p><img src="http://hendra-k.net/wp-content/uploads/2008/03/winrar2.jpg" alt="How to fix Winrar corrupted files" /></p>
<p>Step 3: Use the repaired files to extract the previously corrupted content. The files will have the prefix &#8220;rebuilt.&#8221; added to them.</p>
<p><img src="http://hendra-k.net/wp-content/uploads/2008/03/winrar3.jpg" alt="How to fix Winrar corrupted files" /></p>
<blockquote><p>Note: Most of the time there are only 1 or 2 corrupted files and there is no need to repair the ones that are OK. To do this, you must know which files are bad and select those files and repair them. Once repaired, delete the original files and remove the &#8220;rebuilt.&#8221; prefix from the repaired files. Finaly, extract as usual.</p></blockquote>
<p>If Method 1 does not work please try Method 2.</p>
<p>Method 2:</p>
<p>Step 1: Download the file or files that are corrupted again.</p>
<p>Step 2: Extract using WINRAR. Problem should be solved.</p>
<p>What if these methods did not work:</p>
<p>If you downloaded the file again and it&#8217;s still corrupted, make sure your downloads are 100% downloaded. Sometimes the download ends abruptly near the end. Check file size. Usually only the last file has a different size, all others should have the same size. Compare the file sizes to see if the problem is from the download or if it really is the file that&#8217;s corrupted.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html" rel="bookmark" title="January 26, 2008">How to extract multi-part zip files</a> [44 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/winrar-product-descriptions.html" rel="bookmark" title="April 15, 2008">WinRAR product descriptions</a> [2 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/when-you-use-msconfig-and-then-reboot.html" rel="bookmark" title="February 15, 2008">When you use Msconfig and then reboot</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-install-remote-desktop-using-nx-from-nomachine.html" rel="bookmark" title="November 16, 2008">how to install remote desktop using nx from nomachine</a> [5 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-setup-a-wi-fi-hotspot.html" rel="bookmark" title="May 23, 2006">How To Setup a Wi-Fi Hotspot</a> [14 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 5.804 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/how-to-fix-winrar-corrupted-files.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Increase speed by tweaking prefetcher settings</title>
		<link>http://www.hendra-k.net/increase-speed-by-tweaking-prefetcher-settings.html</link>
		<comments>http://www.hendra-k.net/increase-speed-by-tweaking-prefetcher-settings.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:59:32 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/increase-speed-by-tweaking-prefetcher-settings.html</guid>
		<description><![CDATA[This is an unique technique for XP, which could improve the performance significantly by tweaking the prefetcher. Recommended hardware: PIII 800 or higher, 512M RAM or more. run &#8220;regedit&#8221;; goto [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher]; Set the value to either 0-Disable, 1-App launch prefetch, 2-Boot Prefetch, 3-Both (&#8220;3&#8243; is recommended). reboot. __________________ Note: This switch will [...]]]></description>
			<content:encoded><![CDATA[<p>This is an unique technique for XP, which could improve the performance significantly by tweaking the prefetcher. Recommended hardware: PIII 800 or higher, 512M RAM or more. <span id="more-141"></span></p>
<ol>
<li> run &#8220;regedit&#8221;;</li>
<li>goto [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher];</li>
<li> Set the value to either 0-Disable, 1-App launch prefetch, 2-Boot Prefetch, 3-Both (&#8220;3&#8243; is recommended).</li>
<li> reboot.</li>
</ol>
<p>__________________</p>
<p>Note: This switch will only work with some programs. Others will return a message saying the program in the target box is invalid. Just remove the switch.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/disable-xp-boot-logo.html" rel="bookmark" title="February 15, 2008">Disable XP Boot Logo</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/windows-xp-shortcuts-and-tutorial.html" rel="bookmark" title="February 15, 2008">Windows Xp Shortcuts and Tutorial</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/when-you-use-msconfig-and-then-reboot.html" rel="bookmark" title="February 15, 2008">When you use Msconfig and then reboot</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/questions-asked-about-music-on-hold.html" rel="bookmark" title="November 24, 2007">Questions Asked About Music On Hold</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/speed-up-boot-time-connecting-to-lan.html" rel="bookmark" title="February 15, 2008">Speed Up Boot-Time Connecting To LAN</a> [0 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 5.561 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/increase-speed-by-tweaking-prefetcher-settings.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Correcting System Hang at Startup</title>
		<link>http://www.hendra-k.net/correcting-system-hang-at-startup.html</link>
		<comments>http://www.hendra-k.net/correcting-system-hang-at-startup.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:57:59 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/correcting-system-hang-at-startup.html</guid>
		<description><![CDATA[If your system hangs about 2 or 3 minutes at startup, where you can&#8217;t access the Start button or the Taskbar, it may be due to one specific service (Background Intelligent Transfer) running in the background. Microsoft put out a patch for this but it didn&#8217;t work for me. Here&#8217;s what you do: Click on [...]]]></description>
			<content:encoded><![CDATA[<p>If your system hangs about 2 or 3 minutes at startup, where you can&#8217;t access the Start button or the Taskbar, it may be due to one specific service (Background Intelligent Transfer) running in the background. Microsoft put out a patch for this but it didn&#8217;t work for me. Here&#8217;s what you do: <span id="more-140"></span></p>
<ol>
<li> Click on Start/Run, type &#8216;msconfig&#8217;, then click &#8216;OK&#8217;.</li>
<li> Go to the &#8216;Services&#8217; tab, find the &#8216;Background Intelligent Transfer&#8217; service, disable it, apply the changes &amp; reboot.</li>
</ol>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/when-you-use-msconfig-and-then-reboot.html" rel="bookmark" title="February 15, 2008">When you use Msconfig and then reboot</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/windows-xp-shortcuts-and-tutorial.html" rel="bookmark" title="February 15, 2008">Windows Xp Shortcuts and Tutorial</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/disable-unneeded-startup-services.html" rel="bookmark" title="February 15, 2008">Disable Unneeded Startup Services</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/boot-xp-faster.html" rel="bookmark" title="February 15, 2008">Boot XP faster</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/microsoft-windows-xp-professional-configuration.html" rel="bookmark" title="February 15, 2008">Microsoft Windows XP Professional Configuration</a> [0 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 5.726 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/correcting-system-hang-at-startup.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easy Way to Adjust LargeSystemCache</title>
		<link>http://www.hendra-k.net/easy-way-to-adjust-largesystemcache.html</link>
		<comments>http://www.hendra-k.net/easy-way-to-adjust-largesystemcache.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:56:36 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/easy-way-to-adjust-largesystemcache.html</guid>
		<description><![CDATA[Right click My Computer Select Properties Click Advanced Choose Performance Click Advanced again Select either Programs or System Cache under Memory Usage. Programs = 0 for the registry tweak equilavent System Cache = 1 for the registry tweak equilaventSimilar Posts: Boot XP faster [1 Comment(s)] Microsoft Windows XP Professional Configuration [0 Comment(s)] Increase your cable [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li> Right click My Computer</li>
<li> Select Properties</li>
<li> Click Advanced</li>
<li> Choose Performance</li>
<li> Click Advanced again</li>
<li> Select either Programs or System Cache under Memory Usage.</li>
</ol>
<p><span id="more-139"></span><br />
Programs = 0 for the registry tweak equilavent<br />
System Cache = 1 for the registry tweak equilavent<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/boot-xp-faster.html" rel="bookmark" title="February 15, 2008">Boot XP faster</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/microsoft-windows-xp-professional-configuration.html" rel="bookmark" title="February 15, 2008">Microsoft Windows XP Professional Configuration</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/increase-your-cable-modem-or-dsl-speed-in-xp.html" rel="bookmark" title="February 15, 2008">Increase your cable modem or DSL speed in XP</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/another-way-to-tweak-boot-time.html" rel="bookmark" title="February 15, 2008">Another Way To Tweak Boot Time</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/another-way-to-speed-up-web-browsing.html" rel="bookmark" title="February 15, 2008">Another Way To Speed up Web Browsing</a> [0 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 8.113 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/easy-way-to-adjust-largesystemcache.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Swap File Tweak</title>
		<link>http://www.hendra-k.net/swap-file-tweak.html</link>
		<comments>http://www.hendra-k.net/swap-file-tweak.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:54:59 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/swap-file-tweak.html</guid>
		<description><![CDATA[For Users with 256 MB RAM or more this tweak will boost their Windows- and Game-Performance. What it does: It tells Windows not to use any Swap File until there is really no more free RAM left. Open the System Configuration Utility by typing msconfig.exe in the RUN command. There in your System.ini you have [...]]]></description>
			<content:encoded><![CDATA[<p>For Users with 256 MB RAM or more this tweak will boost their Windows- and Game-Performance.<br />
What it does: It tells Windows not to use any Swap File until there is really no more free RAM left.</p>
<p>Open the System Configuration Utility by typing msconfig.exe in the RUN command. There in your System.ini you have to add &#8220;ConservativeSwapfileUsage=1&#8243; under the <span id="more-138"></span>386enh section.</p>
<p>Restart your Windows and enjoy better Game performance<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/increase-your-cable-modem-or-dsl-speed-in-xp.html" rel="bookmark" title="February 15, 2008">Increase your cable modem or DSL speed in XP</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/when-you-use-msconfig-and-then-reboot.html" rel="bookmark" title="February 15, 2008">When you use Msconfig and then reboot</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/windows-xp-shortcuts-and-tutorial.html" rel="bookmark" title="February 15, 2008">Windows Xp Shortcuts and Tutorial</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/turn-off-windows-xps-built-in-support-for-zip-files.html" rel="bookmark" title="February 15, 2008">turn off Windows XP&#8217;s built-in support for ZIP files</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/netbooks-small-is-beautiful.html" rel="bookmark" title="June 23, 2009">Netbooks, Small is Beautiful</a> [0 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 6.623 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/swap-file-tweak.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boot XP faster</title>
		<link>http://www.hendra-k.net/boot-xp-faster.html</link>
		<comments>http://www.hendra-k.net/boot-xp-faster.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:53:48 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/boot-xp-faster.html</guid>
		<description><![CDATA[Open notepad.exe, type &#8220;del c:\windows\prefetch\ntosboot-*.* /q&#8221; (without the quotes) &#38; save as &#8220;ntosboot.bat&#8221; in c:\ From the Start menu, select &#8220;Run&#8230;&#8221; &#38; type &#8220;gpedit.msc&#8221;. Double click &#8220;Windows Settings&#8221; under &#8220;Computer Configuration&#8221; and double click again on &#8220;Shutdown&#8221; in the right window. In the new window, click &#8220;add&#8221;, &#8220;Browse&#8221;, locate your &#8220;ntosboot.bat&#8221; file &#38; click &#8220;Open&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li> Open notepad.exe, type &#8220;del c:\windows\prefetch\ntosboot-*.* /q&#8221; (without the quotes) &amp; save as &#8220;ntosboot.bat&#8221; in c:\</li>
<li> From the Start menu, select &#8220;Run&#8230;&#8221; &amp; type &#8220;gpedit.msc&#8221;.</li>
<li> Double click &#8220;Windows Settings&#8221; under &#8220;Computer Configuration&#8221; and double click again on &#8220;Shutdown&#8221; in the right window.</li>
<li> In the new window, click &#8220;add&#8221;, &#8220;Browse&#8221;, locate your &#8220;ntosboot.bat&#8221; file &amp; click &#8220;Open&#8221;.</li>
<li> Click &#8220;OK&#8221;, &#8220;Apply&#8221; &amp; &#8220;OK&#8221; once again to exit.</li>
<li> From the Start menu, select &#8220;Run&#8230;&#8221; &amp; type &#8220;devmgmt.msc&#8221;.</li>
<li> Double click on &#8220;IDE ATA/ATAPI controllers&#8221;</li>
<li> Right click on &#8220;Primary IDE Channel&#8221; and select &#8220;Properties&#8221;.</li>
<li> Select the &#8220;Advanced Settings&#8221; tab then on the device 0 or 1 that doesn&#8217;t have &#8216;device type&#8217; greyed out select &#8216;none&#8217; instead of &#8216;autodetect&#8217; &amp; click &#8220;OK&#8221;.</li>
<li> Right click on &#8220;Secondary IDE channel&#8221;, select &#8220;Properties&#8221; and repeat step 9.</li>
<li> Reboot your computer.</li>
</ol>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/hdd-slowdown-when-booting.html" rel="bookmark" title="February 15, 2008">HDD slowdown when booting</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/microsoft-windows-xp-professional-configuration.html" rel="bookmark" title="February 15, 2008">Microsoft Windows XP Professional Configuration</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/increase-your-cable-modem-or-dsl-speed-in-xp.html" rel="bookmark" title="February 15, 2008">Increase your cable modem or DSL speed in XP</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-speedup-browsing-folders.html" rel="bookmark" title="February 15, 2008">How to Speedup Browsing Folders</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-disable-indexing-services.html" rel="bookmark" title="February 15, 2008">How to Disable Indexing Services</a> [0 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 7.108 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/boot-xp-faster.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HDD slowdown when booting</title>
		<link>http://www.hendra-k.net/hdd-slowdown-when-booting.html</link>
		<comments>http://www.hendra-k.net/hdd-slowdown-when-booting.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:51:45 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/hdd-slowdown-when-booting.html</guid>
		<description><![CDATA[If you have a 3min+ or slower boot time where Windows XP seems to sit for 2+ or so minutes with the XP logo doing nothing before everything comes to life, then do the following. Download Bootvis from Microsoft and run it the next time you boot. Do a &#8216;Trace&#8217; If it shows a very [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a 3min+ or slower boot time where Windows XP seems to sit for 2+ or so minutes with the XP logo doing nothing before everything comes to life, then do the following.</p>
<p>Download Bootvis from Microsoft and run it the next time you boot. Do a &#8216;Trace&#8217;<br />
If it shows a very long &#8216;HDD init&#8217; time of minutes rather than seconds then this is how to fix it. <span id="more-136"></span></p>
<p>This example assumes you have 1 Hard drive on your primary IDE channel and a DVD-ROM(or CD)<br />
and CD-R on your two secondary IDE channels.</p>
<p>Go to start &gt; right click on my computer &gt; click properties. Click Hardware &gt; Device Manager.</p>
<p>Go to IDE/ATAPI Controllers. Select primary channel. Right click properties. Click the Advance settings tab. Then on the device (0 or 1)that does not have &#8216;device type&#8217; greyed out select &#8216;disable&#8217; instead of &#8216;autodetect&#8217;. This should stop windows trying to find a drive that isn&#8217;t there.</p>
<p>If you have your IDE channels set up differently simply repat the above for the secondary IDE channel settings.</p>
<p>When I did this my boot time went from 3mins 20 to 35 seconds.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/boot-xp-faster.html" rel="bookmark" title="February 15, 2008">Boot XP faster</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/install-xp-from-dos.html" rel="bookmark" title="February 15, 2008">Install XP from DOS</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/increase-your-cable-modem-or-dsl-speed-in-xp.html" rel="bookmark" title="February 15, 2008">Increase your cable modem or DSL speed in XP</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/microsoft-windows-xp-professional-configuration.html" rel="bookmark" title="February 15, 2008">Microsoft Windows XP Professional Configuration</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/speed-up-boot-time-connecting-to-lan.html" rel="bookmark" title="February 15, 2008">Speed Up Boot-Time Connecting To LAN</a> [0 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 7.651 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/hdd-slowdown-when-booting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert FAT32 To NTFS</title>
		<link>http://www.hendra-k.net/convert-fat32-to-ntfs.html</link>
		<comments>http://www.hendra-k.net/convert-fat32-to-ntfs.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:49:59 +0000</pubDate>
		<dc:creator>hendra</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://hendra-k.net/convert-fat32-to-ntfs.html</guid>
		<description><![CDATA[To change from FAT 32 to NTFS for more stability and security, open the command prompt and type: &#8220;Convert C: /FS:NTFS&#8221;. Make sure there is a space between the C: and the foward slash (/). Once you press enter it will ask you for confirmation and press Y. Then press Y and enter once more [...]]]></description>
			<content:encoded><![CDATA[<p>To change from FAT 32 to NTFS for more stability and security, open the command prompt and type: &#8220;Convert C: /FS:NTFS&#8221;. Make sure there is a space between the C: and the foward slash (/). Once you press enter it will ask you for confirmation and press<span id="more-135"></span> Y. Then press Y and enter once more to reboot. It will take between one hour and 15 minutes to convert to NTFS. Now you can set passwords for files and use encryption. This also works for windows XP Home.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/delete-files-that-are-undeletable.html" rel="bookmark" title="February 15, 2008">Delete files that are undeletable.</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/winrar-product-descriptions.html" rel="bookmark" title="April 15, 2008">WinRAR product descriptions</a> [2 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/windows-xp-shortcuts-and-tutorial.html" rel="bookmark" title="February 15, 2008">Windows Xp Shortcuts and Tutorial</a> [1 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/turn-off-windows-xps-built-in-support-for-zip-files.html" rel="bookmark" title="February 15, 2008">turn off Windows XP&#8217;s built-in support for ZIP files</a> [0 Comment(s)]
</li>
<li style="overflow:hidden">
<a href="http://www.hendra-k.net/how-to-speedup-browsing-folders.html" rel="bookmark" title="February 15, 2008">How to Speedup Browsing Folders</a> [0 Comment(s)]
</li>
</ul>
<p><!-- Similar Posts took 7.206 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hendra-k.net/convert-fat32-to-ntfs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

