<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Computer Tips -Tech Info</title>
	
	<link>http://www.averyjparker.com</link>
	<description>and Internet Security, Windows, Linux, Mac and other Tech Info from Avery J. Parker</description>
	<lastBuildDate>Mon, 01 Mar 2010 02:28:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/averyjparker" /><feedburner:info uri="averyjparker" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Linux Software Raid Notes – Replacing Drives</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/A_tRn86qTG8/</link>
		<comments>http://www.averyjparker.com/2010/02/28/linux-software-raid-notes-replacing-drives/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 02:28:09 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux software raid]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[software raid]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2695</guid>
		<description>This post is going to be somewhat of a &amp;#8220;link dump&amp;#8221; for me of some pages that I&amp;#8217;ve been perusing lately.  After playing with RT (request tracker) &amp;#8211; I added a few ticket items for the home network.  Now, if you&amp;#8217;ve been a longtime reader and sorted through ALL of these posts here [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>This post is going to be somewhat of a &#8220;link dump&#8221; for me of some pages that I&#8217;ve been perusing lately.  After playing with RT (request tracker) &#8211; I added a few ticket items for the home network.  Now, if you&#8217;ve been a longtime reader and sorted through ALL of these posts here you&#8217;ll know that I&#8217;ve made use of software raid on the home systems.  Why?  Linux software raid seems fairly reliable (so far &#8211; 2 years +).  It doesn&#8217;t depend on a specific piece of hardware.  In short IF the worst happens and the array fails I should be able to retrieve data from an individual drive more easily than if it were hardware raid.  I&#8217;m using Raid Level 1 (cloning/mirroring) and ext3 is the filesystem on top.  I&#8217;ve had some slight problems with one drive in both the Desktop and server arrays and both arrays had been degraded for some time.  My goal was ultimately redundancy and to eliminate the disruption that hard drive failures have given over the last few years.</p>
<p><span id="more-2695"></span><br />
</p>
<p>When push comes to shove I&#8217;m cheap and hadn&#8217;t looked at replacing the drives yet.  (Potentially a problem especially since I was down to 1 drive for 2 out of 3 arrays.)  So, I was running a risk for several months.  The main reasons I&#8217;ve procrastinated is 1) I&#8217;m cheap and 2) I&#8217;m busy.  The other reason though is the two arrays were made of 400gb sata drives which are now hard to find.  500 gb is the new standard size.  Now, I don&#8217;t want to waste space so&#8230; it&#8217;s been a bit of a mental puzzle thinking about replacing one, growing the partition size and then replacing the other to pass along to the second system.</p>
<p>So&#8230;.. long story short.  I was able to re-add the drives to their respective arrays after researching the best way to grow a mirrored array onto larger devices.  Why?  When the arrays degraded they did so for pending sector reads.  I&#8217;ve tested the drives via smart and they seem okay.  So, I tried re-adding and so far all seems good.</p>
<p></p>
<p>Anyway, here&#8217;s the link dump:</p>
<p>Good reminder &#8211; http://www.freddenny.com/UNIX/linuxRAID.html &#8211; making raid volumes bootable when moved.</p>
<p>Resizing a raid 1 system partition &#8211; http://mkfblog.blogspot.com/2007/11/resizing-raid1-system-partition.html</p>
<p>Looks like gparted supports software raid now &#8211; http://gparted.sourceforge.net/news.php</p>
<p>Just some notes for a reminder.</p>
<p>RAID is not a substitute for backups.  If you accidentally delete a file, it&#8217;s still GONE.  If you have corruption on one drive (or via the bus) your data is still GONE.  Schedule backups of important data.</p>
<p>In sum &#8211; replacing drives in a software raid array is quite simple &#8211; especially if they&#8217;re the same size.  Moving to larger drives and not wasting space is a bit more complicated and is a bridge I&#8217;ll have to cross at some point.</p>
<p>As a side note, I discovered that I had two more drives of equal size (2 160GB drives) in one system that I had originally intended to mirror those as well, but they needed data cleanup.  I spent some time cleaning up the data on one then deleted it&#8217;s partitions &#8211; created a new partition of the linux auto raid type and create a new raid device with that drive and a missing drive.  After that, I created the ext3 filesystem and moved the files over from the other drive.  Then I blew away the partition on the 2nd drive and re-partitioned that to be a linux auto raid partition.  Then I added it to the array and all synced well.</p>
<p>So, now &#8211; all of my 24/7 uptime drives are mirrored and I&#8217;ve got some research notes for how to move things around to larger drives when the time comes.  I still should add a to-do item to check and see how many more sata drives I could squeeze into my desktop or server &#8211; it might be nice to have a hot spare.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2006/10/01/some-days-you-really-want-to-slap-someone-at-microsoft/" rel="bookmark" class="wherego_title">Some days you really want to slap someone at Microsoft&#8230;.</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2695&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=A_tRn86qTG8:DbHufl-P1MY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=A_tRn86qTG8:DbHufl-P1MY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=A_tRn86qTG8:DbHufl-P1MY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=A_tRn86qTG8:DbHufl-P1MY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=A_tRn86qTG8:DbHufl-P1MY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=A_tRn86qTG8:DbHufl-P1MY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=A_tRn86qTG8:DbHufl-P1MY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=A_tRn86qTG8:DbHufl-P1MY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/A_tRn86qTG8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/02/28/linux-software-raid-notes-replacing-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/02/28/linux-software-raid-notes-replacing-drives/</feedburner:origLink></item>
		<item>
		<title>Lessons Learned from the Massive Westhost Outage this Week</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/4nY1HrI3ZNU/</link>
		<comments>http://www.averyjparker.com/2010/02/25/lessons-learned-from-the-massive-westhost-outage-this-week/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:32:45 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[planing]]></category>
		<category><![CDATA[responsibility]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[westhost]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2693</guid>
		<description>If you didn&amp;#8217;t know, this has been a tumultuous week for clients of Westhost, my internet service provider.  Their Primary data center is located in Utah and they share that space with a sister brand VPS.net.  The datacenter is a Tier IV center managed by Consonus.  Saturday afternoon there was a yearly [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>If you didn&#8217;t know, this has been a tumultuous week for clients of Westhost, my internet service provider.  Their Primary data center is located in Utah and they share that space with a sister brand VPS.net.  The datacenter is a Tier IV center managed by Consonus.  Saturday afternoon there was a yearly fire equipment/alarm/suppression system test.  The third party technician failed to follow procedures and one actuator remained on the output system for the gas that is designed to suppress fires in the building.  When the system was re-armed there was a sudden release of the gaseous fire suppressant.  At that same moment hundreds of hard drives died.  Now, Inergen is what was used and the gases themselves shouldn&#8217;t be a problem.  In this case, and judging from what I&#8217;ve read, the problem was with the sudden and intense change in air pressure caused by the release.  That point is somewhat moot though, the end result is hundreds of dead and damaged hard drives.</p>
<p><span id="more-2693"></span><br />
</p>
<p>Now, I have an account with VPS.net as well as westhost and have a VPS in the Utah datacenter with vps.net as well as several (12 or so) vps&#8217;s with westhost.  They use Sphera as their Virtual machine platform, while vps.net is a xen based platform.  One of the advantages that VPS.net had is their architecture is cloud based and another advantage from what I can see is that they have a smaller hardware footprint at the DC than Westhost.  VPS first reported some sort of potential power issue at the DC early on, before finally getting the details that power was not the issue, fire suppressant was.  Fortunately for them they were able to get enough drives replaced to be operational by Saturday night/Sunday morning and then back to 100% not long afterwards.</p>
<p>Westhost has not been nearly so fortnate.  The first reports out of Westhost were that Sphera was acting up.  A statement that was raked over the coals by many in hindsight as a lie.  In all fairness, if you look at your network status monitor and see EVERYTHING going don &#8211; wouldn&#8217;t you wonder if your platform itself wasn&#8217;t the issue(?)  I would.  Information was slow coming out of Westhost, I think in part due to the size and scale of the damage.  I have been lucky and only have seen sporadic downtimes, maybe a day at the most on Saturday.  Some systems have not been so lucky and are still offline.</p>
<p>Among the issues have been multiple drives in the RAID arrays on individual machines have been hit.  In some cases that would require restoring from backups.  Well, the servers that host the backups were hit too.  (Backups in the same building &#8211; a traditional IT no-no, but realistically in many hosting situations that is par for the course.)  In the case of one group of servers they have now brought in data recovery experts to recover drives to restore from.</p>
<p></p>
<p>In all fairness, I think they&#8217;ve had a monumental repair job and have been handling it quite well.  I would have appreciated more information up front, but being a self employed tech I know that talking doesn&#8217;t solve problems with hardware and can understand why it took so long to start getting the facts of the story as to what happened and passing them along.</p>
<p>The whole event though has had me thinking seriously about webhosting and the way we treat our data in the cloud.  We assume that if our webhost does backups then we shouldn&#8217;t worry about making backups.  But what if a comet hits their datacenter?</p>
<p>For many people a week of outage may not phase you.  Maybe you just have a hobby site, or &#8220;it&#8217;s just a brochure&#8221; or &#8220;most of our leads come from local referrals anyway&#8221;.  But, for many they may make hundreds or thousands a day from their site (or 10s of thousands).  What then?  First off.  If your sites are making that much for you, does it make sense to be using cheap hosting?  I think it&#8217;s a serious question to ask.  I&#8217;m not saying that cheap is unreliable mind you, but with cheaper hosting you have fewer frills (backups not stored offsite for instance, single datacenter perhaps).  There are services out there that are more expensive but can better assure uptime.  There are services where you could have your site mirrored across several data centers and load balanced to whichever ones are the current most responsive.</p>
<p>I guess one of the things that I&#8217;ve considered is&#8230;.. if your site is THAT important to you here&#8217;s what you should do.</p>
<p>1) look at and consider load balanced hosting with multiple datacenters.</p>
<p>2) Have a registrar for your domain name that is different from your hosting company.  Why?  The registrar is where you can set dns server information.  If your hosting company is down you won&#8217;t be able to manage switching dns to another location.</p>
<p>3) Have a copy of your dns settings available offsite so that you can reconstruct the DNS if necessary elsewhere.  This is especially useful for hosted google docs/gmail setups.</p>
<p>4) Have an offsite backup of all your essential configuration files (mail accounts and passwords for instance or mail aliases.)  Virtual server settings for apache perhaps.</p>
<p>5) Have an offsite backup for any databases you use.  You can script these to be automatically made and sent to an offsite location fairly easily, or pay someone to do so.</p>
<p>6)  Have an offsite backup for any install files, html files or other tools that you make use of on your site.</p>
<p>Most sites are going to find this kind of contingency planning fairly easy.  It&#8217;s only hard WHEN YOUR HOST IS DOWN and you don&#8217;t have an offsite copy.  Some would say, well the hosting company should do this for me.  The only thought I have to that statement is you should then not have a problem with your site being down.  Take responsibility for the planning and you won&#8217;t regret it.</p>
<p>Now, I don&#8217;t mean to suggest that everyone should abandon your hosting the minute there is an outage.  In fact, I see many moves like this as a temporary &#8220;bug out&#8221; until things settle down with your main provider.  Actually as a VAR myself I&#8217;m thinking this is a service that I should be offering my hosting clients so that they don&#8217;t have to deal with the mess of moving firsthand.</p>
<p>So&#8230;. what do I mean by offsite?  Well, you could of course, load all of the backups onto a server or desktop in your office or business.  That&#8217;s a possibility, but you could also make use of various online storage possibilities like jungledisk or direct to Amazons S3 storage.  You may want to just take advantage of a spare slicehost, vps.net or linode server as your backup server.  My main preference would be to at least host it in a different datacenter from your primary vps or other hosting and potentially set it up with a different company.  At the very least you should also research your backup plan hosting options from other providers in case yours is decimated by such an outage.</p>
<p>In respect to Westhost, I&#8217;m impressed with their work at this point, they&#8217;ve been one of the most responsive companies I&#8217;ve ever dealt with and they will get through this.  Yes, some customers may go elsewhere and likely already have.  That happens.  With proper planning though a temporary site can be up quickly and easily elsewhere while the dust settles and then if you like you can transition back to your previous hosting, or keep it as a spare in case your NEW location has a meltdown.</p>
<p>It would probably pay well to make your contingency planning for all of your sites today!</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2005/12/01/home-linux-terrabyte-backup-system/" rel="bookmark" class="wherego_title">Home Linux terrabyte backup system</a></li><li><a href="http://www.averyjparker.com/2005/08/05/planning-for-disaster-recovery/" rel="bookmark" class="wherego_title">Planning for disaster recovery</a></li><li><a href="http://www.averyjparker.com/2006/01/17/preparing-for-disaster-recovery-system-change-log/" rel="bookmark" class="wherego_title">Preparing for disaster recovery &#8211; system change log</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2693&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=4nY1HrI3ZNU:wz5fsAJ83rw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=4nY1HrI3ZNU:wz5fsAJ83rw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=4nY1HrI3ZNU:wz5fsAJ83rw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=4nY1HrI3ZNU:wz5fsAJ83rw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=4nY1HrI3ZNU:wz5fsAJ83rw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=4nY1HrI3ZNU:wz5fsAJ83rw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=4nY1HrI3ZNU:wz5fsAJ83rw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=4nY1HrI3ZNU:wz5fsAJ83rw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/4nY1HrI3ZNU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/02/25/lessons-learned-from-the-massive-westhost-outage-this-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/02/25/lessons-learned-from-the-massive-westhost-outage-this-week/</feedburner:origLink></item>
		<item>
		<title>WaveEgreetings.com Scam? or Legit?</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/qfksFYCDV2A/</link>
		<comments>http://www.averyjparker.com/2010/02/17/waveegreetings-com-scam-or-legit/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 03:06:51 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[General Web/Tech]]></category>
		<category><![CDATA[charge to phone]]></category>
		<category><![CDATA[complaint]]></category>
		<category><![CDATA[legit]]></category>
		<category><![CDATA[phone billing]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[waveegreetings.com]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2678</guid>
		<description>This afternoon I received an email that said the following&amp;#8230;
	Welcome to Midwave Products LLC!
Congratulations Avery,
This e-mail is to confirm your recent/successful WaveEGreetings.com
order!  Log in online and get instant access to hundreds of E-Greeting
Cards!
Billing Telephone Number: **********
As part of your service with the WaveEGreetings.com program, you will
receive:
Unlimited access to ecards for every occasion!
Send greetings to [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>This afternoon I received an email that said the following&#8230;</p>
<p>	Welcome to Midwave Products LLC!</p>
<p>Congratulations Avery,</p>
<p>This e-mail is to confirm your recent/successful WaveEGreetings.com<br />
order!  Log in online and get instant access to hundreds of E-Greeting<br />
Cards!</p>
<p>Billing Telephone Number: **********</p>
<p>As part of your service with the WaveEGreetings.com program, you will<br />
receive:<br />
Unlimited access to ecards for every occasion!<br />
Send greetings to your friends and family.<br />
Create unique and personalized greetings.</p>
<p>Your WaveEGreetings.com account can be accessed by going to<br />
www.waveEgreetings.com/login.asp  and entering in your username and<br />
password below;<br />
username: ****************<br />
password: *************</p>
<p>For your convenience you will be billed a monthly fee of $14.95 on your<br />
local phone bill for the phone number you provided which is **********.<br />
Although, there is no affiliation with your local phone company, these<br />
charges will appear on your local telephone bill on the Transaction<br />
Clearing bill page as being billed on behalf of Midwave Products, LLC.<br />
There is no long term contract and the service can be cancelled at any<br />
time.</p>
<p>If you have questions or concerns and need to contact customer service<br />
just simply reply to this e-mail and we will be happy to assist you.</p>
<p>You can cancel the service by calling 866-982-3699or by emailing us at<br />
support@waveEgreetings.com and include your home telephone number or<br />
simply reply to this email stating &#8220;cancel&#8221;. Or write us at PO Box 17598<br />
Suite# 77145, Baltimore, Maryland 21297-1598.</p>
<p>Thank you and Congratulations on joining WaveEGreetings.com</p>
<p>Sincerely,<br />
WaveEGreetings.com Customer Support<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>AT&#038;T ENDUSERS:You have the right to dispute the Midwave Products LLC<br />
charges billed on your local telephone bill. You are not legally<br />
responsible for Midwave Products LLC charges incurred by minors or<br />
vulnerable adults without your consent. Your local telephone service<br />
will not be disconnected because you fail to pay a charge by Midwave<br />
Products LLC except that nonpayment of certain regulated<br />
telecommunication charges may result in disconnection of service in<br />
Alabama, Florida, Georgia, Kentucky, Louisiana, South Carolina and<br />
Tennessee. Enhanced Telecommunications Service Providers may employ<br />
other agencies to collect delinquent charge, even if your local phone<br />
company has previously adjusted them from your telephone bill.</p>
<p>My first thought was that this was a phishing email and I checked out the links in the message and the site of waveEgreetings.com because&#8230;.</p>
<p><span id="more-2678"></span><br />
</p>
<p>To be honest I&#8217;m not that hot on FREE ecards really &#8211; much less a $14.95 per month subscription (!$!$!$???)  It all seemed legit and so I sent a message to the support@ email mentioned in the message I got to cancel immediately and make sure that no charges ever appeared for this on my phone bill.</p>
<p>And&#8230;</p>
<p>   &#8212;&#8211; The following addresses had permanent fatal errors &#8212;&#8211;<br />
<support@waveEgreetings.com><br />
    (reason: 550 #5.1.0 Address rejected support@waveEgreetings.com)</p>
<p>   &#8212;&#8211; Transcript of session follows &#8212;&#8211;<br />
&#8230; while talking to smtp.secureserver.net.:<br />
>>> RCPT To:<support@waveEgreetings.com><br />
<<< 550 #5.1.0 Address rejected support@waveEgreetings.com<br />
550 5.1.1 <support@waveEgreetings.com>&#8230; User unknown</p>
<p>So&#8230;. I tried replying to the message as instructed as our second option to cancel&#8230;.</p>
<p>   &#8212;&#8211; The following addresses had permanent fatal errors &#8212;&#8211;<br />
<membership@waveEgreetings.com><br />
    (reason: 550 #5.1.0 Address rejected membership@waveEgreetings.com)</p>
<p>   &#8212;&#8211; Transcript of session follows &#8212;&#8211;<br />
&#8230; while talking to smtp.secureserver.net.:<br />
>>> RCPT To:<membership@waveEgreetings.com><br />
<<< 550 #5.1.0 Address rejected membership@waveEgreetings.com<br />
550 5.1.1 <membership@waveEgreetings.com>&#8230; User unknown</p>
<p>By now I was fairly primed for a phone call and called the number listed in the email.  I looked on their website to try to verify that this really is the number of Midwave Products LLC &#8211; but their site does not have contact information and I was NOT about to login to an account I didn&#8217;t want in the first place to see if they posted a phone number inside the gates.  &#8211;CORRECTION&#8211; I do see that they do have their phone # on their main webpage &#8211; it&#8217;s in the VERY small print after the box to check for agreeing to the terms and conditions&#8230;.etc.</p>
<p>So, I called and about 5 minutes after my call I was told that I was the next caller in line and my call would be handled by the next available representative.  There was a pause in the music and then a click and a fast busy.  I was hung up on!</p>
<p>So, I called back and was connected fairly quickly to a representative who asked for a confirmation of phone number and address.  It was canceled in short order.</p>
<p>First off, I really DON&#8217;T LIKE to see services &#8220;conveniently bill to your telephone bill.&#8221;  I have seen lots of companies do this and they most all have been scams.  One company I know had a sudden charge on their bill for webhosting from God only knows where.  I DID THEIR webhosting.  Our best guess was that somebody called up and asked some questions and they suddenly had a $100 a month charge added to their phone bill.  They canceled in short order and the phone representative I spoke with said that they had a lot of complaints from that particular group.  I remember going through similar problems with long distance slammers at one point as well.  I seem to recall even one more &#8220;service&#8221; that we found a charge for on our bill that was not something we authorized.</p>
<p>I suspect that many businesses and individuals either don&#8217;t look closely at their phone bills and just pay it or&#8230;. are big enough that the person paying the bill is not the one authorizing charges on it and they don&#8217;t ask any questions.</p>
<p>I thank the representative at waveegreetings.com for the quick and easy cancellation.  However, I will be watching carefully to make sure that there are no charges for this.</p>
<p>So&#8230;. this leaves me with a few questions.</p>
<p>1)  WHO would pay $15 each month to be able to send electronic greeting cards !!!!!</p>
<p>2) Are there people that get a commission for signing up new leads for wavegreetings.com (my bet is the answer is yes&#8230;)</p>
<p>3)  Have you ever had a strange charge on your phone bill?</p>
<p>4)  Has anyone else had a similar experience with WaveEgreetings.com?</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2010/02/07/windows-xp-stop-0x0000007b-error-booting-into-safe-mode/" rel="bookmark" class="wherego_title">Windows XP Stop 0&#215;0000007B Error Booting into Safe Mode</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2678&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=qfksFYCDV2A:8fhK3kMsRqY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=qfksFYCDV2A:8fhK3kMsRqY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=qfksFYCDV2A:8fhK3kMsRqY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=qfksFYCDV2A:8fhK3kMsRqY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=qfksFYCDV2A:8fhK3kMsRqY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=qfksFYCDV2A:8fhK3kMsRqY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=qfksFYCDV2A:8fhK3kMsRqY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=qfksFYCDV2A:8fhK3kMsRqY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/qfksFYCDV2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/02/17/waveegreetings-com-scam-or-legit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/02/17/waveegreetings-com-scam-or-legit/</feedburner:origLink></item>
		<item>
		<title>Windows XP Stop 0×0000007B Error Booting into Safe Mode</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/XdCT3cd5tkY/</link>
		<comments>http://www.averyjparker.com/2010/02/07/windows-xp-stop-0x0000007b-error-booting-into-safe-mode/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:19:48 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[0x0000007B]]></category>
		<category><![CDATA[0x0000007B error]]></category>
		<category><![CDATA[safe mode safe mode error]]></category>
		<category><![CDATA[stop 0x0000007B]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2667</guid>
		<description>A recent malware removal session gave a very frustrating error in trying to boot into safe mode.  I was unable to boot into safe mode, safe mode with networking or even safe mode with the command prompt.  The Stop Error was a Stop 0&amp;#215;0000007B Error.  The instructions on the screen talk about [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>A recent malware removal session gave a very frustrating error in trying to boot into safe mode.  I was unable to boot into safe mode, safe mode with networking or even safe mode with the command prompt.  The Stop Error was a Stop 0&#215;0000007B Error.  The instructions on the screen talk about running chkdsk on the drive (which I did.)  There were a few things found and corrected, but the problem was still there.  On investigation I went into the registry editor (regedit) and found that the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot registry key had been emasculated.  There were two subkeys for minimal and network profiles&#8230;. So&#8230; I found a way to rebuild them.</p>
<p><span id="more-2667"></span><br />
</p>
<p><a href="http://blog.didierstevens.com/2007/02/19/restoring-safe-mode-with-a-reg-file/">Didier Stevens</a> has spent a lot of time on this and has developed a registry patch file.  There are patches for Xp sp2 and sp3 as well as 2003 server and Windows 2000 SP4 in his download zip.</p>
<p>There is an <a href="https://www.didierstevens.com/files/data/SafeBoot.zip">https</a> and an <a href="http://www.didierstevens.com/files/data/SafeBoot.zip">http download link for safeboot</a>.  The registry patches worked and allowed safe mode to work.  I did further scans on the system and ultimately all is clean.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2010/01/26/windows-xp-unable-to-login-after-cleaning-out-rogue-antivirus/" rel="bookmark" class="wherego_title">Windows XP Unable to Login After Cleaning Out Rogue Antivirus</a></li><li><a href="http://www.averyjparker.com/2005/12/16/disinfecting-a-pc%e2%80%a6-part-3/" rel="bookmark" class="wherego_title">Disinfecting a PC… part 3</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2667&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=XdCT3cd5tkY:WJ_Llxm567o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=XdCT3cd5tkY:WJ_Llxm567o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=XdCT3cd5tkY:WJ_Llxm567o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=XdCT3cd5tkY:WJ_Llxm567o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=XdCT3cd5tkY:WJ_Llxm567o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=XdCT3cd5tkY:WJ_Llxm567o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=XdCT3cd5tkY:WJ_Llxm567o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=XdCT3cd5tkY:WJ_Llxm567o:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/XdCT3cd5tkY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/02/07/windows-xp-stop-0x0000007b-error-booting-into-safe-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/02/07/windows-xp-stop-0x0000007b-error-booting-into-safe-mode/</feedburner:origLink></item>
		<item>
		<title>How to Remove Live Enterprise Suite | Live Enterprise Suite Removal Guide</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/BN-1QPXxITo/</link>
		<comments>http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 06:31:48 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Rogue Security Software]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[how to remove]]></category>
		<category><![CDATA[how to remove live enterprise suite]]></category>
		<category><![CDATA[live enterprise suite]]></category>
		<category><![CDATA[live enterprise suite removal]]></category>
		<category><![CDATA[live enterprise suite removal guide]]></category>
		<category><![CDATA[malware removal]]></category>
		<category><![CDATA[removal guide]]></category>
		<category><![CDATA[remove live enterprise suite]]></category>
		<category><![CDATA[rogue]]></category>
		<category><![CDATA[rogue antivirus]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2642</guid>
		<description>Live Enterprise Suite is yet another rogue security application.  This is a successor to the frustrating Internet Antivirus Pro and Ghost Antivirus rogues.  Like many of these security rogues they are pushed through malware and aggressive advertising.  This may be a website that when visited a screen pops up that appears to [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Live Enterprise Suite is yet another rogue security application.  This is a successor to the frustrating Internet Antivirus Pro and Ghost Antivirus rogues.  Like many of these security rogues they are pushed through malware and aggressive advertising.  This may be a website that when visited a screen pops up that appears to be doing a scan on your computer.  However, everyone sees the same video when they visit the site, so you may see the same message whether you&#8217;re browsing with windows, apple mac or linux.  Unfortunately, this trick is effective and many will click on the link they provide which installs the software on the local machine.  Read on for <a href="http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/">how to remove live enterprise suite</a>.</p>
<p><span id="more-2642"></span><br />
</p>
<p>Among the other usual nuisances of these pests, this one also installs the TDL3 rootkit and disables task manager.  It also deactivates security software that it is able to find and get rid of.  This can be a very challenging infection to clean up and you may need to resort to a livecd and deleting some of the files to regain control over the system.  You may use either the recovery console or a bartpe/ultimate boot cd disk or even a linux boot disk to remove the files.</p>
<p>There are a number of other things you may try to remove this rogue.  First you may want to visit the control panel and add/remove programs and attempt to <a href="http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/">uninstall live enterprise suite</a>.  It probably won&#8217;t work, but is worth a try.  If it DOES work, then you should scan your system with a malware removal tool such as superantispyware or malwarebytes antimalware (or both) and a reputable antivirus before considering it clean.</p>
<p></p>
<p>To <a href="http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/">remove live enterprise suite</a> you will want to use an automated tool if at all possible such as superantispywares portable scanner or malwarebytes antimalware (both can be found on the <a href="http://www.averyjparker.com/virus-spyware-and-malware-removal-toolkit/">virus removal tools</a> page.)  The portable scanner from superantispyware is easier and has some advantages.  1) it is randomly named each download so, is not likely to be noticed and terminated by the rogue.  2)  It is updated daily, so you don&#8217;t need to check for updates if you&#8217;ve downloaded the portable scanner fresh today.  That much said, you may not be able to download anything on the affected machine, so make use of a usb flash drive for this and a clean computer.</p>
<p>If you have trouble running either superantispyware&#8217;s portable scanner or the malwarebytes antimalware installer you may try the following and then re-attempt to run your chosen cleaner.  1) rename the program to something that will be more likely allowed to run (explorer.exe iexplore.exe firefox.exe are good candidates.)  2) reboot into safe mode with networking and try running again.  Malwarebytes will need safe mode with networking to perform an update to make certain that you have the latest definition updates.</p>
<p>Remove anything that is found and scan again.  I usually keep scanning and alternate malware removal/antivirus tools until the system is clean.  If you have <a href="http://www.averyjparker.com/2010/01/26/windows-xp-unable-to-login-after-cleaning-out-rogue-antivirus/">trouble logging in to windows after cleaning, then read this for suggestions on what to do</a>.</p>
<p>The <a href="http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/">files associated with live enterprise suite</a> are listed below.  You will need to delete this files if you have to do a <a href="http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/">manual removal of live enterprise suite</a>.  You may make use of the recovery console or a windows live cd such as bartpe, ultimate bootcd or a linux boot cd to be able to remove the files listed.  Unfortunately some of the files are randomly named and so will be different from one install to another.  For this reason, you need to be careful in determining which files to delete.  Use the locations seen here, the files you see on your system and your best judgment to decide.  (When in doubt make a folder to quarantine to and MOVE the files there.)</p>
<p>%user%\Application Data\Live Enterprise Suite<br />
%user%\Application Data\Live Enterprise Suite\settings.ini<br />
%user%\Application Data\Live Enterprise Suite\uill.ini<br />
%user%\Application Data\Live Enterprise Suite\unins000.exe<br />
%user%\Application Data\Live Enterprise Suite\updateloadlist.ini<br />
%user%\Application Data\Live Enterprise Suite\db<br />
%user%\Application Data\Live Enterprise Suite\db\config.cfg<br />
%user%\Application Data\Live Enterprise Suite\db\Timeout.inf<br />
%user%\Application Data\Live Enterprise Suite\db\Urls.inf<br />
%user%\Application Data\Microsoft\Windows\winlogon.exe<br />
%user%\Local Settings\Application Data\Microsoft\Windows\log.txt<br />
%user%\Local Settings\Application Data\Microsoft\Windows\pguard.ini<br />
%user%\Local Settings\Application Data\Microsoft\Windows\services.exe<br />
%user%\My Documents\My Pictures\atbyin.exe<br />
%progfiles%\Common Files\RANDOMchar.exe<br />
%progfiles%\Common Files\RANDOMcalc.exe<br />
%progfiles%\Live Enterprise Suite<br />
%progfiles%\Live Enterprise Suite\activate.ico<br />
%progfiles%\Live Enterprise Suite\Explorer.ico<br />
%progfiles%\Live Enterprise Suite\Live Enterprise Suite.exe<br />
%progfiles%\Live Enterprise Suite\unins000.dat<br />
%progfiles%\Live Enterprise Suite\uninstall.ico<br />
%progfiles%\Live Enterprise Suite\working.log<br />
%win%\system32\RANDOM.dll<br />
%win%\system32\RANDOM.dll</p>
<p>I&#8217;m still working to confirm/complete the list of files above.  Even after a <a href="http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/">full manual removal of live enterprise suite</a> you should follow up with scans using a trusted malware removal tool such as superantispyware or malwarebytes antimalware.  Also, scan with a reputable antivirus application.  Reputable doesn&#8217;t have to mean a paid antivirus, free is okay, an online scanner can be all right, just make sure that it is a more trusted name such as AVG/avira/trendmicro/norton/mcafee/etc.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2009/11/15/how-to-remove-enterprise-suite-enterprise-suite-removal-guide/" rel="bookmark" class="wherego_title">How to Remove Enterprise Suite | Enterprise Suite Removal Guide</a></li><li><a href="http://www.averyjparker.com/2010/01/26/windows-xp-unable-to-login-after-cleaning-out-rogue-antivirus/" rel="bookmark" class="wherego_title">Windows XP Unable to Login After Cleaning Out Rogue Antivirus</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2642&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=BN-1QPXxITo:Tv9Z8l9LiKU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=BN-1QPXxITo:Tv9Z8l9LiKU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=BN-1QPXxITo:Tv9Z8l9LiKU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=BN-1QPXxITo:Tv9Z8l9LiKU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=BN-1QPXxITo:Tv9Z8l9LiKU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=BN-1QPXxITo:Tv9Z8l9LiKU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=BN-1QPXxITo:Tv9Z8l9LiKU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=BN-1QPXxITo:Tv9Z8l9LiKU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/BN-1QPXxITo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/</feedburner:origLink></item>
		<item>
		<title>Windows XP Unable to Login After Cleaning Out Rogue Antivirus</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/Qy8yydV-YJM/</link>
		<comments>http://www.averyjparker.com/2010/01/26/windows-xp-unable-to-login-after-cleaning-out-rogue-antivirus/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 18:33:49 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Rogue Security Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[automatic logout]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[rogue]]></category>
		<category><![CDATA[rogue antivirus]]></category>
		<category><![CDATA[unable to login]]></category>
		<category><![CDATA[userinit]]></category>
		<category><![CDATA[userinit.exe]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2640</guid>
		<description>This article may come in handy if you are out there battling the latest rogue du jour.  Occasionally I have been through a cleaning process for these rogues and got to a point where the scanner had run and cleaned things out (whether it was malwarebytes antimalware or superantispyware.)  It was time to [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>This article may come in handy if you are out there battling the latest rogue du jour.  Occasionally I have been through a cleaning process for these rogues and got to a point where the scanner had run and cleaned things out (whether it was malwarebytes antimalware or superantispyware.)  It was time to reboot and the system reboots, starts to load the desktop wallpaper and then&#8230;. You see the windows login screen and the words &#8220;saving settings&#8221; under the username followed by the words &#8220;logging out&#8221;.  You may try again, but it doesn&#8217;t even load the desktop icons it just boots you back out to the login screen.  If you try safe mode you may get the same behavior (it was in my case), administrator or the typical system user didn&#8217;t seem to make a difference.  I couldn&#8217;t even get to safe mode with the command prompt.  No choice but to reinstall right?  Wrong&#8230;.</p>
<p><span id="more-2640"></span><br />
</p>
<p>For this you will need to get access to the registry.  Obviously given that this system is problematic we have limited options.  If you have been able to access the registry remotely over the network that may work for you, but in my case I have an Ultimate boot CD which includes a Windows live cd environment.  One catch with windows live boot cds though is that they need to be made from a working windows system.  So, if you don&#8217;t already have one in your toolkit, you will need to scrounge your way to a working windows xp system with your windows disk, internet connection and then get your boot cd setup.</p>
<p>You may be able to use a linux boot cd to edit the registry (using wine perhaps as <a href="http://www.extremetech.com/article2/0,2845,1918306,00.asp">this article suggests</a>.)  Although that&#8217;s a path I haven&#8217;t gone down before&#8230;  Other than that though I don&#8217;t know another way to edit the registry from linux.</p>
<p></p>
<p>Here&#8217;s what you will need to check in the registry.</p>
<p>HKeyLocalMachine\Software\Microsoft\Windows NT\CurrentVersion\Winlogon</p>
<p>You are looking for the userinit value which should be c:\windows\system32\userinit.exe and shell should be explorer.exe</p>
<p>In my case userinit was set to c:\windows\system32\winlogon32.exe or some such nonsense.  Fixing this restored the ability to login.</p>
<p>However, if it appears set correctly it may be that your copy of userinit.exe is corrupted and you may need to extract it from the windows install disk in recovery console mode&#8230;</p>
<p>expand d:\i386\userinit.ex_ c:\windows\system32\userinit.exe </p>
<p>So, if you&#8217;re stuck in a windows login logout loop that you just cannot login to windows it automatically logs you back out before you see the desktop the above may solve the problem for you.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2010/01/27/how-to-remove-live-enterprise-suite-live-enterprise-suite-removal-guide/" rel="bookmark" class="wherego_title">How to Remove Live Enterprise Suite | Live Enterprise Suite Removal Guide</a></li><li><a href="http://www.averyjparker.com/2005/12/17/disinfecting-a-pc%e2%80%a6-part-4/" rel="bookmark" class="wherego_title">Disinfecting a PC… part 4</a></li><li><a href="http://www.averyjparker.com/2010/02/07/windows-xp-stop-0x0000007b-error-booting-into-safe-mode/" rel="bookmark" class="wherego_title">Windows XP Stop 0&#215;0000007B Error Booting into Safe Mode</a></li><li><a href="http://www.averyjparker.com/2007/01/19/windows-lost-administrator-password-rundown/" rel="bookmark" class="wherego_title">Windows lost administrator password rundown&#8230;.</a></li><li><a href="http://www.averyjparker.com/2005/12/29/removing-items-from-msconfig-after-wmf-exploit/" rel="bookmark" class="wherego_title">Removing items from MSCONFIG after WMF exploit</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2640&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=Qy8yydV-YJM:bKgx2u-Vkj8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=Qy8yydV-YJM:bKgx2u-Vkj8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=Qy8yydV-YJM:bKgx2u-Vkj8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=Qy8yydV-YJM:bKgx2u-Vkj8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=Qy8yydV-YJM:bKgx2u-Vkj8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=Qy8yydV-YJM:bKgx2u-Vkj8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=Qy8yydV-YJM:bKgx2u-Vkj8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=Qy8yydV-YJM:bKgx2u-Vkj8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/Qy8yydV-YJM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/01/26/windows-xp-unable-to-login-after-cleaning-out-rogue-antivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/01/26/windows-xp-unable-to-login-after-cleaning-out-rogue-antivirus/</feedburner:origLink></item>
		<item>
		<title>How to Remove APCSafe | APCSafe Removal Guide</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/s8EZgucA5g8/</link>
		<comments>http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:20:10 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Rogue Security Software]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[apcsafe]]></category>
		<category><![CDATA[apcsafe removal]]></category>
		<category><![CDATA[apcsafe removal guide]]></category>
		<category><![CDATA[how to remove]]></category>
		<category><![CDATA[how to remove apcsafe]]></category>
		<category><![CDATA[malware removal]]></category>
		<category><![CDATA[removal guide]]></category>
		<category><![CDATA[remove apcsafe]]></category>
		<category><![CDATA[rogue]]></category>
		<category><![CDATA[rogue antivirus]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2636</guid>
		<description>APCSafe is another of the recent variations on the Wini family of rogue antivirus applications.  Like all the others it is pushed by trojan activity&amp;#8230; this is typically a video site that claims to have a sought after video, but alas&amp;#8230;. the video cannot be viewed unless you install a flashplayer update that they [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>APCSafe is another of the recent variations on the Wini family of rogue antivirus applications.  Like all the others it is pushed by trojan activity&#8230; this is typically a video site that claims to have a sought after video, but alas&#8230;. the video cannot be viewed unless you install a flashplayer update that they have on the site, or a video codec.  These of course, aren&#8217;t really what they are, they are the payload of this rogue antivirus.  Once it is installed it will run at boot, scan files and complain of many viruses on your system as well as security problems with your computer.  None of these can be fixed without paying for the software, so it claims.  This is a scam, so please read on for <a href="http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/">how to remove apcsafe</a>.</p>
<p><span id="more-2636"></span><br />
</p>
<p>Among the easiest ways to get rid of any software that you don&#8217;t work is to go to the control panel and use the add/remove programs applet to <a href="http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/">uninstall apcsafe</a> or whichever other software you are trying to get rid of.  This may not work for rogue antivirus software because typically these programs don&#8217;t want to be uninstalled.  If it does work for some reason, then you should still follow it up with a scan from a reputable malware removal tool and then a reputable antivirus application.</p>
<p>Your next best option for <a href="http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/">removing a pest such as apcsafe</a> is to use a tool such as the portable scanner from superantispyware.  There is a link on my <a href="http://www.averyjparker.com/virus-spyware-and-malware-removal-toolkit/">virus removal</a> toolkit page.  It is updated daily and so you shouldn&#8217;t need to update it once it downloads.  It will use a random filename each time it is downloaded so you should take care to make a note of the filename as it downloads so you can find it when the download is completed.  If for some reason it doesn&#8217;t run when it&#8217;s downloaded you may try the following tricks to run it.  1) rename it to either explorer.exe iexplore.exe or firefox.exe and then retry running it.  2) reboot into safe mode and retry running it.  When it does run, remove all the infections found and then run it again, and again until things come clear.</p>
<p></p>
<p>If you wish to perform a <a href="http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/">manual removal of apcsafe</a> you will need to refer to the list of filenames below of those <a href="http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/">files associated with apcsafe</a>.</p>
<p>%user%\Local Settings\temp\00002e99<br />
%docs%\All Users\Desktop\APcSafe.lnk<br />
%docs%\All Users\Start Menu\Programs\APcSafe\1 APcSafe.lnk<br />
%docs%\All Users\Start Menu\Programs\APcSafe\2 Homepage.lnk<br />
%docs%\All Users\Start Menu\Programs\APcSafe\3 Uninstall.lnk<br />
%progfiles%\APcSafe Software\APcSafe\APcSafe.exe<br />
%progfiles%\APcSafe Software\APcSafe\uninstall.exe<br />
%win%\system32\RANDOM.exe<br />
%win%\system32\spool\prtprocs\w32×86\00003e8f.tmp</p>
<p>After you have removed the files above or using a tool such as superantispyware then you should follow up with further malware removal scans and antivirus applications.  I typically will scan until things come clean.  You should make sure that you use only reputable products for these scans.  Free is okay, an online scanner is okay, just make sure they have a good reputation.</p>
<p>If you are administrator of a computer network you may wish to <a href="http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/">block traffic to apcsafe.com</a></p>
<!-- google_ad_section_end --><div id="wherego_related"> </div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2636&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=s8EZgucA5g8:ERYquliJWTo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=s8EZgucA5g8:ERYquliJWTo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=s8EZgucA5g8:ERYquliJWTo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=s8EZgucA5g8:ERYquliJWTo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=s8EZgucA5g8:ERYquliJWTo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=s8EZgucA5g8:ERYquliJWTo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=s8EZgucA5g8:ERYquliJWTo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=s8EZgucA5g8:ERYquliJWTo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/s8EZgucA5g8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/01/26/how-to-remove-apcsafe-apcsafe-removal-guide/</feedburner:origLink></item>
		<item>
		<title>How to Remove PCSecure | PCSecure Removal Guide</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/uwJqdEp0BeQ/</link>
		<comments>http://www.averyjparker.com/2010/01/25/how-to-remove-pcsecure-pcsecure-removal-guide/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:25:45 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Rogue Security Software]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[how to remove]]></category>
		<category><![CDATA[how to remove pcsecure]]></category>
		<category><![CDATA[malware removal]]></category>
		<category><![CDATA[pcsecure]]></category>
		<category><![CDATA[pcsecure removal]]></category>
		<category><![CDATA[pcsecure removal guide]]></category>
		<category><![CDATA[removal guide]]></category>
		<category><![CDATA[remove pcsecure]]></category>
		<category><![CDATA[rogue]]></category>
		<category><![CDATA[rogue antivirus]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2632</guid>
		<description>PCSecure is a recent rogue antivirus from the notorious and prolific wini family of rogue security software.  It is typically promoted via trojan downloaders.  Usually these will be on a website with a video that may be highly sought after.  In order to see the video though you are told that you [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>PCSecure is a recent rogue antivirus from the notorious and prolific wini family of rogue security software.  It is typically promoted via trojan downloaders.  Usually these will be on a website with a video that may be highly sought after.  In order to see the video though you are told that you need to download a codec update or flash player update.  This is where you get the infection that starts the nightmare of popups complaining of viruses on your system and multiple security problems on your pc.  The real kicker is that they claim that the problems cannot be fixed unless you purchase their software.  This is a scam and should be avoided.  Read on for <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-pcsecure-pcsecure-removal-guide/">how to remove PCSecure</a>.</p>
<p><span id="more-2632"></span><br />
</p>
<p>This and other recent versions of the wini rogues may also bundle a rootkit that has been called the TDL3 rootkit.  You may need further cleanup on this machine than the relatively simple rogue security software removal.  Among the warnings you may see on your system will be the following:</p>
<p>    German Alert:<br />
    Spzprogramm Warnzeichen!<br />
    Ihr Computer ist mit Spionprogramm infektioniert. Das kann Ihren Dateien und die im Internet zugänglich machen. Klicken bitte hier, um Ihre Kopie von PcsSecure zu registrieren und Ihr PC von Spyprogramm frei zu machen.</p>
<p>    English Alert:<br />
    Spyware Alert!<br />
    Your computer is infected with spyware. It could damage your critical files or expose your private data on the Internet. Click here to register your copy of PcsSecure and remove spyware threats from your PC.</p>
<p>    French Alert:<br />
    Spyware Alerte!<br />
    Votre ordinateur est infecté de spyware. Il pourrait endommager vos fichiers critiques ou exposer vos données prives sur &#8216;Internet. Cliquez ici pour enregistrer votre copie de PcsSecure et enléver des menaces spyware de votre OP.</p>
<p>    Italian Alert:<br />
    Spyware miniaccia!<br />
    Il suo computer è infetto di spyware. Puo dannegiare i suoi files criticali rivelare i suoi dati personali nell&#8217;Internet. Clicca qui per registrare la sua coppia di PcsSecure e rimouvere le minacce di spyware dal suo computer.</p>
<p>The first and easiest way to attempt <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-pcsecure-pcsecure-removal-guide/">removal of pcsecure</a> or other rogues may or may not work.  This is going to the control panel and the add/remove programs area and then <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-pcsecure-pcsecure-removal-guide/">uninstall pcsecure</a>.  As I said, this may work, but it may not.  Even if it does, you should follow this with a scan of your computer using a malware removal tool that is reputable such as superantispyware or malwarebytes antimalware.  You also should scan the system with a reputable antivirus such as AVG/Avira/Trendmicros online housecall, etc.</p>
<p></p>
<p>If you were unable to remove this pest by using the control panel, I think the next easiest way should be the portable scanner from superantispyware.  You can find a link to it on my <a href="http://www.averyjparker.com/virus-spyware-and-malware-removal-toolkit/">virus removal</a> toolkit page.  Basically, it is rebuilt each day so you shouldn&#8217;t have to worry about updating it before scanning and it is given a random name each time it is downloaded so the rogues shouldn&#8217;t be able to kill it off thinking it is security software.  That much said, if you have a hard time running your download of the portable scanner you may try the following:  1) rename the download to something like explorer.exe or iexplore.exe or firefox.exe &#8211; these are usually process names that the rogues will leave alone (especially explorer.exe).  2) reboot into safe mode and attempt torun the scanner there.  Make sure to note the filename when you download since it is almost always a different filename.</p>
<p>If you would like to try to attempt a <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-pcsecure-pcsecure-removal-guide/">manual removal of pcsecure</a> then you will need to know the filenames listed below.  </p>
<p>%docs%\All Users\Desktop\PcsSecure.lnk<br />
%docs%\All Users\Start Menu\Programs\PcsSecure<br />
%docs%\All Users\Start Menu\Programs\PcsSecure\1 PcsSecure.lnk<br />
%docs%\All Users\Start Menu\Programs\PcsSecure\2 Homepage.lnk<br />
%docs%\All Users\Start Menu\Programs\PcsSecure\3 Uninstall.lnk<br />
%progfiles%\PcsSecure Software<br />
%progfiles%\PcsSecure Software\PcsSecure<br />
%progfiles%\PcsSecure Software\PcsSecure\PcsSecure.exe<br />
%progfiles%\PcsSecure Software\PcsSecure\uninstall.exe<br />
%win%\10548h5c9tool4z5.exe<br />
%win%\105z5troj199.cpl<br />
%win%\11359not-z-9irus405.bin<br />
%win%\system32\48fcthizf1950.cpl<br />
%win%\system32\4943h9ckto5lz78.ocx<br />
%win%\system32\49705hi9f896z.bin<br />
%win%\system32\RANDOM.exe </p>
<p>After the above files have been removed you should still scan your system with a reputable malware removal tool and reputable antivirus to make sure that your system is clean.  I will typically run scans until the scans start coming up with nothing found to make certain that everything related to the rogues have been eliminated.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2632&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=uwJqdEp0BeQ:sdhBkKeT0H0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=uwJqdEp0BeQ:sdhBkKeT0H0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=uwJqdEp0BeQ:sdhBkKeT0H0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=uwJqdEp0BeQ:sdhBkKeT0H0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=uwJqdEp0BeQ:sdhBkKeT0H0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=uwJqdEp0BeQ:sdhBkKeT0H0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=uwJqdEp0BeQ:sdhBkKeT0H0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=uwJqdEp0BeQ:sdhBkKeT0H0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/uwJqdEp0BeQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/01/25/how-to-remove-pcsecure-pcsecure-removal-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/01/25/how-to-remove-pcsecure-pcsecure-removal-guide/</feedburner:origLink></item>
		<item>
		<title>Recovering a Split BiggieFile from a MondoRescue Backup</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/JznIkkvTJlo/</link>
		<comments>http://www.averyjparker.com/2010/01/25/recovering-a-split-biggiefile-from-a-mondorescue-backup/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 00:12:39 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mondo]]></category>
		<category><![CDATA[mondoarchive]]></category>
		<category><![CDATA[mondorescue]]></category>
		<category><![CDATA[mondorestore]]></category>
		<category><![CDATA[restoring]]></category>
		<category><![CDATA[restoring files]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2630</guid>
		<description>Once upon a time I wrote of manually extracting a file from a mondorescue backup.  Sometimes it&amp;#8217;s just easier to do that, than have mondorescue go through 30 some cds or dvds just to find one file.  (Not to mention the fact that the iso&amp;#8217;s aren&amp;#8217;t burned to disc but are just stored [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Once upon a time I wrote of manually extracting a file from a <a href="http://www.averyjparker.com/2006/01/13/mondorescue-manually-restoring-from-an-afiobz2-file/">mondorescue backup</a>.  Sometimes it&#8217;s just easier to do that, than have mondorescue go through 30 some cds or dvds just to find one file.  (Not to mention the fact that the iso&#8217;s aren&#8217;t burned to disc but are just stored on a usb HD.)  So, I&#8217;ve just had the opportunity to try to restore one of the &#8220;biggiefiles&#8221;.  Mondoarchive attempts to split huge files up into smaller slices for archiving.  The size is something that I think is configurable, but I haven&#8217;t made any changes from the default.</p>
<p><span id="more-2630"></span><br />
</p>
<p>The first trick is figuring out which set of slice-0000105-0000.dat files to hunt for.  Find the list of biggiefiles (usually in the archives folder called biggiefiles.txt)  grep the file looking for your filename, but we will need the line number of the file.  In my case I did `grep -n myfilename biggiefiles.txt` and found that the file I was looking for was at line 106.</p>
<p>So, I started looking and found that the slice-0000106-0000.dat file reported a different filename when I used head to read the beginning of it.  So, I looked at slice-0000105-0000.dat&#8230;. aha! Our line 1 in biggiefile.txt get&#8217;s to be slice-0000000-0000.dat  So we&#8217;ll always be one number off from the line number.</p>
<p>Okay &#8211; so in my case there were about 17 slices&#8230; ranging from slice-0000106-0000.dat to slice-0000106-0017.dat  I should mention that many of these slices are bz2 compressed &#8211; so the first step is to uncompress them all bunzip2 *bz2 in the folder I was using as a temp folder for this worked.</p>
<p></p>
<p>Next, I just tried cat&#8217;ting them all together `cat slice*.dat >all_files.dat`  But the resulting file was read as corrupt (I was restoring an access database.  So, after a bit of looking at the mondo-archive code&#8230;. I tried something a bit different.  I renamed the first slice (ending in 0000.dat) to something outside of our slice- count sequence -so I just called it outside.dat and then cat&#8217;ted the rest of them together using the same command as above.  Why ?  The 0000.dat file apparently is written as a header with just the filename and perhaps other information that mondoarchive uses (size?)  I really don&#8217;t know what else, but I had noticed that the header on the 0001.dat was similar to the header on my real .mdb files that were floating around.</p>
<p>Anyway &#8211; I&#8217;m making a note of it here in case I need it again.  Probably the best thing I can suggest to start with is to create a folder to work on these files outside of your backup structure.  And by all means COPY instead of move the files over into it.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2005/11/28/making-backups-simpler/" rel="bookmark" class="wherego_title">Making backups simpler</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2630&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=JznIkkvTJlo:72_vXL-FifY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=JznIkkvTJlo:72_vXL-FifY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=JznIkkvTJlo:72_vXL-FifY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=JznIkkvTJlo:72_vXL-FifY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=JznIkkvTJlo:72_vXL-FifY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=JznIkkvTJlo:72_vXL-FifY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=JznIkkvTJlo:72_vXL-FifY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=JznIkkvTJlo:72_vXL-FifY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/JznIkkvTJlo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/01/25/recovering-a-split-biggiefile-from-a-mondorescue-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/01/25/recovering-a-split-biggiefile-from-a-mondorescue-backup/</feedburner:origLink></item>
		<item>
		<title>How to Remove Desktop Security 2010 | Desktop Security 2010 Removal Guide</title>
		<link>http://feedproxy.google.com/~r/averyjparker/~3/GBboL_VgjBk/</link>
		<comments>http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:25:42 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Rogue Security Software]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[desktop security 2010]]></category>
		<category><![CDATA[desktop security 2010 removal]]></category>
		<category><![CDATA[desktop security 2010 removal guide]]></category>
		<category><![CDATA[how to remove]]></category>
		<category><![CDATA[how to remove desktop security 2010]]></category>
		<category><![CDATA[malware removal]]></category>
		<category><![CDATA[removal guide]]></category>
		<category><![CDATA[remove desktop security 2010]]></category>
		<category><![CDATA[rogue]]></category>
		<category><![CDATA[rogue antivirus]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[virus removal]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2626</guid>
		<description>Desktop Security 2010 is a rogue antivirus application.  It is a successor to Total PC Defender and installs on your pc without permission through the use of malware.  Once on your system it will create numerous files that it then finds during scheduled scans and it claims these files are virus infected.  [...]</description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Desktop Security 2010 is a rogue antivirus application.  It is a successor to Total PC Defender and installs on your pc without permission through the use of malware.  Once on your system it will create numerous files that it then finds during scheduled scans and it claims these files are virus infected.  It will scan at windows startup and claim these files and some legitimate files are infected with viruses and the only way it can clean them is if you purchase the software.  If the files listed are removed it can damage your system.  Obviously, this is a scam just to get your money, read on for <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/">how to remove desktop security 2010</a>.</p>
<p><span id="more-2626"></span><br />
</p>
<p>You will see many pop up warnings and errors from this rogue including the following:</p>
<p>Warning! Running trial version!<br />
Your computer has been compromised! Now running trial version of the software! Click here to purchase the full version of the software and get full protection for your PC!</p>
<p>Security Center Alert<br />
To help protect your computer, Desktop Security 2010 has blocked some features of this program.<br />
Name Sft.dez.Wien<br />
Risk High<br />
Description Sft.dez.Wien is a virus attempts to spread itself by attaching to a host program, and can damage hardware, software or data in the process. This worm can be blocked from firewall and antivirus software.</p>
<p>Spyware Warning<br />
Your online guard helps to stop unauthorized changes to your computer<br />
Details: Spyware detected on your computer</p>
<p>Your computer might be at risk<br />
Antivirus detects viruses, worms, and Trojan horses. They can (and do) destroy data, format your hard disk or can destroy the BIOS. By destroying the BIOS many times you end up buying a new motherboard or if the bios chip is removable then that chip would need replacing.<br />
Click this balloon to fix this problem.</p>
<p>No firewall is turned on<br />
Automatic Updates is turned off<br />
Antivirus software might not be activated<br />
Click this balloon to fix this problem.</p>
<p>All of these errors should be disregarded as you work to <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/">remove desktop security 2010</a>.  Your first stop for this removal should be the control panel and then the add/remove programs applet.  From there you should try to <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/">uninstall desktop security 2010</a>.  This may or may not be successful.  If it is, congratulations&#8230;. follow that uninstall up with a scan using malwarebytes antimalware or superantispyware.  Then follow THAT up with a scan using a reputable antivirus application.</p>
<p></p>
<p>If the uninstall approach didn&#8217;t work, you can next try to <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/">remove desktop security 2010</a> using the portable scanner from superantispyware.  There is a download link on my <a href="http://www.averyjparker.com/virus-spyware-and-malware-removal-toolkit/">virus removal</a> toolkit page.  When it downloads it will be given a random name, so make note of the name as it downloads so you can find it later.  Also, it is rebuilt daily so it should have the latest definition updates so you should not need to run an update before scanning.</p>
<p>Run a scan with the portable scanner and clean out everything that it finds.  Then scan again and again until the system comes clean.  If you are interested in performing a <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/">manual removal of desktop security 2010</a> you should make note of the following files and folders to delete:</p>
<p>%docs%\All Users\Start Menu\Programs\Desktop Security 2010<br />
%docs%\All Users\Start Menu\Programs\Desktop Security 2010.lnk<br />
%docs%\All Users\Start Menu\Programs\Desktop Security 2010\Activate Desktop Security 2010.lnk<br />
%docs%\All Users\Start Menu\Programs\Desktop Security 2010\Desktop Security 2010.lnk<br />
%docs%\All Users\Start Menu\Programs\Desktop Security 2010\Help Desktop Security 2010.lnk<br />
%docs%\All Users\Start Menu\Programs\Desktop Security 2010\How to Activate Desktop Security 2010.lnk<br />
%user%\Application Data\Microsoft\Internet Explorer\Quick Launch\Desktop Security 2010.lnk<br />
%user%\Local Settings\Temp\gedx_ae09.exe<br />
%user%\Local Settings\Temp\jkfuckjs.exe<br />
%user%\Local Settings\Temp\kgn.exe<br />
%user%\Local Settings\Temp\kilslmd.exex<br />
%user%\Local Settings\Temp\kn.a.exe<br />
%progfiles%\Desktop Security 2010<br />
%progfiles%\Desktop Security 2010\daily.cvd<br />
%progfiles%\Desktop Security 2010\Desktop Security 2010.exe<br />
c:\Program Files%progfiles%%progfiles%\Desktop Security 2010\hjengine.dll<br />
%progfiles%\Desktop Security 2010\mfc71.dll<br />
%progfiles%\Desktop Security 2010\MFC71ENU.DLL<br />
%progfiles%\Desktop Security 2010\msvcp71.dll<br />
%progfiles%\Desktop Security 2010\msvcr71.dll<br />
%progfiles%\Desktop Security 2010\pthreadVC2.dll<br />
%progfiles%\Desktop Security 2010\securitycenter.exe<br />
%progfiles%\Desktop Security 2010\taskmgr.dll<br />
%progfiles%\Desktop Security 2010\uninstall.exe<br />
%win%\system32\RANDOM.exe </p>
<p>Follow up any <a href="http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/">removal of desktop security 2010</a> with a scan from a trusted, reputable malware removal tool such as superantispyware or malwarebytes antimalware.  Then you should follow up with a scan from a trusted antivirus application.  Make certain that you are using reputable tools.  Free is fine, an online scanner is okay, just make sure that they are reputable.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2010/01/24/how-to-remove-apcsecure-apcsecure-removal-guide/" rel="bookmark" class="wherego_title">How to Remove APCSecure | APCSecure Removal Guide</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2626&type=feed" alt="" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/averyjparker?a=GBboL_VgjBk:7woPSZJHKV8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=GBboL_VgjBk:7woPSZJHKV8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=GBboL_VgjBk:7woPSZJHKV8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=GBboL_VgjBk:7woPSZJHKV8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=GBboL_VgjBk:7woPSZJHKV8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=GBboL_VgjBk:7woPSZJHKV8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/averyjparker?i=GBboL_VgjBk:7woPSZJHKV8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/averyjparker?a=GBboL_VgjBk:7woPSZJHKV8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/averyjparker?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/averyjparker/~4/GBboL_VgjBk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.averyjparker.com/2010/01/25/how-to-remove-desktop-security-2010-desktop-security-2010-removal-guide/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.835 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-12 18:21:38 -->
