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…
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)…
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,…
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…
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…
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…
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…
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:…
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…
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…
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,…
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…