Author

Rich

Just another IT guy.

Shrink VMDK

December 26, 2015

First open up Disk Management in Computer Management in your guest Windows environment. Right click the volume on the disk you want to shrink. Windows will inform you…

System and Compressed Memory

November 23, 2015

I was looking at my system’s performance (Windows 10 Build 10565) and noticed something I hadn’t seen before “System and compressed memory” utilizing about 500MB. Looking into this…

Searching GMail with Regex

July 9, 2015

Interesting discussion in IT Professionals community I saw regarding needing to be able to search GMail for some IP addresses. I've tinkered around with a few things and…

Microsoft Camera Codec on Windows 10

January 25, 2015

I just installed Microsoft Windows 10 Technical Preview and have been going through and setting up some of my software for testing.  I noticed that Windows isn't generating…

Upgrade to Windows 10 Free

January 23, 2015

Microsoft announced that Windows 10 will be a free upgrade, within the first year of release, for users who are running Windows 7 SP1 or Windows 8.1. Free…

IBM Storwize V3700

January 16, 2015

Just got our new IBM Storwize V3700 unit in today. Isn't she sexy?! Photos V3700 Startup This is a video I took using my Samsung S5 of the…

Clearing Command and Buffer History in Powershell

January 15, 2015

Clear Powershell’s last 10 commands: clear-history -count 10 -newest After executing that, use get-history to see what’s left… Clear the console buffer by scripting F7+2: [system.reflection.assembly]::loadwithpartialname("System.Windows.Forms") [System.Windows.Forms.SendKeys]::Sendwait('%{F7 2}')…

I love mutt

January 15, 2015

Mutt is a text-based email client for Unix-like systems. It was originally written by Michael Elkins in 1995 and released under the GNU General Public License version 2…

Windows 8 Product Key Finder

September 15, 2014

I use pkeyui (h/t Rick Nash) to find the Windows 8 product key for reinstallation purposes. Works well and has not failed me in about a half dozen…

DNS Caching for Spamassassin RBLs

September 8, 2014

So I'm tweaking the mail filter server which is a Debian Linux server running Postfix, MailScanner and SpamAssassin. I just wanted to share some of the performance improvements…

Eww, iTunes.

September 8, 2014

Ugh, I have to install iTunes so I can activate this old iPhone 3GS. Wish I had a Steady State like back in the XP days on my…

ldapsearch to get all SMTP email addresses

August 26, 2014

Cooked this up in a few minutes.  Should return all proxyAddress that are SMTP and all SMTP default addresses for all users not disabled in a specified Organizational…

Lenovo Yoga 2 Pro Screen Flickering

August 9, 2014

I own a nice sleek Lenovo Yoga 2 Pro tablet/laptop device. One annoyance is the screen flickers when on Battery. I read on a few forums to go…