6.12.2013

How to Remove UCS Chassis Slot Divider

The following process is used to remove a UCS chassis slot divider for insertion of a full width-blade:

1. Simultaneously pull up on the left side catch and push down on the right side catch
2. Pull the slot divider out of the chassis.  Keep the slot divider handy in case it is needed in the future.

 

To reinstall the slot divider, align it with the dimples in the slot top and bottom and slide it back in until it clicks into place.

*Note: The picture shows the use of a screwdriver to move the catches in the divider; I was able to perform this with just my fingernails

Source: http://www.cisco.com/en/US/docs/unified_computing/ucs/hw/chassis/install/fullblade.html

6.11.2013

Lightning Add-On Timezone

I recently moved to a different timezone and noticed that although my Mac laptop was set to the appropriate date and time, any invitation I received via e-mail was skewed by 3 hours.  The Lightning add-on for Thunderbird has it's own timezone setting, which needs to be adjusted.

You will need to go into Thunderbird Preferences:


Then, select the Lightning icon and navigate over to the Timezone tab.  Here you can select the appropriate timezone and all existing calendar events and future invites will reflect the correct time after a restart of the Thunderbird appellation.



2.23.2013

Add Local HD as Desktop Icon - Mountain Lion

If you are needing to add your local HD (typically Macintosh HD) as an icon to your desktop (mine disappeared after an installation of Mountain Lion), you can achieve this by opening up Finder -> Preferences and under the General tab, check the box next to "Hard disks".



Use the Calculator to Reveal a Mac's Firmware Password

Someone out there will find this useful someday, I promise.

The following procedure can be used in order to obtain the Firmware Utility password on older Mac laptops (2011 and earlier):

1. Obtain obfuscated firmware utility password from the PRAM with the following command:
sudo nvram security-password
The output will be similar to the following: security-password %fa%cb%d9%d9%dd%c5%d8%ce

2. The number of percent signs in the output is the number of characters in the password.  Since the Calculator can only handle words up to 8 characters (16 hex characters), if there are more than 8 symbols, then you will have to split the password up and convert in sections.

3. Copy the security password output from the Terminal to a text editor and delete the percent symbols in it, followed by splitting the password string at every 16th character.

4. You will need to perform the following on each 16-character section:
-Open the Calculator and set it to Programmer mode in the View menu or by pressing Command-3.

-Copy one 16-character section of your password and paste it into the calculator. You should see its
binary equivalent shown below the yellow-green display, and also see its ASCII-text representation at the bottom-left of the display (you may have to click the "ASCII" button to reveal this).

-Starting with the first bit in the binary output (the one furthest from the blue zero at the right), reverse every other bit by clicking its corresponding 1 or 0.

5. As you do this reversal of every other bit, you will see the ASCII output in the calculator reveal your password, or at least the section of it that is represented by the 16-character segment being operated on. Write down the revealed text password and then repeat this process for additional segments of the password, after which you should have your firmware password.

Source:
http://reviews.cnet.com/8301-13727_7-57521667-263/use-the-calculator-to-reveal-a-macs-firmware-password/