Archive for August 27th, 2012
nginx testing
Posted by Kyle Lexmond in Sysadmin on August 27, 2012
As part of my web optimization interest, I’ve been looking into alternatives & add-ons for the traditional LAMP stack. The most obvious thing I’ve found is replacing Apache with Lighttpd or nginx. nginx seems to be more updated (based on what I’m remembering of a cursory web search a while ago), so I’m focusing my […]
Stripping image metadata in Python
Posted by Kyle Lexmond in Programming on August 27, 2012
Currently, as part of my file deduper, I’m opening images, copying the image data to a new file, and saving that file.This is done using the Python Imaging Module, or PIL. I’m actively using an updated fork of it called pillow. However, I’ve since discovered pyexiv2, something that says it allows the “access of … […]
Rebuilding a partition table after failed resize
Posted by Kyle Lexmond in Sysadmin on August 27, 2012
So. When I decommissioned my NAS, I moved stuff off the drives incrementally. My RAID5 media partitions were the first to get nuked, and I reformatted that partition on one of the drives as an NTFS partition, for use on my desktop. I then moved my pictures off the RAID 6 onto that NTFS partition, […]
Cheap hosting
Posted by Kyle Lexmond in Sysadmin on August 27, 2012
I’ve perpetually been on the lookout for cheap hosting. Price’s the reason I’ve been hosting my stuff with Dreamhost for the past few years (going on 6 years!), and is the reason I’m going to be taking advantage of MaxCDN’s ‘free’ 1TB of CDN bandwidth this week. (Reasoing being that I don’t have much use […]