Home

Car Paint Damage (Chips, and Pits)

Last Updated on December 21, 2011 EST by Jordan I’m working on my car to try and get some of the paint chips and pits out of the paint. Here are some pictures of the problem area’s. I’ve been looking online at a couple of solutions. http://www.popularmechanics.com/cars/how-to/repair/how-to-repair-chipped-car-paint http://www.youtube.com/watch?v=dVkJT_hL6Zs&feature=related
Read More

OtterBox Defender Series iPhone 4S Warranty Pictures

Last Updated on December 21, 2011 EST by Jordan The OtterBox Warranty Department asked that I provide them with pictures of the problematic OtterBox I purchased. Here they’re, as you can see the bottom iTunes Port cover has a small rubber line that is suppose to fit into the hard shell case, mine was defective …
Read More

Why DomainPeople’s New Domain Manager Sucks

Last Updated on February 6, 2012 EST by admin DomainPeople upgraded their Domain Name Manager, which now doesn’t allow the creation of Name Servers based on your domain name. So you’re required to submit a ticket to create/update your Name Servers based on your Domain Name. I’m so glad I moved to Hexonet, because I …
Read More

Configuring MySQL for Low Memory VPS

Last Updated on September 8, 2011 EDT by Jordan I’ve found the following configuration helps when you’re trying to squeeze out as much memory from a VPS as possible.   [mysqld] port = 3306 socket = /var/lib/mysql/mysql.sock skip-locking key_buffer = 16K max_allowed_packet = 1M table_cache = 4 sort_buffer_size = 64K read_buffer_size = 256K read_rnd_buffer_size = …
Read More

Apple TV XBMC sources.xml Location

Last Updated on September 5, 2011 EDT by Jordan /private/var/mobile/Library/Preferences/XBMC/userdata/sources.xml
Read More

Pasword Protected Sub Directories Missing on Index Listing with Apache2

Last Updated on September 4, 2011 EDT by Jordan If you’ve setup a folder that allows listing of the directory index, you will be presented with that directories contents. Folders and files will be show and you can navigate through each folder. However, if you’ve password protected a sub directory, it will not show up …
Read More

Apache dDoS “killapache” Sends Malformed GET Requests

Last Updated on August 26, 2011 EDT by Jordan There is a bug in certain versions of Apache that is susceptible to a dDoS using malformed GET requests. You can find more information about “killapache” at the following site. http://www.pentestit.com/2011/08/25/killapache-ddos-tool-freezes-apache-web-server/   There is no patch, however their is a work around for this bug which is provided …
Read More

Using “robocopy” to Copy EFS Files

Last Updated on August 23, 2011 EDT by Jordan When required to move large amounts data from one location to another, we use robocopy. Why? It’s basically like rsync for Linux, it copies NTFS Security ACL’s and will do file compare on every file to ensure that the destination has the most current version of …
Read More

JungleDisk – Server Daemon Not Responding, No Backups, Not cool?

Last Updated on August 20, 2011 EDT by Jordan So I noticed that one of my servers wasn’t being backed up via email alerts recently. Usually I’m on top of it, but I noticed recently one less email from JungleDisk (I get completion notices on all JungleDisk Backups). So I opened up the Jungle Disk …
Read More

Simple Apache Expires Setup via .htaccess

Last Updated on November 28, 2014 EST by Jordan If you’ve used Google Page Speed then you’ve probably seen “Leverage browser caching” as one of the items on the Medium Priority list. And it’s a real simple fix if you’re running Apache. Just create or edit your .htaccess file for the site you want to enable …
Read More