Category Archives: 1

Ubuntu Squid 3 SSL Support PPA

If you’re looking for squid3 with SSL support in Ubuntu, you’re in luck! There’s a PPA that is providing squid3 with SSL support compiled in. Simple run the following command to add the mojocode PPA. add-apt-repository ppa:mojocode/ppa More information on … Continue reading

Posted in 1 | Leave a comment

Fix Ubuntu Apt error “public key is not available” GPG Keys

If you’ve ever used the a package or repository from the Ubuntu Personal Pakacge Archive, you may have receive an error when each time you use apt-get. The error looks something like this. W: GPG error: ppa.launchpad.net lucid Release: The … Continue reading

Posted in 1 | Leave a comment

Ubuntu apt-key not working? Behind a Firewall? Open port port 11371 or use http://:80

I was trying to get some Ubuntu PGP Key’s for some ppa.launchpad.net sources, and apt-key kept erroring out. All I had to do was open up 11371 on my firewall or just use keyserver.ubuntu.com:80 which would force the HTTP protocal … Continue reading

Posted in 1 | Leave a comment

Car Paint Damage (Chips, and Pits)

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. www.popularmechanics.com/cars/how-to/repair/how-to-repair-chipped-car-paint www.youtube.com/watch?v=dVkJT_hL6Zs&feature=related

Posted in 1 | Leave a comment

OtterBox Defender Series iPhone 4S Warranty Pictures

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 … Continue reading

Posted in 1 | Leave a comment

Why DomainPeople’s New Domain Manager Sucks

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 … Continue reading

Posted in 1 | Tagged , , , | 2 Comments

Configuring MySQL for Low Memory VPS

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 = … Continue reading

Posted in 1, MySQL | Tagged , , | Leave a comment

Apple TV XBMC sources.xml Location

/private/var/mobile/Library/Preferences/XBMC/userdata/sources.xml

Posted in 1 | Tagged , , | 2 Comments

Pasword Protected Sub Directories Missing on Index Listing with Apache2

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 … Continue reading

Posted in 1 | Tagged , , , , , , | Leave a comment

Simple Apache Expires Setup via .htaccess

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 … Continue reading

Posted in 1 | Leave a comment