<?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>gHacks technology news &#187; tutorial</title>
	<atom:link href="http://www.ghacks.net/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSI or EXE Setup</title>
		<link>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/</link>
		<comments>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:47:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[bootstrapper]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[setup.exe]]></category>
		<category><![CDATA[software installation]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows installer]]></category>
		<category><![CDATA[windows setup]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/23/msi-or-exe-setup/</guid>
		<description><![CDATA[Some software programs are unpacked to both an msi ans exe setup file. If you are a end user you might wonder which to execute to install the application properly. Chance is that you tried both ways at least once and noticed that clicking the msi or the exe setup file would install the application [...]]]></description>
			<content:encoded><![CDATA[<p>Some software programs are unpacked to both an msi ans exe setup file. If you are a end user you might wonder which to execute to install the application properly. Chance is that you tried both ways at least once and noticed that clicking the msi or the exe setup file would install the application properly. The setup.exe that you encounter in lots of software distributions is called a bootstrapper. This setup.exe file will check if the computer system is capable of running the software program; If it is it will initiate msiexec.exe which will launch the installation using the msi file.</p>
<p>Users who double-click on the msi file directly will also install the application but with the possibility that it will not run properly on the computer system. Take a computer program that requires the Microsoft .net Framework 3.5 for example. If the user has an older version of the framework installed setup.exe will download the files needed and launch the installation of the compatible framework and launch the installation using the msi file afterwards.</p>
<p>If the user installs using the msi file the installation will go through without problems but might experience an application crash or warning message while starting the application. It is therefor recommend on end user systems to always install applications using the setup.exe file if both a setup.exe and xyz.msi are available after unpacking the software program.</p>
<p><span id="more-11422"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/setup_msi_exe.jpg" alt="setup ms exe" title="setup ms exe" width="380" height="220" class="alignnone size-full wp-image-11421" /></p>
<p>There are even some msi setup files out there that will not perform the installation upon execution but request an installation using the setup.exe file instead to ensure that all necessary components are installed.</p>

	Tags: <a href="http://www.ghacks.net/tag/bootstrapper/" title="bootstrapper" rel="tag">bootstrapper</a>, <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/installer/" title="installer" rel="tag">installer</a>, <a href="http://www.ghacks.net/tag/knowledge/" title="Knowledge" rel="tag">Knowledge</a>, <a href="http://www.ghacks.net/tag/msi/" title="msi" rel="tag">msi</a>, <a href="http://www.ghacks.net/tag/setupexe/" title="setup.exe" rel="tag">setup.exe</a>, <a href="http://www.ghacks.net/tag/software-installation/" title="software installation" rel="tag">software installation</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/windows-installer/" title="windows installer" rel="tag">windows installer</a>, <a href="http://www.ghacks.net/tag/windows-setup/" title="windows setup" rel="tag">windows setup</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/23/windows-installer-cleanup-utility/" title="Windows Installer CleanUp Utility (July 23, 2009)">Windows Installer CleanUp Utility</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/01/software-installation-monitor/" title="Software Installation Monitor (March 1, 2009)">Software Installation Monitor</a> (11)</li>
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/04/28/learning-the-shell/" title="Learning the Shell (April 28, 2006)">Learning the Shell</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/" title="Join multiple video files into one (November 11, 2006)">Join multiple video files into one</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>About PuTTy and Tutorials, including a PuTTy Tutorial.</title>
		<link>http://www.ghacks.net/2008/02/09/about-putty-and-tutorials-including-a-putty-tutorial/</link>
		<comments>http://www.ghacks.net/2008/02/09/about-putty-and-tutorials-including-a-putty-tutorial/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 09:42:37 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Mobile Computing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[port forwarding]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[socks]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/09/about-putty-and-tutorials-including-a-putty-tutorial/</guid>
		<description><![CDATA[After my last post about the powers of PuTTy in conjunction with an SSH-enabled router, I started thinking about tutorials.]]></description>
			<content:encoded><![CDATA[<p>After my last <a href="http://www.ghacks.net/2008/02/05/fun-things-to-do-with-putty-and-linux-routers/">post</a> about the powers of PuTTy in conjunction with an SSH-enabled router, I started thinking about tutorials.</p>
<p>I am not a big tutorial-fan, cause I always can&#8217;t quite shake the feeling that I&#8217;m doing something here I have no particular knowledge of. And depending on what I do, this bothers me. A lot. Take sewing for instance (yes, I do indeed enjoy the fun of sewing, at least as long as it is fun); in the beginning I only did pre-set tutorials. I got to see some achievements, pretty fast as well, and was happy. But the clothings didn&#8217;t fit that well, more often than not I had to make corrections to be at least a bit satisfied with my work.</p>
<p>By now, I do most of my sewing patterns myself by taking bits from tutorials and knowledge and putting them together, and it works just fine for me. My point is, tutorials are often brief, giving appealing results in a short time, but often lack some of the necessary theory. Ever happened to you that you did something with a tutorial that just would not work? And after going through the complete text again, looking at all pictures, you realize there&#8217;s a small mistake in it, or something you wouldn&#8217;t have thought of, which the author took as given?</p>
<p><span id="more-3154"></span>I guess that&#8217;s the reason I don&#8217;t want to write tutorials, the danger of missing something (or to cut off too much or something like that) or to have people sitting in front of it thinking &#8220;Screw this guy, this just doesn&#8217;t work!&#8221;. Plus, there are plenty of tutorials out there regarding nearly any topic. Or are there?</p>
<p>But &#8211; as the headline suspects &#8211; I&#8217;m gonna break with this habit for now, and give you a few shots and explanations regarding my former post. No tutorial in a classical sense, but one like I  try to write my stuff as well: just concepts and ideas, but this time with pictures.</p>
<p>So let&#8217;s get started. Since I&#8217;m keeping my connection open most of the time, I&#8217;m using <a href="http://www.xs4all.nl/~whaa/putty/">PuTTyTray</a> instead of the regular <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTy</a> or its <a href="http://portableapps.com/apps/internet/putty_portable">portable</a> cousin, so some functions described here are not available in other versions.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/02/ss-00002-mod.jpg" alt="putty tutorial ss1" /></p>
<p>Here we got the starting screen. Use &#8220;Settings from file&#8221; (at the bottom of the screen) to save sessions to a file in the PuTTy-directory instead of the windows-registry. An absolute must for all portable users. The first ellipse is where you type your target server&#8217;s (or router&#8217;s, in our case) IP in. If you can&#8217;t remember your IP at any time or get dynamic IPs, make an dyndns-account to save you trouble. Most Routers come with built-in dyndns-support anyway nowadays, sparing you the effort of an update tool. Of course, we want to have &#8220;SSH&#8221; as a connection type, but it&#8217;s per default enabled, so there shouldn&#8217;t be any problems.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/02/ss-00003-mod.jpg" alt="putty tutorial ss2" /></p>
<p>Ah, that one took me awhile to figure out. Or to be more precise: I was swearing and cursing about the problem I encountered and by accident managed to find a solution in the settings for my terminal, which struck me to be very odd. So I wanna share my insights. The option I circled changes the character send to the server by pressing the backspace-key. Since the routers I mentioned all use some sort of linux, you might wanna change the option to the right one, &#8220;Control+? (127)&#8221;. Without that enabled, my fritzbox would only type &#8220;[^&#8221; or something like that instead of deleting the last character. Very annoying.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/02/ss-00004-mod.jpg" alt="putty tutorial ss3" /></p>
<p>That one is one of the PuTTyTray-only functions I mentioned that I don&#8217;t wanna miss ever again, regardless how more convenient PuTTyPortable sometimes might be for my purposes. Leave the option on &#8220;normal&#8221; to start it in normal terminal mode. I prefer that one, since I want to use password-authentication. No use minimizing the window to tray on start, only to have to bring it back up, type the password in and minimize it again. &#8220;Always&#8221; and &#8220;Never&#8221; produced funny behaviors that I couldn&#8217;t get a hold of, but, if you wanna guess and like riddles, go and give it a try.</p>
<p>And oh, the &#8220;Accept single-click&#8230;&#8221;-option is nice as well, if you use this kind of restoring in all of your programs. Mixing double-click and single-click is definitely not a good idea, at least not for me.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/02/ss-00005-mod.jpg" alt="putty tutorial ss4" /></p>
<p>Oh, yeah. Not that important, I gotta admit. But it would allow you to pick a username that&#8217;s hard to remember (please don&#8217;t say anything about the &#8220;root&#8221; I typed in there.. it is for demonstration purposes only!), and even harder to guess. When using password authentication, I only have to type in my password and not my username. spares me ~1.2 seconds. yay!</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/02/ss-00007-mod.jpg" alt="putty tutorial ss5" /></p>
<p>Painting Frenzy!! Okay, now here we go. This tab is the mekka for all your needs, the holy grail of port forwarding.<br />
The first option I circled is recommended to use, but it is not without risks (security, mostly). Some protocols may need this option to function properly though. When you look at the entries 1, 2 and 3 they all have a source port (the first column) and a destination (the second one), like my arrows &#8211; done extremely skilled, if I may say so &#8211; try to show you.</p>
<p>1.) This is a standard port forwarding like used by any program. I specified my source port, which is 5700 (always select &#8220;local&#8221; as a type if unsure for the others and their doings), and a destination that is usually an IP plus a port. As you can see or at least guess, it&#8217;s for VNC (port 5900), and it&#8217;s for a fictional desktop in my home network.</p>
<p>2.) That one I use for the emulation of a vpn. Remember the virtual network adapter I had to create? I gave it the very innovative IP 10.0.0.1, Windows File Sharing services use port 139, so its 10.0.0.1:139 for source. The destination is my main network-hard drive with the very same port. If you specify an IP for the source port, the port is only forwarded if the accordant network adapter is used. In case of the file sharing, I had to do this, since I wanted to work both ways at the same time &#8211; local file sharing and file sharing over SSH. If you need only one of both, feel free to just forward the port without a source IP.</p>
<p>3.) This one is pretty much like the first, but it points to a virtual network card I created on my Router. I did so because it is forbidden to map any ports directly to the routers own IP, but mapping to the virtual NIC is allowed. Here, I&#8217;m forwarding localhost&#8217;s port 80 (do NOT do this when running a webserver or any software using port 80) to the virtual NIC&#8217;s port 80, so I can display my router&#8217;s status page in my browser here at work, taking a look at phone lists and the like. I also could&#8217;ve made a port forwarding like &#8220;6666      192.168.178.253:80&#8243;, to view my routers page then, I would have to connect to &#8220;localhost:6666&#8243; in my browser, as well as for connecting my VNC, I have to connect to &#8220;&lt;dyndns-address&gt;:5700&#8243; instead of just &#8220;&lt;dyndns-address&gt;&#8221;.</p>
<p>Be careful with the Connection -&gt; Proxy-Tab though. You don&#8217;t have to specify anything here for PuTTy to provide the SOCKS-proxy I mentioned. This is only necessary if PuTTy is forced (or wanted) to use a proxy to connect to the target net (usually, the internet) itself, like when using PuTTy over TOR for instance, which is by the way in my opinion the most comfortable way of using TOR there is.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/02/ss-00008-mod.jpg" alt="putty tutorial ss6" /></p>
<p>Oh my, I almost forgot that one.. this is crucial when keeping your connection up and running for a long time. If the connection gets broken there is a chance that your server-component remains active and running on the router, and if your reconnect, you got a second one running, and a third one if that happens again.. you catch my drift. I chose a value of 60 seconds, and it works for me. It was a more or less random choice though, other values might do equally fine.</p>
<p>Okay. I admit, that didn&#8217;t hurt that much at all. Maybe I will just&#8230;  keep posting funny daubed pictures about programs I use&#8230;</p>
<p>cya all soon! :)</p>

	Tags: <a href="http://www.ghacks.net/tag/port-forwarding/" title="port forwarding" rel="tag">port forwarding</a>, <a href="http://www.ghacks.net/tag/proxy/" title="proxy" rel="tag">proxy</a>, <a href="http://www.ghacks.net/tag/putty/" title="putty" rel="tag">putty</a>, <a href="http://www.ghacks.net/tag/socks/" title="socks" rel="tag">socks</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/vnc/" title="vnc" rel="tag">vnc</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/05/fun-things-to-do-with-putty-and-linux-routers/" title="Fun Things to do with PuTTy and Linux-Routers (February 5, 2008)">Fun Things to do with PuTTy and Linux-Routers</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/17/my-encrypted-tunnel/" title="My Encrypted Tunnel (November 17, 2008)">My Encrypted Tunnel</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/09/25/manage-your-ssh-connections-with-secpanel/" title="Manage your ssh connections with SecPanel (September 25, 2009)">Manage your ssh connections with SecPanel</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/10/11/manage-servers-for-putty-winscp-vnc-and-microsoft-terminal-server/" title="Manage Servers For Putty WinSCP VNC And Microsoft Terminal Server (October 11, 2009)">Manage Servers For Putty WinSCP VNC And Microsoft Terminal Server</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/09/about-putty-and-tutorials-including-a-putty-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ShowMeDo Free Video Tutorial Website</title>
		<link>http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/</link>
		<comments>http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 08:27:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[clip]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[screencasting]]></category>
		<category><![CDATA[showmedo]]></category>
		<category><![CDATA[teach]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/</guid>
		<description><![CDATA[ShowMeDo is a relatively new website that is about videos by the people, for the people as they put it. Not the normal type of videos that you find on sites like youtube but videos that teach the viewer. The site currently has seven categories where movies are located, those are Python, Java, Ruby, Linux, Blender, Screencasting and Other. The biggest category is the Other category which will most likely be the most interesting category for everyone who is not into programming, linux and 3d.]]></description>
			<content:encoded><![CDATA[<p><a title="showmedo" target="_blank" href="http://showmedo.com/">ShowMeDo</a> is a relatively new website that is about videos by the people, for the people as they put it. Not the normal type of videos that you find on sites like youtube but videos that teach the viewer. The site currently has seven categories where movies are located, those are Python, Java, Ruby, Linux, Blender, Screencasting and Other. The biggest category is the Other category which will most likely be the most interesting category for everyone who is not into programming, linux and 3d.</p>
<p>I know that you would like some examples of videos that you can find at ShowMeDo, here we go. I pick three random ones: Getting Started with Wordpress, Basic Car Maintenance and The Perfect Cup of Coffee, As you can see they offer tech related video tutorials and &#8220;real-life&#8221; tutorials as well. Playing a video works the same way as in youtube, just click the link, the video loads and you press play in the video to start it. If youtube works for you ShowMeDo will as well.</p>
<p><span id="more-994"></span>As I said earlier it is a relatively new website which means that they do not have millions of videos. It also takes a longer time for the users to create tutorial videos as you can imagine. The ShowMeDo wiki has a (written) <a title="showmedo tutorial" target="_blank" href="http://wiki.showmedo.com/index.php?title=Making_a_ShowMeDo_video">tutorial</a> that explains in detail how to create videos that can be uploaded to ShowMeDo, why not share your knowledge if you are good at something ?</p>
<p>You may request tutorials about a certain subject. Users can vote which request is of interest to them. This is a nice feature, really nice. You still need someone to pick up your request so don&#8217;t start with something like theory of relativity. I suppose basic stuff works best here.</p>
<p>If ShowMeDo manages to gain some momentum and exposure on the internet they surely will make they way as a great niche movie website that is able to survive amongst the big players.</p>
<p>found at <a title="donationcoder" target="_blank" href="http://donationcoder.com/">donationcoder</a></p>

	Tags: <a href="http://www.ghacks.net/tag/clip/" title="clip" rel="tag">clip</a>, <a href="http://www.ghacks.net/tag/flash/" title="flash" rel="tag">flash</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/perl/" title="perl" rel="tag">perl</a>, <a href="http://www.ghacks.net/tag/python/" title="python" rel="tag">python</a>, <a href="http://www.ghacks.net/tag/screencasting/" title="screencasting" rel="tag">screencasting</a>, <a href="http://www.ghacks.net/tag/showmedo/" title="showmedo" rel="tag">showmedo</a>, <a href="http://www.ghacks.net/tag/teach/" title="teach" rel="tag">teach</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/18/the-best-linux-media-players/" title="The best Linux media players (April 18, 2009)">The best Linux media players</a> (20)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/linerider-has-been-updated/" title="Linerider has been updated (December 6, 2006)">Linerider has been updated</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/05/04/installing-flash-in-ubuntu-904-with-firefox/" title="Installing Flash in Ubuntu 9.04 with Firefox (May 4, 2009)">Installing Flash in Ubuntu 9.04 with Firefox</a> (25)</li>
	<li><a href="http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/" title="Installing Firefox and Flash From Source (February 19, 2009)">Installing Firefox and Flash From Source</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/12/08/find-out-which-codec-is-missing-for-playback/" title="Find out which codec is missing for playback (December 8, 2006)">Find out which codec is missing for playback</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Faster Access to XP system tools</title>
		<link>http://www.ghacks.net/2006/11/09/faster-access-to-xp-control-panel-programs/</link>
		<comments>http://www.ghacks.net/2006/11/09/faster-access-to-xp-control-panel-programs/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 21:50:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[control-panel]]></category>
		<category><![CDATA[filenames]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[system-files]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows-files]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/11/09/faster-access-to-xp-control-panel-programs/</guid>
		<description><![CDATA[What do you do if you want to access one of the administrative programs in Windows XP ? You click through various menus most of the time to reach the destination. If you wanted to reach the Device Manager you would have to click on Start, Control Panel, System, Hardware Tab and then the Device Manager.]]></description>
			<content:encoded><![CDATA[<p>What do you do if you want to access one of the administrative programs in Windows XP ? You click through various menus most of the time to reach the destination. If you wanted to reach the Device Manager you would have to click on Start, Control Panel, System, Hardware Tab and then the Device Manager.</p>
<p>The following method might be useful for experienced users who like to access those programs faster. I&#8217;m going to list the filenames of many system tools. All you would have to do is to hit Windows + R and type the name of the file to open it. This might be faster on some occasions. By knowing the names you could also create some shortcuts on your desktop if you need one or more of those programs on a daily basis.</p>
<p><span id="more-904"></span></p>
<p>Backup or Restore Wizard &#8211; ntbackup.exe<br />
Clean up Drive &#8211; cleanmgr.exe<br />
Command Line  &#8211; cmd.exe<br />
Computer Management &#8211; compmgmt.msc<br />
Create a shared folder &#8211; shrpubw.exe<br />
Device Manager &#8211; devmgmt.msc<br />
Disk Defragmenter &#8211; dfrg.msc<br />
Disk Management &#8211; diskmgmt.msc<br />
Event Viewer &#8211; eventvwr.msc<br />
File Signature Verification &#8211; sigverif.exe<br />
Group Policy &#8211; gpedit.msc<br />
Local Security Settings &#8211; secpol.msc<br />
Memory Usage &#8211; mem<br />
Performance &#8211; perfmon.msc<br />
Securing the Windows XP Account Database &#8211; syskey.exe<br />
Services &#8211; services.msc<br />
Shared Folders &#8211; fsmgmt.msc<br />
System Configuration Editor &#8211; sysedit<br />
System Configuration Utility &#8211; msconfig.exe<br />
User Accounts &#8211; lusrmgr.msc<br />
Windows Management Infrastructure &#8211; wmimgmt.msc</p>

	Tags: <a href="http://www.ghacks.net/tag/control-panel/" title="control-panel" rel="tag">control-panel</a>, <a href="http://www.ghacks.net/tag/filenames/" title="filenames" rel="tag">filenames</a>, <a href="http://www.ghacks.net/tag/files/" title="files" rel="tag">files</a>, <a href="http://www.ghacks.net/tag/operating-systems/" title="Operating Systems" rel="tag">Operating Systems</a>, <a href="http://www.ghacks.net/tag/system-files/" title="system-files" rel="tag">system-files</a>, <a href="http://www.ghacks.net/tag/tips/" title="tips" rel="tag">tips</a>, <a href="http://www.ghacks.net/tag/tricks/" title="tricks" rel="tag">tricks</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-files/" title="windows-files" rel="tag">windows-files</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a>, <a href="http://www.ghacks.net/tag/xp/" title="xp" rel="tag">xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/11/21/remove-old-dll-files-from-your-system/" title="Remove old dll files from your system (November 21, 2006)">Remove old dll files from your system</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/01/06/remove-ntfs-timestamps-to-speed-up-vista/" title="Remove Ntfs Timestamps to speed up Vista (January 6, 2007)">Remove Ntfs Timestamps to speed up Vista</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/10/23/make-xp-look-like-windows-vista/" title="Make XP look like Windows Vista (October 23, 2007)">Make XP look like Windows Vista</a> (14)</li>
	<li><a href="http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/" title="Join multiple video files into one (November 11, 2006)">Join multiple video files into one</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/11/09/faster-access-to-xp-control-panel-programs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginners guide to Linux</title>
		<link>http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/</link>
		<comments>http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/#comments</comments>
		<pubDate>Fri, 05 May 2006 18:01:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux beginners guide]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/</guid>
		<description><![CDATA[Everyone has to start somewhere if he wants to try something new. I´ve been talking to many of my friends and I got the impression that many would make the switch to Linux if there would be some sort of standard, some fire and forget Linux that you install just like windows xp for instance. With Vista on the doorstep and TCPA (Paladium, whatever it is called now) changing to Linux becomes more and more attractive even for those users that don´t want to learn everything from the start.]]></description>
			<content:encoded><![CDATA[<p>Everyone has to start somewhere if he wants to try something new. I´ve been talking to many of my friends and I got the impression that many would make the switch to linux if there would be some sort of standard, some fire and forget Linux that you install just like windows xp for instance. With Vista on the doorstep and TCPA (Paladium, whatever it is called now) changing to Linux becomes more and more attractive even for those users that don´t want to learn everything from the start.</p>
<p>I´am babbling, forgive me. I found a <a target="_blank" href="http://www.tldp.org/LDP/intro-linux/html/index.html">comprehensive Linux guide</a> which gives you a good understanding of the linux operating system. The guide visualizes everything with screenshots and code tags to assist new users even more. If you ever thought of switching this guide might be just what you´ve been waiting for.</p>
<p><span id="more-469"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/help/" title="help" rel="tag">help</a>, <a href="http://www.ghacks.net/tag/howto/" title="howto" rel="tag">howto</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-beginners-guide/" title="linux beginners guide" rel="tag">linux beginners guide</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/unix/" title="unix" rel="tag">unix</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/" title="Remote SSH: Run processes anywhere on different platforms (March 29, 2009)">Remote SSH: Run processes anywhere on different platforms</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/12/21/getting-to-know-linux-installing-applications-in-unbuntu/" title="Getting to Know Linux: Installing applications in Ubuntu (December 21, 2008)">Getting to Know Linux: Installing applications in Ubuntu</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/" title="dd: the ultimate disk cloning tool (January 17, 2009)">dd: the ultimate disk cloning tool</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/11/22/access-remote-unix-guis-in-windows-xming/" title="Access remote Unix GUIs in Windows: Xming (November 22, 2008)">Access remote Unix GUIs in Windows: Xming</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Learning the Shell</title>
		<link>http://www.ghacks.net/2006/04/28/learning-the-shell/</link>
		<comments>http://www.ghacks.net/2006/04/28/learning-the-shell/#comments</comments>
		<pubDate>Fri, 28 Apr 2006 21:30:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/04/28/learning-the-shell/</guid>
		<description><![CDATA[If you happen to run a webserver that uses linux or happen to run linux as your operating system for the computer you work with you should know the basics of the shell. Sometimes you quickly have to find your way into the shell and a site like linuxcommand helps you alot doing so.]]></description>
			<content:encoded><![CDATA[<p>If you happen to run a webserver that uses linux or happen to run linux as your operating system for the computer you work with you should know the basics of the shell. Sometimes you quickly have to find your way into the shell and a site like <a target="_blank" href="http://linuxcommand.org/learning_the_shell.php">linuxcommand</a> helps you alot doing so.</p>
<p>Learning the shell starts with explaining the shell concept: &#8220;What is the shell ?&#8221;. After that it goes straight into navigating, looking around and a guided tour which explains the default directory structure. After that it´s manipulating files, I/O redirection, permissions and job controll. The tutorial uses lots of screenshots to visualise the paragraphs, great way for beginners I think.</p>
<p><span id="more-452"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/11/04/remove-windows-media-player-menu-items/" title="Remove Windows Media Player Menu Items (November 4, 2007)">Remove Windows Media Player Menu Items</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/" title="Remote SSH: Run processes anywhere on different platforms (March 29, 2009)">Remote SSH: Run processes anywhere on different platforms</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/20/queue-file-operations-with-piky-basket/" title="Queue File Operations with Piky Basket (February 20, 2008)">Queue File Operations with Piky Basket</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/msi-or-exe-setup/" title="MSI or EXE Setup (March 23, 2009)">MSI or EXE Setup</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/04/28/learning-the-shell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building a better Password</title>
		<link>http://www.ghacks.net/2006/02/01/building-a-better-password/</link>
		<comments>http://www.ghacks.net/2006/02/01/building-a-better-password/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 08:26:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[guideline]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=304</guid>
		<description><![CDATA[Most people tend to use passwords that they can rememeber easily. If you take a deeper look many use the same password for most of their password protected activities which is a high security risk. Break one, get access to all. ]]></description>
			<content:encoded><![CDATA[<p>Most people tend to use passwords that they can rememeber easily. If you take a deeper look many use the same password for most of their password protected activities which is a high security risk. Break one, get access to all. </p>
<p>The article Build a better Password gives a short introduction to password formats. A password can either be something you know, something you have or something you are.</p>
<p><span id="more-304"></span></p>
<p>The author recomments that users follow three simple guidelines to make their passwords more secure: Increase the lenght of the password by adding more information, Eliminate spaces and add special characters to make dictionary attacks worthless.</p>
<p>Those are simple measures that can tremendously boost your security. Of course, no password is 100% secure.</p>

	Tags: <a href="http://www.ghacks.net/tag/guideline/" title="guideline" rel="tag">guideline</a>, <a href="http://www.ghacks.net/tag/password/" title="password" rel="tag">password</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/05/11/introduction-series-part-3-user-name-and-password-protection/" title="Introduction Series Part 3: User Name and Password Protection (May 11, 2006)">Introduction Series Part 3: User Name and Password Protection</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/12/08/distributed-password-recovery-using-geforce-8-video-cards/" title="Distributed Password Recovery using Geforce 8 Video Cards (December 8, 2007)">Distributed Password Recovery using Geforce 8 Video Cards</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/04/17/top-15-security-and-hacking-tools-utilities/" title="Top 15 Security and Hacking Tools &#038; Utilities (April 17, 2006)">Top 15 Security and Hacking Tools &#038; Utilities</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/yahoo-marks-dangerous-search-results/" title="Yahoo marks dangerous search results (May 7, 2008)">Yahoo marks dangerous search results</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/02/01/building-a-better-password/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boot Windows from Usb</title>
		<link>http://www.ghacks.net/2005/12/12/boot-windows-from-usb/</link>
		<comments>http://www.ghacks.net/2005/12/12/boot-windows-from-usb/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 16:40:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot device]]></category>
		<category><![CDATA[boot windows from usb]]></category>
		<category><![CDATA[booting]]></category>
		<category><![CDATA[pe builder]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[usb boot]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=217</guid>
		<description><![CDATA[Now this article over at tomshardware.com comes in handy. I told you yesterday how to encrypt your hard drives with the great true crypt freeware and recommended that everything would be encrypted and the system would be booted from usb.]]></description>
			<content:encoded><![CDATA[<p>Now this article over at <a href="http://www.tomshardware.com/2005/09/09/windows_in_your_pocket/" target="_Blank">tomshardware.com</a> comes in handy. I told you yesterday how to encrypt your hard drives with the great <a href="http://www.ghacks.net/tag/true-crypt/">true crypt</a> freeware and recommended that everything would be encrypted and the system would be booted from usb.</p>
<p>The article gives a 14 pages tutorial on how to create bootable windows operating system on a 256 MB usb stick.  You can of course use a bigger one and add more utilities that you need (like true crypt for example). Everything is well explained, you should not encounter lots of problems.</p>
<p><span id="more-217"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/boot-device/" title="boot device" rel="tag">boot device</a>, <a href="http://www.ghacks.net/tag/boot-windows-from-usb/" title="boot windows from usb" rel="tag">boot windows from usb</a>, <a href="http://www.ghacks.net/tag/booting/" title="booting" rel="tag">booting</a>, <a href="http://www.ghacks.net/tag/pe-builder/" title="pe builder" rel="tag">pe builder</a>, <a href="http://www.ghacks.net/tag/recovery/" title="recovery" rel="tag">recovery</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/usb-boot/" title="usb boot" rel="tag">usb boot</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/03/23/recover-accidentally-deleted-files/" title="Recover accidentally deleted files (March 23, 2007)">Recover accidentally deleted files</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/msi-or-exe-setup/" title="MSI or EXE Setup (March 23, 2009)">MSI or EXE Setup</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/04/28/learning-the-shell/" title="Learning the Shell (April 28, 2006)">Learning the Shell</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/11/09/faster-access-to-xp-control-panel-programs/" title="Faster Access to XP system tools (November 9, 2006)">Faster Access to XP system tools</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/12/12/boot-windows-from-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
