<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The IT Humidor</title>
	<atom:link href="http://ithumidor.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ithumidor.com</link>
	<description>Smoke Should Come From Your Cigar, Not Your Computer</description>
	<lastBuildDate>Tue, 02 Apr 2013 22:01:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ithumidor.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6233c0c33f1f058a010470a4fe5ca351?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>The IT Humidor</title>
		<link>http://ithumidor.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ithumidor.com/osd.xml" title="The IT Humidor" />
	<atom:link rel='hub' href='http://ithumidor.com/?pushpress=hub'/>
		<item>
		<title>Instant Windows AD DS Lab</title>
		<link>http://ithumidor.com/2012/08/10/instant-ad-ds-lab/</link>
		<comments>http://ithumidor.com/2012/08/10/instant-ad-ds-lab/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 21:18:17 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[70-640]]></category>
		<category><![CDATA[70-642]]></category>
		<category><![CDATA[70-643]]></category>
		<category><![CDATA[70-646]]></category>
		<category><![CDATA[70-647]]></category>
		<category><![CDATA[70-648]]></category>
		<category><![CDATA[70-680]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCSE]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[organizational unit]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[ps1]]></category>
		<category><![CDATA[R2]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=552</guid>
		<description><![CDATA[If you&#8217;re anything like me while you study for certification tests, you break your lab on a weekly basis. And, while setting up services or features of Windows Server 2008 R2 isn&#8217;t all that bad, creating new dummy users, groups, and OUs for lab-practice gets a little annoying and tedious. After having re-created my test [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=552&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re anything like me while you study for certification tests, you break your lab on a weekly basis. And, while setting up services or features of Windows Server 2008 R2 isn&#8217;t all that bad, creating new dummy users, groups, and OUs for lab-practice gets a little annoying and tedious. After having re-created my test lab five times in as many weeks, I decided to take a few hours in order to script the process so I could start fresh with new lab-machines every time I really, REALLY break something and have to start over.</p>
<p>I suppose I could back up my configuration, but sometimes I just want a brand-new domain to play with. . . especially while I&#8217;m studying for my 70-648 exam and I keep creating convoluted GPOs that don&#8217;t always have the intended effect and I need to go back to something cleaner.</p>
<p>So, without further ado, here is the script &#8211; easily copied and pasted into a .ps1 file &#8211; for anyone else that hates sitting down and clicking through user and group-creation every time they need a new test-organization after getting that crisp, clean domain up and running.</p>
<p>Install your server, run dcpromo.exe, run this script, and voila: an instant lab to <del>break</del> play with. This script has been tested in a Windows Server 2008 R2 domain, but should run just fine as long as you&#8217;re running at least Windows Server 2003, PowerShell 2.0, and have the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=2852" target="_blank">Active Directory Management Gateway Service</a> installed:</p>
<blockquote><p># Written By: Slowhand<br />
# Date: August 10th, 2012<br />
# Purpose: Automatically creating test users, groups, and OUs for a study-lab<br />
# Intended for use with a fresh install of AD DS for lab-purposes only<br />
#<br />
# [Please Note]<br />
# Users, groups, and department-OUs will not be created a second time,<br />
# even if you give the organization OU a different name<br />
#<br />
# To successfully re-run the script,<br />
# delete the original organizational OU from the first run-through<br />
#<br />
# This script is provided &#8216;as-is&#8217;, please use at your own risk<br />
Import-Module ActiveDirectory<br />
if (!(Get-Module ActiveDirectory)) {<br />
Write-Host &#8220;An Active Directory domain is required before this script can be run&#8221;<br />
Write-Host &#8221; &#8220;<br />
} else {</p>
<p># User-defined values<br />
do {<br />
Write-Host &#8220;Enter the name of your CSV file, (e.g., C:\Scripts\users.csv)&#8221;<br />
[string]$csvpath = Read-Host &#8220;CSV file&#8221;<br />
} while (!(Get-Item $csvpath))</p>
<p>Write-Host &#8221; &#8220;<br />
Write-Host &#8220;Please enter the name of lab (e.g., Contoso, ACME, Testlab)&#8221;<br />
[string]$organization = Read-Host &#8220;Lab name&#8221;</p>
<p>Write-Host &#8221; &#8220;<br />
Write-Host &#8220;Please enter a complex default user password, or users will be disabled upon creation&#8221;<br />
[string]$password = Read-Host &#8220;Default user password&#8221;<br />
# Password not stored securely at this point for lab-purposes only</p>
<p># Importing a list of users from a csv file<br />
# (The necessary columns for this script are givenName, surname, and department)<br />
$users = Import-Csv -Path $csvpath</p>
<p>Write-Host &#8221; &#8220;<br />
Write-Host &#8221; &#8220;<br />
Write-Host &#8220;CREATING TEST-LAB ENVIRONMENT, PLEASE STAND BY&#8221;<br />
Write-Host &#8220;==============================================&#8221;<br />
Write-Host &#8221; &#8220;<br />
Write-Host &#8221; &#8220;<br />
# Creating an OU to hold our organization<br />
if (!(Get-ADOrganizationalUnit -LDAPFilter &#8220;(OU=$organization)&#8221;)) {<br />
# Pull the distinguished name of the domain, as an LDAP query<br />
$distname = (Get-ADDomain).DistinguishedName</p>
<p>Write-Host &#8220;Creating a company OU called $organization&#8221;<br />
New-ADOrganizationalUnit -Name $organization -Path &#8220;$distname&#8221; -ProtectedFromAccidentalDeletion $true</p>
<p>$path = &#8220;OU=$organization,$distname&#8221;</p>
<p># Some basic OUs to simulate a test company<br />
$OUs = &#8220;Departments&#8221;,&#8221;Users&#8221;,&#8221;Computers&#8221;,&#8221;Workstations&#8221;,&#8221;Servers&#8221;</p>
<p>Write-Host &#8221; &#8220;<br />
Write-Host &#8220;CREATING ORGANIZATIONAL UNITS&#8221;<br />
Write-Host &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;<br />
foreach ($OU in $OUs) {</p>
<p>if (!(Get-ADOrganizationalUnit -LDAPFilter &#8220;(OU=Computers)&#8221;)) {<br />
Write-Host &#8220;Creating an OU called $OU in $path&#8221;<br />
Write-Host &#8221; &#8220;</p>
<p>New-ADOrganizationalUnit -Name $OU -Path &#8220;$path&#8221; -ProtectedFromAccidentalDeletion $true<br />
} else {<br />
Write-Host &#8220;Creating an OU called $OU in OU=Computers,$path&#8221;<br />
Write-Host &#8221; &#8220;</p>
<p>New-ADOrganizationalUnit -Name $OU -Path &#8220;OU=Computers,$path&#8221; -ProtectedFromAccidentalDeletion $true<br />
}<br />
}</p>
<p>Write-Host &#8221; &#8220;<br />
Write-Host &#8221; &#8220;</p>
<p># Creating individual OUs and groups for each department for GPO purposes<br />
Write-Host &#8220;CREATING GROUPS&#8221;<br />
Write-Host &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221;</p>
<p>foreach ($user in $users) {<br />
$department = $user.department</p>
<p># Checking for duplicates in the &#8216;departments&#8217; column of the CSV file<br />
if (!(Get-ADOrganizationalUnit -LDAPFilter &#8220;(OU=$department)&#8221;)) {<br />
Write-Host &#8220;Creating an OU for the $department department&#8221;<br />
New-ADOrganizationalUnit -Name $department -Path &#8220;OU=Departments,$path&#8221; -ProtectedFromAccidentalDeletion $true</p>
<p>Write-Host &#8220;Creating a group for the $department department&#8221;<br />
Write-Host &#8221; &#8220;<br />
New-ADGroup -Name $department -SamAccountName $department -GroupCategory Security -GroupScope Global -DisplayName $department -Path &#8220;OU=$department,OU=Departments,$path&#8221;<br />
}<br />
}</p>
<p>Write-Host &#8221; &#8220;<br />
Write-Host &#8221; &#8220;</p>
<p>$userpath = &#8220;OU=Users,$path&#8221;</p>
<p>Write-Host &#8220;CREATING USERS&#8221;<br />
Write-Host &#8220;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;</p>
<p># Create users based on a given name, surname, and department<br />
foreach ($user in $users) {</p>
<p>$first = $user.givenName<br />
$last = $user.surname<br />
$department = $user.department<br />
$domain = (Get-ADDomain).DNSRoot<br />
$name = $first + &#8221; &#8221; + $last<br />
$logon = $first + &#8220;.&#8221; + $last<br />
$userprincipalname = $logon + &#8220;@&#8221; + $domain</p>
<p># Actual creation of users in User folder<br />
if (!(Get-ADUser -LDAPFilter &#8220;(sAMAccountName=$logon)&#8221;)) {<br />
Write-Host &#8220;Creating an account for $name&#8221;<br />
New-ADUser -Name $name -SamAccountName $logon -GivenName $first -Surname $last -DisplayName $name -Department $department -PasswordNeverExpires $true -Enabled $true -AccountPassword(ConvertTo-SecureString $password -AsPlainText -force) -UserPrincipalName $userprincipalname -Path &#8220;$userpath&#8221;</p>
<p>Write-Host &#8220;Adding user $name to the $department group&#8221;<br />
Write-Host &#8221; &#8220;</p>
<p># Add user to groups based on department<br />
Add-ADGroupMember $department $logon<br />
} else {<br />
Write-Host &#8220;The user $name already exists, moving on to the next one&#8221;<br />
Write-Host &#8221; &#8220;<br />
}<br />
}</p>
<p>Write-Host &#8221; &#8220;<br />
Write-Host &#8220;The default user password is $password&#8221;<br />
Write-Host &#8220;It does not need to be changed at logon, nor does it expire&#8221;<br />
Write-Host &#8221; &#8220;<br />
Write-Host &#8220;============================================&#8221;<br />
Write-Host &#8220;FINISHED! ENJOY YOUR LAB AND HAVE A NICE DAY&#8221;<br />
Write-Host &#8221; &#8220;<br />
Write-Host &#8221; &#8220;<br />
} else {<br />
Write-Host &#8220;The OU named $organization already exists&#8221;<br />
Write-Host &#8221; &#8220;<br />
Write-Host &#8220;===============================&#8221;<br />
Write-Host &#8220;ABORTING SETUP, HAVE A NICE DAY&#8221;<br />
Write-Host &#8221; &#8220;<br />
Write-Host &#8221; &#8220;<br />
}<br />
}</p></blockquote>
<p>The only other thing that&#8217;s required for this script to run is a .csv file with three columns: givenName, surname, and department in order to create the users and groups properly. The following sample can be copied and pasted into Notepad and saved as &#8216;users.csv&#8217;, for example:</p>
<blockquote><p>givenName,surname,department<br />
Tony,Stark,Research<br />
Pepper,Potts,Executives<br />
Phil,Coulson,Security<br />
Nick,Fury,HR<br />
Bruce,Banner,Research<br />
Steve,Rogers,Security<br />
Reed,Richards,Research<br />
Johnny,Storm,Security<br />
Susan,Richards,Research<br />
Ben,Grimm,Security<br />
Peter,Parker,Research<br />
Charles,Xavier,Executives<br />
Scott,Summers,Security<br />
Jean,Gray,HR</p></blockquote>
<p>Here&#8217;s a download link to the script and the csv file for download: <a title="instantLab.zip" href="https://docs.google.com/open?id=0B69zZ49UCZcndGZBRVRrdVFtSnc" target="_blank">instantScript.zip</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/552/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=552&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2012/08/10/instant-ad-ds-lab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows PowerShell Resources</title>
		<link>http://ithumidor.com/2012/06/29/windows-powershell-resources/</link>
		<comments>http://ithumidor.com/2012/06/29/windows-powershell-resources/#comments</comments>
		<pubDate>Fri, 29 Jun 2012 09:08:55 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[70-640]]></category>
		<category><![CDATA[70-642]]></category>
		<category><![CDATA[70-646]]></category>
		<category><![CDATA[70-680]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[directory management tools]]></category>
		<category><![CDATA[enterprise-it]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[PowerGUI]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[technet]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=539</guid>
		<description><![CDATA[During my studies of Windows PowerShell, I&#8217;ve come across a great number of excellent resources for experienced admins and newbies alike. The following is a compilation of sites, book recommendations, and tools to help out anyone wanting to start working with this ridiculously powerful scripting language. Windows PowerShell comes as an optional feature in modern [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=539&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="PowerShell Logo" alt="PowerShell Logo" src="http://download.isdecisions.com/images/scoopit/ps/logo.png" height="122" width="122" />During my studies of <a href="http://en.wikipedia.org/wiki/Windows_PowerShell" target="_blank">Windows PowerShell</a>, I&#8217;ve come across a great number of excellent resources for experienced admins and newbies alike. The following is a compilation of sites, book recommendations, and tools to help out anyone wanting to start working with this ridiculously powerful scripting language. Windows PowerShell comes as an optional feature in modern versions of Windows desktop operating systems such as Vista and Windows 7, and is generally installed by default on Windows Server 2008 and 2008 R2. PowerShell v3 comes as part of the core operating system for Windows 8 and Windows 2012, in the form of features you install from the &#8220;<em>turn Windows features on and off</em>&#8221; menu. If you&#8217;re running an older version of Windows, such as XP or Server 2003, you can download PowerShell <a href="http://www.microsoft.com/en-us/download/details.aspx?id=7217" target="_blank">here</a>, and get some handy PowerShell Active Directory management tools for Windows Server 2008 and earlier <a href="http://www.microsoft.com/en-us/download/details.aspx?id=2852" target="_blank">here</a>.</p>
<p>The starred (*) items are strongly recommended for beginners or anyone new to PowerShell.</p>
<p>Free Resources</p>
<ul>
<li><a href="http://redmondmag.com/Articles/2011/12/01/Scripting-Crash-Course.aspx?Page=2" target="_blank">PowerShell: An In-Depth Scripting Crash Course</a> *</li>
<li><a href="http://technet.microsoft.com/en-us/library/ee221100.aspx" target="_blank">Windows PowerShell Owner&#8217;s Manual</a> *</li>
<li><a href="http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx" target="_blank">TechNet Webcast Series &#8211; Scripting with Windows PowerShell</a></li>
<li><a href="http://blogs.msdn.com/b/powershell/" target="_blank">MSDN PowerShell Blog</a></li>
<li><a href="http://shellhub.com/" target="_blank">Don Jones&#8217; Shellhub</a> * (Features book recommendations, tips, and other resources from one of the foremost experts on PowerShell in the world.)</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa973757(VS.85).aspx" target="_blank">MSDN Library &#8211; Getting Started with Windows PowerShell</a> *</li>
<li><a href="http://blogs.technet.com/b/heyscriptingguy/archive/2012/02/05/2012-scripting-games-study-guide-a-resource-for-learning-powershell.aspx" target="_blank">2012 Scripting Games Study Guide: A Resource for Learning PowerShell</a> *</li>
<li><a href="http://technet.microsoft.com/en-us/library/bb978526.aspx" target="_blank">Microsoft TechNet | Windows PowerShell</a></li>
<li><a href="http://www.sapien.com/forums/scriptinganswers/forum_topics.asp?FID=27" target="_blank">Sapien Technologies Forum | Windows PowerShell</a> (This site features <a href="http://www.sapien.com/forums/scriptinganswers/default.asp" target="_blank">forums for many other scripting languages</a> as well.)</li>
<li><a href="http://powershell.codeplex.com/" target="_blank">CodePlex &#8211; PowerShell Tools for IT Admins</a></li>
<li><a href="http://powershell.isdecisions.com/" target="_blank">IS Decisions | Everything PowerShell</a></li>
<li><a href="http://www.powergui.org/index.jspa" target="_blank">PowerGUI, a Graphical User Interface and Script Editor for Microsoft Windows PowerShell</a></li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WSV321-R?format=html5" target="_blank">Microsoft&#8217;s Channel 9 | Windows PowerShell (v3) Crash Course</a></li>
<li><a href="http://www.ks-soft.net/hostmon.eng/wmi/index.htm" target="_blank">KS-Soft WMI Explorer</a> (Useful for any admin, regardless of the preferred scripting language.)</li>
</ul>
<p>Other Recommended Resources</p>
<ul>
<li><a href="http://www.amazon.com/Windows-PowerShell-Action-Second-Edition/dp/1935182137/ref=sr_1_1?ie=UTF8&amp;qid=1340959335&amp;sr=8-1&amp;keywords=Windows+PowerShell+in+Action" target="_blank">PowerShell in Action, Second Edition</a></li>
<li><a href="http://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617290211/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1340959457&amp;sr=1-1&amp;keywords=Learn+Windows+PowerShell+in+a+Month+of+Lunches" target="_blank">Learn Windows PowerShell in a Month of Lunches</a></li>
<li><a href="http://www.amazon.com/Windows-PowerShell-Best-Practices-Microsoft/dp/0735626464/ref=sr_1_fkmr3_1?s=books&amp;ie=UTF8&amp;qid=1340959457&amp;sr=1-1-fkmr3&amp;keywords=Learn+Windows+PowerShell+in+a+Month+of+Lunches" target="_blank">Windows PowerShell 2.0 Best Practices</a></li>
<li><a href="http://www.amazon.com/Windows-PowerShell-Administrators-Pocket-Consultant/dp/0735625956/ref=pd_sim_b_4" target="_blank">Windows PowerShell 2.0 Administrator&#8217;s Pocket Consultant</a></li>
<li><a href="http://powershellbooks.com/" target="_blank">Don Jones&#8217; PowerShell Book Guide</a></li>
<li><a href="https://secure.cbtnuggets.com/it-training-videos/series/microsoft-scripting-windows-powershell" target="_blank">CBT Nuggets &#8211; Microsoft Scripting Windows PowerShell</a> *</li>
<li><a href="https://secure.cbtnuggets.com/it-training-videos/series/microsoft-scripting-advanced-windows-powershell-v2" target="_blank">CBT Nuggets &#8211; Microsoft Scripting Advanced Windows PowerShell v2</a> *</li>
<li><a href="http://www.cbtnuggets.com/it-training-videos/microsoft/series/cbtn_pwrshl_3">CBT Nuggets &#8211; Powershell 3 Foundations</a> *</li>
</ul>
<div>When getting more advanced with any scripting or programming language, it&#8217;s always a good idea to get familiar with regular expressions to help get the most out of your scripts. Currently, <a href="http://www.amazon.com/Mastering-Regular-Expressions-Jeffrey-Friedl/dp/0596528124/ref=sr_1_1?ie=UTF8&amp;qid=1340956719&amp;sr=8-1&amp;keywords=mastering+regular+expressions" target="_blank">Mastering Regular Expressions, 3rd Edition</a> is one of the top-rated books out there on the subject. It doesn&#8217;t have code-examples specific to PowerShell, but hopefully future editions will. Here a great site for free tutorials of regular expressions to help you get started: <a href="http://www.regular-expressions.info/" target="_blank">Regular-Expressions.info</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/539/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=539&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2012/06/29/windows-powershell-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://download.isdecisions.com/images/scoopit/ps/logo.png" medium="image">
			<media:title type="html">PowerShell Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Dr. Radia Perlman, &#8220;The Mother of the Internet&#8221;</title>
		<link>http://ithumidor.com/2012/05/09/dr-radia-perlman-the-mother-of-the-internet/</link>
		<comments>http://ithumidor.com/2012/05/09/dr-radia-perlman-the-mother-of-the-internet/#comments</comments>
		<pubDate>Wed, 09 May 2012 21:34:09 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[Dr. Perlman]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[IS-IS]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[layer 2]]></category>
		<category><![CDATA[layer 3]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[OSI]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[radia perlman]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[spanning tree]]></category>
		<category><![CDATA[STP]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=524</guid>
		<description><![CDATA[We all know about Ada Lovelace, and her work as the first computer programmer. (You do know about her, don&#8217;t you?) Today, however, I&#8217;m going to talk a little bit about Dr. Radia Joy Perlman, another great woman in the history of computer science. . . and one of the most important people in technology today, period. Dr. Perlman [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=524&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We all know about <a href="http://en.wikipedia.org/wiki/Ada_lovelace" rel="nofollow" target="_blank">Ada Lovelace</a>, and her work as the first computer programmer. (You <em>do</em> know about her, don&#8217;t you?)</p>
<p>Today, however, I&#8217;m going to talk a little bit about <a href="http://en.wikipedia.org/wiki/Radia_Perlman" rel="nofollow" target="_blank">Dr. Radia Joy Perlman</a>, another great woman in the history of computer science. . . and one of the most important people in technology today, period.</p>
<p><img class="alignleft" src="https://fbcdn-photos-a.akamaihd.net/hphotos-ak-ash2/154543_3465560270457_1014517643_33093346_288015835_a.jpg" alt="" width="180" height="275" />Dr. Perlman is the creator of the algorithm for the <a href="http://en.wikipedia.org/wiki/Spanning-tree_protocol" rel="nofollow" target="_blank">Spanning Tree Protocol</a>, a topic any networking student is intimately famliar with. Without STP, swithed networks (and internetworks) as we know them today wouldn&#8217;t be possible. She also worked on routing protocols, such as <a href="http://en.wikipedia.org/wiki/IS-IS" rel="nofollow" target="_blank">IS-IS</a> and <a href="http://en.wikipedia.org/wiki/Open_Shortest_Path_First" rel="nofollow" target="_blank">OSPF</a>, increasing efficiency and fault-tolerance. At age 37, she earned her PhD in computer science from MIT, discussing the very topic she&#8217;s famous for in her <a href="http://hdl.handle.net/1721.1/14403" rel="nofollow" target="_blank">doctoral thesis</a>.</p>
<p>Currently a Fellow at Intel, Dr. Perlman has worked for Sun Microsystems, (where she filed for over 50 patents for her work,) and Digital Equipment Corporation. It was while at DEC she worked on her algorithm for STP. She&#8217;s written two books,<a href="http://www.amazon.com/Interconnections-Bridges-Switches-Internetworking-Protocols/dp/0201634481/ref=sr_1_1?ie=UTF8&amp;qid=1336597853&amp;sr=8-1" target="_blank">Interconnections: Bridges, Routers, Switches, and Internetworking Protocols</a> and <a href="http://www.amazon.com/Network-Security-Private-Communication-Edition/dp/0130460192/ref=sr_1_3?ie=UTF8&amp;qid=1336597853&amp;sr=8-3" target="_blank">Network Security: Private Communication in a Public World</a>, both of which still pop up as required reading for networking classes and as recommended reading for certain IT certifiations.</p>
<p>When asked to explain her seminal work, she famously replied, &#8220;The protocol is really very simple, I can summarize it in a poem!&#8221;</p>
<blockquote>
<p style="text-align:center;">
<h1 style="text-align:center;">Algorhyme</h1>
<p style="text-align:center;"><em>I think that I shall never see</em><br />
<em>a graph more lovely than a tree.</em><br />
<em>A tree whose crucial property</em><br />
<em>is loop-free connectivity.</em><br />
<em>A tree that must be sure to span</em><br />
<em>so packets can reach every LAN.</em><br />
<em>First, the root must be selected.</em><br />
<em>By ID, it is elected.</em><br />
<em>Least-cost paths from root are traced.</em><br />
<em>In the tree, these paths are placed.</em><br />
<em>A mesh is made by folks like me,</em><br />
<em>then bridges find a spanning tree.</em></p>
<p><em><br />
</em></p></blockquote>
<p>More reading on Dr. Perlman and her work:</p>
<ul>
<li><a href="http://newsroom.intel.com/community/news/blog/2011/04/20/the-many-sides-of-radia-perlman" rel="nofollow" target="_blank">The Many Sides of Radia Perlman</a></li>
<li><a href="http://web.mit.edu/invent/iow/perlman.html" rel="nofollow" target="_blank">MIT&#8217;s Inventor of the Week</a></li>
<li><a href="http://solutionists.ieee.org/radia-perlman/" rel="nofollow" target="_blank">Why IEEE Fellow Radia Perlman Hates Technology</a></li>
<li>The list of articles goes on and on, you&#8217;re gonna have to <a href="https://www.google.com/search?rlz=1C1CHFX_enUS460US460&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=radia+perlman" rel="nofollow" target="_blank">Google</a> her yourself for more.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/524/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=524&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2012/05/09/dr-radia-perlman-the-mother-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="https://fbcdn-photos-a.akamaihd.net/hphotos-ak-ash2/154543_3465560270457_1014517643_33093346_288015835_a.jpg" medium="image" />
	</item>
		<item>
		<title>So, Are We Just Forgoing Turkey-Day This Year?</title>
		<link>http://ithumidor.com/2011/11/11/so-are-we-just-forgoing-turkey-day-this-year/</link>
		<comments>http://ithumidor.com/2011/11/11/so-are-we-just-forgoing-turkey-day-this-year/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 01:19:03 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=513</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=513&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter" title="DECEMBER, fat man!" src="http://weknowmemes.com/wp-content/uploads/2011/11/december-fat-boy-this-month-is-for-my-holiday.jpg" alt="DECEMBER, fat man!" width="500" height="310" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/513/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=513&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/11/so-are-we-just-forgoing-turkey-day-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://weknowmemes.com/wp-content/uploads/2011/11/december-fat-boy-this-month-is-for-my-holiday.jpg" medium="image">
			<media:title type="html">DECEMBER, fat man!</media:title>
		</media:content>
	</item>
		<item>
		<title>Advice for Becoming an IT Security Professional</title>
		<link>http://ithumidor.com/2011/11/11/advice-for-becoming-an-it-security-professional/</link>
		<comments>http://ithumidor.com/2011/11/11/advice-for-becoming-an-it-security-professional/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 23:51:33 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[ccnp]]></category>
		<category><![CDATA[ccsp]]></category>
		<category><![CDATA[ceh]]></category>
		<category><![CDATA[CISSP]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[mcse]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sscp]]></category>
		<category><![CDATA[TCP/IP]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=504</guid>
		<description><![CDATA[In the IT industry, there&#8217;s a lot of talk about how good a &#8220;security professional&#8221; is versus a &#8220;hacker&#8221;. Considering the companies that were compromised this year alone &#8211; Sony, RSA, Valve, just to name a few &#8211; the whole industry is looking at security a whole lot more seriously these days. This brings me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=504&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In the IT industry, there&#8217;s a lot of talk about how good a &#8220;security professional&#8221; is versus a &#8220;hacker&#8221;. Considering the companies that were compromised this year alone &#8211; <a href="http://arstechnica.com/gaming/news/2011/04/sonys-black-eye-is-a-pr-problem-not-a-legal-one.ars" target="_blank">Sony</a>, <a href="http://arstechnica.com/security/news/2011/06/rsa-finally-comes-clean-securid-is-compromised.ars" target="_blank">RSA</a>, <a href="http://arstechnica.com/gaming/news/2011/11/valve-confirms-steam-hack-credit-cards-personal-info-may-be-stolen.ars" target="_blank">Valve</a>, just to name a few &#8211; the whole industry is looking at security a whole lot more seriously these days.</p>
<p>This brings me to <a href="http://www.techexams.net/forums/security-certifications/28593-security-certification-where-start.html" target="_blank">a thread</a> on TechExams.net from a few years ago that discusses what it takes to be an industry-recognized security professional. Something to note here, this forum assumes that certifications are earned through rigorous study and hands-on experience, not through memorizing stolen test-questions or cramming a book just enough to pass the test. That being said, this particular conversation discusses the much-lauded CISSP certification, which requires professional experience and a degree, in addition to a test, in order to obtain.</p>
<p>Keatron, who teaches courses in network security, had the following advice for another forum-member asking how to get into security:</p>
<blockquote><p>I&#8217;ve had many people sit my <acronym title="Certified Ethical Hacker">CEH</acronym> class and realize they should have had Security+ level knowledge under their belts first. I by have it, I actually mean have it, not just pass the test.</p>
<p>I would say probably Sec+ (even if you do it self study).<br />
Then <acronym title="Microsoft Certified System Administrator">MCSA</acronym>:Sec<br />
Then <acronym title="Certified Ethical Hacker">CEH</acronym><br />
Then <acronym title="Systems Security Certified Practitioner">SSCP</acronym><br />
At this point I&#8217;d suggest getting some Cisco in there. And you must start with <acronym title="Cisco Certified Network Administrator">CCNA</acronym>, Then work the <acronym title="Cisco Certified Security Professional">CCSP</acronym> route (will not be easy, but worth it).</p>
<p>By this time you should be very ready to start preparing for the <acronym title="Certified Information Systems Security Professional">CISSP</acronym>.</p></blockquote>
<p>Again, keep in mind that the assumption here is that a professional would be working as he or she earns these certs, and actually learning the material in a practical way over the course of the two or three years it would take to study for all these tests.</p>
<p>So, the response we get from UnixGuy, another member of the forum who is interested in security-work:</p>
<blockquote><p>Hmmm, isn&#8217;t this tooo long a way to earn a <acronym title="Certified Information Systems Security Professional">CISSP</acronym> ??</p></blockquote>
<p>And here is the big payoff, Keatron&#8217;s reasoning for all those other skills and experience:</p>
<blockquote><p>For UnixGuy, think of it this way. Let&#8217;s say you have 6 different certifications that all deal with 6 different areas of Information Security. Think of these as your 6 cans of Coke. Now think of the <acronym title="Certified Information Systems Security Professional">CISSP</acronym> as the little plastic stuff that holds a six pack of coke together. Take your 6 cans of coke (your experience and other certs) and the little plastic stuff (your <acronym title="Certified Information Systems Security Professional">CISSP</acronym>), add those together and you have a solid six pack that&#8217;s held together well. For example, you might have a job as a firewall administrator. You might perform this job well for 6 or 7 years. However, you could be an expert firewall administrator, and not know squat about application security. In reality, the <acronym title="Certified Information Systems Security Professional">CISSP</acronym> helps a security professional take all their years of experience, and certifications and FINALLY tie them all together and see clear relationships between it all. But there&#8217;s the old saying &#8220;garbage in, garbage out&#8221;. So in other words, if you are a person with only 1 can of coke (mimimal experience and minimal exposure to certifications), then the little plastic thing (<acronym title="Certified Information Systems Security Professional">CISSP</acronym>) wont really do you much good, because you don&#8217;t have any cans (experience and certs) to tie together. The <acronym title="Certified Information Systems Security Professional">CISSP</acronym> is often described as a mile wide and an inch deep. But it should be understood that you don&#8217;t go a mile deep because theoretically, you&#8217;ve already been 20 miles deep in several of the domains. I always stress experience first, then certs. However, sometimes you need the cert, to be awarded the opportunity to get the experience. But I often recommend people in the security field get vendor specific certs related to operating systems or network equipment they may be responsbile for securing. You can&#8217;t possibly secure a large building if you don&#8217;t know where all the doors and windows are. Additionally you need to know how to open and close these doors and windows. Same goes for systems and networks. Here&#8217;s a few examples;</p>
<p>How can one possibly understand group policy if they&#8217;ve never implemented or least labbed it out in preperation for <acronym title="Microsoft Certified System Engineer">MCSE</acronym>? How could you know that group policies only apply to computers that are a member of the domain, OU, or site that group policy was applied to if you haven&#8217;t done it, or again labbed it out. Not to mention you have to remember to give groups read and apply group policy permissions to the group policy object if it is to have any effect at all. If one doesn&#8217;t understand these basics, then how could they possibly even start to secure a Windows based network? How does Kerberos work (in Windows world). What&#8217;s sent in clear text and what&#8217;s encrypted? How feasible is it for an attacker to forge a ticket and fool another device or computer in the realm to believing it&#8217;s legit? If you&#8217;ve never implemented a Pix or an ASA then how could you know what it&#8217;s default inspection rules for the FTP protocol is? We&#8217;re taught that FTP uses ports 20 and 21 only. But is that actually accurate? Is is true that FTP actually uses dynamically allocated ports to actually do the data transfer part of an FTP session? How does the ASA default inspection rules allow for this? And if you know the answer to that, then what security concerns does this behavior and allowance or disallowance by ASA introduce or expose your organization to? Have you observed it&#8217;s behavior via ethereal or some other analyzer or sniffer? What about the bazillion other protocols you&#8217;re forced to allow into your network? Are you sure DNS only uses port 53? TCP or UDP? Both? When you perform a query for a resource on the web, does the response to query come back in on UDP port 53? What about zone transfers? Is that via port 53 as well? TCP or UDP? Are these zone transfers in cleartext? If they are, what can you implement to encrypt these zone transfers? How does Checkpoint Firewall solutions deal with this behavior? (And saying it just works doesn&#8217;t count). Are the ways in which it deals with this behavior introducing unique security considerations? Isn&#8217;t it true that the biggest problems with firewall, IDS, and other mechanisms is that they act and behave in a very predictable manner? How does NTFS file systems store data and files? What about NFS? FAT? What about ZFS? So how do ZFS and EXT2 differ in how they store and catergorize data? From a confidentiality perspective, which is more feasible? If you haven&#8217;t worked with these file systems you might not know the answers. However, getting certifications can expose you to this very information and least give you some level of knowlegde in those areas.</p>
<p>This list could go on and on. And obviously a <acronym title="Certified Information Systems Security Professional">CISSP</acronym> that thinks they only utilize port 21 when they go to an FTP site and download files probably could have benefited from getting little more experience (or getting more cans) before getting the plastic peice (<acronym title="Certified Information Systems Security Professional">CISSP</acronym>) to pull it all together. Because pulling it all together with too few cans causes us to have huge &#8220;knowledge gaps&#8221; and therefore renders us less effective in our roles as information security professionals.</p>
<p>So UnixGuy, the above is some of the major reasons I suggest a path to the <acronym title="Certified Information Systems Security Professional">CISSP</acronym> that&#8217;s probably a little longer than what you normally hear. Thanks for reading. And I hope it helps. <img title="Wink" src="http://www.techexams.net/images/smilies/icon_wink.gif" alt="" border="0" /></p>
<p>Keatron.</p></blockquote>
<p>I agree with every word of it. You cannot secure a network, a server, a website, or even a stand-alone PC, if you don&#8217;t know how those things work in the first place. Security is a second-tier skillset, you have to learn how it works before you can learn how to protect it. &#8221;Security&#8221; isn&#8217;t some additional field that was invented for us to work in, it&#8217;s a term for the in-depth knowledge we gain as we work and learn about these systems that helps prevent exploits and hacks from being executed. UnixGuy&#8217;s question is a common one, and he&#8217;s not stupid or self-entitled for thinking that the road is too long. Unfortunately, I think that security isn&#8217;t taken seriously enough as a whole by this industry, (and many others,) and the result is that most of us don&#8217;t know how much work and effort goes into becoming an expert on that level.</p>
<p>Given, even experts make mistakes and sometimes the black-hats (bad guys) are sometimes smarter than the white hats (good guys), but that&#8217;s all the more reason to study, train, and prepare yourself if you want to be a CISSP, for example. Some people think the road is too long. . . I think that the road isn&#8217;t often long enough. It&#8217;s a big, bad world out there full of threats and people who want to steal our information. The more you know, the fewer times you&#8217;ll get caught with your pants down.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/504/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=504&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/11/advice-for-becoming-an-it-security-professional/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://www.techexams.net/images/smilies/icon_wink.gif" medium="image">
			<media:title type="html">Wink</media:title>
		</media:content>
	</item>
		<item>
		<title>Dear Jos. A Banks, London Fog, The Men&#8217;s Wearhouse, etc. . .</title>
		<link>http://ithumidor.com/2011/11/11/dear-jos-a-banks-london-fog-the-mens-wearhouse-etc/</link>
		<comments>http://ithumidor.com/2011/11/11/dear-jos-a-banks-london-fog-the-mens-wearhouse-etc/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 09:55:43 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[General Life]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=500</guid>
		<description><![CDATA[All I&#8217;m asking for is a full-length trench coat in size 50 Long that comes in brown, is that too much to ask? I know you have a hard-on for black and beige, but I&#8217;d really love a few more options with one of the most common articles of men&#8217;s clothing in the world. Also, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=500&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div>All I&#8217;m asking for is a full-length trench coat in size 50 Long that comes in brown, is that too much to ask? I know you have a hard-on for black and beige, but I&#8217;d really love a few more options with one of the most common articles of men&#8217;s clothing in the world. Also, &#8220;<em>full-length</em>&#8221; doesn&#8217;t mean &#8220;<em>down to my thighs</em>&#8220;, I&#8217;d love to avoid getting my pants completely drenched if I&#8217;m caught in the rain; that&#8217;s the whole point of a long, water-poof coat.</div>
<div>And one more teensy, tiny little thing. A trench coat is meant to keep the rain out, hence why it&#8217;s also called a rain coat. . . so WHY IN THE HELL DO HALF THE COATS I FIND ONLINE HAVE LEATHER COLLARS?!?</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=500&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/11/dear-jos-a-banks-london-fog-the-mens-wearhouse-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>
	</item>
		<item>
		<title>The Amazing Human Brain</title>
		<link>http://ithumidor.com/2011/11/09/the-amazing-human-brain/</link>
		<comments>http://ithumidor.com/2011/11/09/the-amazing-human-brain/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 10:44:22 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=494</guid>
		<description><![CDATA[I saw this today on Facebook and I thought it was very appropriate for me, and others in the same position, taking certification tests and/or going to college:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=494&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I saw this today on Facebook and I thought it was very appropriate for me, and others in the same position, taking certification tests and/or going to college:</p>
<p style="text-align:center;"><a href="http://www.facebook.com/photo.php?fbid=10150385132098360&amp;set=a.379473193359.158222.290539813359&amp;type=1&amp;ref=nf"><img class="aligncenter" title="The Amazing Human Brain" src="http://a4.sphotos.ak.fbcdn.net/hphotos-ak-snc7/384526_10150385132098360_290539813359_8183891_1038910824_n.jpg" alt="The Amazing Human Brain" width="720" height="473" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/494/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=494&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/09/the-amazing-human-brain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://a4.sphotos.ak.fbcdn.net/hphotos-ak-snc7/384526_10150385132098360_290539813359_8183891_1038910824_n.jpg" medium="image">
			<media:title type="html">The Amazing Human Brain</media:title>
		</media:content>
	</item>
		<item>
		<title>I Beheld the Wretch, the Miserable Monster Whom I Had Created.</title>
		<link>http://ithumidor.com/2011/11/06/i-beheld-the-wretch/</link>
		<comments>http://ithumidor.com/2011/11/06/i-beheld-the-wretch/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 12:38:51 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CIS]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[compsci]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[CS]]></category>
		<category><![CDATA[data structures]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[stephen prata]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=458</guid>
		<description><![CDATA[I wrote almost 200 lines of C++ code tonight. I&#8217;ve taken programming classes before: a VB6 course back in 2000, an intro to programming with C++ course in 2002, and then I picked up some C# back in 2006, but none of it ever really sunk in because I didn&#8217;t spend enough time with any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=458&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I wrote almost 200 lines of C++ code tonight.</p>
<p>I&#8217;ve taken programming classes before: a VB6 course back in 2000, an intro to programming with C++ course in 2002, and then I picked up some C# back in 2006, but none of it ever really sunk in because I didn&#8217;t spend enough time with any given language to get any good at it. The only &#8220;programming languages&#8221; I&#8217;d been proficient in were XHTML and CSS2. . . well, up until January of this year that is.</p>
<p>In the Spring semester of 2011, I enrolled in CIS 26 at Laney College in Oakland, which was an introductory programming class that used C as the language of choice. It was both a &#8220;for beginners&#8221; class as well as a course on how to write code in the C language. I really enjoyed it, and now in the Fall semester I&#8217;m enrolled in CIS 25: Object-Oriented Programming with C++. So far, it&#8217;s been enjoyable. We&#8217;ve covered the usual if-else and switch statements; for, while, and do-while loops; functions; pointers and reference variables; classes and polymorphism. . . the usual fare for an OOP class. The teacher assigns no particular book, he simply lectures and sends out notes he wants us to use, then strongly recommends we pick out a book to use ourselves; one we can read and learn from outside of class.</p>
<p><a href="http://www.amazon.com/Primer-Plus-5th-Stephen-Prata/dp/0672326973"><img class="aligncenter" title="C++ Primer Plus (5th Edition) by Stephen Prata" src="http://ecx.images-amazon.com/images/I/41jXKNG%2BCZL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" alt="C++ Primer Plus (5th Edition) by Stephen Prata" width="300" height="300" /></a></p>
<p>For my money, I chose to go with Stephen Prata&#8217;s C++ Primer Plus:</p>
<p>After all, I went to College of Marin, and he used to teach there. . . oh, and the book comes highly recommended, too. It&#8217;s a great read, both for beginners and experienced coders. I&#8217;m slowly but surely working my way through the last few chapters now, getting my head around classes, among quite a few other things. This&#8217;ll be the longest span of time I&#8217;ve ever spent doing any kind of coding, for class or otherwise, and I intend to keep it up.</p>
<p>I&#8217;m going to take a data structures &amp; algorithms class at Laney at some point in the future, probably next summer. (Yeah, that&#8217;s the only time they offer it.) Before then, however, I intend to already have a leg-up and spend some time working my way through a book or two, then maybe find some coding projects to tackle. Which book(s) I intend to read, I haven&#8217;t the foggiest idea yet, but I&#8217;m hoping to get some suggestions from my classmates and former co-workers on the subject. I don&#8217;t intend to let what I&#8217;ve learned drop away this time, and I&#8217;ll be damned if I go into that next class without some kind of preparation so I can get the most out of it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/458/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=458&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/06/i-beheld-the-wretch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/41jXKNG%2BCZL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" medium="image">
			<media:title type="html">C++ Primer Plus (5th Edition) by Stephen Prata</media:title>
		</media:content>
	</item>
		<item>
		<title>I Never Thought This Day Would Come. . .</title>
		<link>http://ithumidor.com/2011/11/04/i-never-thought-this-day-would-com/</link>
		<comments>http://ithumidor.com/2011/11/04/i-never-thought-this-day-would-com/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 01:34:01 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[70-646]]></category>
		<category><![CDATA[70-647]]></category>
		<category><![CDATA[70-662]]></category>
		<category><![CDATA[70-663]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[General Life]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ceritification]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=373</guid>
		<description><![CDATA[So, I&#8217;m studying for a new cert. . . Yup, Exchange is going to be my &#8220;special friend&#8221; for the next month or two while I study for the MCTS certification test on it. I&#8217;ve gotten started on some training material, like beginning the CBT Nuggets video series and labbing out a couple of Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=373&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:left;">So, I&#8217;m studying for a new cert. . .<a href="http://www.microsoft.com/exchange/en-us/default.aspx"><br />
<img class="aligncenter" title="Exchange 2010" src="http://www.sharepointedutech.com/wp-content/uploads/2010/08/Exchange2010Logo.png" alt="" width="362" height="173" /></a>Yup, Exchange is going to be my &#8220;special friend&#8221; for the next month or two while I study for the <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-662" target="_blank">MCTS</a> certification test on it. I&#8217;ve gotten started on some training material, like beginning the CBT Nuggets video series and labbing out a couple of Windows Server 2008 R2 boxes in VMWare Player. I&#8217;m also going to try to get my hands on the <a href="http://www.amazon.com/Microsoft-Exchange-Server-2010-Inside/dp/0735640610/ref=sr_1_1?ie=UTF8&amp;qid=1320363496&amp;sr=8-1" target="_blank">Inside Out</a> book and possibly the <a href="http://www.amazon.com/Exchange-Server-2010-Administration-Certification/dp/0470624434/ref=sr_1_4?ie=UTF8&amp;qid=1320363496&amp;sr=8-4" target="_blank">Sybex</a> book. I haven&#8217;t decided if I want to do <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-663" target="_blank">the exam</a> for the full MCITP: Enterprise Messaging Administrator 2010, we&#8217;ll have to see how crazy I feel.</p>
<p style="text-align:left;">So far, I&#8217;ve done a bare-bones install of Exchange 2010 three times, (once almost without any screw-ups,) in a lab environment consisting of a domain controller and a member server both running Windows Server 2008 R2. Baby steps, baby steps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/373/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=373&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/04/i-never-thought-this-day-would-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://www.sharepointedutech.com/wp-content/uploads/2010/08/Exchange2010Logo.png" medium="image">
			<media:title type="html">Exchange 2010</media:title>
		</media:content>
	</item>
		<item>
		<title>Where&#8217;s Cave Johnson When We Need Him?</title>
		<link>http://ithumidor.com/2011/05/27/wheres-cave-johnson-when-we-need-him/</link>
		<comments>http://ithumidor.com/2011/05/27/wheres-cave-johnson-when-we-need-him/#comments</comments>
		<pubDate>Fri, 27 May 2011 19:11:41 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[General Life]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Stupid People]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=370</guid>
		<description><![CDATA[I went to cnn.com today, and the first thing I came across was this article: Why would-be engineers end up as English majors. ** Update: finally found this video on YouTube. ** Reading through it, I began to realize that some of the assumptions I&#8217;d made about education in my part of the world is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=370&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I went to cnn.com today, and the first thing I came across was this article:</p>
<p><a title="http://www.cnn.com/2011/US/05/17/education.stem.graduation/index.html?hpt=C1" href="http://www.cnn.com/2011/US/05/17/education.stem.graduation/index.html?hpt=C1" rel="nofollow" target="_blank">Why would-be engineers end up as English majors</a>.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='627' height='383' src='http://www.youtube.com/embed/P0E-9uJgDZU?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>** Update: finally found this video on YouTube. **</p>
<p>Reading through it, I began to realize that some of the assumptions I&#8217;d made about education in my part of the world is pretty much true. For the most part, people find science and mathematics harder to understand and study than they do subjects like history, English, and others that fall under the umbrella of liberal arts. The question I had to ask myself is why. Why do so many people have such a hard time with one area of focus, but not others? Is it because the college coursework for English majors is less complicated and demanding than what engineering and science majors have to deal with? After spending long hours in study-sessions with Hanif Houston, a recent graduate of UC Berkeley&#8217;s English undergradute department, I&#8217;d say this isn&#8217;t true. His workload consisted of sometimes reading an entire novel per week, analyzing it, and writing several lengthy papers at once. My workload consisted of dozens of math problems, physics questions, and code-writing projects each week; all of these together often times didn&#8217;t amount to the amount of time and effort Hanif spent dissecting Shakespeare or building arguments for why Philip Roth&#8217;s sarcasm should be bottled and sold as a remedy-cure for common stupidity.</p>
<p>Given, I&#8217;m still a lower-division computer science and electrical engineering major, while the comparison is to upper-division English studies. Nonetheless, the CNN article describes people dropping out of their first or second years as science majors to pursue liberal arts degrees instead, taking a path of less resistance. So why is it really, then, that people decide that liberal arts are a path of less resistance to a degree? The obvious answer I can give here is that math and science classes in the public K-12 school system aren&#8217;t nearly adequate enough to prepare students for college-level work, but that&#8217;s not really the only problem. After all, courses in history, English, art, music, and the like are just as lacking in high school and below. So, perhaps there&#8217;s a bigger issue to look at. . . maybe it goes back further and deeper than our educational system.</p>
<p>Growing up, I never quite realized how often I heard the same set of mantras: &#8220;I don&#8217;t care about the science, as long as it works,&#8221; &#8220;I&#8217;m no good at math,&#8221; &#8220;when am I ever going to use this stuff?&#8221;, and of course, &#8220;if you spend all your time studying [math, sciences, or other 'nerdy' subjects], you&#8217;ll have no life and never get laid.&#8221;</p>
<p>The issue here is that all these things are so damned passive, we don&#8217;t realize we think this way. When I used to think of professional writers, for example, I used to imagine the people I saw in movies, like Jack Nicholson in <em>As Good as It Gets</em>, playing Melvin Udall, living in an expensive New York apartment and writing books at his leisure. Or I&#8217;d picture Michael Douglas in <em>Wonder Boys</em> fighting writer&#8217;s block, Sean Connery in <em>Finding Forrester</em> as a reclusive shut-in, coming out of seclusion to help a young writer earn his professor&#8217;s respect. All of these guys had two things in common: they didn&#8217;t seem to actually work all that hard for their money, and there&#8217;s never a time we see them struggling to earn that money. Easy living, right? Just write books, cash your checks, and have all the time in the world to deal with life&#8217;s other little problems. How hard could that be?</p>
<p>Scientists, on the other hand, get a different image in pop-culture. Up until recently, physicists, chemists, mathematicians, biologists, and all flavors of engineers have been portrayed either as quirky side-characters, or as eccentric, awkward head-cases that are either used as foils for more charismatic characters, or as &#8220;ugly ducklings&#8221; that need to be brought out of their shells by friends or a love interest. (See Q from the <em>James Bond</em> movies, the protagonist of the <em>Nutty Professor</em> movies, Doctor Emmet Brown from the <em>Back to the Future</em> series, etc.) The cases where a scientist is considered a sex symbol, a true main character, are the cases where they are more occupied with flashy action sequences than they are with their area of expertise, (see Doctor Jones from <em>Indiana Jones</em>, Doctor Gordon Freeman in the <em>Half-Life</em> video game series, and Doctor Ian Malcom in <em>Jurassic Park</em>.) This is also true for those &#8220;lonely nuclear/astro physicists&#8221; played by attractive blondes in <em>James Bond</em> movies. The issue here is, simply put, real science isn&#8217;t sexy. Most of those nerdy engineers and scientists used as side-kicks and comic relief in movies aren&#8217;t what the majority of people want to be.</p>
<p>I say most, however, because there is an exception to the nerdy scientist image. When the movie, video game, book, or television show in question is attempting to make the science, itself, sexy is when we see the geeky scientists become the charismatic protagonist. One good example of this is Dana Scully from <em>The X-Files</em>, as well as Peter Venkman from <em>Ghostbusters</em> and Hawkeye Pierce from <em>M*A*S*H</em>. Often times, with the notable exception of the latter, the main characters are made to look a lot more sexy by virtue of the fact that the science is either questionably feasable, or dumbed-down in order to make for more exciting action or drama. These are people we want to be, for sure, but for the same reason we want to be those writers from a few paragraphs back: their lives consist of other concerns, outside their jobs, that make their existence a lot more fun than our own. Scully performs autopsies on camera, Dr. Venkman actually does perform experiments in psychology, and Hawkeye spends a lot of time in surgery. These scenes, however, aren&#8217;t the main focus of the story, they&#8217;re merely vehicles for the characters to further conflict between other characters, set mood, or used as a backdrop for later sequences to play out. (Hawkeye also spends a lot of time drinking in his tent and arguing with higher-ranking army officers about the patients he&#8217;s worked on in the OR.)</p>
<p>So what&#8217;s the payoff for having read this far? My point is that we either paint math and sciences as too dull, too boring, or too difficult. It&#8217;s okay to rationalize your C grade in algebra because no one will fault you for saying it&#8217;s not your strong point or that you&#8217;ll never get any use out of the quadratic formula in your adult life. On the other side of the coin, we sometimes make technical fields seem easy and fun like they are for Indy and Doc Brown, and people are blown away by how much work they have to do in college to achieve a fraction of the progress these characters make and are disillusioned. This isn&#8217;t all too different from martial arts movies, signing up for karate classes, then dropping out after a few weeks because you got your ass kicked in a fight after school. The real world isn&#8217;t the movies, and usually the jobs we have to do aren&#8217;t exciting or sexy at all, so we pick the perceived easier path in order to avoid that work. Between that slap or reality and the stigma of working in &#8220;nerdy&#8221; fields of study, in my opinon, it&#8217;s no wonder people either switch from, or outright avoid, sciences and engineering in school.</p>
<p>How do we rectify this kind of attitude? I suppose we can try to instill in our kids that hard work is a part of life, and if you pursue your intersts you&#8217;ll probably end up having a lot of fun as well as studying your butt off. Regardless of the field, reality needs to be observed and people need to start getting genuinely excited and interested in their pursuits. Being an English major isn&#8217;t easy, and physics isn&#8217;t as hard as you&#8217;ve been lead to believe. And honestly, at the end of the day, both writers and scientists are equally geeky in their own right; so are FBI agents, firefighters, and medical doctors.</p>
<p><img class="aligncenter" title="Science Time" src="http://a8.sphotos.ak.fbcdn.net/hphotos-ak-ash4/247164_1905783197005_1014517643_32132489_906777_n.jpg" alt="It's Science Time, Bitches!" width="454" height="512" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/370/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&#038;blog=5150190&#038;post=370&#038;subd=ithumidor&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/05/27/wheres-cave-johnson-when-we-need-him/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://a8.sphotos.ak.fbcdn.net/hphotos-ak-ash4/247164_1905783197005_1014517643_32132489_906777_n.jpg" medium="image">
			<media:title type="html">Science Time</media:title>
		</media:content>
	</item>
	</channel>
</rss>
