<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7946645355011663918</id><updated>2010-07-22T11:54:39.745-07:00</updated><title type='text'>All The Good Names Are Already Taken.net</title><subtitle type='html'>The iNet is an unforgiving place; riddled with scams, shysters, and pr0n. You can't even purchase a decent domain name anymore. Blah, blah, blah.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default?start-index=26&amp;max-results=25'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>52</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-7965543307023090109</id><published>2010-07-08T21:35:00.000-07:00</published><updated>2010-07-22T11:54:40.015-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='archive'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='backup'/><category scheme='http://www.blogger.com/atom/ns#' term='dvd'/><title type='text'>Spanning an archived or compressed file across multiple DVD's</title><content type='html'>Yes, yes, DVD's make a good permanent snapshot copy of data.. but how do you get the dog-goned data onto DVD? &amp;nbsp;In Linux.&lt;br /&gt;&lt;br /&gt;Here's what I did. &amp;nbsp;I had a butt-load of client's MP3 / WAV audio files to send... 32 GB or so. &amp;nbsp;But client has, of course, Windows. &amp;nbsp;So I had to do it in such a way that limited the pieces of media I would have to burn and still be accessible via Windows.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Compress and span multiple volumes all the files in the directory (I used File-Roller, but should have used the command line b/c it wouldn't let me chunk into files bigger than 2GB (7z restriction?)&lt;/li&gt;&lt;li&gt;tar vcf - backup_audio.7z.* | split --bytes=2800000000 -a 3 -d - Audio.tar.&lt;/li&gt;&lt;li&gt;Burn 3 Audio.tar.00? files to each Dual Layer DVD&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Now, I had to chunk the files using TAR into 2.8GB files b/c I wanted to optimize files space on the DVD's -- a single DL DVD will hold roughly 8.4GB but can't store a file larger than 4GB.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Once I mail the 3 DVD's to the client, I'll have to log into the machine remotely and issue the following commands to extract the precious files... (after copying them all to a single directory, of course)&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;copy /b Audio.tar.* AudioBackup.tar&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Then I would use 7zip to untar, then unzip the files. &amp;nbsp;For my own use, reassembling in Linux would require the following command:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cat Audio.tar.* &amp;gt;&amp;nbsp;AudioBackup.tar&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;Next time I do this, I'm going to try it all in one command using gzip/tar, resulting in strictly one set of files to extract w/ 7zip &amp;nbsp;;) &amp;nbsp;Which, I think is just adding the "z" option to zip in the TAR command. &amp;nbsp;But I am lazy and I had already had File-Roller compress my files (setting the size to be 8.4GB, but resulted in 2GB files as I mentioned)&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;b&gt;**UPDATE**&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;using 7z from command line (7-Zip)&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;7z a -t7z -v4420M -mx9 -mmt Backup.7z ./backups/&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Optionally, with TAR (compressed via ZIP) and SPLIT, the command would be something like this in one go:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;tar -cvz ./backups/&amp;nbsp;| split -d -b 4420M - BackupDVD.tgz.&lt;/span&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-7965543307023090109?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/7965543307023090109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=7965543307023090109&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/7965543307023090109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/7965543307023090109'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/07/spanning-archived-or-compressed-file.html' title='Spanning an archived or compressed file across multiple DVD&apos;s'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-1150001630440641027</id><published>2010-07-05T17:53:00.000-07:00</published><updated>2010-07-05T18:16:26.883-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='boot disc'/><category scheme='http://www.blogger.com/atom/ns#' term='xp install'/><category scheme='http://www.blogger.com/atom/ns#' term='nlite'/><title type='text'>Foolproof nLite Super Windows XP Custom Install Disk</title><content type='html'>I've done so many custom boot CD's in the past, and I think the success of such is about 37.8%&lt;br /&gt;&lt;br /&gt;To be sure your custom XP disc will be oozing with awesomeness and that you get the proper order of nLite, BTS and RVM Integrator, keep these things in mind:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;start with an original (clean) disc (even if it's SP2/SP1)&lt;/li&gt;&lt;li&gt;take frequent snapshots (copies) of your progress, having to start from scratch again is a bitch&lt;/li&gt;&lt;li&gt;do yourself the favourest of favours, test your disc quickly in a VM like VirtualBox, Qemu or VMWare -- takes only an extra 10-15min to do this when you mount the ISO to the virtual CD drive&lt;/li&gt;&lt;li&gt;use an XP Pro disc (Retail/OEM) so you can easily enough change the install media to Home/VLK by changing setupp.ini and replacing the following files from a disc of another flavour:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;DPCDLL.DL_&lt;/li&gt;&lt;li&gt;OEMBIOS.BI_&lt;/li&gt;&lt;li&gt;OEMBIOS.DA_&lt;/li&gt;&lt;li&gt;OEMBIOS.SI_&lt;/li&gt;&lt;li&gt;PIDGEN.DLL&lt;/li&gt;&lt;li&gt;SETUPP.INI&lt;/li&gt;&lt;li&gt;SETUPREG.HIV&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;do other cool stuff like integrate the latest LMHOSTS block file or any other scripties (installing recovery console, add a SAFEMODE:NETWORK boot.ini entry) you would normally do, stuff them in GUIRunOnce, save files into the $OEM$ folder so they are copied to the hard drive during install&lt;/li&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;And now for the order of operations:&lt;/span&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;slipstream SP3 into it using nLite, do only that&lt;/li&gt;&lt;li&gt;make a copy of that sp3 XP as a base (I call these "vanilla" discs)&lt;/li&gt;&lt;li&gt;run nLite against the source again, choose your tweaks; but be very&amp;nbsp;conservative&amp;nbsp;about removing things (better to turn them off than remove them)&lt;/li&gt;&lt;li&gt;this is a good point to do a&amp;nbsp;SP3 rollup... some require the use of RyanVM's integrator, some can be done w/ nLite, probably best to do it by itself&lt;/li&gt;&lt;li&gt;run nLite AGAIN, slipstreaming all your BASE apps (addon packs) like FireFox, 7-zip, .NET, Crap Cleaner, FFDShow, Java, VLC&lt;/li&gt;&lt;li&gt;take yet another copy of this, I call these "base" installs.. I can customize further from this base point as everything to this point has been a standard install configuration&lt;/li&gt;&lt;li&gt;integrate your drivers now w/ nLite if this is for a particular box, or for a more generic install disc, run BashratTheSneaky's DriverPack installer against your source... best to use Method 2, KTD&lt;/li&gt;&lt;li&gt;fire up nLite for the last time, only choosing "Bootable ISO" - create the .ISO to test out and burnitty-burn-burn.&lt;/li&gt;&lt;li&gt;you can then install &lt;a href="http://blog.atgnaat.net/2010/06/top-15-essential-best-and-free-windows.html"&gt;these&lt;/a&gt; once you get past the windows out of box experience message thingy&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_w4DfGfwudvM/TDJ5pq5r-jI/AAAAAAAAAFQ/s7c_gnp9Utg/s1600/addonpacks.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="473" src="http://2.bp.blogspot.com/_w4DfGfwudvM/TDJ5pq5r-jI/AAAAAAAAAFQ/s7c_gnp9Utg/s640/addonpacks.PNG" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-1150001630440641027?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/1150001630440641027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=1150001630440641027&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/1150001630440641027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/1150001630440641027'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/07/foolproof-nlite-super-windows-xp-custom.html' title='Foolproof nLite Super Windows XP Custom Install Disk'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_w4DfGfwudvM/TDJ5pq5r-jI/AAAAAAAAAFQ/s7c_gnp9Utg/s72-c/addonpacks.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-6479303157108212188</id><published>2010-06-24T20:06:00.000-07:00</published><updated>2010-06-24T20:06:34.002-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='recover data'/><category scheme='http://www.blogger.com/atom/ns#' term='ntfs'/><category scheme='http://www.blogger.com/atom/ns#' term='repair windows'/><title type='text'>Make a Duplicate / Backup Copy of an NTFS Partition From Linux</title><content type='html'>So, you've got a dead Windows NTFS hard disk, and before trying to repair the bad sectors or damaged partition tables, you want to make an exact replica of the current filesystem. &amp;nbsp;From Linux (an Ubuntu LiveCD would do just fine)&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo ntfsclone --rescue -o - /dev/sdc | gzip -c &amp;gt; sectorlevel.img.gz&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;if you have troubles getting that done, there's always good old "dd"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;dd if=/dev/sda of=/mnt/backup/sectorlevel.img&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-6479303157108212188?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/6479303157108212188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=6479303157108212188&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/6479303157108212188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/6479303157108212188'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/06/make-duplicate-backup-copy-of-ntfs.html' title='Make a Duplicate / Backup Copy of an NTFS Partition From Linux'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-7290059945663861503</id><published>2010-06-19T15:19:00.000-07:00</published><updated>2010-06-19T15:32:50.155-07:00</updated><title type='text'>So, you want to use a free program to convert video formats in Windows?</title><content type='html'>Finding information on the internet can be a real PITA. &amp;nbsp;Wading through all the self-marketing affiliate spam b.s and trialware crap... fuggedaboudit. &amp;nbsp;Let me simplify some stuff for you (sorry for all the linkies in this post, they're meant to illustrate my process, so you might duplicate, or laff at it).&lt;br /&gt;&lt;br /&gt;Client asks "What's a good program I can use to get my .AVI home movies onto my iPad?"&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://farm4.static.flickr.com/3153/2861806043_8cd55cf994.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://farm4.static.flickr.com/3153/2861806043_8cd55cf994.jpg" width="198" /&gt;&lt;/a&gt;&lt;/div&gt;I'm all like "Snap. &amp;nbsp;iPad won't play video files?"&lt;br /&gt;&lt;ul&gt;&lt;li&gt;short answer is&amp;nbsp;&lt;a href="http://forums.macrumors.com/showthread.php?t=877320"&gt;not really&lt;/a&gt;. &amp;nbsp;If you took them straight from video camera, probably, but not if you converted from DV video or other source.&lt;/li&gt;&lt;/ul&gt;&lt;ol&gt;&lt;li&gt;First step, g: &lt;a href="http://www.google.ca/search?q=play+avi+OR+divx+OR+mpeg+on+ipad"&gt;play avi OR divx OR mpeg on ipad&lt;/a&gt;&amp;nbsp;&lt;i&gt;-- become disappointed&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Then check some download sites for popular software on the topic: &amp;nbsp;&lt;a href="http://download.cnet.com/1770-20_4-0.html?tag=mncol;sort&amp;amp;query=convert+video&amp;amp;searchtype=downloads&amp;amp;filter=licenseName%3DFree|platform%3DWindows,Webware&amp;amp;filterName=licenseName%3DFree|platform%3DWindows,Webware&amp;amp;rpp=10&amp;amp;sort=popularity+asc"&gt;CNet (download.com)&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="http://www.tucows.com/search.html?search_terms=convert+video+%22Iphone+Converter%22&amp;amp;c=&amp;amp;tc=1&amp;amp;search_scope=win&amp;amp;search_type=&amp;amp;nfilter=license:freeware;type:soft"&gt;Tucows&lt;/a&gt;&amp;nbsp;&lt;i&gt;-- become a little overwhelmed, &lt;b&gt;CNet shows you great stats on reviews+popularity, plus you can sort by either!&lt;/b&gt;&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Next, check the YouTubes, see what the &lt;a href="http://www.youtube.com/results?search_query=convert+videos+to+ipod|mp4+free&amp;amp;aq=1"&gt;screencasters have to say&lt;/a&gt;. &lt;i&gt;-- spend all afternoon and&amp;nbsp;wind up watching&amp;nbsp;&lt;/i&gt;&lt;a href="http://www.youtube.com/watch?v=-UaW6zYQDQE"&gt;&lt;i&gt;Mariko Takahashi's Fitness Video&lt;/i&gt;&lt;/a&gt;&lt;i&gt;, &lt;b&gt;forgetting what you went there for.&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;/li&gt;&lt;li&gt;You could ask the &lt;a href="http://twitter.com/#search?q=convert%20video%20ipod%20OR%20ipad"&gt;twittosphere&lt;/a&gt;, &lt;i&gt;but there was little going on that wasn't spam.&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;Same&lt;/i&gt; goes for the &lt;a href="http://www.google.ca/search?q=best|easiest+free+video+~convert+software+windows&amp;amp;hl=en&amp;amp;source=lnms&amp;amp;tbs=blg:1&amp;amp;ei=1T4dTKXJCsH98AbRm83EDA&amp;amp;sa=X&amp;amp;oi=mode_link&amp;amp;ct=mode&amp;amp;ved=0CA8Q_AU&amp;amp;prmdo=1"&gt;blogosphere&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;a href="http://lifehacker.com/316478/top-10-free-video-rippers-encoders-and-converters"&gt;LifeHacker&lt;/a&gt; is usually an awesome place to find out about the best way to do.. well... &lt;i&gt;stuff&lt;/i&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;...in the end, I think &lt;a href="http://www.google.ca/search?q=best|easiest+free+video+~convert+software+windows&amp;amp;hl=en&amp;amp;source=lnms&amp;amp;tbs=blg:1"&gt;this query&lt;/a&gt; sum's it up and anything off the first page should be great... special mention to these ones because of their sheer popularity:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://handbrake.fr/"&gt;Handbrake&lt;/a&gt;&amp;nbsp;- Little cumbersome, feature rich&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.any-video-converter.com/products/for_video_free/"&gt;Any Video Converter&lt;/a&gt;&amp;nbsp;- Simple, easy, FUN!&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cocoonsoftware.com/"&gt;Quick Media Converter HD&lt;/a&gt;&amp;nbsp;- I have *literally* no idea.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-7290059945663861503?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/7290059945663861503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=7290059945663861503&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/7290059945663861503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/7290059945663861503'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/06/so-you-want-to-use-free-program-to.html' title='So, you want to use a free program to convert video formats in Windows?'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-8514828495284956898</id><published>2010-06-05T18:37:00.000-07:00</published><updated>2010-06-05T18:41:09.199-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><category scheme='http://www.blogger.com/atom/ns#' term='tech'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='free software'/><title type='text'>Top 15 essential / best (and free) Windows applications you need to install on a new system as soon as you get past the oobe wizard thingy what wants you to register and stuff</title><content type='html'>Just did a factory-reset on clients laptop and wanted to install some apps for her.&lt;br /&gt;&lt;br /&gt;Now, generally I would use an nLite'd boot DVD with updates+tweaks+apps+drivers all slipstreamed and automated, but the factory reset was available&amp;nbsp;(Sony Vaio can be restored to factory settings by pressing ALT+F10 on bootup without the&amp;nbsp;rescue&amp;nbsp;media/DVD) .&lt;br /&gt;&lt;br /&gt;So, when installing apps for a home user, here are apps you MUST put on for them (and for your sanity as well)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.piriform.com/recuva"&gt;Recuva&lt;/a&gt;&amp;nbsp;- file recovery / undelete&lt;br /&gt;&lt;a href="http://www.piriform.com/ccleaner"&gt;Defraggler&lt;/a&gt;&amp;nbsp;- defrag hard drive, has scheduling too!&lt;br /&gt;&lt;a href="http://www.piriform.com/ccleaner"&gt;CrapCleaner&lt;/a&gt;&amp;nbsp;- delete crap off your computer in one-click (also tidies up your unwanted browsing/document history)&lt;br /&gt;iTunes (nuff said)&lt;br /&gt;&lt;a href="http://download.cnet.com/Trend-Micro-HijackThis/3000-8022_4-10227353.html"&gt;HijackThis&lt;/a&gt;&amp;nbsp;- turn off the mess of auto-loading programs that clog up the system tray and slow down the PC&lt;br /&gt;&lt;a href="http://www.ubit.ch/software/ubitmenu-languages/"&gt;UBit Menu&lt;/a&gt;&amp;nbsp;for&amp;nbsp;Office 2007 (adds a 2003-esq bar to the ribbon)&lt;br /&gt;&lt;a href="http://www.google.com/toolbar/ie8/"&gt;Google Internet Explorer&lt;/a&gt;&lt;br /&gt;&lt;a href="http://pack.google.com/"&gt;Google Pack&lt;/a&gt; (FireFox+Google Toolbar, Skype, Google Earth, Chrome, Adobe Reader, Picasa)&lt;br /&gt;&lt;a href="http://www.utorrent.com/"&gt;uTorrent&lt;/a&gt;&amp;nbsp;- Download Torrent files (not as hard as you think, go to thepiratebay.org find an interesting public domain file to download, click the "magnet link" and wait for your download to complete!)&lt;br /&gt;&lt;a href="http://www.frostwire.com/"&gt;Frostwire&lt;/a&gt;&amp;nbsp;- share public domain files with friends or strangers&lt;br /&gt;&lt;a href="http://www.echogent.com/download_instantvnc.htm"&gt;InstantVNC&lt;/a&gt;&amp;nbsp;- NAT traversing single-click VNC remote control (I have an EchoServer, so this is a must for my users)&lt;br /&gt;&lt;a href="http://cdburnerxp.se/"&gt;CDBurnerXP Pro&lt;/a&gt;&amp;nbsp;- super awesome CD/DVD burning software&lt;br /&gt;&lt;a href="http://www.imgburn.com/"&gt;ImgBurn&lt;/a&gt;&amp;nbsp;- I had a user who made a dvd for family members and re-copied the original several dozen times, I only told her about this on the last copy :(&lt;br /&gt;&lt;a href="http://videolan.org/"&gt;VLC&lt;/a&gt;&amp;nbsp;- super-light media player with a butt load of codecs already installed&lt;br /&gt;&lt;a href="http://www.7-zip.org/"&gt;7zip&lt;/a&gt;&amp;nbsp;- like WinZip, only free-er&lt;br /&gt;&lt;br /&gt;Firewall/Antivirus suite&lt;br /&gt;(this ones' tricky and warrants it's own post, but the list felt incomplete if I didn't touch on it)...&lt;br /&gt;&lt;br /&gt;if you can't/don't want to pay for Eset Smart Security or Panda or Kaspersky, then you can get away with a combo of:&lt;br /&gt;Sygate Firewall and Avast/AVG &amp;nbsp;(don't really recommend avast/avg)&lt;br /&gt;Comodo Internet Security (this one's a bit tricky for the lay-user, but SUPER powerful)&lt;br /&gt;Sygate and PCTools Spyware Dr. + Malware's Antibytes&lt;br /&gt;&lt;br /&gt;If you think your user can hack it, give them a "user" account and access to the STRONG PASSWORD PROTECTED admin account for installing apps, and use Sygate + TeaTimer or other inoculator and Sandboxie to sandbox all web-apps... lock-down IE and lock-down Windows in general.&lt;br /&gt;&lt;br /&gt;**This was a quick post (as they often are) so I will expand on any points if there's interest.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-8514828495284956898?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/8514828495284956898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=8514828495284956898&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8514828495284956898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8514828495284956898'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/06/top-15-essential-best-and-free-windows.html' title='Top 15 essential / best (and free) Windows applications you need to install on a new system as soon as you get past the oobe wizard thingy what wants you to register and stuff'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-903913164548970240</id><published>2010-05-20T11:35:00.000-07:00</published><updated>2010-05-20T12:23:19.257-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tech'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>Switch users in Ubuntu Linux without entering passwords</title><content type='html'>This is a great way for my wife and I to switch back and forth between users without having to enter passwords every freaking time. &amp;nbsp;All our data is encrypted on a LUKS partition and the /tmp and /swap partitions are encrypted too, so, the only thing to do is manually lock the workstation if going out for a while -- in case of theft.&lt;br /&gt;&lt;br /&gt;So, to enable this tweak, do the following under each user to be "switched back to" without locking (ie, no password)&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;run gconf-editor&lt;/li&gt;&lt;li&gt;browse to /desktop/gnome/lockdown/disable_lock_screen&lt;/li&gt;&lt;li&gt;check the box&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Uncle Bob!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-903913164548970240?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/903913164548970240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=903913164548970240&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/903913164548970240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/903913164548970240'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/05/switch-users-in-ubuntu-linux-without.html' title='Switch users in Ubuntu Linux without entering passwords'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-5248749703231937281</id><published>2010-05-20T10:53:00.000-07:00</published><updated>2010-05-20T10:53:06.562-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='phishing'/><category scheme='http://www.blogger.com/atom/ns#' term='spam'/><category scheme='http://www.blogger.com/atom/ns#' term='funny'/><title type='text'>Nigerian scam artists</title><content type='html'>I was a little disappointed to find out my $2,000,000 that I won from Publishers' Clearing House was actually just one of those Nigerian scams&amp;nbsp;perpetrated&amp;nbsp;by an individual using a terminal at the Vic Biz Cyber Cafe in Benin, Nigeria. &amp;nbsp;I was kind of hoping for uncharted territory.&lt;br /&gt;&lt;br /&gt;I have heard that this place is owned by a couple of brothers with ties to Holland, more on the subject from an angry blogger: &amp;nbsp;&lt;a href="http://www.4ppl.com/blog/entry/WARNING_2009_05_22"&gt;http://www.4ppl.com/blog/entry/WARNING_2009_05_22&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;my&amp;nbsp;email&amp;nbsp;correspondence&amp;nbsp;from said individual:&lt;br /&gt;&lt;a href="http://blog.atgnaat.net/2010/05/omg-i-won.html"&gt;the original email + my response&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blog.atgnaat.net/2010/05/ooooo-they-sent-reply.html"&gt;their follow up&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-5248749703231937281?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/5248749703231937281/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=5248749703231937281&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/5248749703231937281'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/5248749703231937281'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/05/nigerian-scam-artists.html' title='Nigerian scam artists'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-8538992317007086582</id><published>2010-05-20T09:14:00.000-07:00</published><updated>2010-05-20T09:14:29.904-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='phishing'/><category scheme='http://www.blogger.com/atom/ns#' term='spam'/><category scheme='http://www.blogger.com/atom/ns#' term='funny'/><title type='text'>Ooooo, they sent a reply!!</title><content type='html'>&lt;span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="font-family: Arial; font-size: x-small;"&gt;&lt;div&gt;&lt;span style="color: #17365d;"&gt;&lt;strong&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;u&gt;OFFICIAL&amp;nbsp; RULES|SWEEPSTAKES&amp;nbsp; FACTS&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="color: #17365d; font-family: 'Courier New'; font-size: medium;"&gt;&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #3f3f3f; font-family: 'Courier New'; font-size: medium;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #0f243e; font-family: 'Courier New'; font-size: medium;"&gt;Attention: Shartblat Narkz,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="color: #0f243e;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="color: #0f243e;"&gt;I hereby use this medium to acknowledge the receipt of your claims requirement regarding the winning notification mail you received, informing you of the prize you have won PCH LOTTO, after the verification process was conducted I wish to inform you that the lotto department and promotions department has just approved your payment of the tune of&amp;nbsp;TWO MILLION USD ($2,000,000.00 USD) the cheque have been handover to a security company in the UK England&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The security company will be responsible for the remittance of the entire winnings, and your Lottery Winnings documents&amp;nbsp; which is of high importance to you, so I expect you to show great appreciation to (Publishers Clearing House) PCH LOTTO as a great firm haven been in existence for years and has single highhandedly made this promotion possible in other to promote (Publishers Clearing House) in every corner of the world through the means of the internet as a global source of reaching people world wide.&lt;br /&gt;&lt;br /&gt;Incase you still have doubts arising from the angle&amp;nbsp;of how you got&amp;nbsp;selected, note that the selection process was carried out through an electronic email ballot system our aim was to select winners through the internet&amp;nbsp; which will be a much more easier way to select winners all around the universe due to the fact that only you alone have access to your email so have no fear , for you have emerged a winner as far as you are the original proprietor to the email account which you have received the winning notification letter as distributed by Michelle I Centeno the lottery manger of this great promotion.&lt;br /&gt;&lt;br /&gt;In furtherance, to begin the final step of the claims process you are advised to contact the security firm whose details are furnished below and they shall be responsible for onward delivery of your winnings to you and you shall be expected to pay some fees along the line by the security firm for the delivery of your cheque and documents this fees will not be more than normal shipping charges which we feel will not be a problem to you.&lt;br /&gt;&lt;br /&gt;Before your winnings was released to security company a hard cover insurance&amp;nbsp; policy was placed on your winnings&amp;nbsp; by the (publishers Clearing House) PCH Lotto company to avoid any harm or illegal channeling due to this, deduction of any amount of money from your funds cannot be done from your Won prize. The instructions given inline with the rules and regulation of the USA and England gaming board once you get your winning funds check you are expected to deposit it in your personal bank account and there is a certain assurance that the entire&amp;nbsp;TWO MILLION USD&amp;nbsp; you have won will be accredited into your account in not less than three to four banking days please note. below is the courier contact information's&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="color: #00b050;"&gt;&lt;span style="color: #e36c09;"&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;&lt;strong&gt;CONTACT INFORMATION. ELITE COURIER&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #e36c09;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #e36c09;"&gt;&lt;span style="color: #e36c09;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #e36c09;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #e36c09;"&gt;ADDRESS:&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #262626;"&gt;&lt;span style="color: #595959;"&gt;Unit 20 Britannia Industrial Estate&lt;br /&gt;Pole Road, Colebrook, Berkshire SL3 0BH,United Kingdom.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: #e36c09;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #262626;"&gt;&lt;span style="color: #595959;"&gt;&lt;/span&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;span style="color: #e36c09; font-size: 10pt;"&gt;&lt;span style="font-size: medium;"&gt;E-MAIL&lt;/span&gt;:&amp;nbsp;&lt;a href="" style="color: #1c51a8;"&gt;&lt;span style="font-size: small;"&gt;www.elitecourier@yahoo.co.uk&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #0068cf; font-family: 'Courier New'; font-size: medium;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="color: #e36c09;"&gt;&lt;span style="color: #e36c09; font-size: 10pt;"&gt;&lt;span style="font-size: medium;"&gt;TELEPHONE&lt;/span&gt;:&lt;span style="color: #595959; font-size: medium;"&gt;&amp;nbsp;+4470 1113 7259&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="color: #e36c09;"&gt;&lt;span style="color: #e36c09; font-size: 10pt;"&gt;&lt;span style="color: #595959; font-size: medium;"&gt;&lt;span style="color: #e36c09;"&gt;TELEPHONE&lt;span style="font-size: x-small;"&gt;:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #595959;"&gt;&lt;span style="font-size: medium;"&gt;+4470&lt;/span&gt;&amp;nbsp;2409 7986&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New';"&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="color: #00b050;"&gt;&lt;span style="color: #e36c09;"&gt;CONTACT NAME:&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #595959;"&gt;Mr.Clement henry&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #595959; font-family: 'Courier New'; font-size: medium;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #595959; font-family: 'Courier New'; font-size: medium;"&gt;Write to them via email upon receipt of this mail without wasting time. You are to furnish them with your&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Full Name:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Telephone number :&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Postal Address:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Sex:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Age:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Occupation:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Your winning Numbers&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Email Ticket Number&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;Below&amp;nbsp;Are Your Winning Numbers&amp;nbsp; And Your Email Ticket Number&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;winning numbers:&amp;nbsp; 47-14-34-85-67-32&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #e36c09; font-family: 'Courier New'; font-size: medium;"&gt;email ticket number:&amp;nbsp; FL 754/22/76&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;span style="color: #00b050;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #0f243e; font-family: 'Courier New'; font-size: medium;"&gt;Once again, keep us posted on any development with the Security Company, in relation to your lottery winnings.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span style="color: #0f243e; font-family: 'Courier New'; font-size: medium;"&gt;Due to mix up of some numbers and names, we ask that you keep your winning information confidential until your claims have been fully processed and your money remitted to you. This is part of our security protocol to avoid multiple claims and unwarranted abuse of this program by some participants.&lt;br /&gt;&lt;br /&gt;Congratulations once again.&lt;br /&gt;Best Regards,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #0f243e; font-family: 'Courier New'; font-size: medium;"&gt;Christopher L. Irving(Claims Officer)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-8538992317007086582?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/8538992317007086582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=8538992317007086582&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8538992317007086582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8538992317007086582'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/05/ooooo-they-sent-reply.html' title='Ooooo, they sent a reply!!'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-3824597016988931673</id><published>2010-05-20T06:38:00.001-07:00</published><updated>2010-05-20T09:10:43.959-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='phishing'/><category scheme='http://www.blogger.com/atom/ns#' term='scam'/><category scheme='http://www.blogger.com/atom/ns#' term='funny'/><category scheme='http://www.blogger.com/atom/ns#' term='stupidity'/><title type='text'>OMG I WON!</title><content type='html'>I wonder, is there someone out there selling "How to make money on the internet" packages to simpleminded and&amp;nbsp;desperate&amp;nbsp;english-as-a-second-language people which outline a basic phishing scam? &amp;nbsp;Does anyone ever send these people their info? &amp;nbsp;I wanted to find out what happened if I did send them some info. &amp;nbsp;We'll see if there's a response. &amp;nbsp;I can't believe how stupid people are... or maybe I can.&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;From: Shartblat Narkz &lt;shartblat-narkz@yahoo.ca&gt;&lt;/shartblat-narkz@yahoo.ca&gt;&lt;br /&gt;&lt;br /&gt;Subject: OMG I WON!&lt;br /&gt;To: pchclaimsdept@hotmail.co.uk&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;OMG I CAN'T BELIEVE I WON $2 MILLION!!!  Here is all my private and confidential information so you can get my money to me ASAP!&lt;br /&gt;Shartblat Narkz&lt;br /&gt;72-1534 Main Street, Apt. D&lt;br /&gt;San Diego, CA 92113-2435&lt;br /&gt;Female&lt;br /&gt;Dancer&lt;br /&gt;USA&lt;br /&gt;Please email me back with your phone number and I'll give you my SSN and phone number and drivers license number.  I wouldn't want to send that info over the email, I'm not *that* stupid.&lt;br /&gt;SOO EXCITED!!  THANK-YOU PUBLISHERS CLEARING HOUSE!&lt;br /&gt;&lt;br /&gt;On Thu, May 20, 2010 at 9:00 AM, Alexandra Svoronou &amp;lt;&lt;a href="mailto:asvoronou@aup.fr"&gt;asvoronou@aup.fr&lt;/a&gt;&amp;gt; wrote:&lt;br /&gt;&amp;gt;GOOD DAY,&lt;br /&gt;&amp;gt;WE ARE FROM THE PUBLISHERS CLEARING HOUSE (PCH) AND YOUR EMAIL ADDRESS&lt;br /&gt;&amp;gt;HAVE BEEN AWARDED($2,000,000.00 USD) IN THIS WEEK PCH DRAW.PLEASE&lt;br /&gt;&amp;gt;NOTE,IF YOU ARE NOT THE RIGHTFULL OWNER OF THIS EMAIL,DO NOT RESPOND TO&lt;br /&gt;&amp;gt;THIS MAIL THANKS. For more verification visit: &lt;a href="http://www.pch.com/"&gt;http://www.pch.com/&lt;/a&gt;&lt;br /&gt;&amp;gt;YOU ARE REQUIRE TO SEND THE INFORMATION BELOW TO OUR AGENT TO PROCESS&lt;br /&gt;&amp;gt;YOUR CLAIMS.&lt;br /&gt;&amp;gt;FULL NAME:&lt;br /&gt;&amp;gt;ADDRESS:&lt;br /&gt;&amp;gt;SEX:&lt;br /&gt;&amp;gt;OCCUPATION:&lt;br /&gt;&amp;gt;PRESENT COUNTRY:&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt;AGENT NAME: Christopher L. Irving&lt;br /&gt;&amp;gt;EMAIL: &lt;a href="mailto:pchclaimsdept@hotmail.co.uk"&gt;pchclaimsdept@hotmail.co.uk&lt;/a&gt;&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt;REGARDS,&lt;br /&gt;&amp;gt;Andremont Alain.&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt;TO FILE FOR YOUR CLAIMS, PLEASE SEND YOUR DETAILS&lt;br /&gt;&amp;gt;&lt;a href="mailto:TO%3Apchclaimsdept@hotmail.co.uk"&gt;TO:pchclaimsdept@hotmail.co.uk&lt;/a&gt;&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;==== here is the details of the original message ====&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre style="white-space: pre-wrap; word-wrap: break-word;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Delivered-To: XXXXXX.XXXXX@gmail.com&lt;br /&gt;Received: by 10.231.169.141 with SMTP id z13cs31804iby;&lt;br /&gt;        Thu, 20 May 2010 05:54:25 -0700 (PDT)&lt;br /&gt;Received: by 10.224.51.220 with SMTP id e28mr5731027qag.216.1274360063540;&lt;br /&gt;        Thu, 20 May 2010 05:54:23 -0700 (PDT)&lt;br /&gt;Return-Path: &lt;/span&gt;&lt;asvoronou@aup.fr&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;Received: from forward.a.hostedemail.com (forward.a.hostedemail.com [216.40.42.17])&lt;br /&gt;        by mx.google.com with ESMTP id 15si25470638qyk.77.2010.05.20.05.54.22;&lt;br /&gt;        Thu, 20 May 2010 05:54:22 -0700 (PDT)&lt;br /&gt;Received-SPF: neutral (google.com: 216.40.42.17 is neither permitted nor denied by best guess record for domain of asvoronou@aup.fr) client-ip=216.40.42.17;&lt;br /&gt;Authentication-Results: mx.google.com; spf=neutral (google.com: 216.40.42.17 is neither permitted nor denied by best guess record for domain of asvoronou@aup.fr) smtp.mail=asvoronou@aup.fr&lt;br /&gt;Received: from smtpin05.hostedemail.com (smtpin05.a.tucows.com [10.5.16.5])&lt;br /&gt; by ofarelay05.hostedemail.com (Postfix) with SMTP id 9165B15CBC76;&lt;br /&gt; Thu, 20 May 2010 12:54:21 +0000 (UTC)&lt;br /&gt;X-Forwarded-For: xxxx@xxxxx.com by Hostedemail&lt;br /&gt;Delivered-To: xxxx@xxxxx.com&lt;br /&gt;X-FDA: 63581084322.05&lt;br /&gt;X-Panda: scanned!&lt;br /&gt;X-Filterd-Recvd-Size: 2985&lt;br /&gt;Received: from mx.aup.fr (mx.aup.fr [193.49.37.67])&lt;br /&gt; by imf08.hostedemail.com (Postfix) with ESMTP&lt;br /&gt; for &lt;/span&gt;&lt;xxxx@xxxxx.com&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;; Thu, 20 May 2010 12:54:21 +0000 (UTC)&lt;br /&gt;Received: from SRV-GR-EXCHANGE.aup.local (srv-gr-exchange.aup.local [10.10.0.10])&lt;br /&gt; by mx.aup.fr (Postfix) with ESMTP id F0D681A4DCC&lt;br /&gt; for &lt;/span&gt;&lt;xxxx@xxxxx.com&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;; Thu, 20 May 2010 14:53:04 +0200 (CEST)&lt;br /&gt;X-MimeOLE: Produced By Microsoft Exchange V6.5&lt;br /&gt;Content-class: urn:content-classes:message&lt;br /&gt;MIME-Version: 1.0&lt;br /&gt;Content-Type: multipart/alternative;&lt;br /&gt; boundary="----_=_NextPart_001_01CAF81B.5FE1E195"&lt;br /&gt;Subject: &lt;br /&gt;Date: Thu, 20 May 2010 14:52:58 +0200&lt;br /&gt;Message-ID: &lt;/span&gt;&lt;b77282a735b3af41b9822cacbb57384f3b3847@srv-gr-exchange.aup.local&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;X-MS-Has-Attach: &lt;br /&gt;X-MS-TNEF-Correlator: &lt;br /&gt;Thread-Index: Acr4G1sCOxVjCI4LRnCPnBgdtG3d9w==&lt;br /&gt;From: "Alexandra Svoronou" &lt;/span&gt;&lt;asvoronou@aup.fr&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;To: undisclosed-recipients:;&lt;br /&gt;&lt;br /&gt;This is a multi-part message in MIME format.&lt;br /&gt;&lt;br /&gt;------_=_NextPart_001_01CAF81B.5FE1E195&lt;br /&gt;Content-Type: text/plain;&lt;br /&gt; charset="iso-8859-1"&lt;br /&gt;Content-Transfer-Encoding: quoted-printable&lt;br /&gt;&lt;br /&gt;GOOD DAY,&lt;br /&gt;&lt;br /&gt;WE ARE FROM THE PUBLISHERS CLEARING HOUSE (PCH) AND YOUR EMAIL ADDRESS=20&lt;br /&gt;&lt;br /&gt;HAVE BEEN AWARDED($2,000,000.00 USD) IN THIS WEEK PCH DRAW.PLEASE=20&lt;br /&gt;&lt;br /&gt;NOTE,IF YOU ARE NOT THE RIGHTFULL OWNER OF THIS EMAIL,DO NOT RESPOND TO=20&lt;br /&gt;&lt;br /&gt;THIS MAIL THANKS. For more verification visit: http://www.pch.com/&lt;br /&gt;&lt;br /&gt;YOU ARE REQUIRE TO SEND THE INFORMATION BELOW TO OUR AGENT TO PROCESS=20&lt;br /&gt;&lt;br /&gt;YOUR CLAIMS.&lt;br /&gt;&lt;br /&gt;FULL NAME:&lt;br /&gt;ADDRESS:&lt;br /&gt;SEX:&lt;br /&gt;OCCUPATION:&lt;br /&gt;PRESENT COUNTRY:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AGENT NAME: Christopher L. Irving&lt;br /&gt;EMAIL: pchclaimsdept@hotmail.co.uk&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;REGARDS,&lt;br /&gt;Andremont Alain.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TO FILE FOR YOUR CLAIMS, PLEASE SEND YOUR DETAILS=20&lt;br /&gt;&lt;br /&gt;TO:pchclaimsdept@hotmail.co.uk&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;------_=_NextPart_001_01CAF81B.5FE1E195&lt;br /&gt;Content-Type: text/html;&lt;br /&gt; charset="iso-8859-1"&lt;br /&gt;Content-Transfer-Encoding: quoted-printable&lt;br /&gt;&lt;br /&gt;=0A=&lt;br /&gt;=0A=&lt;br /&gt;=0A=&lt;br /&gt;=0A=&lt;br /&gt;GOOD DAY,&lt;br /&gt;=0A=&lt;br /&gt;WE ARE FROM THE PUBLISHERS CLEARING HOUSE (PCH) AND YOUR EMAIL =&lt;br /&gt;ADDRESS &lt;br /&gt;=0A=&lt;br /&gt;HAVE BEEN AWARDED($2,000,000.00 USD) IN THIS WEEK PCH DRAW.PLEASE &lt;br /&gt;=0A=&lt;br /&gt;NOTE,IF YOU ARE NOT THE RIGHTFULL OWNER OF THIS EMAIL,DO NOT RESPOND =&lt;br /&gt;TO &lt;br /&gt;=0A=&lt;br /&gt;THIS MAIL THANKS. For more verification visit: &lt;/span&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=7946645355011663918&amp;amp;postID=3824597016988931673"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;http://www.pch.com/&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;=0A=&lt;br /&gt;YOU ARE REQUIRE TO SEND THE INFORMATION BELOW TO OUR AGENT TO PROCESS =&lt;br /&gt;&lt;br /&gt;=0A=&lt;br /&gt;YOUR CLAIMS.&lt;br /&gt;=0A=&lt;br /&gt;FULL NAME:&lt;br /&gt;ADDRESS:&lt;br /&gt;SEX:&lt;br /&gt;OCCUPATION:&lt;br /&gt;PRESENT COUNTRY:&lt;br /&gt;=0A=&lt;br /&gt;&lt;br /&gt;AGENT NAME: Christopher L. Irving&lt;br /&gt;EMAIL: &lt;/span&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=7946645355011663918&amp;amp;postID=3824597016988931673"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;pchclaimsdept@hotmail.co.uk&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=7946645355011663918&amp;amp;postID=3824597016988931673"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;=0A=&lt;br /&gt;&lt;br /&gt;REGARDS,&lt;br /&gt;Andremont Alain.&lt;br /&gt;=0A=&lt;br /&gt;&lt;br /&gt;TO FILE FOR YOUR CLAIMS, PLEASE SEND YOUR DETAILS &lt;br /&gt;=0A=&lt;br /&gt;TO:pchclaimsdept@hotmail.co.uk&lt;br /&gt;------_=_NextPart_001_01CAF81B.5FE1E195--&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/asvoronou@aup.fr&gt;&lt;/b77282a735b3af41b9822cacbb57384f3b3847@srv-gr-exchange.aup.local&gt;&lt;/xxxx@xxxxx.com&gt;&lt;/xxxx@xxxxx.com&gt;&lt;/asvoronou@aup.fr&gt;&lt;/pre&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=7946645355011663918&amp;amp;postID=3824597016988931673"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-3824597016988931673?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/3824597016988931673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=3824597016988931673&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3824597016988931673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3824597016988931673'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/05/omg-i-won.html' title='OMG I WON!'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-3257683777911560145</id><published>2010-04-27T16:39:00.000-07:00</published><updated>2010-04-27T16:39:46.912-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><title type='text'>How to get a virus</title><content type='html'>This post is a work in progress. &amp;nbsp;I'm at the second stage now that I have a working testbed, it's to catch a virus. &amp;nbsp;Movie on that will be posted soon, then we'll look at how various a/v programs react to said virus(es)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-3257683777911560145?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://docs.google.com/document/pub?id=1lbstybRQQqiNnDprslx6XZTLXGTo5qb8UPe_-GODbWE' title='How to get a virus'/><link rel='enclosure' type='' href='http://docs.google.com/document/pub?id=1lbstybRQQqiNnDprslx6XZTLXGTo5qb8UPe_-GODbWE' length='0'/><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/3257683777911560145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=3257683777911560145&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3257683777911560145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3257683777911560145'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/04/how-to-get-virus.html' title='How to get a virus'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-5522506951541404221</id><published>2010-04-13T16:48:00.000-07:00</published><updated>2010-05-18T22:49:32.969-07:00</updated><title type='text'>Move your Google Chrome profile (passwords/bookmarks/extensions) to another user/computer in Ubuntu Linux</title><content type='html'>This may seem like a trivial exercise to those well versed in the ways of Linux, but as a moderately experienced user, I found this to be quite an&amp;nbsp;achievement.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;The Problem&lt;/span&gt;&lt;br /&gt;You have all your passwords, favourite extensions (wisestamp) and bookmarks saved in Chrome in Linux but you need to get them into another user or onto another computer. &amp;nbsp;My case was that I was tired of sharing a login with my wife and we both needed our own documents/bookmarks/settings/background wallpaper of kittens doing&amp;nbsp;sickeningly&amp;nbsp;cute things.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;The Solution&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Close Chrome&lt;/li&gt;&lt;li&gt;Make a copy of your existing /home/user/.config/google-chrome/ &amp;nbsp;folder&lt;/li&gt;&lt;li&gt;Copy the same "google-chrome" folder from your original location overtop or in replacement of the original&lt;/li&gt;&lt;li&gt;chown -R user:user /home/user/.config/google-chrome&amp;nbsp;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;bob is your uncle.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Signed, Uncle Bob.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-5522506951541404221?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/5522506951541404221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=5522506951541404221&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/5522506951541404221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/5522506951541404221'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/05/move-your-google-chrome-profile.html' title='Move your Google Chrome profile (passwords/bookmarks/extensions) to another user/computer in Ubuntu Linux'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-9067954767470222821</id><published>2010-04-10T10:42:00.001-07:00</published><updated>2010-04-10T10:42:57.061-07:00</updated><title type='text'>a/v uninstallers</title><content type='html'>&lt;div class="gmail_quote"&gt;Ran across this on the ESET website (which I&amp;#39;m now selling, opposed to BitDefender) -- which are awesome links to have in case you need to completely remove your antivirus in favour of a better one (ie. Smart Security by ESET =)&lt;br&gt;  &lt;br&gt;&lt;a href="http://kb.eset.com/esetkb/index?page=content&amp;amp;id=SOLN146" target="_blank"&gt;http://kb.eset.com/esetkb/index?page=content&amp;amp;id=SOLN146&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family:Arial, Helvetica, sans-serif;font-size:13px;color:rgb(51, 51, 51);line-height:15px"&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   Running two antivirus products on the same computer can degrade performance and cause system instability. It is important that any previously installed antivirus software is uninstalled from your system before installing your ESET security product. Typical uninstallation using the Windows removal tool (Add/Remove Programs) is often insufficient.&lt;/p&gt;   &lt;ol style="margin-top:13px;margin-right:0px;margin-bottom:13px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:40px"&gt;&lt;li&gt;Click the link associated with the antivirus software currently installed on your system and follow the prompts or instructions on the website.&lt;br&gt;    &lt;/li&gt;&lt;li&gt;After uninstallation is complete, you will need to restart your computer. You may then proceed with installing your ESET security product.&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;    &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;&lt;strong&gt;Avast:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://files.avast.com/files/eng/aswclear.exe" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://files.avast.com/files/eng/aswclear.exe&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;Avira:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://www.avira.com/en/support/kbdetails.php?id=135" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://www.avira.com/en/support/kbdetails.php?id=135&lt;/a&gt;&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;    &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;&lt;strong&gt;AVG:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://www.avg.com/download-tools" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://www.avg.com/download-tools&lt;/a&gt; &lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;BitDefender:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://kb.bitdefender.com/KB333-en--How-to-uninstall-BitDefender.html" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://kb.bitdefender.com/KB333-en--How-to-uninstall-BitDefender.html&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;CA:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://homeofficekb.ca.com/CIDocument.asp?KDId=3125&amp;amp;Preview=0&amp;amp;Return=0&amp;amp;GUID=DF325E0AA0AB4264AF47E4BEA49F571B" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://homeofficekb.ca.com/CIDocument.asp?KDId=3125&amp;amp;Preview=0&amp;amp;Return=0&amp;amp;GUID=DF325E0AA0AB4264AF47E4BEA49F571B&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;CounterSpy:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://www.sunbelt-software.com/support/VC/CS&amp;amp;VClean.exe" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://www.sunbelt-software.com/support/VC/CS&amp;amp;VClean.exe&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;F-Secure:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://support.f-secure.com/enu/corporate/downloads/removeav.shtml" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://support.f-secure.com/enu/corporate/downloads/removeav.shtml&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;Kaspersky:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://usa.kaspersky.com/support/home/208279752" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://usa.kaspersky.com/support/home/208279752&lt;/a&gt;&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;    &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;&lt;strong&gt;McAfee:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;&lt;span style="font-family:Helvetica, Arial, sans-serif"&gt;http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe&lt;br&gt;   &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;&lt;a href="http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;&lt;br&gt;   &lt;/a&gt;&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;&lt;strong&gt;Panda:&lt;/strong&gt;&lt;br&gt; &lt;a href="http://www.pandasecurity.com/resources/sop/UNINSTALLER_08.exe" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://www.pandasecurity.com/resources/sop/UNINSTALLER_08.exe&lt;/a&gt;&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;&lt;br&gt;&lt;br&gt;Symantec (Norton):&lt;/strong&gt;&lt;br&gt;&lt;a href="ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;&lt;strong&gt;&lt;br&gt;&lt;br&gt;Trend Micro:&lt;/strong&gt;&lt;br&gt; &lt;a href="http://esupport.trendmicro.com/support/viewxml.do?ContentID=EN-1037161" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://esupport.trendmicro.com/support/viewxml.do?ContentID=EN-1037161&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;Webroot:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://support.webroot.com/cgi-bin/webroot.cfg/php/enduser/std_adp.php?p_faqid=1761" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://support.webroot.com/cgi-bin/webroot.cfg/php/enduser/std_adp.php?p_faqid=1761&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt;   &lt;strong&gt;Zone Alarm:&lt;/strong&gt;&lt;br&gt;&lt;a href="http://server.iad.liveperson.net/hc/s-28464961/cmd/kbresource/kb-7016203058973811903/view_question!PAGETYPE?sq=uninstall&amp;amp;sf=101113&amp;amp;sg=2&amp;amp;st=846489&amp;amp;documentid=344897&amp;amp;action=view" style="color:rgb(0, 102, 153);text-decoration:none" target="_blank"&gt;http://server.iad.liveperson.net/hc/s-28464961/cmd/kbresource/kb-7016203058973811903&lt;/a&gt;&lt;/p&gt;   &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-weight:normal"&gt; &lt;/p&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-9067954767470222821?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/9067954767470222821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=9067954767470222821&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/9067954767470222821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/9067954767470222821'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/04/av-uninstallers.html' title='a/v uninstallers'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-1164877247333820507</id><published>2010-03-12T07:29:00.000-08:00</published><updated>2010-03-12T07:29:12.419-08:00</updated><title type='text'>Official Google Blog: Recognizing courage, securing online freedom</title><content type='html'>Some people don't trust Google, but I look at the mugs on those two nerds and have warm and fuzzy feelings, so, good on ya, guys!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://googleblog.blogspot.com/2010/03/recognizing-courage-securing-online.html?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+blogspot%2FMKuf+%28Official+Google+Blog%29"&gt;Official Google Blog: Recognizing courage, securing online freedom&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-1164877247333820507?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://googleblog.blogspot.com/2010/03/recognizing-courage-securing-online.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+blogspot%2FMKuf+%28Official+Google+Blog%29' title='Official Google Blog: Recognizing courage, securing online freedom'/><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/1164877247333820507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=1164877247333820507&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/1164877247333820507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/1164877247333820507'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/03/official-google-blog-recognizing.html' title='Official Google Blog: Recognizing courage, securing online freedom'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-596518787985309822</id><published>2010-03-12T07:20:00.001-08:00</published><updated>2010-03-12T07:26:27.423-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='multimedia'/><category scheme='http://www.blogger.com/atom/ns#' term='tutorial'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>Use Firefox to download videos from websites</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;object height="350" width="425"&gt;&lt;param value='http://youtube.com/v/FHeoxF1cJtk' name='movie'/&gt;&lt;embed height='350' width='425' type='application/x-shockwave-flash' src='http://youtube.com/v/FHeoxF1cJtk'/&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Here is a step-by-step how-to tutorial to download videos that are embedded into webpages -- that is to say that the video is in a box on the website page itself (like above, for instance).&lt;br /&gt;&lt;br /&gt;Well, not just videos, any kind of embedded object, really.  It breaks down like this:&lt;br /&gt;&lt;br /&gt;Firefox:&lt;br /&gt;* Tools --&amp;gt; addon's&lt;br /&gt;-- get addons&lt;br /&gt;search for:  "embed"&lt;br /&gt;install "Embedded Objects 2.2"&lt;br /&gt;restart firefox&lt;br /&gt;&lt;br /&gt;NOW... when looking at any page with an embedded video (or other objects?) you can save the video like this:&lt;br /&gt;&lt;br /&gt;in the lower right-hand corner of firefox there will be a little green arrow pointing down -- click it&lt;br /&gt;it will show a list of the video-type files that can be downloaded from that page... yours will likely end in .FLV for FLASH&lt;br /&gt;** click the video file, it will download it into your downloads folder like a normal download.&lt;br /&gt;&lt;br /&gt;VOILA!&lt;br /&gt;&lt;br /&gt;You may need Flash player or VLC Media Player to play certain files.&lt;br /&gt;&lt;br /&gt;Next is how to turn these movies into a DVD.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-596518787985309822?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/596518787985309822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=596518787985309822&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/596518787985309822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/596518787985309822'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/03/use-firefox-to-download-videos-from.html' title='Use Firefox to download videos from websites'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-8049920587421717970</id><published>2010-03-07T13:53:00.000-08:00</published><updated>2010-03-12T06:17:48.948-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows 7'/><category scheme='http://www.blogger.com/atom/ns#' term='virus'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><category scheme='http://www.blogger.com/atom/ns#' term='repair windows'/><title type='text'>Avoid getting a virus in the first place</title><content type='html'>&lt;blockquote&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px;"&gt;S&lt;/span&gt;ome advice I bestowed on a Win7 user after a virus malfunction on previous Vista installation -- So, I removed the virus and upgraded to Windows Se7en. &amp;nbsp;In this case, the new user-profile is a limited account and there's a separate account called "ADMIN" for -- well, you can guess.&lt;/blockquote&gt;One of the problems in going from Vista to Win7 is that not all programs will work (properly) or will need to be 'repaired' or even reinstalled... so, one by one, you'll need to check them out. &amp;nbsp;Troubleshooting wizard should prompt you about problems when installing, some older programs need admin rights by default.&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;b&gt;BACKUPS&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px;"&gt;don't forget after each successful improvement (ie. reinstalling uTorrent) "create a system restore point" or do a full "system image backup" -- you can back that directly to your external usb harddrive --- it will take lots of time but that's for monthly or just before doing something major.&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;if in trying to improve it or install something and it goes awry, just go back to before the mess using "system restore point" or in &lt;span class="Apple-style-span" style="color: red;"&gt;THE CASE OF VIRUS&lt;/span&gt;: &amp;nbsp;do the full system image restore (from USB harddrive or DVD's I gave you in your Win7 box)&lt;/div&gt;&lt;div&gt;** &lt;b&gt;NOTE&lt;/b&gt;: keep good records of date/time when you label these backups -- trust me, that helps a lot later.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;ABOUT MAINTENANCE&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;just leave it on at least one night during the week, otherwise shutdown or AT LEAST hibernate. &amp;nbsp;Win7 is better than XP, but still wants to be restarted fairly often (full shutdown, startup). &amp;nbsp;Leaving it on one or two nights a week will keep it running smooth as it will do scans and defrag on it's own. &amp;nbsp;&lt;span class="Apple-style-span" style="color: blue;"&gt;I scheduled virus scan and defrag for this user, nightly around 10p&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;b&gt;USER ACCOUNT&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;I know the admin thing and the prompts are horrible but it's a necessary evil to keep your system clean.&amp;nbsp;&lt;/div&gt;&lt;div&gt;For older software, you may need to&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li style="margin-left: 15px;"&gt;rick (right-click) the setup.exe or whatever&lt;/li&gt;&lt;li style="margin-left: 15px;"&gt;choose "Run as Admin.."&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;If that fails, you can use "troubleshooter mode" which will help you give the installer unrestricted access to install and run (make sure you TRUST the program)&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;For the XP user&lt;/span&gt;: &lt;/b&gt;you can recreate this "Run as" functionality to run untrusted programs in a couple of ways. &amp;nbsp;The &lt;a href="http://support.microsoft.com/kb/294676"&gt;built-in&lt;/a&gt; way and the &lt;a href="http://www.blogger.com/"&gt;&lt;span id="goog_1268079185251"&gt;&lt;/span&gt;after-market&lt;span id="goog_1268079185252"&gt;&lt;/span&gt;&lt;/a&gt; way. &amp;nbsp;Either would be sufficient. &amp;nbsp;For the really paranoid (or extra cautious) folk, you can run most programs inside a "sandbox" like "sandboxie" which is a shareware program I actually bought b/c it's so nifty (but you can use the free version with some minor limitations). &amp;nbsp;So many uses for it that it needs it's own post, coming soon. &amp;nbsp;Meanwhile, just &lt;a href="http://www.google.ca/search?hl=en&amp;amp;q=secure+OR+safe+sandboxie+tips|tricks&amp;amp;btnG=Search"&gt;search&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;b&gt;CHANGE YOUR PASSWORDS&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;make good ones that you'll remember, but that have more than just lowercase letters:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: 'courier new', monospace;"&gt;&lt;span style="font-size: large;"&gt;g00dL0rd1L0v3@g00dp@ssw0Rd&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"good lord I love a good password"&lt;br /&gt;&lt;br /&gt;save yourself some headaches and log in as admin to do admin-type things -- sometimes logging out of other users or restarting is warranted and recommendable.&amp;nbsp;&amp;nbsp;Typing it in a few times and burning it into your skull will help later when you need to remember it. &amp;nbsp;Windows will encrypt your stuff for you if you want it to. &amp;nbsp;Documents encrypted in that fashion become unrecoverable w/o the password -- so you CAN and SHOULD "create password reset disk" and lock in a firesafe.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-8049920587421717970?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/8049920587421717970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=8049920587421717970&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8049920587421717970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8049920587421717970'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/03/avoid-getting-virus-in-first-place.html' title='Avoid getting a virus in the first place'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-5305205172043245319</id><published>2010-02-28T17:19:00.000-08:00</published><updated>2010-03-16T22:29:24.070-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus'/><category scheme='http://www.blogger.com/atom/ns#' term='malware'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='spyware'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><category scheme='http://www.blogger.com/atom/ns#' term='repair windows'/><title type='text'>Removing a nasty virus masquerading as an antivirus software</title><content type='html'>When dealing with a particularly nasty virus on a Vista machine -- av.exe a faux virus scanner telling you that you have to purchase the full version to remove all the many virus' found (a common scare tactic to glean your credit card number from you) -- I found myself able to create a new admin user and change the regular user into a limited account.&lt;br /&gt;&lt;br /&gt;If you're interested in the virus, I ran through a more/less version of this &lt;a href="http://blog.atgnaat.net/2009/04/virusspywaretrojan-removal.html"&gt;post&lt;/a&gt;, and also did more scans once logged in via admin -- but don't log in as the regular user, that has been too badly tainted and the combination of virus scanners could not get the whole thing. &amp;nbsp;Basically it rolls like this:&lt;br /&gt;&lt;br /&gt;offline scans (bootable CD's, linux -- knoppix mostly) with:&lt;br /&gt;bitdefender&lt;br /&gt;kaspersky&lt;br /&gt;dr. web&lt;br /&gt;f-secure&lt;br /&gt;panda&lt;br /&gt;avast&lt;br /&gt;&lt;br /&gt;(those last two weren't on their own boot CD, so don't know if they have them, I used PE ver.)&lt;br /&gt;&lt;br /&gt;from a boot disk like BartPE or UBCD, use regeditPE (of sorts) to load default user profile on C:\ and ensure it's cleanness, use other PE tools to find other auto-load places (hijackthis, etc)&lt;br /&gt;* reset users' password to blank (cuz i no nose it)&lt;br /&gt;* turn off any unknown services (try not to turn off drivers though, that's a pain to troubleshoot unless you're diligent enough to make copies of the ones you turn off) and also any suspect known ones (at this point, I disabled symantec entirely b/c I could not confirm it's cleanliness... along w/ any other runtimes I could not verify to be genuine)&lt;br /&gt;&lt;br /&gt;boot up in safe mode&lt;br /&gt;&lt;br /&gt;create admin user (note that av.exe starts running despite best efforts to this point)&lt;br /&gt;&lt;br /&gt;reboot and login as admin&lt;br /&gt;* SET A STRONG PASSWORD, reboot&lt;br /&gt;* install SP2 and run updates&lt;br /&gt;&lt;br /&gt;reboot and install Microsoft Security Essentials&lt;br /&gt;* update and scan (found 3 more trojans and asked me to submit av.exe for analysis)&lt;br /&gt;&lt;br /&gt;manually pick clean the users' settings directly from their profile (file level, DO NOT LOGIN AS THEM) and populate current user w/ favourites, repair'd or reinstalled apps, etc..&lt;br /&gt;&lt;br /&gt;use the method below to copy the default user profile and delete/create a new profile for the user&lt;br /&gt;* log in as them&lt;br /&gt;&lt;br /&gt;...the whole copying a default user profile from existing pre-setup user is an excellent legacy procedure spawning from the days of XP. &amp;nbsp;So, for posterity, here it is in it's vista form (have tried once quickly in Windows 7 but failed... likely a permission problem or registry something).&lt;br /&gt;&lt;br /&gt;My&amp;nbsp;apologies&amp;nbsp;to the person who wrote this, I think it was from a technet community forum or something like that -- not that anyone reads my blog but me -- but credits to that person, whomever it is...&lt;br /&gt;&lt;br /&gt;----&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="LEFT" style="font-style: normal; font-weight: normal; margin-bottom: 0.5cm; orphans: 2; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: xx-small;"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyhow, this is the way that I copy a user profile to the default profile:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;Configure  the profile to copy then reboot and login as another administrator  account.&amp;nbsp; The profile that I want to copy is always that of  either the Administrator or an account with full administrator  access.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;Press  &lt;windows key=""&gt; + &lt;break&gt; to open the System window.&amp;nbsp;  You can also get to it from Control Panel &amp;gt; System and  Maintenance &amp;gt; System.&lt;/break&gt;&lt;/windows&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;Open  the Advanced System Settings from the Tasks list and click Continue  on the permission prompt.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;Click  the Settings button under User Profiles.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;Highlight  the profile you want to copy to the Default profile then click the  Copy To... button.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;In  the Copy To window, click Browse to select the C:\Users\Default  folder or just type it into the Copy Profile To field.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;Click  the Change button under the Permitted To Use section.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;In  the Select User or Group window, type "Everyone" in the  text box then click OK.&amp;nbsp; Leave off the quotes around Everyone.&amp;nbsp;  Then Click OK.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;You  are returned to the Copy To window.&amp;nbsp; Click OK.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;A  Confirm Copy window will come up that tells you the directory  already exists and asks if you're sure you want to continue.&amp;nbsp;  Click Yes.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div align="LEFT" style="border: none; font-style: normal; font-weight: normal; margin-bottom: 0cm; orphans: 2; padding: 0cm; text-decoration: none; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="font-size: xx-small;"&gt;After  the profile is copied, you are returned to the User Profiles  window.&amp;nbsp; Just close all the windows.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div align="LEFT" style="orphans: 2; widows: 2;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="LEFT" style="orphans: 2; widows: 2;"&gt;&lt;span style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: xx-small;"&gt;&lt;span style="font-style: normal;"&gt;&lt;span style="font-weight: normal;"&gt;After the copy, I open REGEDIT and load the ntuser.dat hive that is in the Default folder.&amp;nbsp; From there, I search for any values that contain the path information for the source profile's user folder (ie. C:\Users\SourceUser) and delete it.&amp;nbsp; Be certain you only delete these entries from the hive that you loaded into the registry.&amp;nbsp; Finally, unload the hive and exit the registry editor.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="LEFT" style="font-style: normal; font-weight: normal; margin-bottom: 0.5cm; orphans: 2; widows: 2;"&gt;&lt;span style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: xx-small;"&gt;Here's a quick rundown on opening the Default user's ntuser.dat file:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp; Open RegEdit&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp; Highlight the&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;HKEY_USERS&lt;/b&gt;&lt;/span&gt;&amp;nbsp;key&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.&amp;nbsp; Select&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;Load Hive&lt;/b&gt;&lt;/span&gt;&amp;nbsp;from the&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;Files&lt;/b&gt;&lt;/span&gt;&amp;nbsp;menu&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.&amp;nbsp; Select the&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;C:\Users\Default\ntuser.dat&lt;/b&gt;&lt;/span&gt;&amp;nbsp;file and click Open&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.&amp;nbsp; You will be asked for a Key Name.&amp;nbsp; I usually use&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;DEFAULT_USER&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.&amp;nbsp; Highlight the&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;HKEY_USERS\DEFAULT_USER&lt;/b&gt;&lt;/span&gt;&amp;nbsp;key and follow the directions in my previous post&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.&amp;nbsp; After removing all the necessary entries, Highlight&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;HKEY_USERS\DEFAULT_USER&lt;/b&gt;&lt;/span&gt;&amp;nbsp;again&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.&amp;nbsp; Select&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;Unload Hive&lt;/b&gt;&lt;/span&gt;&amp;nbsp;from the&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;Files&amp;nbsp;&lt;/b&gt;&lt;/span&gt;menu and click Yes to confirm&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.&amp;nbsp; Close RegEdit and delete the&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;ntuser.dat.log&lt;/b&gt;&lt;/span&gt;&amp;nbsp;file from the&amp;nbsp;&lt;span style="font-family: inherit;"&gt;&lt;b&gt;C:\Users\Default folder&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="LEFT" style="font-style: normal; font-weight: normal; orphans: 2; widows: 2;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: xx-small;"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've never had any issues deleting the Registry Values that contain the source user path information and I've been using this process for years.&amp;nbsp; Please let me know if this helps you and if you need more assistance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="LEFT" style="font-style: normal; font-weight: normal; orphans: 2; widows: 2;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-5305205172043245319?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/5305205172043245319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=5305205172043245319&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/5305205172043245319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/5305205172043245319'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2010/02/when-dealing-with-particularly-nasty.html' title='Removing a nasty virus masquerading as an antivirus software'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-2476145695177241848</id><published>2009-11-22T14:06:00.000-08:00</published><updated>2009-11-22T14:11:34.173-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='multimedia'/><category scheme='http://www.blogger.com/atom/ns#' term='burn'/><category scheme='http://www.blogger.com/atom/ns#' term='mp3'/><category scheme='http://www.blogger.com/atom/ns#' term='music'/><category scheme='http://www.blogger.com/atom/ns#' term='playlists'/><title type='text'>m3u to DVD in Ubuntu</title><content type='html'>&lt;div class="smallfont"&gt;          &lt;strong&gt;&lt;span style="font-weight: normal;font-family:arial;" &gt;stole this from the ubuntuforums website... &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-family:arial;" &gt;used Rythmbox to create a dynamic playlist (genre LIKE alternative, year &gt; 2002, artist &lt;&gt; 'nickleback') &lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-family:arial;" &gt;saved as m3u&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-family:arial;" &gt;ran this command in terminal against my playlist file (I had k3b open, don't know if it needs to be...)&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-family:arial;" &gt;trim down to 4.7GB, burn, play in DVD player on home theatre system... bob's your uncle, thank your mother for the eggs.&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;&lt;br /&gt;Re: How to burn music files (mp3, ogg...) according to a playlist (m3u, pls...)&lt;/strong&gt;    &lt;/div&gt;    &lt;hr style="color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);" size="1"&gt;    &lt;!-- / icon and title --&gt;           &lt;!-- message --&gt;   &lt;div class="vbclean_msgtext" id="post_message_7059912"&gt;Hi,&lt;br /&gt;save your playlist as .m3u and then :&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;sed '/^#/d' MyPlayListFile.m3u | tr '\n' '\0' | xargs -0 k3b --datacd&lt;/pre&gt; &lt;/div&gt;or if you prefer Brasero&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;sed '/^#/d' cd\ aprile\ 2009.m3u | tr '\n' '\0' | xargs -0 brasero -d&lt;/pre&gt; &lt;/div&gt;bye  Fil&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-2476145695177241848?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='' href='http://ubuntuforums.org/showthread.php?t=1086127' length='0'/><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/2476145695177241848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=2476145695177241848&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/2476145695177241848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/2476145695177241848'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2009/11/m3u-to-dvd-in-ubuntu.html' title='m3u to DVD in Ubuntu'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-6395491163337068106</id><published>2009-08-14T01:22:00.000-07:00</published><updated>2009-08-14T01:26:06.077-07:00</updated><title type='text'>disable the time synchronization in a virtual machine using vmware workstation</title><content type='html'>Should you, for whatever reason need to power up a VM hosting w/ VMWare Workstation without having it sync the time, edit the .vmx file for your virtual machine and add these settings:&lt;br /&gt;&lt;br /&gt;tools.syncTime = "FALSE"&lt;br /&gt;time.synchronize.continue = "FALSE"&lt;br /&gt;time.synchronize.restore = "FALSE"&lt;br /&gt;time.synchronize.resume.disk = "FALSE"&lt;br /&gt;time.synchronize.resume.memory = "FALSE"&lt;br /&gt;time.synchronize.shrink = "FALSE"&lt;br /&gt;time.synchronize.tools.startup = "FALSE"&lt;br /&gt;time.synchronize.resume = "FALSE"&lt;br /&gt;rtc.startTime = 1250197532&lt;br /&gt;&lt;br /&gt;RTC time is... well, I'm not getting into it... but this dude made an app to calc the right number for it -- he has a blog.  But I can't find it.  So here's a different &lt;a href="http://www.vmxbuilder.com/time-machine/"&gt;link&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-6395491163337068106?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/6395491163337068106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=6395491163337068106&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/6395491163337068106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/6395491163337068106'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2009/08/disable-time-synchronization-in-virtual.html' title='disable the time synchronization in a virtual machine using vmware workstation'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-3449007638226186781</id><published>2009-08-14T01:16:00.000-07:00</published><updated>2009-08-14T01:22:18.605-07:00</updated><title type='text'>Hard Reset your HTC Android phone without access to the Settings menu</title><content type='html'>Um, so, my little HTC Dream sporting Android 1.5 (Cupcake) starting barfing on me the other day... when I would try to click into the settings menu, it would just disappear, poof, no error, nothing.&lt;br /&gt;&lt;br /&gt;And with the random rebooting.&lt;br /&gt;&lt;br /&gt;And the missing apps and settings... oye-vey.  All because I let it die.  Big time.&lt;br /&gt;&lt;br /&gt;long story short, do this to get a hard-reset going:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;take the battery out&lt;/li&gt;&lt;li&gt;hold down the "home" and "power" keys -- keep holding&lt;/li&gt;&lt;li&gt;put the battery back in&lt;/li&gt;&lt;li&gt;you'll see a cmos logo (mine aptly sports the Rogers logo) -- let go of the keys&lt;/li&gt;&lt;li&gt;you'll see a triangle symbol&lt;/li&gt;&lt;li&gt;press home/power together briefly&lt;/li&gt;&lt;li&gt;use the menu to wipe / reset the phone&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Bob is your uncle.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;signed, Uncle Bob&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-3449007638226186781?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/3449007638226186781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=3449007638226186781&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3449007638226186781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3449007638226186781'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2009/08/hard-reset-your-htc-android-phone.html' title='Hard Reset your HTC Android phone without access to the Settings menu'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-965574826749543792</id><published>2009-08-10T17:43:00.000-07:00</published><updated>2009-08-14T01:16:47.529-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='productivity'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>BambooInvoice Canadian Tax System</title><content type='html'>&lt;strong&gt;&lt;span style="color:#990000;"&gt;UPDATE&lt;/span&gt;&lt;/strong&gt;: Our good friend Derek Allard (whose brainchild is said BambooInvoice) has informed me over at the &lt;a href="http://forums.bambooinvoice.org/"&gt;BI Forums&lt;/a&gt; that an update is forthcoming which will include a much more versitile taxation system.  /me wonders what other delicious treats will be bundled with this new incarnation... shall it even be 1.0 ??!&lt;br /&gt;&lt;br /&gt;--==:[0000.0000]:==--&lt;br /&gt;&lt;br /&gt;Not just for Canadians, but anyone who may want to use one, the other or both taxes on a single line item in Bamboo Invoice.&lt;br /&gt;&lt;br /&gt;**&lt;span style="COLOR: rgb(255,0,0)"&gt;WARNING&lt;/span&gt;** This hack is not for the faint of heart, I may have missed something in the chronicling of this adventure and I can't guarantee this will work for you in any way.&lt;br /&gt;&lt;br /&gt;In case you haven't heard, BambooInvoice is only the slickest open source online invoicing system built with CodeIgnitor.&lt;br /&gt;&lt;br /&gt;This mod is quite a hack, but the principal is to double the '&lt;span style="FONT-WEIGHT: bold"&gt;taxable&lt;/span&gt;' functionality for each line item, thus having a &lt;span style="FONT-WEIGHT: bold"&gt;taxable1 &lt;/span&gt;and &lt;span style="FONT-WEIGHT: bold"&gt;taxable2 &lt;/span&gt;for each item on the invoice.&lt;br /&gt;&lt;br /&gt;To pull this off, modify the existing&lt;span style="COLOR: rgb(0,153,0)"&gt; bamboo_invoice_items.taxable&lt;/span&gt; field to be called &lt;span style="COLOR: rgb(0,153,0)"&gt;bamboo_invoice_items.taxable1&lt;/span&gt; and add another field of INT(1) or BOOLEAN (if you will) called &lt;span style="COLOR: rgb(0,153,0)"&gt;bamboo_invoice_items.taxable2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;...Then make the following changes to the following files.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;***********&lt;br /&gt;[/bamboo_system_files/application/controllers/invoices.php]&lt;br /&gt;-&amp;gt; Line 141:&lt;br /&gt;&lt;br /&gt;  foreach ($items as $item)&lt;br /&gt;  {&lt;br /&gt;   //$taxable = (isset($item['taxable']) &amp;amp;&amp;amp; $item['taxable'] == 1) ? 1 : 0;&lt;br /&gt;   $taxable1 = (isset($item['taxable1']) &amp;amp;&amp;amp; $item['taxable1'] == 1) ? 1 : 0;&lt;br /&gt;   $taxable2 = (isset($item['taxable2']) &amp;amp;&amp;amp; $item['taxable2'] == 1) ? 1 : 0;&lt;br /&gt;   $sub_amount = $item['quantity'] * $item['amount'];&lt;br /&gt;   $amount += $sub_amount;&lt;br /&gt;   $tax1_amount += $sub_amount * (($tax1_rate)/100) * $taxable1;&lt;br /&gt;   $tax2_amount += $sub_amount * (($tax2_rate)/100) * $taxable2;&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  echo '{"amount" : "'.number_format($amount, 2, $this-&amp;gt;config-&amp;gt;item('currency_decimal'), '').'", "tax1_amount" : "'.number_format($tax1_amount, 2, $this-&amp;gt;config-&amp;gt;item('currency_decimal'), '').'", "tax2_amount" : "'.number_format($tax2_amount, 2, $this-&amp;gt;config-&amp;gt;item('currency_decimal'), '').'", "total_amount" : "'.number_format($amount + $tax1_amount+$tax2_amount, 2, $this-&amp;gt;config-&amp;gt;item('currency_decimal'), '').'"}';&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-&amp;gt; Line 225:&lt;br /&gt;&lt;br /&gt;    $amount = 0;&lt;br /&gt;    foreach ($items as $item)&lt;br /&gt;    {&lt;br /&gt;     $taxable1 = (isset($item['taxable1']) &amp;amp;&amp;amp; $item['taxable1'] == 1) ? 1 : 0;&lt;br /&gt;     $taxable2 = (isset($item['taxable2']) &amp;amp;&amp;amp; $item['taxable2'] == 1) ? 1 : 0;&lt;br /&gt;&lt;br /&gt;     $invoice_items = array(&lt;br /&gt;           'invoice_id'    =&amp;gt; $invoice_id,&lt;br /&gt;           'quantity'    =&amp;gt; $item['quantity'],&lt;br /&gt;           'amount'    =&amp;gt; $item['amount'],&lt;br /&gt;           'work_description'   =&amp;gt; $item['work_description'],&lt;br /&gt;           'taxable1'    =&amp;gt; $taxable1,&lt;br /&gt;           'taxable2'    =&amp;gt; $taxable2&lt;br /&gt;          );&lt;br /&gt;&lt;br /&gt;     $this-&amp;gt;invoices_model-&amp;gt;addInvoiceItem($invoice_items);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    redirect('invoices/view/'.$invoice_id);&lt;br /&gt;&lt;br /&gt;-&amp;gt; Line 426:&lt;br /&gt;    // add them back&lt;br /&gt;    $items = $this-&amp;gt;input-&amp;gt;post('items');&lt;br /&gt;    foreach ($items as $item)&lt;br /&gt;    {&lt;br /&gt;     $taxable1 = (isset($item['taxable1']) &amp;amp;&amp;amp; $item['taxable1'] == 1) ? 1 : 0;&lt;br /&gt;     $taxable2 = (isset($item['taxable2']) &amp;amp;&amp;amp; $item['taxable2'] == 1) ? 1 : 0;&lt;br /&gt;&lt;br /&gt;     $invoice_items = array(&lt;br /&gt;           'invoice_id'   =&amp;gt; $invoice_id,&lt;br /&gt;           'quantity'    =&amp;gt; $item['quantity'],&lt;br /&gt;           'amount'    =&amp;gt; $item['amount'],&lt;br /&gt;           'work_description'  =&amp;gt; $item['work_description'],&lt;br /&gt;           'taxable1'    =&amp;gt; $taxable1,&lt;br /&gt;           'taxable2'    =&amp;gt; $taxable2&lt;br /&gt;          );&lt;br /&gt;&lt;br /&gt;     $this-&amp;gt;invoices_model-&amp;gt;addInvoiceItem($invoice_items);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    // give a session telling them it worked&lt;br /&gt;&lt;br /&gt;-&amp;gt; Line 550:&lt;br /&gt;&lt;br /&gt;     $amount = 0;&lt;br /&gt;     foreach ($items as $item)&lt;br /&gt;     {&lt;br /&gt;      $taxable1 = (isset($item['taxable1']) &amp;amp;&amp;amp; $item['taxable1'] == 1) ? 1 : 0;&lt;br /&gt;      $taxable2 = (isset($item['taxable2']) &amp;amp;&amp;amp; $item['taxable2'] == 1) ? 1 : 0;&lt;br /&gt;&lt;br /&gt;      $invoice_items = array(&lt;br /&gt;            'invoice_id' =&amp;gt; htmlspecialchars($invoice_id),&lt;br /&gt;            'quantity' =&amp;gt; htmlspecialchars($item['quantity']),&lt;br /&gt;            'amount' =&amp;gt; htmlspecialchars($item['amount']),&lt;br /&gt;            'work_description' =&amp;gt; htmlspecialchars($item['work_description']),&lt;br /&gt;            'taxable1' =&amp;gt; htmlspecialchars($taxable1),&lt;br /&gt;            'taxable2' =&amp;gt; htmlspecialchars($taxable2)&lt;br /&gt;           );&lt;br /&gt;&lt;br /&gt;      $this-&amp;gt;invoices_model-&amp;gt;addInvoiceItem($invoice_items);&lt;br /&gt;     }&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;***********&lt;br /&gt;&lt;br /&gt;[/bamboo_system_files/application/language/english/bamboo_lang.php]&lt;br /&gt;-&amp;gt; Line 108:&lt;br /&gt;$lang['invoice_item'] = 'Item';&lt;br /&gt;$lang['invoice_item_no_tax1'] = 'GST Exempt';&lt;br /&gt;$lang['invoice_item_no_tax2'] = 'PST Exempt';&lt;br /&gt;$lang['invoice_last_used'] = 'last number used ';&lt;br /&gt;***********&lt;br /&gt;&lt;br /&gt;[/bamboo_system_files/application/models/invoices_model.php]&lt;br /&gt;-&amp;gt; Line 92: ...replace the whole function...&lt;br /&gt; function getSingleInvoice($invoice_id)&lt;br /&gt; {&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('invoices.*, clients.name, clients.address1, clients.address2, clients.city, clients.country, clients.province, clients.website, clients.postal_code, clients.tax_code');&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('(SELECT SUM('.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_payments').'.amount_paid) FROM '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_payments').' WHERE '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_payments').'.invoice_id=' . $invoice_id . ') AS amount_paid', FALSE);&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('TO_DAYS('.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').'.dateIssued) - TO_DAYS(curdate()) AS daysOverdue', FALSE);&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('(SELECT SUM('.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.amount * '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.quantity) FROM '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').' WHERE '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.invoice_id=' . $invoice_id . ') AS total_notax', FALSE);&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('(SELECT ROUND(SUM(SubTotal_Tax1) * tax1, 3) as total_tax1&lt;br /&gt;FROM (SELECT tax1, amt * qty AS SubTotal_Tax1&lt;br /&gt; FROM (SELECT '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.quantity AS qty, '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.amount AS amt, ('.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').'.tax1_rate / 100) as tax1&lt;br /&gt;   FROM '.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').' LEFT JOIN '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').' ON '.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').'.id = '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.invoice_id WHERE '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.invoice_id =' . $invoice_id . ' AND '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.taxable1 =1 ) AS tmp_Tax_Total ) AS tmp_Total) AS total_tax1', FALSE);&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('(SELECT ROUND(SUM(SubTotal_tax2) * tax2, 3) as total_tax2&lt;br /&gt;FROM (SELECT tax2, amt * qty AS SubTotal_tax2&lt;br /&gt; FROM (SELECT '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.quantity AS qty, '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.amount AS amt, ('.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').'.tax2_rate / 100) as tax2&lt;br /&gt;   FROM '.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').' LEFT JOIN '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').' ON '.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').'.id = '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.invoice_id WHERE '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.invoice_id =' . $invoice_id . ' AND '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.taxable2 =1 ) AS tmp_Tax_Total ) AS tmp_Total) AS total_tax2', FALSE);&lt;br /&gt;&lt;br /&gt;$this-&amp;gt;db-&amp;gt;select('(SELECT SUM(total_notax + COALESCE(total_tax1,0) + COALESCE(total_tax2,0))) AS total_with_tax');&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;join('clients', 'invoices.client_id = clients.id');&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;join('invoice_items', 'invoices.id = invoice_items.invoice_id', 'left');&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;join('invoice_payments', 'invoices.id = invoice_payments.invoice_id', 'left');&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;groupby('invoices.id');&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;where('invoices.id', $invoice_id);&lt;br /&gt;&lt;br /&gt;  return $this-&amp;gt;db-&amp;gt;get('invoices');&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; // --------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;-&amp;gt; Line 238:&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('TO_DAYS('.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').'.dateIssued) - TO_DAYS(curdate()) AS daysOverdue', FALSE);&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;select('(SELECT SUM('.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.amount * '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.quantity) FROM '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').' WHERE '.$this-&amp;gt;db-&amp;gt;dbprefix('invoice_items').'.invoice_id='.$this-&amp;gt;db-&amp;gt;dbprefix('invoices').'.id) AS subtotal', FALSE);&lt;br /&gt;&lt;br /&gt;  $this-&amp;gt;db-&amp;gt;join('clients', 'invoices.client_id = clients.id');&lt;br /&gt;&lt;br /&gt;***********&lt;br /&gt;&lt;br /&gt;[/bamboo_system_files/application/views/invoices/edit.php]&lt;br /&gt;-&amp;gt; Line 42:&lt;br /&gt;     &amp;lt;th&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_work_description');?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;     &amp;lt;th&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_taxable1');?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;     &amp;lt;th&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_taxable2');?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;     &amp;lt;th&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_amount_item');?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;-&amp;gt; Line 64:&lt;br /&gt;     &amp;lt;/td&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;label&amp;gt;&amp;lt;input type="checkbox" name="items[&amp;lt;?php echo $item_count;?&amp;gt;][taxable1]" value="1" onclick="recalculate_items();" &amp;lt;?php if ($item-&amp;gt;taxable1 == 1) {echo 'checked="checked" ';}?&amp;gt;/&amp;gt;&amp;lt;span&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_taxable1');?&amp;gt;?&amp;lt;/span&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;label&amp;gt;&amp;lt;input type="checkbox" name="items[&amp;lt;?php echo $item_count;?&amp;gt;][taxable2]" value="1" onclick="recalculate_items();" &amp;lt;?php if ($item-&amp;gt;taxable2 == 1) {echo 'checked="checked" ';}?&amp;gt;/&amp;gt;&amp;lt;span&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_taxable2');?&amp;gt;?&amp;lt;/span&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;    &lt;br /&gt;     &amp;lt;td nowrap="nowrap"&amp;gt;&amp;lt;p&amp;gt;&amp;lt;label&amp;gt;&amp;lt;span&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_amount');?&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;?php echo $this-&amp;gt;settings_model-&amp;gt;get_setting('currency_symbol');?&amp;gt;&amp;lt;input type="text" id="amount" name="items[&amp;lt;?php echo $item_count;?&amp;gt;][amount]" size="5" value="&amp;lt;?php echo $item-&amp;gt;amount;?&amp;gt;" onkeyup="recalculate_items();" value="" /&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;br /&gt;***********&lt;br /&gt;&lt;br /&gt;[/bamboo_system_files/application/views/invoices/newinvoice.php]&lt;br /&gt;-&amp;gt; Line 38:&lt;br /&gt;   &amp;lt;th&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_work_description');?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;   &amp;lt;th&amp;gt;&amp;lt;?php echo $tax1_desc;?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;   &amp;lt;th&amp;gt;&amp;lt;?php echo $tax2_desc;?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;   &amp;lt;th&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_amount_item');?&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;&lt;br /&gt;-&amp;gt; Line 54:&lt;br /&gt;   &amp;lt;/td&amp;gt;&lt;br /&gt;   &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;label&amp;gt;&amp;lt;input type="checkbox" name="items[1][taxable1]" value="1" onclick="recalculate_items();" &amp;lt;?php if ($row-&amp;gt;tax_status) {echo 'checked="checked" ';}?&amp;gt;/&amp;gt;&amp;lt;span&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_taxable1');?&amp;gt;?&amp;lt;/span&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;   &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;label&amp;gt;&amp;lt;input type="checkbox" name="items[1][taxable2]" value="1" onclick="recalculate_items();" &amp;lt;?php if ($row-&amp;gt;tax_status) {echo 'checked="checked" ';}?&amp;gt;/&amp;gt;&amp;lt;span&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_taxable2');?&amp;gt;?&amp;lt;/span&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;   &amp;lt;td nowrap="nowrap"&amp;gt;&amp;lt;p&amp;gt;&amp;lt;label&amp;gt;&amp;lt;span&amp;gt;&amp;lt;?php echo $this-&amp;gt;lang-&amp;gt;line('invoice_amount');?&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;?php echo $this-&amp;gt;settings_model-&amp;gt;get_setting('currency_symbol');?&amp;gt;&amp;lt;input type="text" id="amount" name="items[1][amount]" size="5" value="0.00" onkeyup="recalculate_items();" value="" /&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;   &amp;lt;td&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;***********&lt;br /&gt;&lt;br /&gt;[/bamboo_system_files/application/views/invoices/view.php]&lt;br /&gt;-&amp;gt; Line 169:&lt;br /&gt;   &amp;lt;td&amp;gt;&amp;lt;?php echo auto_typography($item-&amp;gt;work_description);?&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;   &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;?php echo $this-&amp;gt;settings_model-&amp;gt;get_setting('currency_symbol') . str_replace('.', $this-&amp;gt;config-&amp;gt;item('currency_decimal'), $item-&amp;gt;amount);?&amp;gt; &amp;lt;?php if ($item-&amp;gt;taxable1 == 0){echo '(' . $this-&amp;gt;lang-&amp;gt;line('invoice_item_no_tax1') . ')';}?&amp;gt;  &lt;br /&gt;   &amp;lt;?php if ($item-&amp;gt;taxable2 == 0){echo '(' . $this-&amp;gt;lang-&amp;gt;line('invoice_item_no_tax2') . ')';}?&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;   &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;?php echo $this-&amp;gt;settings_model-&amp;gt;get_setting('currency_symbol') . number_format($item-&amp;gt;quantity * $item-&amp;gt;amount, 2, $this-&amp;gt;config-&amp;gt;item('currency_decimal'), '');?&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;***********&lt;br /&gt;&lt;br /&gt;[/js/createinvoice.js]&lt;br /&gt;-&amp;gt; Line 84:&lt;br /&gt; theInput.setAttribute('type', 'checkbox');&lt;br /&gt; theInput.setAttribute('name', 'items['+item_count+'][taxable1]');&lt;br /&gt;&lt;br /&gt; if (taxable)&lt;br /&gt;&lt;br /&gt;-&amp;gt; Line 105: ...insert the following...&lt;br /&gt;&lt;br /&gt; var td = document.createElement('td');&lt;br /&gt; var p = document.createElement('p');&lt;br /&gt; var label = document.createElement('label');&lt;br /&gt; var span = document.createElement('span');&lt;br /&gt; var theData = document.createTextNode(lang_taxable);&lt;br /&gt; var theInput = document.createElement('input');&lt;br /&gt; theInput.setAttribute('type', 'checkbox');&lt;br /&gt; theInput.setAttribute('name', 'items['+item_count+'][taxable2]');&lt;br /&gt;&lt;br /&gt; if (taxable)&lt;br /&gt; {&lt;br /&gt;  theInput.setAttribute('checked', 'checked');&lt;br /&gt; }&lt;br /&gt; else&lt;br /&gt; {&lt;br /&gt;  theInput.checked = false;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; theInput.setAttribute('value', '1');&lt;br /&gt; theInput.setAttribute('onclick', 'recalculate_items();');&lt;br /&gt; span.appendChild(theData);&lt;br /&gt; label.appendChild(span);&lt;br /&gt; label.appendChild(theInput);&lt;br /&gt; p.appendChild(label);&lt;br /&gt; td.appendChild(p);&lt;br /&gt; row.appendChild(td);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-965574826749543792?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='' href='http://bambooinvoice.org/' length='0'/><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/965574826749543792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=965574826749543792&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/965574826749543792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/965574826749543792'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2009/08/bambooinvoice-canadian-tax-system.html' title='BambooInvoice Canadian Tax System'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-3415907969100354533</id><published>2009-04-28T11:22:00.000-07:00</published><updated>2010-03-12T06:19:02.853-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus'/><category scheme='http://www.blogger.com/atom/ns#' term='malware'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='spyware'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><category scheme='http://www.blogger.com/atom/ns#' term='repair windows'/><title type='text'>Virus/Spyware/Trojan Removal</title><content type='html'>Standing on the shoulder of giants, I'm compiling the ultimate user guide to self-cleaning windows.&lt;br /&gt;&lt;br /&gt;...some info I swiped from yahoo groups (and elaborated upon) the subject:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Firstly &lt;/strong&gt;update and run your anti-virus product. You can also run a free online scan as well as some malware can actually corrupt or disable your resident security products.&lt;br /&gt;&lt;br /&gt;Here are a few online scans you can run (most online scanners only run in IE, not FireFox... but some do - better to try FireFox and run as many in FF as you can b/c often the reason you HAVE  a virus in the first place is because of Internet Explorer):&lt;div&gt;&lt;br /&gt;Trend - &lt;a href="http://housecall.trendmicro.com/" rel="nofollow"&gt;http://housecall.trendmicro.com/&lt;/a&gt;&lt;br /&gt;Panda - &lt;a href="http://www.pandasecurity.com/homeusers/solutions/activescan/" rel="nofollow"&gt;http://www.pandasoftware.com/products/Ac...&lt;/a&gt;&lt;br /&gt;Norton - &lt;a href="http://security.symantec.com/sscv6/default.asp"&gt;&lt;span style="TEXT-DECORATION: underline"&gt;http://security.symantec.com/sscv6/default.asp&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Ewido - &lt;a href="http://www.ewido.net/en/onlinescan/"&gt;http://www.ewido.net/en/onlinescan/&lt;/a&gt;&lt;br /&gt;BitDefender - &lt;a href="http://www.bitdefender.com/scanner/online/free.html"&gt;http://www.bitdefender.com/scanner/online/free.html&lt;/a&gt;&lt;br /&gt;F-Secure - &lt;a href="http://support.f-secure.com/enu/home/ols.shtml"&gt;http://support.f-secure.com/enu/home/ols.shtml&lt;/a&gt; (scans for rootkits!)&lt;br /&gt;&lt;strong&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;em&gt;**Note:&lt;/em&gt;&lt;/strong&gt; the best way to use these is to use MSCONFIG.EXE to clean boot with networking and nothing else... use your browser to do the scans.  (And you may need to do the following procedure 2 or 3 times depending on how many times you have to reboot -- BUT ALWAYS DO IT WHEN YOU ARE SUPPOSED TO REBOOT DURING THIS ENTIRE PROCEDURE)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) START Run MSCONFIG&lt;br /&gt;&lt;br /&gt;2) Choose 'Diagnostic'&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5171665685124307970" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_w4DfGfwudvM/R8VyijrpXAI/AAAAAAAAABc/i-nSziNq38A/s320/diagnostic.JPG" border="0" /&gt;3) Click the "Services" tab&lt;/p&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5171665689419275282" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_w4DfGfwudvM/R8VyizrpXBI/AAAAAAAAABk/lDvWgCtQ_KM/s320/services.JPG" border="0" /&gt;&lt;/p&gt;&lt;p&gt;4) Sort by "Status" by clicking the "Status" column - now all the currently running services are listed on the top&lt;/p&gt;&lt;p&gt;5) One by one, click the checkbox for the following services:&lt;/p&gt;&lt;p&gt;Application Layer Gateway&lt;br /&gt;DCOM Server Process Launcher&lt;br /&gt;DHCP Client&lt;br /&gt;DNS Client&lt;br /&gt;COM+ Event System&lt;br /&gt;Network Connections&lt;br /&gt;Network Location Awareness (NLA)&lt;br /&gt;Plug and Play&lt;br /&gt;Remote Access Connection Manager&lt;br /&gt;System Restore Service&lt;br /&gt;SSDP Discovery Service&lt;br /&gt;Telephony&lt;br /&gt;Universal Plug and Play Device Host&lt;br /&gt;Wireless Configuration OR Wireless Zero Configuration&lt;br /&gt;Application Management&lt;br /&gt;COM+ System Application&lt;br /&gt;Windows Installer&lt;br /&gt;Remote Access Auto Connection Manager&lt;/p&gt;&lt;p&gt;6) Finally, there might be something in the "Startup" tab which you may need to operate your computer properly (like a special mouse or keyboard) - but generally, these can all be left disabled&lt;/p&gt;&lt;p&gt;7) Click Ok and reboot&lt;/p&gt;&lt;p&gt;8) Run MSCONFIG again (it should actually pop up after you reboot) and choose "Normal" on the first tab, click OK, but DON'T REBOOT when it asks you.&lt;/p&gt;&lt;p&gt;**Now you are in a special mode of Windows which is set for using the internet only and making special repairs/installing special repair programs. Use this opportunity to delete temporary files, remove system restore points, scan using online scanners, etc.  A good program for removing temp files is &lt;a href="http://www.ccleaner.com/download"&gt;Crap Cleaner&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;&lt;b&gt;&lt;strong&gt;Second&lt;/strong&gt;&lt;/b&gt; download, update and run scans using the following products:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;SuperAntispyware &lt;/div&gt;&lt;div&gt;&lt;a href="http://superantispyware.com/" rel="nofollow" style="color: rgb(102, 153, 204); "&gt;http://superantispyware.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Spybot S&amp;amp;D (free version requires manual updating)&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.safer-networking.org/en/downl..." rel="nofollow" style="color: rgb(102, 153, 204); "&gt;http://www.safer-networking.org/en/downl...&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;AVG AntiSpyware &lt;/div&gt;&lt;div&gt;&lt;a href="http://free.grisoft.com/doc/20/lng/us/tpl/v5" rel="nofollow" style="color: rgb(102, 153, 204); "&gt;http://free.grisoft.com/doc/20/lng/us/tpl/v5&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Adaware from Lavasoft (free version requires automatic updating)&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.lavasoftusa.com/products/ad-aware_se_personal.php" rel="nofollow" style="color: rgb(102, 153, 204); "&gt;http://www.lavasoftusa.com/products/ad-aware_se_personal.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(These programs can also be run in Safe Mode after downloading and updating)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Third&lt;/strong&gt;, after cleaning your system, disable System Restore, reboot and re-enable System Restore when you log back on. This will clear the malware that may still be lurking in System Restore, which could be reinstalled should you need to rollback at some point.&lt;br /&gt;&lt;br /&gt;Additionally, a reboot may be required to complete the malware removal process.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;strong&gt;Lastly&lt;/strong&gt;, you may also want to install these tools. They are free and target specific infection locations and protect the computer BEFORE an infection occurs.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;SpywareBlaster (inoculates, not a spyware removal tool)&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.javacoolsoftware.com/spywareblaster.html" rel="nofollow"&gt;http://www.javacoolsoftware.com/spywareblaster.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Malwarebytes' Anti-Malware&lt;br /&gt;&lt;a rel="nofollow" href="http://www.malwarebytes.org/mbam.php" target="_blank" style="color: rgb(0, 33, 182); "&gt;http://www.malwarebytes.org/mbam.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;---===---&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Nortons' instructions for removing malware (this references a particular one I think, but the process is similiar)&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;The following instructions pertain to all current and recent Symantec antivirus products, including the Symantec AntiVirus and Norton AntiVirus product lines.&lt;br /&gt;&lt;br /&gt;Disable System Restore (Windows Me/XP).&lt;br /&gt;Update the virus definitions.&lt;br /&gt;Run a full system scan and delete all the files detected.&lt;br /&gt;Delete any values added to the registry.&lt;br /&gt;Edit the Win.ini file.&lt;br /&gt;Edit the System.ini file.&lt;br /&gt;Clear the Temporary Internet Files folder.&lt;br /&gt;&lt;br /&gt;For specific details on each of these steps, read the following instructions.&lt;br /&gt;&lt;br /&gt;1. To disable System Restore (Windows Me/XP)&lt;br /&gt;If you are running Windows Me or Windows XP, we recommend that you temporarily turn off System Restore. Windows Me/XP uses this feature, which is enabled by default, to restore the files on your computer in case they become damaged. If a virus, worm, or Trojan infects a computer, System Restore may back up the virus, worm, or Trojan on the computer.&lt;br /&gt;&lt;br /&gt;Windows prevents outside programs, including antivirus programs, from modifying System Restore. Therefore, antivirus programs or tools cannot remove threats in the System Restore folder. As a result, System Restore has the potential of restoring an infected file on your computer, even after you have cleaned the infected files from all the other locations.&lt;br /&gt;&lt;br /&gt;Also, a virus scan may detect a threat in the System Restore folder even though you have removed the threat.&lt;br /&gt;&lt;br /&gt;For instructions on how to turn off System Restore, read your Windows documentation, or one of the following articles:&lt;br /&gt;How to disable or enable Windows Me System Restore&lt;br /&gt;How to turn off or turn on Windows XP System Restore&lt;br /&gt;&lt;br /&gt;Note: When you are completely finished with the removal procedure and are satisfied that the threat has been removed, reenable System Restore by following the instructions in the aforementioned documents.&lt;br /&gt;&lt;br /&gt;For additional information, and an alternative to disabling Windows Me System Restore, see the Microsoft Knowledge Base article: Antivirus Tools Cannot Clean Infected Files in the _Restore Folder (Article ID: Q263455).&lt;br /&gt;&lt;br /&gt;2. To update the virus definitions&lt;br /&gt;Symantec Security Response fully tests all the virus definitions for quality assurance before they are posted to our servers. There are two ways to obtain the most recent virus definitions:&lt;br /&gt;Running LiveUpdate, which is the easiest way to obtain virus definitions: These virus definitions are posted to the LiveUpdate servers once each week (usually on Wednesdays), unless there is a major virus outbreak. To determine whether definitions for this threat are available by LiveUpdate, refer to Virus Definitions (LiveUpdate).&lt;br /&gt;Downloading the definitions using the Intelligent Updater: The Intelligent Updater virus definitions are posted daily. You should download the definitions from the Symantec Security Response Web site and manually install them. To determine whether definitions for this threat are available by the Intelligent Updater, refer to Virus Definitions (Intelligent Updater).&lt;br /&gt;&lt;br /&gt;The latest Intelligent Updater virus definitions can be obtained here: Intelligent Updater virus definitions. For detailed instructions read the document: How to update virus definition files using the Intelligent Updater.&lt;br /&gt;&lt;br /&gt;3. To scan for and delete the infected files&lt;br /&gt;Start your Symantec antivirus program and make sure that it is configured to scan all the files.&lt;br /&gt;For Norton AntiVirus consumer products: Read the document: How to configure Norton AntiVirus to scan all files.&lt;br /&gt;For Symantec AntiVirus Enterprise products: Read the document: How to verify that a Symantec Corporate antivirus product is set to scan all files.&lt;br /&gt;Run a full system scan.&lt;br /&gt;If any files are detected, take note of the file names, and click Delete.&lt;br /&gt;&lt;br /&gt;If the infected files are detected in the \Temporary Internet Files\Content.IE5, due to the design of the operating system, you will not be able to delete them. Write down the entire path and file name and clear the Temporary Internet Files Folder at the end of the removal instructions.&lt;br /&gt;&lt;br /&gt;Important: If you are unable to start your Symantec antivirus product or the product reports that it cannot delete a detected file, you may need to stop the risk from running in order to remove it. To do this, run the scan in Safe mode. For instructions, read the document, How to start the computer in Safe Mode. Once you have restarted in Safe mode, run the scan again.&lt;br /&gt;&lt;br /&gt;After the files are deleted, restart the computer in Normal mode and proceed with the next section.&lt;br /&gt;&lt;br /&gt;Warning messages may be displayed when the computer is restarted, since the threat may not be fully removed at this point. You can ignore these messages and click OK. These messages will not appear when the computer is restarted after the removal instructions have been fully completed. The messages displayed may be similar to the following:&lt;br /&gt;&lt;br /&gt;Title: [FILE PATH]&lt;br /&gt;Message body: Windows cannot find [FILE NAME]. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.&lt;br /&gt;&lt;br /&gt;4. To delete the value from the registry&lt;br /&gt;Important: Symantec strongly recommends that you back up the registry before making any changes to it. Incorrect changes to the registry can result in permanent data loss or corrupted files. Modify the specified subkeys only. For instructions refer to the document: How to make a backup of the Windows registry.&lt;br /&gt;&lt;br /&gt;Click Start &gt; Run.&lt;br /&gt;Type regedit&lt;br /&gt;Click OK.&lt;br /&gt;&lt;br /&gt;Note: If the registry editor fails to open the threat may have modified the registry to prevent access to the registry editor. Security Response has developed a tool to resolve this problem. Download and run this tool, and then continue with the removal.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Navigate to the subkeys:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  ;font-family:monospace;font-size:13px;"&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run&lt;br /&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\&lt;br /&gt;RunServices&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In the right pane, delete any value that refers to a file that was detected during the scan.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exit the Registry Editor.&lt;br /&gt;&lt;br /&gt;5. To edit the Win.ini file&lt;br /&gt;WARNING: The following steps instruct you to remove the text from the run= line of the Win.ini file. If you are using older programs, they may load at startup from one of these lines. If you are sure that the text contained in these lines is for the programs that you normally use, then we suggest that you do not remove it.&lt;br /&gt;&lt;br /&gt;If you are running Windows 95/98/Me, follow these steps:&lt;br /&gt;&lt;br /&gt;Click Start &gt; Run.&lt;br /&gt;Type the following:&lt;br /&gt;&lt;br /&gt;edit c:\windows\win.ini&lt;br /&gt;&lt;br /&gt;and then click OK.&lt;br /&gt;&lt;br /&gt;(The MS-DOS Editor opens.)&lt;br /&gt;&lt;br /&gt;NOTE: If Windows is installed in a different location, make the appropriate path substitution.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In the [windows] section of the file, look for a line similar to:&lt;br /&gt;&lt;br /&gt;run=[TROJAN FILE NAME]&lt;br /&gt;&lt;br /&gt;Note: [TROJAN FILE NAME] refers to the file name detected during the scan.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If this line exists, delete everything to the right of run=&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Click File &gt; Save.&lt;br /&gt;Click File &gt; Exit.&lt;br /&gt;&lt;br /&gt;6. To edit the System.ini file&lt;br /&gt;If you are running Windows 95/98/Me, follow these steps:&lt;br /&gt;Click Start &gt; Run.&lt;br /&gt;Type the following:&lt;br /&gt;&lt;br /&gt;edit c:\windows\system.ini&lt;br /&gt;&lt;br /&gt;and then click OK.&lt;br /&gt;&lt;br /&gt;(The MS-DOS Editor opens.)&lt;br /&gt;&lt;br /&gt;NOTE: If Windows is installed in a different location, make the appropriate path substitution.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In the [boot] section of the file, look for a line similar to:&lt;br /&gt;&lt;br /&gt;shell = Explorer.exe [TROJAN FILE NAME]&lt;br /&gt;&lt;br /&gt;Note: [TROJAN FILE NAME] refers to the file name detected during the scan.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If this line exists, delete everything to the right of Explorer.exe.&lt;br /&gt;&lt;br /&gt;When you are done, it should look like:&lt;br /&gt;&lt;br /&gt;shell = Explorer.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Click File &gt; Save.&lt;br /&gt;Click File &gt; Exit.&lt;br /&gt;&lt;br /&gt;7. To clear the Temporary Internet Files folder, if required&lt;br /&gt;Log on to the computer using the name that was shown in the path that you wrote down in the scan and delete infected files section.&lt;br /&gt;&lt;br /&gt;For example, if the path was:&lt;br /&gt;&lt;br /&gt;C:\Documents and Setting\Linda\Local Settings\Temporary Internet Files\qrwmqczd.dll&lt;br /&gt;&lt;br /&gt;log on to the computer as Linda.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Start Internet Explorer.&lt;br /&gt;Click Tools &gt; Internet Options.&lt;br /&gt;In the Temporary Internet Files section, click the Delete Files button.&lt;br /&gt;Check Delete all offline content, and then click OK.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-3415907969100354533?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/3415907969100354533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=3415907969100354533&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3415907969100354533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/3415907969100354533'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2009/04/virusspywaretrojan-removal.html' title='Virus/Spyware/Trojan Removal'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_w4DfGfwudvM/R8VyijrpXAI/AAAAAAAAABc/i-nSziNq38A/s72-c/diagnostic.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-653068516803412435</id><published>2009-03-24T05:21:00.000-07:00</published><updated>2009-03-24T05:49:59.282-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cool'/><category scheme='http://www.blogger.com/atom/ns#' term='download'/><category scheme='http://www.blogger.com/atom/ns#' term='file share'/><category scheme='http://www.blogger.com/atom/ns#' term='tech'/><title type='text'>Online Storage Awesomeness</title><content type='html'>There are several free online backup solutions. You can even search around for comparison tables, but let me break it down real simple for your here.&lt;br /&gt;&lt;br /&gt;iDrive I like, that's fun. And then there's this new one called DropBox. Now, it's still in beta, but it has some very cool features... Here I have a link for you for an extra 250mb of space in your free account:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.getdropbox.com/link/21.b22t0S0Ykx"&gt;https://www.getdropbox.com/link/21.b22t0S0Ykx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;What's great about a free DropBox is that it's an easy way to sync between multiple computer systems; Like your Mac at home, your PC at work, your girlfriends laptop (via snazzy web interface or portable USB app).  You got public links, drag and drop, encryption, the whole 9yards.  Check out their &lt;a href="http://wiki.getdropbox.com/"&gt;site&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;And now that you've got your shiny new dropbox account, do some cool stuff with it:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.getdropbox.com/TipsAndTricks"&gt;http://wiki.getdropbox.com/TipsAndTricks&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tutorialsandtrivia.blogspot.com/2009/02/carrying-around-my-dropbox-on-removable.html"&gt;http://tutorialsandtrivia.blogspot.com/2009/02/carrying-around-my-dropbox-on-removable.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://lifehacker.com/5154698/sync-files-and-folders-outside-your-my-dropbox-folder"&gt;http://lifehacker.com/5154698/sync-files-and-folders-outside-your-my-dropbox-folder&lt;/a&gt;&lt;br /&gt;&lt;a href="http://lifehacker.com/5175362/start-bittorrent-downloads-at-home-from-any-computer-with-dropbox"&gt;http://lifehacker.com/5175362/start-bittorrent-downloads-at-home-from-any-computer-with-dropbox&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-653068516803412435?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/653068516803412435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=653068516803412435&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/653068516803412435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/653068516803412435'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2009/03/online-storage-awesomeness.html' title='Online Storage Awesomeness'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-932247759416627589</id><published>2008-12-20T01:04:00.000-08:00</published><updated>2008-12-28T13:18:13.018-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP vs Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP unsupported laptop'/><category scheme='http://www.blogger.com/atom/ns#' term='OCZ DIY 17&quot; laptop'/><category scheme='http://www.blogger.com/atom/ns#' term='solid state'/><category scheme='http://www.blogger.com/atom/ns#' term='ssd'/><category scheme='http://www.blogger.com/atom/ns#' term='fast'/><title type='text'>Screaming Deamon Laptop</title><content type='html'>Now *this* is not your grandmothers' laptop. (Funny story though, I put it together for someone's grandmother -- true story).&lt;br /&gt;&lt;br /&gt;The requirements:&lt;br /&gt;&lt;br /&gt;Fast&lt;br /&gt;Long battery&lt;br /&gt;Lightweight&lt;br /&gt;&lt;br /&gt;Okay, so like Cost/Time/Quality -- pick your favourite two.&lt;br /&gt;&lt;br /&gt;Check out this vid of the laptop booting up in under 20 seconds...&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-439332a500161c0c" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http%3A%2F%2Fv24.nonxt6.googlevideo.com%2Fvideoplayback%3Fid%3D439332a500161c0c%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1285726224%26sparams%3Did%252Citag%252Cip%252Cipbits%252Cexpire%26signature%3D10E63BB5CCF308A5962B19E8CDB41FE68048BD6.8B40DAAFB8ABC0DB473D1435CD7023D2E3FA618%26key%3Dck1&amp;amp;iurl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer2%3Fapp%3Dblogger%26contentid%3D439332a500161c0c%26offsetms%3D5000%26itag%3Dw160%26sigh%3DXvHwq7XTAUQdwHjZbb7I7Orhbs4&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http%3A%2F%2Fv24.nonxt6.googlevideo.com%2Fvideoplayback%3Fid%3D439332a500161c0c%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1285726224%26sparams%3Did%252Citag%252Cip%252Cipbits%252Cexpire%26signature%3D10E63BB5CCF308A5962B19E8CDB41FE68048BD6.8B40DAAFB8ABC0DB473D1435CD7023D2E3FA618%26key%3Dck1&amp;iurl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer2%3Fapp%3Dblogger%26contentid%3D439332a500161c0c%26offsetms%3D5000%26itag%3Dw160%26sigh%3DXvHwq7XTAUQdwHjZbb7I7Orhbs4&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_w4DfGfwudvM/SUy5aLDD7wI/AAAAAAAAAEA/pSz_7sIz94I/s1600-h/DSC02885.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281800322292117250" style="margin: 0px 10px 10px 0px; float: left; width: 320px; height: 240px;" alt="" src="http://2.bp.blogspot.com/_w4DfGfwudvM/SUy5aLDD7wI/AAAAAAAAAEA/pSz_7sIz94I/s320/DSC02885.JPG" border="0" /&gt;&lt;/a&gt;Here's a heavy beast that wollops a big punch.&lt;br /&gt;&lt;br /&gt;The OCZ DIY17A2-DM88XT&lt;br /&gt;&lt;br /&gt;Couple that with an Intel Core2 Duo 2.1Ghz processor, some OCZ 1333Mhz RAM and two OCZ Core Series II Solid State Drives (flash technology, no moving parts) and you got yourself a screamer. Of course, you have to put it together yourself, but you save a bunch of dough (comparitively speaking).&lt;br /&gt;&lt;br /&gt;Here's how she gets put together:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First: sprawl out yer gear&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy5aqFgszI/AAAAAAAAAEI/eZ5dWeaclI0/s1600-h/DSC02896.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281800330623890226" style="margin: 0px 10px 10px 0px; float: left; width: 320px; height: 240px;" alt="" src="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy5aqFgszI/AAAAAAAAAEI/eZ5dWeaclI0/s320/DSC02896.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy5brKYMGI/AAAAAAAAAEg/bApzD8iyPU8/s1600-h/DSC02917.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281800348092608610" style="margin: 0px 10px 10px 0px; float: left; width: 320px; height: 240px;" alt="" src="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy5brKYMGI/AAAAAAAAAEg/bApzD8iyPU8/s320/DSC02917.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_w4DfGfwudvM/SUy5bcDu8_I/AAAAAAAAAEY/2W-u66aPyQs/s1600-h/DSC02899.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281800344038208498" style="margin: 0px 10px 10px 0px; float: left; width: 320px; height: 240px;" alt="" src="http://2.bp.blogspot.com/_w4DfGfwudvM/SUy5bcDu8_I/AAAAAAAAAEY/2W-u66aPyQs/s320/DSC02899.JPG" border="0" /&gt;&lt;/a&gt; Next: ditch the manual.. (RTFM my ass)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://2.bp.blogspot.com/_w4DfGfwudvM/SUy5bO2rGVI/AAAAAAAAAEQ/l0GQLrrySEg/s1600-h/DSC02901.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281800340493769042" style="margin: 0px 10px 10px 0px; float: left; width: 320px; height: 240px;" alt="" src="http://2.bp.blogspot.com/_w4DfGfwudvM/SUy5bO2rGVI/AAAAAAAAAEQ/l0GQLrrySEg/s320/DSC02901.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Gather all the peices, start putting together.&lt;/div&gt;&lt;br /&gt;mount HDDs in their cradles..&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_w4DfGfwudvM/SUy_5m3uKoI/AAAAAAAAAFI/bocDmuk7Gwo/s1600-h/DSC02919.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281807459406457474" style="margin: 0px 10px 10px 0px; float: left; width: 400px; height: 300px;" alt="" src="http://3.bp.blogspot.com/_w4DfGfwudvM/SUy_5m3uKoI/AAAAAAAAAFI/bocDmuk7Gwo/s400/DSC02919.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy_5XClWmI/AAAAAAAAAFA/sdzlzFLu6n4/s1600-h/DSC02923.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281807455157049954" style="margin: 0px 10px 10px 0px; float: left; width: 400px; height: 300px;" alt="" src="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy_5XClWmI/AAAAAAAAAFA/sdzlzFLu6n4/s400/DSC02923.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://4.bp.blogspot.com/_w4DfGfwudvM/SUy_5J45vrI/AAAAAAAAAE4/g2KeqFXMRnY/s1600-h/DSC02925.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281807451626782386" style="margin: 0px 10px 10px 0px; float: left; width: 400px; height: 300px;" alt="" src="http://4.bp.blogspot.com/_w4DfGfwudvM/SUy_5J45vrI/AAAAAAAAAE4/g2KeqFXMRnY/s400/DSC02925.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;a gentle pop-out with your McGyver tool&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://4.bp.blogspot.com/_w4DfGfwudvM/SUy_48US1XI/AAAAAAAAAEw/ZpbOkPsfk7c/s1600-h/DSC02927.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281807447983576434" style="margin: 0px 10px 10px 0px; float: left; width: 400px; height: 300px;" alt="" src="http://4.bp.blogspot.com/_w4DfGfwudvM/SUy_48US1XI/AAAAAAAAAEw/ZpbOkPsfk7c/s400/DSC02927.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Brain goes here... note the "locked" and "unlocked" switch&lt;br /&gt;&lt;div&gt;&lt;a href="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy_4um04vI/AAAAAAAAAEo/SZJ2V6z7oPI/s1600-h/DSC02931.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5281807444303209202" style="margin: 0px 10px 10px 0px; float: left; width: 400px; height: 300px;" alt="" src="http://1.bp.blogspot.com/_w4DfGfwudvM/SUy_4um04vI/AAAAAAAAAEo/SZJ2V6z7oPI/s400/DSC02931.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;now, there was one final requirement for this laptop which was unavoidable in my quest to find the speediest of laptops at a bareable price point. XP. &lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;No Vista please. &lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;After some fighting and cursing and scouring the forums at &lt;a href="http://www.ocztechnologyforum.com/"&gt;http://www.ocztechnologyforum.com/&lt;/a&gt; - I've finally got the bitch humming on XP. Here's how:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;(This is sort of an addendum to D111's post found here: &lt;a href="http://www.ocztechnologyforum.com/forum/showthread.php?t=47942"&gt;http://www.ocztechnologyforum.com/forum/showthread.php?t=47942&lt;/a&gt;.)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;two notes: I didn't update the bios, call me chicken, but if there's a need to I may -- and after this, you're left with 5 "unknown device"'s in the dev mgr... from what I can tell they relate to the quick buttons above the function keys (which no one uses anyway)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;...on to the goods.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I always use an nLite'd install DVD anyway, so that's where I'll start.  &lt;span style="font-weight: bold;"&gt;NOTE:&lt;/span&gt;  looks like if you slipstream SP3, then you also need to include the KB888111 MS UAA High Definition sound driver package for the sound to work.  &lt;a href="http://downloadmirror.intel.com/11036/eng/kb888111.exe"&gt;Download&lt;/a&gt; it, extract the files from the .EXE file and at step 1 when you integrate drivers, also integrate the single driver files from the extracted "Common Files" folder...&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;1. Slipstream SP3 and BTS drivers into your fav. flavour of XP&lt;/div&gt;&lt;div&gt;* get drivers from driverpack.net, extract all into one "\driverstore", insert "multiple driver folder" while nLite'ing&lt;/div&gt;&lt;div&gt;* ensure you select the TXT mode drivers when nLite prompts you about them, just select them all, this boot disc will come in handy for other computer (re)installs&lt;/div&gt;&lt;div&gt;* burn on slowest speed... don't be using yer hdd too much while you burn either! &lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;2. setup your RAID first if need be, THEN check your boot order in bios (reboot between)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;3. boot up the DVD and do your install (hopefully you auto-attended it in step 1, so you can grab a coffee now -- but not too long, full install on striped set of OCZ Core Series II SSD takes about 15min)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;4. On first boot, let XP try to install your unknown devices, and just tell it not to try anymore when it fails&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;5. Pop in your OCZ Vista driver CD, go through the Vista32 folder and subsequent sub folders and extract all the zip files into meaningful names on your desktop (vga, chipset, fingerprint, et al)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;6. download the omega driver pack as per D111's link&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;6.a) now, I did another step here in my troubleshooting, so, this may (not) be necessary... I selected the unknown VGA driver in dev mgr and did an "Update driver" and pointed it at the 2kXPinf folder from the extracted omega download (use 7Zip to extract the files from the .EXE)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;7. Install the omega driver (PCIe, all other defaults are good)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;8. update the driver for the bluetooth, point it at the extracted bluetooth ZIP under Win32\brcm&lt;br /&gt;9. update the WLAN driver, point at RealTek (XP folder or something as obvious)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;10. run the installs (usually setup.exe) for all the following (mostly extracted from the ZIP files) --- oh, and reboot as necessary.. better safe than sorry.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Chipset (Intel)&lt;/div&gt;&lt;div&gt;eSata (RAID ..?)&lt;/div&gt;&lt;div&gt;TV Tuner (aver media)&lt;/div&gt;&lt;div&gt;CardReader (RICOH)&lt;/div&gt;&lt;div&gt;TouchPad (synaptics)&lt;/div&gt;&lt;div&gt;FingerPrint (VitaKey)&lt;/div&gt;&lt;div&gt;Webcam (WebMate... its just the App, the driver already works... so, use your own program or the cute little util what comes with)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Now, it seems that without Media Center Edition or one of those Vista ver. with MCE built-in you won't get rid of the unknown device "eHome Infrared Transceiver"&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Otherwise, Bob is your uncle. :)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-932247759416627589?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=439332a500161c0c&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/932247759416627589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=932247759416627589&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/932247759416627589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/932247759416627589'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2008/12/screaming-deamon-laptop.html' title='Screaming Deamon Laptop'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_w4DfGfwudvM/SUy5aLDD7wI/AAAAAAAAAEA/pSz_7sIz94I/s72-c/DSC02885.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-7308255225179558478</id><published>2008-12-07T12:44:00.000-08:00</published><updated>2008-12-21T04:05:26.018-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blackmail'/><category scheme='http://www.blogger.com/atom/ns#' term='shareware'/><category scheme='http://www.blogger.com/atom/ns#' term='mp3'/><category scheme='http://www.blogger.com/atom/ns#' term='free software'/><category scheme='http://www.blogger.com/atom/ns#' term='trialware'/><title type='text'>I hate limited trials</title><content type='html'>Especially when you go to download them and they DON'T INFORM YOU OF THE LIMITATION.&lt;br /&gt;&lt;br /&gt;This happened with an O&amp;amp;O trial product or something like that where I was trying to recover lost files and it scans the whole drive, shows you the results and when you click the save button "Oh, sorry, you can only save 5 small files in this trial version".&lt;br /&gt;&lt;br /&gt;Do a good job with a first impression and earn my respect... don't blackmail me. I'm more inclined to promote and/or donate/purchase in that case.&lt;br /&gt;&lt;br /&gt;So, anyway this happened with "Reasonable No Clone FREE Edition" -- yeah, free edition my ass.&lt;br /&gt;&lt;br /&gt;Anyhooters, I am impressed with the following freeware products when managing my massive MP3 collection:&lt;br /&gt;&lt;br /&gt;MP3Tag&lt;br /&gt;MP3-Tag Studio&lt;br /&gt;Duplicate Music Files Finder&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Oh, and as more of these programs come to light I'm going to list them here.  Of particular disgust is ArcSoft Print Creations... my wife used this old Broderbund program for the past few years to make calendars of the kids for family at xmas.  So she's all impressed with the ease of use and the fun templates with this program she downloaded (ArcSoft).  She spent a whack load of time getting a couple of different calendars together and just when she's ready to print...&lt;br /&gt;&lt;br /&gt;"A watermark will appear on your printouts unless you activate your software."&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;BLACKMAIL!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;/span&gt;&lt;br /&gt;very distasteful.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-7308255225179558478?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/7308255225179558478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=7308255225179558478&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/7308255225179558478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/7308255225179558478'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2008/12/i-hate-limited-trials.html' title='I hate limited trials'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7946645355011663918.post-8281265787993433508</id><published>2008-12-01T23:10:00.000-08:00</published><updated>2008-12-02T00:17:47.094-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus'/><category scheme='http://www.blogger.com/atom/ns#' term='phishing'/><category scheme='http://www.blogger.com/atom/ns#' term='trojan'/><category scheme='http://www.blogger.com/atom/ns#' term='spyware'/><title type='text'>Watch what link you click -- it could be your last</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_w4DfGfwudvM/STTmvodLAlI/AAAAAAAAAD4/LdUcA98gJtY/s1600-h/google+results.JPG"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 276px;" src="http://4.bp.blogspot.com/_w4DfGfwudvM/STTmvodLAlI/AAAAAAAAAD4/LdUcA98gJtY/s320/google+results.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5275094769545708114" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;My brother-in-law, god bless his soul, told me he F***'d up his wife's computer by looking for a wiring diagram online.  "Pardon?" says I.  "No shit" says he.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Sure enough he got into a little trouble, innocently enough... luckily the Bitdefender I installed on their PC thwarted the baddie forthright.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;What happens when you do a little Google search, and click the first result...&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;img src="http://3.bp.blogspot.com/_w4DfGfwudvM/STTjJxaRKkI/AAAAAAAAADQ/Lpw7FivlXf4/s400/chrome+smartness.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5275090820579535426" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 400px; height: 345px; " /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/p&gt;Another reason why Chrome is quickly becoming my new recommended browser (esp. for n00bz)&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;Google is nice enough to give us some info on this site by clicking the link in the warning page:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;table id="advisory_logo" style="float: right; margin-top: 0.8em; "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="middle"&gt;&lt;span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Advisory provided by&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img src="http://safebrowsing.clients.google.com/images/malware_logo.gif" alt="Google" height="32width=78" /&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Safe Browsing&lt;/span&gt;&lt;/h2&gt;&lt;h3 style="margin-right: 0.5em; margin-bottom: 1em; margin-left: 0.5em; font-weight: normal; margin-top: 0px; "&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Diagnostic page for&lt;/span&gt;&lt;/i&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; full-antivirus-scan.com&lt;/span&gt;&lt;/h3&gt;&lt;p class="d" style="font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; "&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;What is the current listing status for full-antivirus-scan.com?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Site is listed as suspicious - visiting this web site may harm your computer.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Part of this site was listed for suspicious activity 1 time(s) over the past 90 days.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p class="d" style="font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; "&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;What happened when Google visited this site?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Of the 52 pages we tested on the site over the past 90 days, 0 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2008-12-01, and the last time suspicious content was found on this site was on 2008-12-01.&lt;/span&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Malicious software includes 1014 adware(s). Successful infection resulted in an average of 0 new processes on the target machine.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;p class="d" style="font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; "&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Has this site acted as an intermediary resulting in further distribution of malware?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Over the past 90 days, full-antivirus-scan.com did not appear to function as an intermediary for the infection of any sites.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p class="d" style="font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; "&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Has this site hosted malware?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Yes, this site has hosted malicious software over the past 90 days. It infected 595 domain(s), including &lt;/span&gt;&lt;a href="http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=alfonseca.org/&amp;amp;client=googlechrome&amp;amp;hl=en-US" style="color: rgb(0, 0, 204); "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;alfonseca.org/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;, &lt;/span&gt;&lt;a href="http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=shbair.com/&amp;amp;client=googlechrome&amp;amp;hl=en-US" style="color: rgb(0, 0, 204); "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;shbair.com/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;, &lt;/span&gt;&lt;a href="http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=rnsmessina.it/&amp;amp;client=googlechrome&amp;amp;hl=en-US" style="color: rgb(0, 0, 204); "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;rnsmessina.it/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p class="d" style="font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; "&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;How did this happen?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;In some cases, third parties can add malicious code to legitimate sites, which would cause us to show the warning message.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p class="d" style="font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; "&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Next steps:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=http%3A%2F%2Ffull-antivirus-scan.com%2F2009%2F1%2Fen%2Ffreescan.php%3Fid%3D880819&amp;amp;client=googlechrome&amp;amp;hl=en-US#" onclick="javascript:history.back();return false" style="color: rgb(0, 0, 204); "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Return to the previous page.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;If you are the owner of this web site, you can request a review of your site using Google&lt;/span&gt;&lt;a href="http://www.google.com/webmasters/tools/" style="color: rgb(0, 0, 204); "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Webmaster Tools&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;. More information about the review process is available in Google's&lt;/span&gt;&lt;a href="http://www.google.com/support/webmasters/bin/answer.py?answer=45432" style="color: rgb(0, 0, 204); "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Webmaster Help Center&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="contents-rc2" style="height: 1px; line-height: 1px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(214, 214, 214); overflow-x: hidden; overflow-y: hidden; display: block; margin-top: 0px; margin-right: 2px; margin-bottom: 0px; margin-left: 2px; "&gt;&lt;/div&gt;&lt;div class="contents-rc1" style="height: 1px; line-height: 1px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(214, 214, 214); overflow-x: hidden; overflow-y: hidden; margin-top: 0px; margin-right: 1px; margin-bottom: 0px; margin-left: 1px; display: block; "&gt;&lt;/div&gt;&lt;div id="footer"  style="width: 80%;  direction: ltr; font-size:1.3em;"&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;©2008 Google&lt;/span&gt;&lt;/p&gt;&lt;div id="footer"  style="width: 80%;  direction: ltr; font-size:1.3em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;User is presented with what looks like a legit page... complete with scary threat of unchecked virus' that require a download to remove (free scan... pay $ to remove... and what would it remove??  nothing I'm betting)&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;img src="http://1.bp.blogspot.com/_w4DfGfwudvM/STTmToHkI4I/AAAAAAAAADw/FG1I5OhnL0M/s400/chrome+pop+up+meant+to+look+like+windows.JPG" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 287px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5275094288418743170" /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="http://1.bp.blogspot.com/_w4DfGfwudvM/STTkVIAqUvI/AAAAAAAAADg/Xv6bwGvnoLg/s400/fake+page+in+firefox.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5275092115136336626" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 400px; height: 337px; " /&gt;&lt;br /&gt;&lt;div&gt;Except, the only virus on your computer that you will have is this one you're about to download by clicking ANYWHERE in the screen (the popup is just an image with a link associated with it to download this file)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img src="http://1.bp.blogspot.com/_w4DfGfwudvM/STTkag8UptI/AAAAAAAAADo/uv_SbZAPhI8/s400/clicking+downloads+virus.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5275092207728371410" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 400px; height: 295px; " /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;So, who do we have to thank for this?  Looks like our dear friend Ivan again.  Oh Ivan.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;Domain name: full-antivirus-scan.com  &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span&gt;&lt;span&gt;Registrant Contact:    Private person    &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span&gt;&lt;span&gt;Ivan Kononov &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span&gt;&lt;span&gt;cndomainz@yahoo.com    &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span&gt;&lt;span&gt;+14169798854 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span&gt;&lt;span&gt;fax: +14169798854    &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span&gt;&lt;span&gt;1534 Wilmington ave unt2    &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span&gt;&lt;span&gt;Toronto ON M3H 5K2    ca  &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;DNS: &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns1.freeyourdns.com &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns2.freeyourdns.com &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns3.freeyourdns.com  &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Created: 2008-12-01 Expires: 2009-12-01&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Weird about the date the domain was created.  That's today.  Err, it was when I starting writing this post.&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Lets see what the registrar info is...&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 12px; "&gt;&lt;table border="0" cellpadding="1" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td colspan="2" width="30%" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;&lt;strong&gt;Current Registrar:&lt;/strong&gt;&lt;/td&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;BIZCN.COM, INC.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;&lt;strong&gt;IP Address:&lt;/strong&gt;&lt;/td&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;&lt;a href="http://www.networksolutions.com/whois/arin-details.jsp?domainTitle=full-antivirus-scan.com&amp;amp;ip=74.86.200.144" target="_blank" onclick="popupHelp('/whois/arin-details.jsp?ip=74.86.200.144&amp;amp;domainTitle=full-antivirus-scan.com'); return false" style="text-decoration: underline; color: rgb(10, 122, 187); "&gt;74.86.200.144&lt;/a&gt; (ARIN &amp;amp; RIPE IP search)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;&lt;strong&gt;Lock Status:&lt;/strong&gt;&lt;/td&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;clientDeleteProhibited&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;&lt;strong&gt;DMOZ&lt;/strong&gt;&lt;/td&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;no listings&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;&lt;strong&gt;Data as of:&lt;/strong&gt;&lt;/td&gt;&lt;td colspan="2" style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: rgb(51, 51, 51); "&gt;14-Jun-2005&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 12px;"&gt;Not much info on the interwebs about this site.  I don't think this was the same URL that I saw the other day.  Funny enough, there were two website URLs that were infected with this scam.  Almost like this sucker is hijacking websites, and moving on to other domain names whenever possible.  Interesting.&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 12px;"&gt;Where's it being hosted?&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 12px;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Tahoma; font-size: 11px; "&gt;&lt;table cellspacing="0" cellpadding="10" border="0" id="resultTable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th colspan="2" class="title" style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; height: 20px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(33, 147, 198); font: normal normal bold 12px/normal Tahoma; color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;b&gt;full-antivirus-scan.com&lt;/b&gt; (74.86.200.144)&lt;/th&gt;&lt;/tr&gt;&lt;tr valign="top"&gt;&lt;td style="font: normal normal normal 13px/normal Tahoma; "&gt;&lt;img src="http://www.all-nettools.com/i/SmartWhois/1.gif" width="32" height="32" border="0" alt="" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;/td&gt;&lt;td align="right" style="font: normal normal normal 13px/normal Tahoma; "&gt;&lt;b&gt;74.86.0.0 - 74.86.255.255&lt;/b&gt;&lt;br /&gt;SoftLayer Technologies Inc.&lt;br /&gt;1950 N Stemmons Freeway&lt;br /&gt;Dallas, TX&lt;br /&gt;US&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="top"&gt;&lt;td style="font: normal normal normal 13px/normal Tahoma; "&gt;&lt;img src="http://www.all-nettools.com/i/SmartWhois/1.gif" width="32" height="32" border="0" alt="" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;/td&gt;&lt;td align="right" style="font: normal normal normal 13px/normal Tahoma; "&gt;&lt;b&gt;74.86.200.144 - 74.86.200.151&lt;/b&gt;&lt;br /&gt;SixtyClear&lt;br /&gt;30 Apollo Drive&lt;br /&gt;Bordon, &lt;br /&gt;GB&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="top"&gt;&lt;td style="font: normal normal normal 13px/normal Tahoma; "&gt;&lt;br /&gt;&lt;/td&gt;&lt;td align="right" style="font: normal normal normal 13px/normal Tahoma; "&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;As you can see, the range is owned by SoftLayer... virtual hosting company.  The IP in question seems to be registered to SixtyClear, located in Great Britian.  ??&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 11px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 11px;"&gt;Trace Route takes us to the States... near Dallas.  Two other A records point to Great Britian and Amsterdam, respectively.&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 11px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 11px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; "&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Raw info:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 11px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 11px;"&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;DNS servers&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns1.freeyourdns.com [84.243.196.136]&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns2.freeyourdns.com [64.86.17.44]&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns3.freeyourdns.com [78.46.86.4]&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Answer records&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;full-antivirus-scan.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;SOA&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;server:&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;ns1.freeyourdns.com&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;email:&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;root@ns1.freeyourdns.com.full-antivirus-scan.com&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;serial:&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;2008120201&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;refresh:&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;3600&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;retry:&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;900&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;expire:&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;3600000&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;minimum ttl:&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;3600&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;full-antivirus-scan.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;NS&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;ns3.freeyourdns.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;full-antivirus-scan.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;NS&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;ns2.freeyourdns.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;full-antivirus-scan.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;NS&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;ns1.freeyourdns.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;full-antivirus-scan.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;A&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;69.10.44.198&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;full-antivirus-scan.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;A&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;74.86.200.144&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;full-antivirus-scan.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;A&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;84.243.196.137&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Authority records&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Additional records&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns1.freeyourdns.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;A&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;84.243.196.136&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns2.freeyourdns.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;A&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;64.86.17.44&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;ns3.freeyourdns.com&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;A&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;78.46.86.4&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;600s&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Network IP address lookup:&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;whois query for 74.86.200.144...&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Results returned from whois.arin.net:&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;SoftLayer Technologies Inc. SOFTLAYER-4-4 (NET-74-86-0-0-1) &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;                                  74.86.0.0 - 74.86.255.255&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;SixtyClear NET-74-86-200-144 (NET-74-86-200-144-1) &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;                                  74.86.200.144 - 74.86.200.151&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;# ARIN WHOIS database, last updated 2008-12-01 19:10&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;# Enter ? for additional hints on searching ARIN's WHOIS database.&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Results returned from whois.arin.net:&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;CustName:   SixtyClear&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Address:    30 Apollo Drive&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;City:       Bordon&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;StateProv:  &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;PostalCode: GU35 0DZ&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Country:    GB&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;RegDate:    2007-10-26&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Updated:    2007-10-26&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;NetRange:   74.86.200.144 - 74.86.200.151 &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;CIDR:       74.86.200.144/29 &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;NetName:    NET-74-86-200-144&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;NetHandle:  NET-74-86-200-144-1&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Parent:     NET-74-86-0-0-1&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;NetType:    Reassigned&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Comment:    &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;RegDate:    2007-10-26&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;Updated:    2007-10-26&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;RAbuseHandle: ABUSE1025-ARIN&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;RAbuseName:   Abuse &lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;RAbusePhone:  +1-214-442-0605&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;RAbuseEmail:  abuse@softlayer.com &lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="footer" size="1.3em" style="width: 80%;  direction: ltr; "&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="color: rgb(102, 102, 102);  line-height: 16px; -webkit-border-horizontal-spacing: 10px; -webkit-border-vertical-spacing: 10px; font-size:12px;"&gt;&lt;pre&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7946645355011663918-8281265787993433508?l=blog.atgnaat.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.atgnaat.net/feeds/8281265787993433508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=7946645355011663918&amp;postID=8281265787993433508&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8281265787993433508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7946645355011663918/posts/default/8281265787993433508'/><link rel='alternate' type='text/html' href='http://blog.atgnaat.net/2008/12/watch-what-link-you-click-it-could-be.html' title='Watch what link you click -- it could be your last'/><author><name>Gary the Garden Gnome</name><uri>http://www.blogger.com/profile/14927601117767845082</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08568881601898901599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_w4DfGfwudvM/STTmvodLAlI/AAAAAAAAAD4/LdUcA98gJtY/s72-c/google+results.JPG' height='72' width='72'/><thr:total>0</thr:total></entry></feed>