Archive for April, 2009

In a perfect world, no one would need such a hack to clean up infected files. But as it is today, so much poorly-written software finds its way into people’s hands and Websites. All it takes is to fall behind by one minor release or sometimes a rare vulnerability to find yourself in hot water. [...]

April 16, 2009 ? Posted in: Break-Fix2 Comments

If you attempt to store a file larger than roughly 5GB, the Amazon service will generate the following error and fail to store the file: <Error><Code>EntityTooLarge</Code><Message>Your proposed upload exceeds the maximum allowed object size</Message><ProposedSize>6091682399</ProposedSize><MaxSizeAllowed>5368709120</MaxSizeAllowed></Error> One way around this limitation is use the GNU/Linux command split to divide the file into several smaller chunks, which are [...]

A customer wanted Amazon’s S3 tools installed on his Centos 5.3 server in order to backup important files off-network. The task is straight forward as it requires installing the usual Ruby interpreter, tools, and Gems. But as it turned out, cPanel appends an exclude line in /etc/yum.conf to prevent installing anything related to Ruby: exclude=apache* [...]

April 11, 2009 ? Tags: , , , , , ? Posted in: Crash CourseOne Comment
-