Author

Rich

Just another IT guy.

Google Sesame Video Demo

January 16, 2012

Sorry for the poor quality. I just wanted to demo this for a few friends. Originally discovered at LifeHacker (http://lifehacker.com/5876559/sign-into-your-google-account-on-public-computers-without-typing-anything) At a public terminal, visit https://accounts.google.com/sesame Fire up…

Video: SNMP Services on Server 2008 R2

January 16, 2012

Here’s a quick video on setting up SNMP services on Windows Server 2008 R2. [SLVideoPlayer file=SNMP2008R2.mp4, width=640, height=480 /]

LEMP + Cacti 0.8.7i

January 16, 2012

This is my setup of LEMP with Cacti 0.8.7i. LEMP stands for Linux nginx (prounounced Engine x) MySQL and PHP.  Most notably, LEMP is just replacing Apache (LAMP)…

End of the week sadness

January 13, 2012

Argh. I just wanted to get my frustration out with some Broodwar… Guess I’ll go home unsatisfied. *shrug*

Windows Update – Error number: 0x8DDD0018

January 13, 2012

When attempting to run Windows Update the following message appears: ‘Error number: 0x8DDD0018.’ This message states that the Automatic Updates, BITS, and Event Log services must be started,…

Windows Live Messenger Error code: 80072745

January 12, 2012

We can’t sign you in to Windows Live Messenger  Error code: 80072745 I’ve had this error every time I’ve installed Windows Live Messenger on my Windows 7 Pro…

nginx 502 bad gateway

January 12, 2012

Update May 22, 2012: I have since moved away from TCP backend to Unix sockets. This has resolved my sporadic 502's and gave better performance. In /etc/rc.local I…

nginx error – 413 Request Entity Too Large

January 11, 2012

I was getting an error when trying to upload and attach images larger than 2MB via WordPress. I discovered that nginx has a configuration setting called client_max_body_size that…

Force RC – FHX Helicopter

January 11, 2012

  A quick video of one of my Force RC helicopters. This is the Force RC FHX. [SLVideoPlayer file=rc1.mp4, width=640, height=480 /]

Gallery3 + Nginx

January 11, 2012

I have Gallery3 working with Nginx. Here's my setup and some configuration for http://gallery.techish.net/   I no longer am using Gallery3 or nginx.  (7/21/2012) Nginx 1.0.11 PHP 5.3.3-7 PHP5…

Add 'Open with Notepad' to Right Click Menu

January 5, 2012

Here's a quick video tip for adding an Open with Notepad to the right click context menu.   Open the registry editor (regedit.exe) Navigate to the following key:…

Event ID 4226

January 3, 2012

Every time I have come across this event: Event ID 4226 Description TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts. it…

Latest News

January 2, 2012

This site is now powered by IIS7 on Windows Server 2008 R2. I’ll run some benchmarks between Linux/Apache and Windows/IIS7 performance if I feel like it sometime next…

Apache Segfault when Navigating to WP-Admin

December 28, 2011

Argh! When trying to get into WordPress' administration panel, Apache segfaults. First troubleshooting steps involved moving all plugins/ to a temporary folder. This didn't produce any new results,…

How to get current MS SQL 2008 Version

December 27, 2011

Here's a quick T-SQL to get you the current version of your SQL server. SELECT SERVERPROPERTY('ProductVersion') AS ProductVersion, SERVERPROPERTY ('ProductLevel') AS ProductLevel, SERVERPROPERTY('Edition') AS Edition, SERVERPROPERTY('EngineEdition') AS EngineEdition…