<?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>GGTSdotNET</title>
	<atom:link href="http://ggts.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://ggts.net</link>
	<description>...notes, rants, and thoughts...</description>
	<lastBuildDate>Mon, 21 Nov 2011 16:52:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Passwordless Putty</title>
		<link>http://ggts.net/2011/11/21/passwordless-putty/</link>
		<comments>http://ggts.net/2011/11/21/passwordless-putty/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 16:52:51 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=98</guid>
		<description><![CDATA[Setting up Putty and SSH server 1) generate key using puttygen 2) save public and private keys to someplace safe 3) ssh to server 4) edit ~/.ssh/authorized_keys2 (chmod ga-w authorized_keys2) 5) enter data from public key. 6) load putty 7) load desired session Under ssh, select SSH2, and save session. 9) right click on pagent [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up Putty and SSH server</p>
<p>1) generate key using puttygen<br />
2) save public and private keys to someplace safe<br />
3) ssh to server<br />
4) edit ~/.ssh/authorized_keys2 (chmod ga-w  authorized_keys2)<br />
5) enter data from public key.<br />
6) load putty<br />
7) load desired session<br />
 <img src='http://ggts.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Under ssh, select SSH2, and save session.<br />
9) right click on pagent and add the private key<br />
10) login, and enter username.<br />
11) Edit startup script for pagent startup<br />
	&#8220;C:\Program Files\PuTTY\pageant.exe&#8221; d:\data\z_ssh\ssh_private_key.ppk</p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2011/11/21/passwordless-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the action can&#8217;t be completed because the folder or a file in it is open in another program</title>
		<link>http://ggts.net/2010/10/28/the-action-cant-be-completed-because-the-folder-or-a-file-in-it-is-open-in-another-program/</link>
		<comments>http://ggts.net/2010/10/28/the-action-cant-be-completed-because-the-folder-or-a-file-in-it-is-open-in-another-program/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 18:08:12 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Winodws 7]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=89</guid>
		<description><![CDATA[Running Windows 7 Enterprise I continually see this message while trying to either move or delete a directory. No applications are open that should be locking the directory. Through random chance I found that emptying the recycle bin when this occurs would often resolve the issue. I think I&#8217;ve traced the issue back to windows [...]]]></description>
			<content:encoded><![CDATA[<p>Running Windows 7 Enterprise I continually see this message while trying to either move or delete a directory. No applications are open that should be locking the directory. Through random chance I found that emptying the recycle bin when this occurs would often resolve the issue. I think I&#8217;ve traced the issue back to windows thumbnail caching. Turning this off seems to have resolved the issue. The easiest way to do this is as follows:</p>
<ol>
<li>Start &#8211; enter gpedit.msc in the search window</li>
<li>Select
<ul>
<li>User Configuration</li>
<li>Windows Components</li>
<li>Windows Explorer</li>
<li>Turn off caching of thumbnails in hidden thumbs.db files</li>
</ul>
</li>
<li>Select enabled and okay</li>
<li>Next either reboot or </li>
<li>Launch a shell and run &#8216;gpupdate /force&#8217;</li>
</ol>
<p>So far this seems to have resolved the issue. I&#8217;d much prefer a more elegant solution, but sometimes a rock is all you have. Hope that saves somebody some frustration.</p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2010/10/28/the-action-cant-be-completed-because-the-folder-or-a-file-in-it-is-open-in-another-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird no longer opens links</title>
		<link>http://ggts.net/2010/04/17/thunderbird-no-longer-opens-links/</link>
		<comments>http://ggts.net/2010/04/17/thunderbird-no-longer-opens-links/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 04:21:57 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=86</guid>
		<description><![CDATA[I recently upgraded my Ubuntu Karmic (9.10) install to use Thunderbird 3.X and Firefox 3.6.X. Somewhere in my mucking about I broke the open link in browser option. Here&#8217;s how to fix it: Brute force method: 1) Close TB. 2) mv ~/.*thunderbird/*default*/mimeTypes.rdf ~/.*thunderbird/*default*/mimeTypes.rdf.old 3) Launch TB and click a link. TB should now ask how [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my Ubuntu Karmic (9.10) install to use Thunderbird 3.X and Firefox 3.6.X. Somewhere in my mucking about I broke the open link in browser option. Here&#8217;s how to fix it:</p>
<p>Brute force method:<br />
<code><br />
1) Close TB.<br />
2) mv ~/.*thunderbird/*default*/mimeTypes.rdf ~/.*thunderbird/*default*/mimeTypes.rdf.old<br />
3) Launch TB and click a link. TB should now ask how you want to handle http links.<br />
4) Enter the path to FF (or the browser of your choice). Typically /usr/bin/firefox is a link to the current browser.<br />
5) You're done.<br />
</code><br />
More elegant (weapon for a more elegant time&#8230;) method:<br />
<code><br />
1) Edit - Preferences - Attachments<br />
2) http -> Use Other -> /usr/bin/firefox<br />
3) repeate for https.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2010/04/17/thunderbird-no-longer-opens-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8220;compressed folder&#8221; RMB pick</title>
		<link>http://ggts.net/2010/03/27/windows-compressed-folder-rmb-pick/</link>
		<comments>http://ggts.net/2010/03/27/windows-compressed-folder-rmb-pick/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 17:35:10 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Winodws 7]]></category>
		<category><![CDATA[WinXp]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=81</guid>
		<description><![CDATA[Some people like the windows tool for compressing folders. Really. They seem to prefer this to a real compression software like 7 Zip. Not sure why. When a third party compression software is installed the windows &#8220;compressed folder&#8221; tool is deactivated. To put it back, do the following: Start->Run->regsvr32 zipfldr.dll->OK Start->Run->cmd /c assoc .zip=CompressedFolder->OK Reboot]]></description>
			<content:encoded><![CDATA[<p>Some people like the windows tool for compressing folders. Really. They seem to prefer this to a <strong>real</strong> compression software like <a href="http://www.7-zip.org">7 Zip</a>. Not sure why. </p>
<p>When a third party compression software is installed the windows &#8220;compressed folder&#8221; tool is deactivated. To put it back, do the following:<br />
<code><br />
Start->Run->regsvr32 zipfldr.dll->OK<br />
Start->Run->cmd /c assoc .zip=CompressedFolder->OK<br />
Reboot<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2010/03/27/windows-compressed-folder-rmb-pick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Update keeps trying to install the same update</title>
		<link>http://ggts.net/2010/03/27/windows-update-keeps-trying-to-install-the-same-update/</link>
		<comments>http://ggts.net/2010/03/27/windows-update-keeps-trying-to-install-the-same-update/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 17:29:08 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Winodws 7]]></category>
		<category><![CDATA[WinXp]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=77</guid>
		<description><![CDATA[A failure in updating could happen when you suddenly get disconnected or downloaded corrupted data which happens a lot. And it seems that there is no local check to ensure that the file is actually complete. It just attempts to install the downloaded material even if its not complete. The stupid thing is that even [...]]]></description>
			<content:encoded><![CDATA[<p>A failure in updating could happen when you suddenly get disconnected or downloaded corrupted data which happens a lot. And it seems that there is no local check to ensure that the file is actually complete. It just attempts to install the downloaded material even if its not complete. The stupid thing is that even though you try to update again, it just checks the cache, see that its there and won&#8217;t bother redownloading the files.</p>
<p>Therefore when you face such a scenario, you could take these steps to solve your problems:</p>
<ol>
<li>Open Command Prompt by Start -> Run and type <code>cmd</code></li>
<li>On the Command Prompt, type <code>net stop wuauserv</code>. This is done so that you will terminate the windows automatic update service to allow us to delete the cache files</li>
<li>Still on the Command Prompt, type <code>cd /d %windir%</code></li>
<li>Type <code>rd /s SoftwareDistribution</code></li>
<li>Thats it, the cache has been purged. Now we need to restart the windows automatic update service again. To do that, type <code>net start wuauserv</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2010/03/27/windows-update-keeps-trying-to-install-the-same-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Listing top 5 memory consuming apps on a remote windows machine</title>
		<link>http://ggts.net/2010/03/17/listing-top-5-memory-consuming-apps-on-a-remote-windows-machine/</link>
		<comments>http://ggts.net/2010/03/17/listing-top-5-memory-consuming-apps-on-a-remote-windows-machine/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 15:14:40 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=75</guid>
		<description><![CDATA[I recently had the need to be able to see what applications were consuming the most amount of memory on a remote windows system. I only needed to do this on demand, and it was not something that I needed to do all the time. To get the view I wanted I resorted to using [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the need to be able to see what applications were consuming the most amount of memory on a remote windows system. I only needed to do this on demand, and it was not something that I needed to do all the time. To get the view I wanted I resorted to using a combination of pslist from the <a href="http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx">PStools</a> package and the *nix like environment for Windows <a href="http://www.cygwin.com/">Cygwin</a>. Below is the shell script i came up with. I&#8217;m sure somebody could make it cleaner, but this is what I found that worked. I post this here for my own reference and as a gift to the world (I know, it&#8217;s the thought the counts). </p>
<p><code><br />
#!/bin/bash</p>
<p># Printf description :<br />
# %-16s 	16 character text field, left justified.<br />
# \t 		Tab<br />
# %8.0f	8 character, numberic field, no decimal<br />
# %2S	2 Character text field, right justified.<br />
# ,$1,$4,"KB" 	First field from awk, Fourth Field from Awk, Text "KB"<br />
# $4 is the amount of memory used by the application or its "working set"</p>
<p>echo ""<br />
echo "Top 5 memory usage on egi6w008"<br />
echo""<br />
/cygdrive/d/workdir/bin/pslist -m \\\\hostname|  awk '{printf("%-16s\t %8.0f %2s\n",$1,$4,"KB")}'| sort  -k 2,2n | tail -n5<br />
echo ""<br />
/cygdrive/d/workdir/bin/pslist -m \\\\hostname |  awk '{tot=tot+$4} END {printf("%14s %8.0f %2s\n","Total Memory: ",tot,"KB")}'<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2010/03/17/listing-top-5-memory-consuming-apps-on-a-remote-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cursor (arrow) Keys not working in Ubuntu Terminal Server Client</title>
		<link>http://ggts.net/2010/03/13/cursor-arrow-keys-not-working-in-ubuntu-terminal-server-client/</link>
		<comments>http://ggts.net/2010/03/13/cursor-arrow-keys-not-working-in-ubuntu-terminal-server-client/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 01:14:26 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=73</guid>
		<description><![CDATA[Running Ubuntu 9.04, 32bit, I noticed that the cursor (arrow) keys were not functioning on Terminal Server Client which I use constantly to connect to XP machines for work. I use the Terminal Server Client Applet to easily access the machines I&#8217;m working on and it had worked in the past. I found, after some [...]]]></description>
			<content:encoded><![CDATA[<p>Running Ubuntu 9.04, 32bit, I noticed that the cursor (arrow) keys were not functioning on Terminal Server Client which I use constantly to connect to XP machines for work. I use the Terminal Server Client Applet to easily access the machines I&#8217;m working on and it had worked in the past. I found, after some digging, that the keyboard setting had gotten changed for all of the saved machines from en-us to us. So, the fix is as follows:</p>
<ol>
<li>Open the Terminal Server Client</li>
<li>Enter the machine details</li>
<li>Select the Local Resources tab</li>
<li>set the keyboard to en-us</li>
<li>Save the session to the Quick Connect Profile</li>
</ol>
<p>The cursor (arrow) keys not work as expected. </p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2010/03/13/cursor-arrow-keys-not-working-in-ubuntu-terminal-server-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stopping kdm (or gdm) from running at startup</title>
		<link>http://ggts.net/2009/10/11/stopping-kdm-or-gdm-from-running-at-startup/</link>
		<comments>http://ggts.net/2009/10/11/stopping-kdm-or-gdm-from-running-at-startup/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 21:04:07 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=71</guid>
		<description><![CDATA[Situation: I have a system that spends most of it&#8217;s time running as a server but occasionally I need a GUI so KDE is installed. 95% of the time I don&#8217;t want KDE or even KDM eating resources. When I want it, it&#8217;s easy enough to launch from a command line on demand. How do [...]]]></description>
			<content:encoded><![CDATA[<p>Situation: I have a system that spends most of it&#8217;s time running as a server but occasionally I need a GUI so KDE is installed. 95% of the time I don&#8217;t want KDE or even KDM eating resources. When I want it, it&#8217;s easy enough to launch from a command line on demand. How do I remove it from the start up. Easy way is to start deleting files from the rc.* directories. The approved way appears to be the following:</p>
<p><code>sudo update-rc.d -f kdm remove</code></p>
<p>To add it back:<br />
<code>sudo update-rc.d kdm defaults</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2009/10/11/stopping-kdm-or-gdm-from-running-at-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deluge torrent client broken after Jaunty upgrade</title>
		<link>http://ggts.net/2009/06/22/deluge-torrent-lclient-broken-after-jaunty-upgrade/</link>
		<comments>http://ggts.net/2009/06/22/deluge-torrent-lclient-broken-after-jaunty-upgrade/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 04:03:53 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ggts.net/2009/06/22/deluge-torrent-lclient-broken-after-jaunty-upgrade/</guid>
		<description><![CDATA[Just finally upgraded on of my desktop systems to Ubuntu Jaunty 9.04. Well, I upgraded it again. After the initial upgrade I was getting continuous hangs (scroll and caps lock flashing). At the time I didn&#8217;t have the energy or time to resolve the issue, so I nuked and went back to 8.10 on just [...]]]></description>
			<content:encoded><![CDATA[<p>Just finally upgraded on of my desktop systems to Ubuntu Jaunty 9.04. Well, I upgraded it again. After the initial upgrade I was getting continuous hangs (scroll and caps lock flashing). At the time I didn&#8217;t have the energy or time to resolve the issue, so I nuked and went back to 8.10 on just this system. Well, today, I finally resolved the issue (long story, probably a future post). </p>
<p>Anyway, after the upgrade completed, and I beat Xorg into line, I went to restart my Fedora 11 torrent so I can do some testing with that. And, something else broke: My favorite torrent client Deluge. Launching the client would result in a white window with no text (i.e. complete unresponsive window). After some digging I found a cryptic post about a libtorrent-rasterbar update that seems to be the culprit. The fix, is even easer:</p>
<p><code><br />
sudo apt-get install libtorrent-rasterbar4<br />
</code></p>
<p>As soon as I got libtorrent-rasterbar version 0.14.4-2 installed, deluge was happy again. </p>
<p>Reference: <a href="http://dev.deluge-torrent.org/ticket/953">http://dev.deluge-torrent.org/ticket/953</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2009/06/22/deluge-torrent-lclient-broken-after-jaunty-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joining a Windows 7 system to a Samba domain</title>
		<link>http://ggts.net/2009/05/17/joining-a-windows-7-system-to-a-samba-domain/</link>
		<comments>http://ggts.net/2009/05/17/joining-a-windows-7-system-to-a-samba-domain/#comments</comments>
		<pubDate>Sun, 17 May 2009 20:08:13 +0000</pubDate>
		<dc:creator>Garl</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Winodws 7]]></category>

		<guid isPermaLink="false">http://ggts.net/?p=55</guid>
		<description><![CDATA[UPDATE: I would strongly recommend reading the following link prior to mucking about int he windows 7 registry. The changes required vary with different versions of Samba. You have been warned! http://wiki.samba.org/index.php/Windows7 I had a client request a Windows 7 RC1 system so that they could test their product against the latest candidate from Redmond. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE:</strong> I would <strong>strongly</strong> recommend reading the following link prior to mucking about int he windows 7 registry. The changes required vary with different versions of Samba. You have been warned!</p>
<p><a href=" http://wiki.samba.org/index.php/Windows7"></p>
<p>http://wiki.samba.org/index.php/Windows7</a></p>
<p>I had a client request a Windows 7 RC1 system so that they could test their product against the latest candidate from Redmond. Their network is made up of a mix of Windows clients on Linux/Samba servers. Setting up the new client was fairly easy, but, as expected, Windows 7 refused to join to a the Samba domain stating that the domain in question was not available. Having gone through something similar when we finally added Vista clients I expected to have to update Samba to get this to work. Turns out you have to add two reg keys as well. Since it took me a fair bit of search to find this, I thought I&#8217;d document the required changes here, if for no other reason to save myself the trouble when I went to do it again&#8230; </p>
<ol>
<li>First you need to be running Samba v3.3.4 or later. Earlier versions have been reported to work, but there are some issues. Since this version is not available in the OS repos (CentOS) I got my copy from the <a href="http://enterprisesamba.com/">Samba Enterprise</a> site. They carry packages in RHEL, SLES, and Debian flavors and I have been using them for some time.</li>
<li>Next the Windows 7 client needs to have two registry keys added.<br />
<code><br />
HKLM\System\CurrentControlSet\Services\LanmanWorkstation\Parameters<br />
  DWORD  DomainCompatibilityMode = 1<br />
  DWORD  DNSNameResolutionRequired = 0<br />
</code></li>
<li>The following key needs to be changed or you will receive an error when trying to login using a domain accout of &#8220;The trust relationship between this workstation and the primary domain failed.&#8221;<br />
<code><br />
HKLM\SYSTEM\CurrentControlSet\services\Netlogon\Parameters<br />
  RequireStrongKey = 0<br />
</code></li>
</ol>
<p>Once these changes were made I was able to join the domain. I did receive an error on the join as shown in the following image, but the system seems to be working fine. </p>
<p><img src="http://ggts.net/wp-content/uploads/2009/05/domainjoinerror.png" alt="domainjoinerror" title="domainjoinerror" width="496" height="214" class="alignnone size-full wp-image-57" /></p>
<p>I&#8217;m assuming this will be resolved in future releases. Hope this helps save somebody at least a few minutes&#8230;</p>
<p><span id="more-55"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://ggts.net/2009/05/17/joining-a-windows-7-system-to-a-samba-domain/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

