<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
	<title>TechGrabage</title>
	<link>http://techgrabage.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 15 Sep 2005 17:21:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>PERL:  Copy Files Changed Yesterday</title>
		<link>http://techgrabage.blogsome.com/2005/09/15/perl-copy-files-changed-yesterday/</link>
		<comments>http://techgrabage.blogsome.com/2005/09/15/perl-copy-files-changed-yesterday/#comments</comments>
		<pubDate>Thu, 15 Sep 2005 17:18:33 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Windows</category>
		<guid>http://techgrabage.blogsome.com/2005/09/15/perl-copy-files-changed-yesterday/</guid>
		<description><![CDATA[<p>After mangling several batch files and bastardizing a few other scripts I decided it was time to delve into PERL.  I have been wanting to learn PERL for quite some time now and finnnaly wrote my first script today&#8230;  Here it is in all its glory&#8230;</p>

<p>c:\perl\bin\perl.exe</p>

<p>Created on 9/15/2005 - Mike M</p>

<p>use File::Copy;</p>

<p>$dir=&#8221;c:\htrdata\keene1&#8243;;</p>

<p>$destdir=&#8221;\cifp01\pubworks\wwtp\ZETABACKUP&#8221;;</p>

<p>opendir(MY_DIR, $dir) [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>After mangling several batch files and bastardizing a few other scripts I decided it was time to delve into PERL.  I have been wanting to learn PERL for quite some time now and finnnaly wrote my first script today&#8230;  Here it is in all its glory&#8230;</p>

<p>c:\perl\bin\perl.exe</p>

<p>Created on 9/15/2005 - Mike M</p>

<p>use File::Copy;</p>

<p>$dir=&#8221;c:\htrdata\keene1&#8243;;</p>

<p>$dest<em>dir=&#8221;\\cifp01\pubworks\wwtp\ZETA</em>BACKUP&#8221;;</p>

<p>opendir(MY_DIR, $dir) || die(&#8221;I can&#8217;t OPEN IT!&#8221;);</p>

<p>@files= readdir(MY_DIR);</p>

<p>closedir(MY_DIR);</p>

<p>foreach $f (@files)</p>

<p>{</p>

<pre><code>$age=int(-M $dir."\\".$f);

if($age == 1) {

#print "$f $age\n";

copy($dir."\\".$f,$dest_dir."\\\\".$f) or die "Copy Failed!";

}
</code></pre>

<p>}</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/09/15/perl-copy-files-changed-yesterday/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Internet Explorer 7 Beta 1</title>
		<link>http://techgrabage.blogsome.com/2005/09/07/internet-explorer-7-beta-1/</link>
		<comments>http://techgrabage.blogsome.com/2005/09/07/internet-explorer-7-beta-1/#comments</comments>
		<pubDate>Wed, 07 Sep 2005 13:53:32 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Windows</category>
		<guid>http://techgrabage.blogsome.com/2005/09/07/internet-explorer-7-beta-1/</guid>
		<description><![CDATA[<p>Well, progress is being made on the IE front.  I just today installed IE 7 Beta 1 on my laptop.  The first thing that cough my eye is the tabbed interface.  I am a very big fan of tabbed browsing.  Just makes things easier for me.  The big downfall is [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Well, progress is being made on the IE front.  I just today installed IE 7 Beta 1 on my laptop.  The first thing that cough my eye is the tabbed interface.  I am a very big fan of tabbed browsing.  Just makes things easier for me.  The big downfall is RAM consumption.  The more tabs that are open the more memory iexplore.exe will swipe.  RSS feeds are handles pretty nicely also.  You can grab the feed and create a favorite for it pretty easily.  I also noticed an anti-phishing mechanism which is pretty well implemented.</p>

<p>More to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/09/07/internet-explorer-7-beta-1/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Speed?</title>
		<link>http://techgrabage.blogsome.com/2005/09/02/speed/</link>
		<comments>http://techgrabage.blogsome.com/2005/09/02/speed/#comments</comments>
		<pubDate>Fri, 02 Sep 2005 13:06:31 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Windows</category>
		<guid>http://techgrabage.blogsome.com/2005/09/02/speed/</guid>
		<description><![CDATA[<p>Fox News Alert:
&#8220;SENATE APPROVES $10.5 BILLION IN AID FOR HURRICANE KATRINA VICTIMS; HOUSE CONVENES AT NOON TO SPEED BILL TO BUSH FOR APPROVAL&#8221;</p>

<p>They meet at night and are set to SPEED the bill to Bush at NOON!  NOON!  What is so speedy about that?</p>

<p>-mwm</p>
]]></description>
			<content:encoded><![CDATA[<p>Fox News Alert:
&#8220;SENATE APPROVES $10.5 BILLION IN AID FOR HURRICANE KATRINA VICTIMS; HOUSE CONVENES AT NOON TO SPEED BILL TO BUSH FOR APPROVAL&#8221;</p>

<p>They meet at night and are set to SPEED the bill to Bush at NOON!  NOON!  What is so speedy about that?</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/09/02/speed/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Praise For Media</title>
		<link>http://techgrabage.blogsome.com/2005/09/02/praise-for-media/</link>
		<comments>http://techgrabage.blogsome.com/2005/09/02/praise-for-media/#comments</comments>
		<pubDate>Fri, 02 Sep 2005 12:20:37 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>General</category>
		<guid>http://techgrabage.blogsome.com/2005/09/02/praise-for-media/</guid>
		<description><![CDATA[<p>I must admit I am proud of the media during this terrible time.  Even FOX is pissed off.  Our leaders deserve to have their cages rattled over this.  There are hard questions to be answered by all, from the top down.</p>

<p>To hear senators on TV slapping each other on the back, thanking [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>I must admit I am proud of the media during this terrible time.  Even FOX is pissed off.  Our leaders deserve to have their cages rattled over this.  There are hard questions to be answered by all, from the top down.</p>

<p>To hear senators on TV slapping each other on the back, thanking each other for help.  This pisses me off!  It&#8217;s not time for &#8216;good ol boys&#8217; to thank and stroke each other!  It&#8217;s time to get the bodies off the streets.  It&#8217;s time to make these people feel like they mean something to us!  I dont give a shit that congress had an unprecidented session at 10:00 at night after returning from vacation early to get money to FEMA!  What a pile of crap!  All it speaks to is how utterly ill prepared we are!</p>

<p>What if Atlanta, New Orleans and Boston we hit by terrorist either all the day or in succession?  I can&#8217;t even begin to imagine the chaos and stupidity that would prevail.  This is completely unacceptable, completely.</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/09/02/praise-for-media/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Enough is Enough</title>
		<link>http://techgrabage.blogsome.com/2005/09/02/enough-is-enough/</link>
		<comments>http://techgrabage.blogsome.com/2005/09/02/enough-is-enough/#comments</comments>
		<pubDate>Fri, 02 Sep 2005 12:02:46 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>General</category>
		<guid>http://techgrabage.blogsome.com/2005/09/02/enough-is-enough/</guid>
		<description><![CDATA[<p>IS this America?  What makes America America?  What defines us?</p>

<p>The situation in the south is appauling.  We are now a week into this and the situation is STILL going the wrong way.  As far as I can see there is absolutely no excuse for the lack of leadership, the lack of [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>IS this America?  What makes America America?  What defines us?</p>

<p>The situation in the south is appauling.  We are now a week into this and the situation is STILL going the wrong way.  As far as I can see there is absolutely no excuse for the lack of leadership, the lack of organization, the raw lack of plain old help.  I am disgusted by the fact that a week later we cant manage to get these people out of there.  We are the wealthiest most technologically advanced country on earth but we just cant manage to get people out of a flooded city.  It&#8217;s beyond belief.</p>

<p>I am sure I have no concept of what is happeing and the extent of the situation.  I realize it is hard to get resources to a flooded city.  But you cant simply cant tell me that we can send a ship from the North Pole to the South Pole, through very thick ice but we cant get a ship up the river to get people out?  I just dont buy it.</p>

<p>This is a terrible display America.  We should all be questioning our safety and preparedness.  We should all be questioning our leadership.</p>

<p>This is a very, very sad week.  My heart, thoughts and prayers are with those people.</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/09/02/enough-is-enough/feed/</wfw:commentRss>
	</item>
		<item>
		<title>GHOST a Virtual Machine</title>
		<link>http://techgrabage.blogsome.com/2005/08/26/ghost-a-virtual-machine/</link>
		<comments>http://techgrabage.blogsome.com/2005/08/26/ghost-a-virtual-machine/#comments</comments>
		<pubDate>Fri, 26 Aug 2005 14:23:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Windows</category>
	<category>Imaging</category>
		<guid>http://techgrabage.blogsome.com/2005/08/26/ghost-a-virtual-machine/</guid>
		<description><![CDATA[<p>I am a user of VMWare, a software that speaks for itself.  I want to use VMWare to create my base images for various tasks and hardware platforms.  Today I will test this:</p>

<p>1)  Add a new drive to a virtual machine
2)  In the guest OS, format the disk (bigger than current [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>I am a user of <a href="http://www.vmware.com/">VMWare</a>, a software that speaks for itself.  I want to use VMWare to create my base images for various tasks and hardware platforms.  Today I will test this:</p>

<p>1)  Add a new drive to a virtual machine
2)  In the guest OS, format the disk (bigger than current c: drive)
3)  Fire up GHOST32.exe within the guest OS.
4)  Create an image of drive C: on the newly created/formatted drive D:
5)  Move the image to a network location for depployment.</p>

<p>Sounds like it&#8217;ll work.  I&#8217;ll post some results.</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/08/26/ghost-a-virtual-machine/feed/</wfw:commentRss>
	</item>
		<item>
		<title>GHOST Imaging</title>
		<link>http://techgrabage.blogsome.com/2005/08/25/ghost-imaging/</link>
		<comments>http://techgrabage.blogsome.com/2005/08/25/ghost-imaging/#comments</comments>
		<pubDate>Thu, 25 Aug 2005 12:08:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Windows</category>
	<category>Imaging</category>
		<guid>http://techgrabage.blogsome.com/2005/08/25/ghost-imaging/</guid>
		<description><![CDATA[<p>I am using the newest version of the Ghost Corporate Console of late.  Works very nicely.  In conjunction with Universal Imaging Utility (UIU) I can deploy a single &#8216;universal&#8217; image to many different machines.  Once I have this universal image created I can deploy  it to many machines with just a [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>I am using the newest version of the <a href="http://sea.symantec.com/content/product.cfm?productid=9">Ghost Corporate</a> Console of late.  Works very nicely.  In conjunction with Universal Imaging Utility (UIU) I can deploy a single &#8216;universal&#8217; image to many different machines.  Once I have this universal image created I can deploy  it to many machines with just a few clicks in the Ghost Console.  For each machine the console can see I can create a custom cinfig for that machine that will give it the correct computer name and join it to the domain.</p>

<p>You can&#8217;t beat being able to click a machine and send an image to it that will rename it and join it to the domain!</p>

<p>The current version of Ghost Corporate Solution Suite in conjuntion with the <a href="http://www.binaryresearch.net/UIU/About.htm">UIU</a> is something no network/systems admin should have to live without.</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/08/25/ghost-imaging/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Testing&#8230;  1, 2, 3</title>
		<link>http://techgrabage.blogsome.com/2005/08/23/testing-1-2-3/</link>
		<comments>http://techgrabage.blogsome.com/2005/08/23/testing-1-2-3/#comments</comments>
		<pubDate>Tue, 23 Aug 2005 19:48:46 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>General</category>
		<guid>http://techgrabage.blogsome.com/2005/08/23/testing-1-2-3/</guid>
		<description><![CDATA[<p>Beta tester</p>
]]></description>
			<content:encoded><![CDATA[<p>Beta testing that is.  I have been doing quite a bit of beta testing of late.  Some pretty high profile stuff to.  Tested a new inkjet printer from Dell and some cool stuff right now for Verizon.  The best part are the incentives.  For one of the most recent tests I received a DVD Recorder.  Pretty cool.  Hook it right up to the TV and record shows and movies directly to DVD.  Only problem so far is my DirecTv receiver.  The DVD Recorder can&#8217;t change the channel on the DTV receiver.  I think I&#8217;ll hook up to the DirecTv TiVO receiver.  This way I can transfer my hard drives recordings form the TiVO to DVD&#8230;</p>

<p>Kinda fun.  I&#8217;d tell ya who I test for but that would decrease my chances for cool stuff!</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/08/23/testing-1-2-3/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Windows Login Scripts</title>
		<link>http://techgrabage.blogsome.com/2005/08/23/windows-login-scripts/</link>
		<comments>http://techgrabage.blogsome.com/2005/08/23/windows-login-scripts/#comments</comments>
		<pubDate>Tue, 23 Aug 2005 19:14:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Windows</category>
		<guid>http://techgrabage.blogsome.com/2005/08/23/windows-login-scripts/</guid>
		<description><![CDATA[<p>Users are objects in Active Directory.  Shares via DFS can be objects in Active Directory.  Printers are objects in Active Directory.  There are so many objects in AD.  Why do I need to create these convoluted scripts to attach printers and shares to users?  Why?  If they are all [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Users are objects in Active Directory.  Shares via DFS can be objects in Active Directory.  Printers are objects in Active Directory.  There are so many objects in AD.  Why do I need to create these convoluted scripts to attach printers and shares to users?  Why?  If they are all objects wouldn&#8217;t it make sense to be able assign printer objects to user objects as well as share objects to user objects?  How about assigning a printer object to a group of user objects?  This would make life a lot easier as far as administration of a Windows Domain goes&#8230;</p>

<p>Make sense right?  Over simplified?  Not possible?</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/08/23/windows-login-scripts/feed/</wfw:commentRss>
	</item>
		<item>
		<title>SUNS DReaM&#8217;s</title>
		<link>http://techgrabage.blogsome.com/2005/08/23/suns-dreams/</link>
		<comments>http://techgrabage.blogsome.com/2005/08/23/suns-dreams/#comments</comments>
		<pubDate>Tue, 23 Aug 2005 14:59:53 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Windows</category>
		<guid>http://techgrabage.blogsome.com/2005/08/23/suns-dreams/</guid>
		<description><![CDATA[<p>SUN&#8230;  Of all companies.  Perhaps it is the pinch SUN Microsystems has felt since the popularity of Linux and other open source initiatives picked up the steam they have of late that has made them be on the side of the user, not big business.  SUN has created DReaM.  An open [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>SUN&#8230;  Of all companies.  Perhaps it is the pinch SUN Microsystems has felt since the popularity of Linux and other open source initiatives picked up the steam they have of late that has made them be on the side of the user, not big business.  SUN has created DReaM.  An open source DRM methodology.  DReaM is based on the user owning the license for purchased media for life.  Current practice has DRM based on the DEVICE.  Basing DRM on a device makes very little sense, for the user.  When the device dies you lose all icenses for the media you have purchased, unless all your DRM license databases are backed up (are yours?).</p>

<p>Is there a good reason for not basing DRM on me instead of my devices?</p>

<p>-mwm</p>
]]></content:encoded>
			<wfw:commentRss>http://techgrabage.blogsome.com/2005/08/23/suns-dreams/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
