<?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>discardia &#187; Hacks</title>
	<atom:link href="http://discardme.com/blog/category/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://discardme.com/blog</link>
	<description>9 out of 10 monkeys believe they are not behind glass</description>
	<lastBuildDate>Wed, 23 May 2012 08:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Engineering Weight Loss</title>
		<link>http://discardme.com/blog/2009/12/01/engineering-weight-loss/</link>
		<comments>http://discardme.com/blog/2009/12/01/engineering-weight-loss/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:57:08 +0000</pubDate>
		<dc:creator>discard</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://discardme.com/blog/?p=727</guid>
		<description><![CDATA[Wired&#8217;s HowTo wiki has a pretty good weight loss tip that goes straight to my usual argument on &#8220;bottom line&#8221; calories. I advocate that it does not necessarily matter what you eat, as long as you stick with moderation, and understanding calories-in should equal calories-out. Eat only what you can burn. I am not a [...]]]></description>
			<content:encoded><![CDATA[<p>Wired&#8217;s HowTo wiki has a pretty good weight loss tip that goes straight to my usual argument on &#8220;bottom line&#8221; calories.  I advocate that it does not necessarily matter <strong>what </strong>you eat, as long as you stick with moderation, and understanding calories-in should equal calories-out.  Eat only what you can burn.  I am not a Dr.  I am not an expert&#8230; but it would be common sense that your body will burn only what it needs.  The rest will go to fat, right?  </p>
<p><a href="http://howto.wired.com/wiki/Engineer_Weight_Loss">The tip</a>:</p>
<blockquote><p>   1.  Multiply the pounds you want to lose by the number of calories in a pound of fat: 10 x 3,500 = 35,000.<br />
   2. Divide the total by the days you’ll diet: 35,000 ÷ 60 = 583.<br />
   3. Calculate your Basal Metabolic Rate 100 calories per pound of body weight<br />
   4. Calculate your calories expenditure from exercize<br />
   5. Then use the formula (BMR+Exercise)-diet=total allowed calories </p></blockquote>
<p>It has some other useful info on there about tips to rediscover your full limit at meal time.  I might try this just to see how it works:</p>
<blockquote><p>Try this: One night, eat only half the amount of food on your plate. Wait 30 minutes, assess your feelings of satiation, and then wait 90. If you&#8217;re still not hungry, you&#8217;ve probably been overeating. Most people grossly overestimate the amount of food they need to feel full, says Dr. David Kessler, author of The End of Overeating. A sensible meal will keep you full for four hours, and a sensible snack, for two. Experiment with reducing your portion sizes, and serve yourself those meals on smaller plates or bowls.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://discardme.com/blog/2009/12/01/engineering-weight-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere 4.0 client bug with Windows 7 x64</title>
		<link>http://discardme.com/blog/2009/09/02/vsphere-4-0-client-bug-with-windows-7-x64/</link>
		<comments>http://discardme.com/blog/2009/09/02/vsphere-4-0-client-bug-with-windows-7-x64/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:46:19 +0000</pubDate>
		<dc:creator>discard</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://discardme.com/blog/?p=644</guid>
		<description><![CDATA[I am running Windows 7 Enterprise x64, and I just deployed my first vSphere box into my production environment. I have a smattering of 3.5 boxes out there, and the previous client works just fine on Windows 7. Not the vSphere 4 client. Piece of crap. Throws up errors on login: Error Parsing the server [...]]]></description>
			<content:encoded><![CDATA[<p>I am running Windows 7 Enterprise x64, and I just deployed my first vSphere box into my production environment.  I have a smattering of 3.5 boxes out there, and the previous client works just fine on Windows 7.</p>
<p>Not the vSphere 4 client.  Piece of crap.  Throws up errors on login:</p>
<blockquote><p>Error Parsing the server &#8220;host ip&#8221; &#8220;clients.xml&#8221; file. Login will continue contact your system administrator.</p></blockquote>
<p>The irony there is that I <strong>am </strong>the system administrator.  Click ok&#8230; then:</p>
<blockquote><p>The type initializer for &#8220;VirtualInfrastrcture.Utils.HttpWebRequestProxy&#8221; threw an exception.</p></blockquote>
<p>Thankfully a quick Bing/Google search popped the answer from the <a href="http://communities.vmware.com/thread/211440">VMware communities</a>&#8230; it is all because of a single dll in .net framework that the client relies on.</p>
<p>Browse to the install directory of the client: C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\ and create a folder called &#8220;Lib&#8221;.</p>
<p>Obtain a system.dll file from a .net Framework 3.5sp1 install on a XP/2003 machine (found in %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\system.dll).</p>
<p>Copy the system.dll to the folder you created: C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib\system.dll</p>
<p>Then open the client app vpxclient.exe.config file and add a <runtime> element with a development mode set to true within the bounds of the <configuration> element (be sure to enclose each line in <>).<br />
<code><br />
configuration<br />
...<br />
runtime<br />
developmentMode developerInstallation="true"/<br />
/runtime<br />
/configuration </code></p>
<p>Then create a batch file to start up the app&#8230;  like vpxclient.bat and put these lines in:<br />
<code>SET DEVPATH=C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib<br />
"C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"<br />
exit<br />
</code></p>
<p>Start the client with the batch file&#8230; works like a champ.</p>
]]></content:encoded>
			<wfw:commentRss>http://discardme.com/blog/2009/09/02/vsphere-4-0-client-bug-with-windows-7-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox video lag fix</title>
		<link>http://discardme.com/blog/2009/08/21/firefox-video-lag-fix/</link>
		<comments>http://discardme.com/blog/2009/08/21/firefox-video-lag-fix/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 19:18:17 +0000</pubDate>
		<dc:creator>discard</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://discardme.com/blog/?p=620</guid>
		<description><![CDATA[In Firefox about:config, browser.sessionstore.interval change from 10000 to 120000 to stop video streaming lag, per here: Many users, myself included, visit YouTube on an almost daily basis. Ever since Firefox version 2.0 implemented the session restore function, when you are watching a video on YouTube (perhaps on other video sites as well, I haven&#8217;t really [...]]]></description>
			<content:encoded><![CDATA[<p>In Firefox about:config, browser.sessionstore.interval change from 10000 to 120000 to stop video streaming lag, per <a href="http://lifehacker.com/5342636/how-to-fix-annoying-youtube-jumpiness-in-firefox">here</a>:</p>
<blockquote><p>    Many users, myself included, visit YouTube on an almost daily basis. Ever since Firefox version 2.0 implemented the session restore function, when you are watching a video on YouTube (perhaps on other video sites as well, I haven&#8217;t really tested that), you may notice a tiny freeze-up of the video every 10 seconds or so. This happens because the session restore is by default set to save all open tabs every 10 seconds. This is especially noticeable if you happen to have a lot of tabs open at once.</p>
<p>    The quick fix for this problem, at least for my own sake, is to increase the time between each of the saves performed by session restore. By opening about:config in your Firefox address bar, then typing browser.sessionstore.interval in the filter box, you&#8217;ll see a value of 10000, which is in milliseconds. (Meaning your session is saved every 10 seconds.) I changed this to 300000, or every 5 minutes, as I don&#8217;t have the urgent need for tab restoration. If you feel like being more on the safe side, try increasing it to something a bit lower, say 120000, or every 2 minutes.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://discardme.com/blog/2009/08/21/firefox-video-lag-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Account Control Error in Vista x64 Enterprise</title>
		<link>http://discardme.com/blog/2009/07/01/user-account-control-error-in-vista-x64-enterprise/</link>
		<comments>http://discardme.com/blog/2009/07/01/user-account-control-error-in-vista-x64-enterprise/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:02:17 +0000</pubDate>
		<dc:creator>discard</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://discardme.com/blog/?p=570</guid>
		<description><![CDATA[Try this weirdness on for size. I was troubleshooting a bad application install on my Vista x64 box here at work a couple weeks ago, made a couple application-related registry deletions. Nothing major. And UAC re-enabled itself. I started getting prompts for application use, scripts, etc. The weird part? Going into the User Accounts Control [...]]]></description>
			<content:encoded><![CDATA[<p>Try this weirdness on for size.</p>
<p>I was troubleshooting a bad application install on my Vista x64 box here at work a couple weeks ago, made a couple application-related registry deletions.  Nothing major.</p>
<p>And UAC re-enabled itself.  I started getting prompts for application use, scripts, etc.</p>
<p>The weird part?  </p>
<p>Going into the User Accounts Control Panel applet, and UAC was deselected.  Vista was saying that it was disabled, yet I was still getting prompts.  I would select it, reboot, check and it was back to deselected.  It was stuck on, yet the control panel was stuck with box unchecked (meaning it should have been off).  No GPO for Vista on my domain, no overriding apps.</p>
<p>WTF?</p>
<p>So I ran msconfig, clicked the Tools tab, and launched the Disable UAC script. Rebooted.</p>
<p>Fixed.</p>
<p>Weird. Weird. Weird.</p>
<p>And I checked the registry after the boot (I should have checked it prior to see if the value was different), but after the reboot, the registry confirmed it was truly disabled.</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA == 0 (disabled).</p>
<p>Another day, another Microsoft bug.</p>
]]></content:encoded>
			<wfw:commentRss>http://discardme.com/blog/2009/07/01/user-account-control-error-in-vista-x64-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FasterFox and tweaking Firefox yourself</title>
		<link>http://discardme.com/blog/2009/01/28/fasterfox-and-tweaking-firefox-yourself/</link>
		<comments>http://discardme.com/blog/2009/01/28/fasterfox-and-tweaking-firefox-yourself/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 18:53:25 +0000</pubDate>
		<dc:creator>discard</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://discardme.com/blog/2009/01/28/fasterfox-and-tweaking-firefox-yourself/</guid>
		<description><![CDATA[I was disappointed when I upgraded to Firefox 3 and found that one of my favorite extensions was killed. FasterFox was one of those tweaks that really made a difference in browsing speeds. Then I stumbled across this today. Reduce the amount of RAM Firefox uses for its cache feature Type “about:config” (no quotes) in [...]]]></description>
			<content:encoded><![CDATA[<p>I was disappointed when I upgraded to Firefox 3 and found that one of my favorite extensions was killed.  FasterFox was one of those tweaks that really made a difference in browsing speeds.  </p>
<p>Then I stumbled across <a href="http://jamespoling.com/2009/01/how-to-double-your-firefox-browsing-speed-with-a-few-easy-tweaks/">this </a>today.</p>
<blockquote><p>
<strong>Reduce the amount of RAM Firefox uses for its cache feature</strong></p>
<ol>
<li>Type “about:config” (no quotes) in the adress bar in the browser.</li>
<li>Find “browser.sessionhistory.max_total_viewer”</li>
<li>Set it’s value to “0“;(Zero)</li>
</ol>
<p><strong><br />
Increase the Speed at Which Firefox loads pages</strong></p>
<ol>
<li>Type “about:config” into the address bar and hit Enter.<br />
(Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.)</li>
<li>Alter the entries as follows:</li>
<ul>
<li>Set “network.http.pipelining” to “true”</li>
<li>Set “network.http.proxy.pipelining” to “true”</li>
<li>Set “network.http.pipelining.maxrequests” to some number like 10.</li>
<li>This means it will make 10 requests at once.</li>
</ul>
<li>Lastly, right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0“;.(Zero)</li>
<p>This value is the amount of time the browser waits before it acts on information it receives. If you’re using a broadband connection you’ll load pages faster now.
</ol>
<p>Optionally (for even faster web browsing) here are some more options for your about:config (you might have to create some of these).</p>
<ol>
<li>network.dns.disableIPv6: set “false”</li>
<li>“content.notify.backoffcount”: set “5“; (Five)</li>
<li>“plugin.expose_full_path”: set “true”.</li>
<li>“ui.submenuDelay”: set “0; (zero)</li>
</ol>
<p><strong>This little hack will drop Firefox’s RAM usage down to 10 Mb when minimized:</strong></p>
<ol>
<li>Open Firefox and go to the Address Bar. Type in about:config and then press Enter.</li>
<li>Right Click in the page and select New -> Boolean.</li>
<li>In the box that pops up enter “config.trim_on_minimize”. Press Enter.</li>
<li>Now select True and then press Enter.</li>
<li>Restart Firefox. </li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://discardme.com/blog/2009/01/28/fasterfox-and-tweaking-firefox-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing HP Insight Management Agents on ESX server</title>
		<link>http://discardme.com/blog/2009/01/22/installing-hp-insight-manager-agents-under-esx-server/</link>
		<comments>http://discardme.com/blog/2009/01/22/installing-hp-insight-manager-agents-under-esx-server/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 21:57:29 +0000</pubDate>
		<dc:creator>discard</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://discardme.com/blog/2009/01/22/installing-hp-insight-manager-agents-under-esx-server/</guid>
		<description><![CDATA[Why there is not a definitive guide on the Internet I do not know. HP&#8217;s site for the install is horribly vague, and the VMware site is similarly vague, referencing the HP site. Oh yeah that helps. Since I am not a linux geek by any measure, it was a bit frustrating. So I had [...]]]></description>
			<content:encoded><![CDATA[<p>Why there is not a definitive guide on the Internet I do not know.  HP&#8217;s site for the install is horribly vague, and the VMware site is similarly vague, referencing the HP site.   </p>
<p>Oh yeah that helps.  Since I am not a linux geek by any measure, it was a bit frustrating.  So I had to write my own.  For anyone that happens to trip here from google, enjoy.  These are written for the uninitiated.</p>
<p><strong>Installing HP Insight Management Agents on ESX Server</strong></p>
<p>In this case, I am using HP Insight Management Agents for VMware 8.1.0 (available <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=MTX-62350b0bf98a442fb3c1cb1154&#038;taskId=135&#038;lang=en&#038;cc=us&#038;mode=5&#038;">here</a>).  I am also using ML370 G5 and DL380 G5 Proliant servers with VMware versions 3.0.1, 3.0.2, and 3.5 and a pre-existing HP SIM server running in my Windows Server environment.</p>
<p>(Click through for the full instructions)</p>
<p><span id="more-456"></span></p>
<p><em>Note: do not include the quotes (&#8220;) when entering commands.</em></p>
<p><strong>PREP:</strong></p>
<ol>
<li>Download the correct Insight Manager agents for VMware.</li>
<li>Unzip the tgz file using WinRAR or something similar, and peruse the readme for up-to-date info.</li>
<li>Using the ILO utility or the physical console, hit Alt-F1, login as root at the command line.</li>
<li>To allow root ssh access in ESX as well as enable sshd client access (SFTP, SSH), we have to change the local sshd_config file.</li>
<li>At the command line, type: &#8220;vi /etc/ssh/sshd_config&#8221;</li>
<li>Go to the line that says PermitRootLogin, change from “no” to “yes”</li>
<li>If you are unfamiliar with vi, use arrow keys to navigate, put cursor on the &#8220;n&#8221; of &#8220;no&#8221;, hit the i key to insert, then type in &#8220;yes&#8221; and delete/backspace &#8220;no&#8221;. Then hit ESC twice to exit Insert mode.  Type colon (:) to get the in-editor command line, type &#8220;wq!&#8221; and hit enter.  This will save the doc and exit vi.</li>
<li>Back at the command line type: &#8220;service sshd restart&#8221;, hit enter.</li>
<li>After the service restarts, type &#8220;logout&#8221; to exit the console, hit alt-f11 to go back to the esx screen.</li>
</ol>
<p><strong>REMOTE, FROM PC:</strong></p>
<ol>
<li>Download <a href="http://winscp.net/eng/index.php">WinSCP</a> or a similar SCP utility (PuttySCP, etc).  You will also need <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> for this process as well.</li>
<li>Open WinSCP, connect to your server with root, and upload the .tgz file you just downloaded to the /home folder on the remote system.  You can close WinSCP after the transfer is done.</li>
<li>Log in to the remote system using PuTTY, login with root.  This should look and feel like the console.</li>
<li>Switch to /home directory: &#8220;cd /home&#8221;, where you copied the .tgz file.</li>
<li>Issue the following command to unzip the contents: &#8220;tar -zxvf hpmgmt-8.1.0-vmware3x.tgz&#8221;</li>
<li>This will create two new directories (/hpmgmt/810) under your current directory. </li>
<li>Change to the new directory by typing: &#8220;cd ./hpmgmt/810&#8243;</li>
<li>Run the command &#8220;./installvm810.sh -–install&#8221;, it will start the install.</li>
<li>Follow the defaults of the wizard (in depth script answers are below), when asked for the public string enter &#8220;public&#8221; 2 times (it will not be visible), and be sure to have the HP SIM server&#8217;s IP or FQDN and the unique private trap string. Pretty much always answer yes when enabling ports and the snmpd daemon.  The only things that you will have to change from default is the snmp string info (see script section below).</li>
<li>Once the wizard is done and it restarts the services, you should see: &#8220;HP Insight Manager agents have been installed successfully!&#8221;</li>
<li>To check if the configuration has succeeded, log in to the HP System Homepage https://(esx server ip or dns):2381/. You should see the servername on the right side.  Use the root login to access the homepage.</li>
<li>To log out of the console and close PuTTY type: &#8220;logout&#8221;, then hit Alt-F11 to go back to the status screen.</li>
<li>You&#8217;re done! You can log into the web interface and send a test trap to your SIM host.</li>
</ol>
<p><strong>SCRIPT ANSWERS:</strong></p>
<p>(answers from script can be edited from web interface of insight mgmt agents)</p>
<ol>
<li>This script will attempt to install the hp insight manager agents, do you wish to continue (y)</li>
<li>This script will attempt to shut down pegasus CIM in order to manipulate the HP insight manager agents, do you wish to continue (y)</li>
<li>For accessing the system management homepage, the port for hpim service (2381) should be enabled in the firewall, do you want to enable this port? (y)</li>
<li>For allowing discovery byt HP system management manager, the port for hpim service (2301) should be enabled in the firewall, do you want to enable this port? (y)</li>
<li>Do you want to enable the snmpd service? (y)</li>
<li>For adding the HP systems insight manager certificate in the SMH, the port (280) should be enabled in the firewall, do you want to enable this port? (y)</li>
<li>Welcome to the hp system health application and &#8230; hpasm package installation. &#8230; Do you wish to continue? (y)</li>
<li>Note: Your SNMP stack can load the 32bit hp proliant management extension&#8230; Press enter to continue (enter)</li>
<li>Do you want to load the hp modules even though they may &#8220;taint&#8221; your kernel? (y)</li>
<li>Do you require SNMP agents? (y)
<li>Do you require storage agent support? (y)</li>
<li>Do you require NIC agent support? (y)</li>
<li>Do you wish to use an existing snmpd.conf? (n)</li>
<li>Enter the localhost SNMP read/write community string: public</li>
<li>Reenter the same input to confirm: public</li>
<li>Localhost snmp read only community strings are already known.  Do you wish to change it? (n)</li>
<li>Enter read/write authorized management station IP or DNS name: (private ip of your SIM)</li>
<li>Enter SNMP read/write community string for management station (private ip):  (your private string)</li>
<li>Reenter the same input to confirm:  (your private string)</li>
<li>Read only community strings are already set to rocommunity public, do you wish to change them? (n)
<li>The SNMP trap community strings are setup like this: trapcommunity public, do you wish to change this? (y)
<li>Enter default SNMP trap community string:  (your private string)</li>
<li>Trap sinks are set up like this: trapsink localhost, do you wish to change this? (y)</li>
<li>Enter SNMP trap destination IP or DNS name: (your private IP of SIM)</li>
<li>Enter trap community string: (your private string)</li>
<li>System contact is set to: syscontact root@localhost, do you wish to change it? (n) (can change it later)</li>
<li>System location is set to: syslocation room1, do you wish to change it? (n) (can change it later)</li>
<li>Do you wish to disable hpsmh support? (n)</li>
</ol>
<p><strong>TROUBLESHOOTING:</strong></p>
<ul>
<li>To rerun configuration values after install, run:  &#8220;perl /usr/local/hp/hpSMSSetup.pl&#8221;</li>
<li>If you really mess it up, just uninstall, run &#8220;./installvm810.sh -–uninstall&#8221;</li>
<li>You must enable the firewall port for the `hpim&#8217; service (2381) for accessing the System Management Homepage. The `snmpd&#8217; service should be enabled in the firewall for the Insight Manager agents to communicate properly with the hp Systems Insight Manager. These ports can be enabled by using the &#8220;esxcfg-firewall&#8221; command in the service console, or by answering &#8216;y&#8217; when prompted by the installation script.</li>
</ul>
<p><strong>RESOURCES</strong><br />
<a href="http://www.tuxfiles.org/linuxhelp/linuxdir.html">blah</a>, <a href="http://www.vmware.com/support/esx25/doc/sys_mgmt_links.html">blah</a>, <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=MTX-62350b0bf98a442fb3c1cb1154&#038;taskId=135&#038;lang=en&#038;cc=us&#038;idx=1&#038;mode=4&#038;">blah</a>, <a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/how-to-allow-the-root-user-to-login-to-vmware-esx-server-with-ssh/">blah</a>, <a href="http://virtrix.blogspot.com/2006/09/hp-insight-manager-agents-for-vmware.html">blah</a></p>
]]></content:encoded>
			<wfw:commentRss>http://discardme.com/blog/2009/01/22/installing-hp-insight-manager-agents-under-esx-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Duplicate Calendar Items</title>
		<link>http://discardme.com/blog/2007/11/27/duplicate-calendar-items/</link>
		<comments>http://discardme.com/blog/2007/11/27/duplicate-calendar-items/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 21:57:39 +0000</pubDate>
		<dc:creator>discard</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://discardme.com/blog/2007/11/27/duplicate-calendar-items/</guid>
		<description><![CDATA[I ran into a weird issue with my last cell phone&#8230; it duplicated (sometimes tripling or quadrupling) many recurring events. I had four Christmas Day events on Dec. 25, and three birthday reminders for my mom, etc. But I was having a hard time deleting them all without removing the ones I actually wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a weird issue with my last cell phone&#8230; it duplicated (sometimes tripling or quadrupling) many recurring events.  I had four Christmas Day events on Dec. 25, and three birthday reminders for my mom, etc.  But I was having a hard time deleting them all without removing the ones I <em>actually wanted</em> to keep.</p>
<p>So in Outlook, I set my Calendar&#8217;s Current View to &#8220;By Category&#8221;. This handily sorted all the recurring events and duplicated events into a nice list sorted by Holidays and the like.  I then just highlighted everything I didn&#8217;t want, including all the holidays, old events, stale recurring appointments, and then hit Delete.</p>
<p><em>Piece of cake.</em></p>
<p>Then I went back into Calendar options, and clicked the &#8220;Add Holidays&#8221; button to populate my calendar with the correct Holiday events.</p>
<p>I figured this would come in handy whenever someone wanted to clean up a calendar of never-ending recurring events.  A easily selectable list makes managing multiple events a simple thing.</p>
<p>At least that&#8217;s what I like to think.</p>
]]></content:encoded>
			<wfw:commentRss>http://discardme.com/blog/2007/11/27/duplicate-calendar-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

