Category Archives: Uncategorized

Multiple background images with CSS in IE8

There are still a decent percent of browsers out there on the increasingly-antiquated Internet Explorer version 8. So while upgrading a site recently to an all-CSS based design, we wanted to continue to support IE8 and needed multiple background images … Continue reading

Posted in Uncategorized | Leave a comment

nginx configuration for wordpress

There is a lot of information around the web about how to do this, but once I followed this page, things worked correctly with “pretty URLs” and my wordpress site’s theme. For future reference, here is the magic: # Upstream … Continue reading

Posted in Uncategorized | Leave a comment

Working with resolvconf on Ubuntu

Trying to update your nameservers the old fashioned way can be a headache on Ubuntu. There is this thing called resolvconf that likes to change your settings back when you reboot. So for future reference, here’s what I found. First … Continue reading

Posted in Uncategorized | Leave a comment

kernel error task_setrlimit

kernel: You need to implement a remote task_setrlimit in your security module and call it directly from this function WARNING: at security/security.c:51 security_ops_task_setrlimit() According to this post, the warning is harmless unless you’re defining your own security modules. It’s just … Continue reading

Posted in Uncategorized | Leave a comment

Enable Telnet in Windows 8

To enable Telnet in Windows 8, open a cmd prompt as administator type “optionalfeatures” and hit enter look for Telnet Client and check it. Press OK and find something else to do for the next few minutes. Presto. Thanks to … Continue reading

Posted in Uncategorized | Leave a comment

Installing PHP5 on Ubuntu Server

When installing PHP 5 from source I ran into the following problems and solutions: Problem: configure: error: xml2-config not found. Please check your libxml2 installation. Solution: sudo apt-get install libxml2-dev Problem: configure: error: Cannot find libz Solution: sudo apt-get install … Continue reading

Posted in Uncategorized | 8 Comments

Trouble installing CENTOS from USB

I’ve spent a couple hours trying to install Centos from USB on a system that has no CD/DVDROM. This blog and the comments are informative, but I keep getting stuck where it asks to install from Hard Drive. I see … Continue reading

Posted in Uncategorized | Leave a comment

Setup did not find any hard disk drives while installing Windows XP on ESXi 5.1

While trying to install a fresh copy of Windows XP SP3 on VMWare ESXi 5.1, the Windows installation kept failing when it came to find the installation drive. It just did not find any hard disk drives, regardless of whether … Continue reading

Posted in Uncategorized | Leave a comment

Limelight Networks CDN down today ?

A client using LLNW CDN service is complaining of outages today for over 6 hours now. Not sure what’s up, some content on their CDN is working for me. But other is not… hmmm following was just forwarded from a … Continue reading

Posted in Uncategorized | Leave a comment

vsftpd 500 oops chroot

After rebooting an FTP server running vsftpd with chroot enabled, users were unable to use FTP and upon connecting would see the subject error; 500 oops chroot After investigating some possible solutions, I found that the problem in this case … Continue reading

Posted in Uncategorized | Leave a comment