<?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>Sys Admin Tales &#187; Utilities</title>
	<atom:link href="http://www.meltivore.com/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meltivore.com</link>
	<description>The endless search for the Any key</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:32:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Freeware Utilities</title>
		<link>http://www.meltivore.com/2011/freeware-utilities/</link>
		<comments>http://www.meltivore.com/2011/freeware-utilities/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 00:29:03 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=596</guid>
		<description><![CDATA[I&#8217;m always looking for more utilities to add to my arsenal for scripting, automating and generally freeing up time for other tasks, like sipping a fresh coffee ;^) Over the past few months I&#8217;ve been pointed to, or found, four more sites chock full of tasty utilities. AnalogX has a varied collection covering network, system, programming, even [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always looking for more utilities to add to my arsenal for scripting, automating and generally freeing up time for other tasks, like sipping a fresh coffee ;^)</p>
<p>Over the past few months I&#8217;ve been pointed to, or found, four more sites chock full of tasty utilities.</p>
<ul>
<li><a title="AnalogX System Utilites" href="http://www.analogx.com/contents/download/system.htm" target="_blank">AnalogX</a> has a varied collection covering network, system, programming, even audio utilities.</li>
<li><a title="joeware's free tools" href="http://www.joeware.net/freetools/index.htm" target="_blank">joeware</a> has a whole pile of free tools, many related to Active Directory, account management and networking.</li>
<li><a title="NirSoft" href="http://www.nirsoft.net/utils/index.html" target="_blank">NirSoft</a> has an impressive array of tools for forensics, networking, systems, passwords and a whole lot more. They also have a <a title="NirSoft Blog" href="http://blog.nirsoft.net/" target="_blank">blog</a> so you can keep posted on updates and additions.</li>
<li><a title="Optimum X" href="http://optimumx.com/downloads.html" target="_blank">Optimum X</a> has a decent list of network, software and login utilities. Although some are a bit long in the tooth (one is from 9/98), there&#8217;s still some gold here.</li>
</ul>
<p>These should keep you busy for at least a few minutes. And as always they&#8217;re my favorite price, <strong><em>free</em></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/freeware-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surveying a Linux System, Part 3 &#8211; Usage</title>
		<link>http://www.meltivore.com/2011/surveying-a-linux-system-part-3-usage/</link>
		<comments>http://www.meltivore.com/2011/surveying-a-linux-system-part-3-usage/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:23:26 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=741</guid>
		<description><![CDATA[This is the last in my Linux survey trifecta, examining current usage, plus a bit of troubleshooting. As with both the hardware and software posts, you may need to run some of these as root and your mileage may vary, since not all distros are alike. Show a list of recent logins # last Process [...]]]></description>
			<content:encoded><![CDATA[<p>This is the last in my Linux survey trifecta, examining current usage, plus a bit of troubleshooting.</p>
<p><span style="color: #800000;"><em>As with both the <a title="Surveying a Linux System, Part 1" href="http://www.meltivore.com/2011/surveying-a-linux-system-part-1-hardware/" target="_blank">hardware</a> and <a title="Surveying a Linux System, Part 2" href="http://www.meltivore.com/2011/surveying-a-linux-system-part-2-software/" target="_blank">software</a> posts, </em>you may need to run some of these as root and your mileage may vary, since not all </span><a title="Linux Distro Info" href="http://distrowatch.com/" target="_blank"><em><span style="color: #800000;">distros</span></em></a><em><span style="color: #800000;"> are alike.</span></em></p>
<p>Show a list of recent logins<br />
<strong># last</strong></p>
<p>Process list (check out additional <a title="PS Switches" href="http://www.oreillynet.com/linux/cmd/cmd.csp?path=p/ps" target="_blank">switches</a>)<br />
<strong># ps -A</strong></p>
<p>Current performance and PIDs (you can use <a title="Kill!!!" href="http://oreilly.com/linux/command-directory/cmd.csp?path=k/kill" target="_blank">kill</a> to end a runaway process)<br />
<strong># top</strong></p>
<p>Current memory usage<br />
<strong># free</strong></p>
<p>Disk usage (shows directories by size, based on your current location, usually best to start from root <strong>/</strong>)<br />
<strong># du -sh *</strong></p>
<p>Network status (lots of <a title="Netstat Switches" href="http://www.oreillynet.com/linux/cmd/cmd.csp?path=n/netstat" target="_blank">switches</a> to drill down with)<br />
<strong># netstat -a</strong></p>
<p>Time since last reboot<br />
<strong># uptime</strong></p>
<p>I&#8217;ll add to these lists as I come across more useful commands. Thanks to O&#8217;Reilly for the <a title="O'Reilly Linux command directory" href="http://oreilly.com/linux/command-directory/" target="_blank">command directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/surveying-a-linux-system-part-3-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software in my Binder</title>
		<link>http://www.meltivore.com/2011/software-in-my-binder/</link>
		<comments>http://www.meltivore.com/2011/software-in-my-binder/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 07:19:40 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=752</guid>
		<description><![CDATA[Earlier this year I covered what items I carry in my backpack, this time it&#8217;s about what software I carry in my soft-sided TechNet folder. Of course there&#8217;s the usual operating system and application disks, but there are a number of rescue and utility disks as well&#8230; Operating Systems and Applications Windows 2000, XP, Vista, 7, 2003 [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this year I covered what items I carry in my <a title="Old Backpack Post" href="http://www.meltivore.com/2010/whats-in-my-backpack/" target="_blank">backpack</a>, this time it&#8217;s about what software I carry in my soft-sided TechNet folder. Of course there&#8217;s the usual operating system and application disks, but there are a number of rescue and utility disks as well&#8230;</p>
<p>Operating Systems and Applications</p>
<ul>
<li>Windows 2000, XP, Vista, 7, 2003 R2, 2008, 2008 R2 (32 &amp; 64-bit versions)</li>
<li>Office 2003, 2007 &amp; 2010 (all 32-bit)</li>
<li><a title="CentOS" href="http://www.centos.org/" target="_blank">CentOS</a> 6.2 (64-bit)</li>
<li><a title="Fedora Project" href="http://fedoraproject.org/" target="_blank">Fedora</a> 16 (64-bit)</li>
<li><a title="Ubuntu Linux" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 11.10 (64-bit)</li>
<li><a title="Knoppix" href="http://www.knoppix.net/" target="_blank">Knoppix</a> &#8211; Live Linux boot disk</li>
<li><a title="VMware ESXi" href="http://www.vmware.com/products/vsphere-hypervisor/overview.html" target="_blank">VMware ESXi</a> 5.0 (64-bit)</li>
<li>DVD with Windows and Office Service Packs</li>
</ul>
<p>Rescue and Utilities</p>
<ul>
<li>Acronis <a title="Acronis True Image" href="http://www.acronis.com/homecomputing/products/trueimage/" target="_blank">True Image</a> &amp; <a title="Acronis Disk Director" href="http://www.acronis.com/homecomputing/products/diskdirector/" target="_blank">Disk Director</a> - Disk imaging and partition management</li>
<li><a title="GRC SpinRite" href="http://www.grc.com/spinrite.htm" target="_blank">SpinRite</a> - Attempts to fix hard drive issues</li>
<li><a title="DBAN" href="http://www.dban.org/" target="_blank">Darik&#8217;s Boot and Nuke</a> - Securely wipe hard drives</li>
<li><a title="Symantec Ghost" href="http://www.symantec.com/themes/theme.jsp?themeid=ghost" target="_blank">Ghost</a> - Disk imaging</li>
<li><a title="What is Windows PE" href="http://technet.microsoft.com/en-us/library/cc766093(WS.10).aspx" target="_blank">WinPE</a> - Windows Preinstallation Environment</li>
</ul>
<p>Anything you like or recommend (preferably free)?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/software-in-my-binder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symantec AntiVirus Runtime Error!</title>
		<link>http://www.meltivore.com/2011/symantec-antivirus-runtime-error/</link>
		<comments>http://www.meltivore.com/2011/symantec-antivirus-runtime-error/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 06:34:16 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=650</guid>
		<description><![CDATA[Earlier this year, a customer kept getting this error when rebooting: Microsoft Visual C++ Runtime Library Runtime Error! Program: C\Program Files\Symantec AntiVirus\Rtvscan.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application&#8217;s support team for more information. Luckily the fix isn&#8217;t too painful&#8230; Go to a command prompt and run wbemtest [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Earlier this year, a customer kept getting this error when rebooting:</div>
<div><em><span style="color: #ff0000;">Microsoft Visual C++ Runtime Library Runtime Error!</span></em></div>
<div id="_mcePaste"><em><span style="color: #ff0000;">Program: C\Program Files\Symantec AntiVirus\Rtvscan.exe</span></em></div>
<div id="_mcePaste"><em><span style="color: #ff0000;">This application has requested the Runtime to terminate it in an unusual way.</span></em></div>
<div id="_mcePaste"><em><span style="color: #ff0000;">Please contact the application&#8217;s support team for more information.</span></em></p>
<p>Luckily the fix isn&#8217;t too painful&#8230;</p>
</div>
<p>Go to a command prompt and run <strong>wbemtest<br />
</strong>• Click <strong>Connect</strong> (upper-right)<br />
• Replace <strong>root\default </strong>(or <em>root\cimv2</em>) with <strong>root\securitycenter</strong> and click <strong>Connect</strong>.<br />
• You will be returned to the original screen, now click the <strong>Enum Classes&#8230;</strong> button, leave the <em>Superclass Info</em> box empty and click <strong>OK</strong>.<br />
• In the <strong>Query Results</strong> screen, click <strong>AntivirusProduct</strong> and select <strong>Delete</strong>.<br />
• <strong>Close</strong> the Query windows and <strong>Exit</strong> wbemtest.<br />
• Now either <em>repair </em>or  <em>re-install </em>Symantec Antivirus Corporate Edition.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/symantec-antivirus-runtime-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server Management Studio Express</title>
		<link>http://www.meltivore.com/2011/sql-server-management-studio-express/</link>
		<comments>http://www.meltivore.com/2011/sql-server-management-studio-express/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 02:42:35 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=642</guid>
		<description><![CDATA[Who doesn&#8217;t love free? I certainly do. Microsoft has offered a great free version of its flagship database software, MS SQL, for quite some time now. And up until a few years ago it didn&#8217;t have a GUI front-end, but Microsoft fixed that with the release of SQL Server Management Studio Express. Now out of [...]]]></description>
			<content:encoded><![CDATA[<p>Who doesn&#8217;t love free? I certainly do. Microsoft has offered a great free version of its flagship database software, <a title="Microsoft SQL Editions" href="http://www.microsoft.com/sqlserver/en/us/editions.aspx" target="_blank">MS SQL</a>, for quite some time now. And up until a few years ago it didn&#8217;t have a GUI front-end, but Microsoft fixed that with the release of <a title="SQL Server Management Studio Express" href="http://www.microsoft.com/download/en/details.aspx?id=22985" target="_blank">SQL Server Management Studio Express</a>.</p>
<p>Now out of the box, it typically doesn&#8217;t connect, i.e. to a <a title="Windows Server Update Services" href="http://technet.microsoft.com/en-us/windowsserver/bb332157" target="_blank">WSUS</a> or <a title="Windows SharePoint Services" href="http://en.wikipedia.org/wiki/Windows_SharePoint_Services" target="_blank">WSS</a> <strong>Embedded</strong>, <strong>Compact </strong>or <strong>Windows Internal</strong> database. For security purposes they disable the <a title="Named Pipes" href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa365590(v=vs.85).aspx" target="_blank">Named Pipes</a> protocol in MS SQL and for unknown reasons the Management Studio has difficulty connecting to the SQL instance on the local server, i.e. localhost.</p>
<p>To get going with the SQL Management Studio, the Named Pipes protocol needs to be enabled. Go to <strong>Start &gt; Programs &gt; MS SQL &gt; Config Tools &gt; SQL Config Mgr</strong>, then under <strong>SQL Server Network Configuration &gt; Protocols for MSQLSERVER</strong>, double-click <strong>Named Pipes</strong>, set <strong>Enabled</strong> to <strong>Yes</strong>. Then the <strong>MS SQL Service</strong> <em>must </em>be restarted.</p>
<p><strong></strong>When you fire up the SQL Management Studio, use <span style="color: #ff0000;"><strong>\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query </strong><span style="color: #000000;">in the <strong>Server Name</strong> field, choose your <strong>Authentication</strong><strong> and click <strong>Connect</strong>.</strong></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">Free is good again.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/sql-server-management-studio-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD Recycle Bin Tool</title>
		<link>http://www.meltivore.com/2011/ad-recycle-bin-tool/</link>
		<comments>http://www.meltivore.com/2011/ad-recycle-bin-tool/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 22:53:20 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=569</guid>
		<description><![CDATA[Last year Windows IT Pro magazine highlighted ADRecycleBin from Overall Solutions. It&#8217;s an excellent free utility to bring back deleted items (or reanimate for earlier Active Directory installations than 2008 R2). It&#8217;s a very nice alternative to the built-in feature in Windows Server 2008 R2 and is a drastic improvement over item recovery in earlier versions of [...]]]></description>
			<content:encoded><![CDATA[<p>Last year <a title="Windows IT Pro Magazine" href="http://www.windowsitpro.com/" target="_blank">Windows IT Pro</a> magazine highlighted <a title="AD Recycle Bin" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=40&amp;Itemid=66" target="_blank">ADRecycleBin</a> from <a title="Overall Solutions" href="http://www.overall.ca" target="_blank">Overall Solutions</a>. It&#8217;s an excellent <em style="font-weight: bold;">free </em>utility to bring back deleted items (or reanimate for earlier Active Directory installations than 2008 R2).</p>
<p>It&#8217;s a very nice alternative to the built-in feature in <a title="Windows Server 2008 R2 AD Recycle Bin" href="http://technet.microsoft.com/en-us/library/dd392261(WS.10).aspx" target="_blank">Windows Server 2008 R2</a> and is a drastic improvement over <a title="How to restore deleted user accounts" href="http://support.microsoft.com/?kbid=840001" target="_blank">item recovery</a> in earlier versions of Active Directory with a great GUI interface.</p>
<p>They have a couple of other<a title="More Cool Stuff!" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=33&amp;Itemid=15" target="_blank"> interesting products</a> in <a title="Maven" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=15" target="_blank">Maven</a>, <a title="ResetPass" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=26&amp;Itemid=64" target="_blank">ResetPass</a> and <a title="Action Engine" href="http://www.overall.ca/index.php?option=com_content&amp;view=article&amp;id=32&amp;Itemid=64" target="_blank">Action Engine</a>, not everything is free, but it&#8217;s close.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/ad-recycle-bin-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sysinternals</title>
		<link>http://www.meltivore.com/2011/sysinternals/</link>
		<comments>http://www.meltivore.com/2011/sysinternals/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 23:24:42 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=564</guid>
		<description><![CDATA[If you&#8217;re in IT working with Windows and haven&#8217;t heard of Sysinternals, you may want to check to see if you&#8217;ve been living under a rock. Sysinternals started as the community or free arm of Winternals, the money making portion of the company. Microsoft purchased Winternals back in 2006 for its IP and brain-trust. Mark [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re in IT working with Windows and haven&#8217;t heard of <a title="Windows Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">Sysinternals</a>, you may want to check to see if you&#8217;ve been living under a rock.</p>
<p>Sysinternals started as the community or free arm of <a title="Winternals" href="http://en.wikipedia.org/wiki/Winternals" target="_blank">Winternals</a>, the money making portion of the company. Microsoft purchased Winternals back in 2006 for its IP and brain-trust. <a title="Mark's Bio" href="http://blogs.technet.com/b/markrussinovich/about.aspx" target="_blank">Mark Russinovich</a> has been the most active of the original staff, appearing at numerous conferences, blogging and evangelising the Microsoft operating systems.</p>
<p>The Sysinternals site has numerous, extremely useful troubleshooting and informational utilities; so much so I could devote this blog to their tools for the next year or three. Since access to the site is free, as are the downloads, help files and instructions, I&#8217;ll just highlight a few things here&#8230;</p>
<p><strong><a title="Utilities Index" href="http://technet.microsoft.com/en-us/sysinternals/bb545027" target="_blank">Utilities</a>:<br />
</strong><em><span style="color: #b22222;">Autoruns</span></em> &#8211; Displays list of applications, drivers loaded and much more, that start at boot time. Includes locations of registry and file locations. Great for hunting malware.<br />
<em><span style="color: #b22222;"> Process Explorer</span></em> &#8211; Displays all running processes and subprocesses, plus open handles, threads, paths, a veritable cornucopia of information. Task manager wishes it was this great.<br />
<em><span style="color: #b22222;"> Process Monitor</span></em> &#8211; Allows you to monitor file system, registry, process, thread and DLL activity in real-time.<br />
<em><span style="color: #b22222;">TCPView</span></em> &#8211; Get detailed listings of all TCP and UDP endpoints on your system, including source and destination.</p>
<p>The <a title="Learning Resources" href="http://technet.microsoft.com/en-us/sysinternals/bb469930" target="_blank">Learning Resources</a> are also impressive, with great videos and articles .</p>
<p>And as I mentioned, this is all <strong><em>free</em></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/sysinternals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jetable E-mail Addresses</title>
		<link>http://www.meltivore.com/2011/jetable-e-mail-addresses/</link>
		<comments>http://www.meltivore.com/2011/jetable-e-mail-addresses/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 21:31:17 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=554</guid>
		<description><![CDATA[I&#8217;m not sure if there&#8217;s another industry out there that requires the sheer amount of access-based content that the IT industry does. What I mean by access-based content is information that requires a a login, signup or tithe (in the form of your e-mail address) for entrance to, or downloads of, eBooks, white-papers, files, blogs, forums, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if there&#8217;s another industry out there that requires the sheer amount of access-based content that the IT industry does. What I mean by access-based content is information that requires a a login, signup or tithe (in the form of your e-mail address) for entrance to, or downloads of, eBooks, white-papers, files, blogs, forums, webcasts, trial applications, etc.</p>
<p>Many of the sites that require some sort of access, I will never visit again. So why give access to any of my mailboxes for a possible endless stream of unread mail? And why chance winding up on a spam list or having my address sold to &#8220;industry partners&#8221;?</p>
<p>This is where <a title="Jetable E-mail Addresses" href="http://www.jetable.org/en/index" target="_blank">Jetable</a> comes in. You can create a disposal e-mail address that will expire in one hour to one month, your choice. <a title="Jetable FAQ" href="http://www.jetable.org/en/faq" target="_blank">Jetable&#8217;s service</a> creates a time-limited e-mail forward to a real address. Just put in your real e-mail address, choose a <strong>Life Span</strong> based on how long you need (I usually choose one day) and click <strong>Create&#8230;</strong></p>
<p>They support ten languages and have a Firefox plug-in (if you&#8217;re into that sort of thing). Oh yeah, it&#8217;s <strong><em>free</em></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/jetable-e-mail-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say Ninite</title>
		<link>http://www.meltivore.com/2011/say-ninite/</link>
		<comments>http://www.meltivore.com/2011/say-ninite/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 20:29:35 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=480</guid>
		<description><![CDATA[(Re)building systems can be quite a drag, especially once you get to the part when it&#8217;s time for downloading all the 3rd party software. This would include: Flash, Java, Firefox, Skype, etc., etc. Enter Ninite, an amazing, time saving, utility website. It works as advertised, allowing you to choose your choice of applications, whereupon it [...]]]></description>
			<content:encoded><![CDATA[<p>(Re)building systems can be quite a drag, especially once you get to the part when it&#8217;s time for downloading all the 3rd party software. This would include: Flash, Java, Firefox, Skype, etc., etc.</p>
<p>Enter <a title="Ninite" href="http://ninite.com/" target="_blank">Ninite</a>, an amazing, time saving, utility website. It works as advertised, allowing you to choose your choice of applications, whereupon it generates a custom installer that with one-click, installs everything you wanted, without toolbars and crapware that would normally be installed by default.</p>
<p>There&#8217;s also a corporate option for using with scripts or automated deployments. This is definitely a time saver and worth a look. Did I mention it&#8217;s free :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/say-ninite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft offers Security Essentials to (very) Small Businesses</title>
		<link>http://www.meltivore.com/2010/microsoft-offers-security-essentials-to-very-small-businesses/</link>
		<comments>http://www.meltivore.com/2010/microsoft-offers-security-essentials-to-very-small-businesses/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 21:45:00 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=464</guid>
		<description><![CDATA[Since Microsoft announced its own anti-malware product, Microsoft Security Essenstials, back in late 2008, the product has been steadily getting better. When asked what I use for anti-virus, I always answer MSE or AVG Free. Both cost my favorite price, free, and are well regarded in the security community. The big news of course, is [...]]]></description>
			<content:encoded><![CDATA[<p>Since Microsoft announced its own anti-malware product, <a title="Microsoft Security Essentials" href="http://www.microsoft.com/security_essentials/" target="_blank">Microsoft Security Essenstials</a>, back in <a title="New MS Security Software" href="http://www.microsoft.com/Presspass/press/2008/nov08/11-18NoCostSecurityPR.mspx" target="_blank">late 2008</a>, the product has been steadily getting better. When asked what I use for anti-virus, I always answer <a title="Microsoft Security Essentials" href="http://www.microsoft.com/security_essentials/" target="_blank">MSE</a> or <a title="AVG Free" href="http://free.avg.com" target="_blank">AVG Free</a>.</p>
<p>Both cost my favorite price, free, and are <a title="PC Advisor" href="http://www.pcadvisor.co.uk/news/index.cfm?newsid=3209444" target="_blank">well regarded in the security community</a>.</p>
<p>The <a title="MSE News" href="http://community.winsupersite.com/blogs/paul/archive/2010/09/22/microsoft-to-expand-free-security-to-very-small-businesses.aspx" target="_blank">big news</a> of course, is that MSE is now free to small businesses with 10 or less PCs. I&#8217;ve actually been recommending it to smaller businesses for a while and now they&#8217;ll be in compliance. (Now if only it was okay for servers&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/microsoft-offers-security-essentials-to-very-small-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

