Author

Rich

Just another IT guy.

VBScript Informix DSN Test Script

August 16, 2011

So I have an Informix Dynamic Server (7) and I want to setup a Microsoft Windows ODBC system profile and then connect to it using VBScript. I will…

ManageEngine NetFlow Analyzer Cisco ASA Configuration

August 10, 2011

ASDM Configuration Guide https://blogs.manageengine.com/netflowanalyzer/2010/07/22/configuring-cisco-asa-netflow-via-asdm CLI Configuration Guide https://forums.manageengine.com/#Topic/49000003577055

Privacy Settings in Spotify

August 9, 2011

Here's how I configure my privacy settings in Spotify. In the search bar, type: spotify:user:YOURUSERNAME In this case, I type techish since that is my username. Hit Enter…

Microsoft Outlook Temporary OLK Folder Location

August 9, 2011

Use the following registry keys to help identify where your OLK folder is located. Outlook 97 HKCU\Software\Microsoft\Office\8.0\Outlook\Security Outlook 98 HKCU\Software\Microsoft\Office\8.5\Outlook\Security Outlook 2000 HKCU\Software\Microsoft\Office\9.0\Outlook\Security Outlook 2002/XP HKCU\Software\Microsoft\Office\10.0\Outlook\Security Outlook 2003…

GooglePlus RSS Feed Reader in PHP

August 5, 2011

I'm working on a GooglePlus RSS Feed Reader in PHP for anyone who might be interested in making a WordPress module or something similar to display N latest…

Latest Site News

August 1, 2011

Well, I'm now on the latest release of WordPress (3.2.1). Mail service is up and running for techish.net, techish.info and techish.org. Anyone with email @techish.net, @techish.info, or @techish.org…

Enable XP Remote Administration through Firewall

July 18, 2011

This isn't going to be detailed… Get PsExec from SysInternals (http://live.sysinternals.com/psexec.exe) psexec remoteComputerName cmd /c netsh firewall set service RemoteAdmin This runs the "netsh" command on the remote…

Strange Error

July 8, 2011

This is just craziness.  I suppose I should just reboot?  =]  This is on Windows 7 Professional 32bit SP1.  *scratches head*   Update [7/18/2011] I found what the…

My Favorite Windows-based Text Editors

July 8, 2011

In no particular order, the below are my favorite text editors for use in any version of Windows. 1. VIM (Windows, Mac, DOS, Amiga, Android etc., etc., Download)…

A Windows "whereis" Command

July 8, 2011

This one-liner (source): I found this batch script/command on ServerFault *I think*. Very cool little one-liner trick. @for %%e in (%PATHEXT%) do @for %%i in (%1%%e) do @if…

Something I learned about FreeNAS Today

July 6, 2011

I discovered today during an installation of FreeNAS 8.0 (http://www.freenas.org/) on a VMware ESX virtual machine that FreeNAS 8 does not include pv drivers for ParaVirtual disks.  So…