<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>JoeG's Comments</title>
		<language>en-us</language>
		<link>http://www.intensedebate.com/users/40961</link>
		<description>Comments by JoeG</description>
<item>
<title>Bauer-Power- Information is Power! : Light Weight, Portable Alternative to MSTSC</title>
<link>http://www.bauer-power.net/2008/07/light-weight-portable-alternative-to.html#IDComment3847653</link>
<description>I just started playing with this (great find by the way) and I really like the tool. However, be aware that you have to install Winpcap on any machine you want to use the packet sniffer on.  So far I must say I am very impressed. </description>
<pubDate>Mon, 4 Aug 2008 14:29:18 +0000</pubDate>
<guid>http://www.bauer-power.net/2008/07/light-weight-portable-alternative-to.html#IDComment3847653</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : Using Google as a password cracker.</title>
<link>http://www.asktheadmin.com/2007/12/using-google-as-password-cracker.html#IDComment3409043</link>
<description>That&amp;#039;s funny, not something I would think to do (I&amp;#039;d just use LC5, John the Ripper, or something similar), very clever.  Is there ANYTHING that Google CAN&amp;#039;T do?  </description>
<pubDate>Mon, 28 Jul 2008 11:42:18 +0000</pubDate>
<guid>http://www.asktheadmin.com/2007/12/using-google-as-password-cracker.html#IDComment3409043</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : Display the up time of a workstation or server.</title>
<link>http://www.asktheadmin.com/2008/07/display-up-time-of-workstation-or.html#IDComment3374643</link>
<description>Many of the times listed in event logs are in the WMI time format (why they decided to use this format in the event logs I&amp;#039;ll never know), here is a VBScript Function to convert them to a more easily readable format:  &amp;lt;CODE&amp;gt;  strDate = InputBox(&amp;quot;Enter the WMI timestamp here&amp;quot;)  wscript.echo WMITimestampConvert(strDate)      &amp;#039;#--------------------------------------------------------------------------     &amp;#039;#  FUNCTION.......:  WMITimestampConvert()     &amp;#039;#  PURPOSE........:  Converts WMI Timestamps to a more friendly format.     &amp;#039;#  ARGUMENTS......:  dtmInstallDate = The WMI timestamp to convert.     &amp;#039;#  EXAMPLE........:  strDate = InputBox(&amp;quot;Enter the WMI timestamp here&amp;quot;)      &amp;#039;#                    wscript.echo WMITimestampConvert(strDate)     &amp;#039;#  REQUIREMENTS...:  Tested on Win2k, XP, WS2003. Should work on Vista and      &amp;#039;#                    WS2008.     &amp;#039;#  NOTES..........:  In the example above, if you enter the WMI timestamp     &amp;#039;#                    20011120042924.000000+000 the script will return:     &amp;#039;#                    11/20/2001 4:29:24 AM (this is un UTC time, the offset     &amp;#039;#                    would be different (unless you are in the UTC time      &amp;#039;#                    zone).     &amp;#039;#--------------------------------------------------------------------------     Function WMITimestampConvert(dtmInstallDate)         WMITimestampConvert = CDate(Mid(dtmInstallDate, 5, 2) &amp;amp; &amp;quot;/&amp;quot; &amp;amp;_         Mid(dtmInstallDate, 7, 2) &amp;amp; &amp;quot;/&amp;quot; &amp;amp; Left(dtmInstallDate, 4) &amp;amp;_         &amp;quot; &amp;quot; &amp;amp; Mid (dtmInstallDate, 9, 2) &amp;amp; &amp;quot;:&amp;quot; &amp;amp;_             Mid(dtmInstallDate, 11, 2) &amp;amp; &amp;quot;:&amp;quot; &amp;amp; Mid(dtmInstallDate, 13, 2))     End Function  &amp;lt;/CODE&amp;gt; </description>
<pubDate>Fri, 25 Jul 2008 07:56:24 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/display-up-time-of-workstation-or.html#IDComment3374643</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : Display the up time of a workstation or server.</title>
<link>http://www.asktheadmin.com/2008/07/display-up-time-of-workstation-or.html#IDComment3374373</link>
<description>For *NIX try &amp;#039;uptime&amp;#039;, for the Win32 equivalent, go here (this is a Microsoft link) &lt;a href=&quot;http://download.microsoft.com/download/winntsrv40/Install/uptime_1.01/NT4/EN-US/uptime.exe. &quot;&gt;http://download.microsoft.com/download/winntsrv40...&lt;/a&gt;  Try &amp;#039;uptime /a&amp;#039; on your system to get a nice set of information.   </description>
<pubDate>Fri, 25 Jul 2008 07:29:02 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/display-up-time-of-workstation-or.html#IDComment3374373</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : FREE Full Hard Drive Encryption</title>
<link>http://www.asktheadmin.com/2007/06/free-full-hard-drive-encryption.html#IDComment3305163</link>
<description>That&amp;#039;s pretty odd. Was the same version of TC on both machines? I&amp;#039;ve moved drives that have TC on them plenty of times, and never run into that issue. /wonders_if_he_should_quickly_make_some_unencrypted_backups :) </description>
<pubDate>Wed, 23 Jul 2008 12:15:28 +0000</pubDate>
<guid>http://www.asktheadmin.com/2007/06/free-full-hard-drive-encryption.html#IDComment3305163</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : FREE Full Hard Drive Encryption</title>
<link>http://www.asktheadmin.com/2007/06/free-full-hard-drive-encryption.html#IDComment3251723</link>
<description>No, can&amp;#039;t say that I have. What kind of issues did you have? </description>
<pubDate>Sun, 20 Jul 2008 20:21:36 +0000</pubDate>
<guid>http://www.asktheadmin.com/2007/06/free-full-hard-drive-encryption.html#IDComment3251723</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : GMail says 451 4.5.0 SMTP protocol violation, see RFC 2821. What the hell does that mean?</title>
<link>http://www.asktheadmin.com/2008/07/gmail-says-451-450-smtp-protocol.html#IDComment3226811</link>
<description>I use a blended solution (Linux based):  Email is routed at our gateway to a linux server where it is received and processed by Postfix, which then passes it to Postgrey, and then in to the AmavisD process, where it is filtered for Virii (checked by ClamAV with an F-Prot backup if ClamAV fails), then passed through Spamassassin, Vipul&amp;#039;s Razor, and Pyzor before finally being passed to Exchange for SPAM filtering there. Once it has passed all these tests it is either delivered to the user as good, or to me as possible spam depending on it&amp;#039;s spam score.  To be honest it works quite well, but is kinda labor intensive (lots of updating to be done, and I have to check an average of 45 possible spam email per day). I&amp;#039;ve been thinking about moving to an appliance, but I can&amp;#039;t decide between the Barracuda and the IronPort solutions (I hear good things about both). Then again a good friend of mine uses Postini and says it works awesomely.  If I ever get the time this is a big research project I want to work on. Too bad i can convince the vendors to send me eval units. </description>
<pubDate>Fri, 18 Jul 2008 09:20:15 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/gmail-says-451-450-smtp-protocol.html#IDComment3226811</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : Amazing Tool:  How can I get a dropped screw out of my server case easily? I got the Magic Stick...</title>
<link>http://www.asktheadmin.com/2007/10/amazing-tool-how-can-i-get-dropped.html#IDComment3226691</link>
<description>Hmmm, while I&amp;#039;m not sure about the wisdom of sticking a magnet into a server case I am a sucker for anything with an LED light AND a magnet in it. I&amp;#039;ve been trying to reason with myself about why I DON&amp;#039;T need this thing, but I have a feeling that I will be buying one before the day is out lol. </description>
<pubDate>Fri, 18 Jul 2008 09:09:09 +0000</pubDate>
<guid>http://www.asktheadmin.com/2007/10/amazing-tool-how-can-i-get-dropped.html#IDComment3226691</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : FREE Full Hard Drive Encryption</title>
<link>http://www.asktheadmin.com/2007/06/free-full-hard-drive-encryption.html#IDComment3226641</link>
<description>I still prefer TrueCrypt, and as of the 6.0 release it does full disk encryption. One of the neat features about TrueCrypt is the &amp;quot;plausible deniability&amp;quot; feature, which allows you to create hidden containers inside other containers, and now hidden OS&amp;#039;s (haven&amp;#039;t tried that one out yet, I don&amp;#039;t really have much use for it).  However be aware that Bruce Schneier just found a bunch of holes in the plausible deniability thing (his findings were for v5.3), so take that part with a grain of salt. I believe in reading his findings that the plausible deniability thing will work for anyone not facing the NSA or any other alphabet soup government agency.  I use it solely to protect sensitive data that might be lost or stolen (pretty much my laptop and USB drives). </description>
<pubDate>Fri, 18 Jul 2008 09:05:28 +0000</pubDate>
<guid>http://www.asktheadmin.com/2007/06/free-full-hard-drive-encryption.html#IDComment3226641</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : GMail says 451 4.5.0 SMTP protocol violation, see RFC 2821. What the hell does that mean?</title>
<link>http://www.asktheadmin.com/2008/07/gmail-says-451-450-smtp-protocol.html#IDComment3202041</link>
<description>Man I feel your pain. I really feel that it is high time to design and implement Email 2.0, since email was not designed for any kind of security from the start, and what has since been added on security wise is vague at best (check out RFC 2554: &lt;a href=&quot;http://www.faqs.org/rfcs/rfc2554.html). &quot;&gt;http://www.faqs.org/rfcs/rfc2554.html). &lt;/a&gt; As someone that deals with spam on a daily basis I can tell you that the situation is completely out of control (more than 78% of the email that hits my servers daily is rejected as spam).  I spend probably 10% of my day dealing with email issues related to spam and all the various filtering that I have to run to keep it out of our network (while that doesn&amp;#039;t sound like a lot it equates to about 300+ hours per year). Here are my suggestions for Email 2.0:  - Forget blacklisting, we need to be using whitelisting. Obviously blacklisting is not working well (I use multiple blacklist providers and STILL get spam to users occasionally).  - All email servers should have the ability to require token based authentication. I would happily tell my users that they will not be able to send any email without this little token. DON&amp;#039;T LOSE IT. This would END spam.  - A system that functions like DNS (totally distributed and cared for by trusted parties) needs to be put in place so that email servers are vetted prior to email being accepted by any incoming mail server (something like the current SMTP handshake, but involving a third party - this new DNS like system) so that spoofing is not possible.  - Make mass spamming a crime punishable by death (I&amp;#039;ll happily pull the trigger &amp;gt;:-)  I&amp;#039;m sure I am missing some things, but someone needs to look at this stuff.  Sorry for the rant, I have spent the past week cleaning spyware and adware off of multiple computers because some people can&amp;#039;t resist clicking every damn thing they get in their webmail (I have filtering in place for anything that could be malicious in our corporate email), and this kind of struck a nerve with me. </description>
<pubDate>Thu, 17 Jul 2008 11:31:51 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/gmail-says-451-450-smtp-protocol.html#IDComment3202041</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : Stop the Blob AKA XP SP3.. Today... using Group Policy</title>
<link>http://www.asktheadmin.com/2008/07/stop-blob-aka-xp-sp3-today-using-group.html#IDComment3033381</link>
<description>Yeah, it has caused some issues with our ERP system (thankfully I used one of the test machines to find that one before sending it live). </description>
<pubDate>Fri, 11 Jul 2008 09:00:42 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/stop-blob-aka-xp-sp3-today-using-group.html#IDComment3033381</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : Is there a free program to record my desktop?</title>
<link>http://www.asktheadmin.com/2008/02/is-there-free-program-to-record-my.html#IDComment3006491</link>
<description>CamStudio is AWESOME for a free piece of software. Really useful for creating howto videos that you can point users at for those oft asked questions, like &amp;quot;how do I create an email signature in outlook?&amp;quot; or a video of you brandishing a bat at the camera to answer my favorite question &amp;quot;will I get in trouble if I surf some pr0n?&amp;quot; </description>
<pubDate>Thu, 10 Jul 2008 12:52:22 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/02/is-there-free-program-to-record-my.html#IDComment3006491</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : Stop the Blob AKA XP SP3.. Today... using Group Policy</title>
<link>http://www.asktheadmin.com/2008/07/stop-blob-aka-xp-sp3-today-using-group.html#IDComment3006251</link>
<description>After you have added the .ADM file to Group Policy, you&amp;#039;ll find this setting under   | Computer Configuration  |-&amp;gt; Administrative Templates  |--&amp;gt;Windows Components  |----&amp;gt;Windows Update   It&amp;#039;s been so long since I set up new group policy objects that it took me a minute to find it, figured I&amp;#039;d save someone else the trouble of digging around in there.  NOTE to Intense Debate:  You guys might want to consider making whitespace characters visible because it is really hard to describe a directory structure with out it. </description>
<pubDate>Thu, 10 Jul 2008 12:40:04 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/stop-blob-aka-xp-sp3-today-using-group.html#IDComment3006251</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : What are REAL IT policies vs. What is actually enforced...</title>
<link>http://www.asktheadmin.com/2008/07/what-are-real-it-policies-vs-what-is.html#IDComment2995121</link>
<description>Looks like that did it, the issues i was having with ID seem to have abated for the moment. </description>
<pubDate>Wed, 9 Jul 2008 18:54:13 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/what-are-real-it-policies-vs-what-is.html#IDComment2995121</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : What are REAL IT policies vs. What is actually enforced...</title>
<link>http://www.asktheadmin.com/2008/07/what-are-real-it-policies-vs-what-is.html#IDComment2995111</link>
<description>Yeah I agree, the few times I&amp;#039;ve dug through the logs I&amp;#039;ve cringed at where some of my coworkers spend their time online.  It&amp;#039;s not so much that I don&amp;#039;t have time to go through the logs, I just have better things to do, and if I feel like I NEED to do it then the time has come for more restrictive filters. </description>
<pubDate>Wed, 9 Jul 2008 18:53:21 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/what-are-real-it-policies-vs-what-is.html#IDComment2995111</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : What are REAL IT policies vs. What is actually enforced...</title>
<link>http://www.asktheadmin.com/2008/07/what-are-real-it-policies-vs-what-is.html#IDComment2991891</link>
<description>Grrr, man Intense Debate is a PAIN! I finally got this thing to login (been trying for a while now), and it STILL won&amp;#039;t work correctly with my OpenID! </description>
<pubDate>Wed, 9 Jul 2008 14:47:38 +0000</pubDate>
<guid>http://www.asktheadmin.com/2008/07/what-are-real-it-policies-vs-what-is.html#IDComment2991891</guid>
</item><item>
<title>Ask The Admin | Free Tech Support With A Touch Of Geeky Humor : How can you monitor the overall status and health of your network?</title>
<link>http://www.asktheadmin.com/2007/09/how-can-you-monitor-overall-status-and.html#IDComment1677551</link>
<description>Will do. </description>
<pubDate>Tue, 3 Jun 2008 11:03:38 +0000</pubDate>
<guid>http://www.asktheadmin.com/2007/09/how-can-you-monitor-overall-status-and.html#IDComment1677551</guid>
</item>	</channel>
</rss>