Archive | Uncategorized

09 January 2012 ~ 0 Comments

Load balancing in EC2 with Nginx and HAProxy

TweetWe wanted to setup a loadbalanced web cluster in AWS for expansion. My first inclination was to use ELB for this, but I soon learned that ELB doesn’t let you allocate a static IP, requiring you to refer to it only by DNS name. This would be OK except for the fact that our current [...]

Continue Reading

01 January 2012 ~ 0 Comments

iPad drops WiFi connection to Verizon FiOS Actiontec Router

TweetI got my wife an iPad 2 for Christmas and she soon started complaining about the Wifi dropping its connection. I suggested she try turning off the “auto join” wifi setting, but that didn’t help. She’d be doing something and get the “Sorry, there’s no internet connection” error every 5-10 minutes. We’ve had FiOS for [...]

Continue Reading

21 December 2011 ~ 6 Comments

Compellent “future proof?” Not so much.

TweetSo, I’ve written about Compellent a few times from a price perspective, mostly on the disk side. I was recently contacted by our vendor with quotes for two new Compellent controllers. “What’s this all about?” I asked. “Why don’t we have a call with Compellent to discuss?” he replied. I rolled my eyes a little [...]

Continue Reading

18 November 2011 ~ 0 Comments

Graphing SSH dictionary attacks with HighCharts

TweetAfter my 10-year-old basement Linux server died this week from a power outage, I took the sad step of giving up on it. It’s died before and I’ve patched it back together with a new power supply here or an addon PCI SATA card there, but I finally decided to throw in the towel since [...]

Continue Reading

16 November 2011 ~ 0 Comments

Installing Sun (Oracle) JDK 1.5 on an EC2 instance

TweetI’m currently working on moving a Tomcat-based application into EC2. The code was written for Java 5.0. While Java 6 would probably work, I’d like to keep everything as “same” as possible, since EC2 presents its own challenges. I spun up a couple of t1.micro instances and copied everything over, including the Java 5 JDK, [...]

Continue Reading

12 November 2011 ~ 0 Comments

The little man who follows me

TweetI’m not usually one for introspection, but I found this a few years ago and it’s stuck with me.

Continue Reading

Tags:

24 October 2011 ~ 0 Comments

Rescan SATA bus (aka hot-adding a SATA disk on a Linux guest in VMware without rebooting)

TweetLinux supports hot-adding disks but whenever I add a new vdisk in VMware the new disk doesn’t show up unless I reboot, which defeats the purpose of hot-add. This command forces a rescan of the bus: echo "- – -" > /sys/class/scsi_host/host0/scan dmesg shows the new disk has been found: Vendor: VMware Model: Virtual disk [...]

Continue Reading

21 October 2011 ~ 0 Comments

Displaying currently-playing iTunes track in the Mac menu bar

TweetIn an attempt to teach myself Objective C, and because I couldn’t find anything that did what I wanted, I wrote a little utility to display the currently-playing iTunes track in the Mac taskbar. Originally I had it display the full track name right in the taskbar but it was too much text for such [...]

Continue Reading