HTC Incredible Virtual CD-ROM Hack

The official HTC Incredible 2.2 update added a new feature to the ROM. When the phone is connected to a computer via USB, even if the memory card is not mounted, it will act as a virtual CD-ROM. It basically just acts as a CR-ROM drive with the disk image found in /system/etc/CDROM.ISO. The default ISO was some annoying Verizon thing. Most (rooted) users simply deleted the ISO from their system. I however found a way to make this feature a bit more useful. ...

October 3, 2010 · 3 min

Use EventGhost to Make a XBMC Hulu and Boxee HTPC

The PC I wanted a HTPC that I could use to play anything, and that could do anything. And since it was going to be hooked up to a big TV, it might as well be powerful enough to play some modern games on the big screen. I chose to use a relatively new computer (Core 2 Duo 2Ghz, Nvidia GeForce GT 220) and run Windows 7. My previous HTPC ran Linux, but with a powerful enough computer, the ability to play games on the HTPC made me move to Windows. ...

September 22, 2010 · 4 min

Use Active Directory for Linux logins

This is a simple how-to on using Microsoft’s Active Directory for user authentication on Linux systems. The method described in this guide should work for Cent OS, Red Hat Enterprise Linux (RHEL), and Fedora. Debian based distributions do not have the tools used in this method and require a different setup. This guide used Cent OS 5.5 with a minimal text only install, however it should apply the same to other compatible versions of Linux. ...

September 5, 2010 · 3 min

Build Your Own Car Power Inverter

A car inverter will take the 12 volts DC from your car, usually from your cigarette lighter, and turn it into 110 volts AC, which is what you get out of your home power outlets. This allows you to plug household electronics into your car. The most common would probably be your laptop. Home UPS systems do the same thing, except instead of using a car outlet they use a 12 volt battery. I used a old home UPS system I had laying around that had a bad battery. (We don’t use the battery in this mod) ...

August 29, 2010 · 2 min

N810 as Computer GPS

This guide will tell you how to let a windows computer make use of your N810’s GPS as if it was its own. While the Nokia N810 does not have the best GPS in the world it is still better than no GPS. On a recent road trip I wanted a way to visualize my trip route on a more powerful device than my N810’s 400MHz processor and Maemo Mapper. I wanted the full use of my laptop, Google Earth and the Internet. ...

August 22, 2010 · 4 min

HTC Incredible Video Out

I recently got a HTC Incredible to replace my aging LG Chocolate. One feature of the Incredible was video out. Specifically the ability to output composite video to a TV. The cable was first demoed by WireFly here: http://www.youtube.com/watch?v=eJyt463AoOA And since then threads like these have started trying to hunt down the cable. And it looks like one day it may be sold here or here. But for the time being this cable is not being sold anywhere, and there is a rumor that it may never be commercially sold. ...

June 3, 2010 · 3 min

Building a PXE Server

PXE is a method for booting an operating system over a network, it stands for Pre-Executable environment. Here I will show you how to build a PXE server to boot and or install operating systems over your network. Installing the server OS I made this server inside VMWare, however the steps are the same if you are using a different virtual machine server or a physical machine. I used Debian 5.0 and used the net-install iso. Since we will only be needing a bare Debian install and just a few extra packages there is no need to download/install the entire OS. ...

April 19, 2010 · 4 min

Switch Network Interface in Linux

This guide will tell you how to rename or switch network controller names in Linux. Often when installing Linux the installer will automatically pick the names of the network controllers. And for some reason the order it names them is almost always not the order I want them in. I usually like the primary/on-board card eth0, and all additional cards eth1-n, however the installer often has its own ideas. So this is how to correct it! ...

April 8, 2010 · 2 min

SSH Tips and Tricks

Part 1 - Screen Screen is a program that can create virtual terminals inside your current session. If you are familiar with tabbed web browsers, think of screen as adding tabs to your terminal. And if your server allows it can allow you to disconnect sessions and keep them running in the background, even if you log out. You can install screen on Debian with apt-get by running sudo apt-get install screen and yum install screen for rpm based systems. ...

March 31, 2010 · 5 min

Car Aux Mod

Here is how I added an AUX input to my Delco Radio/CD player and a nice mount for my N810. Part 1 - Adding The AUX Input First off This worked on my Delco radio. It may work on yours, it may not. On My radio there is a nice AUX button right under the CD button. This goes to an AUX connector on the back of the unit. This is a Delco AUX plug. It was meant to go to a separate tape deck. Unfortunately, this AUX plug requires an intelligent device to be connected in order to function. There is also a device you can buy that will plug into this AUX port and give you a normal RCA connection. However, the goal of this project is to spend as little money as possible while having the fun of doing it yourself. ...

November 15, 2009 · 4 min