Topic: Track your stolen #! box with Prey
Worried about your sweet #! laptop getting stolen? Prey is an opensource lojack for your computer. It is available in the debian testing/unstable repos. If you have testing or unstable set up on your system (see the apt-pinning link in my sig) you can simply
sudo apt-get install preyNext you will need to create an account on the preyproject site. You will need to grab your API key from the accounts page, and your device key (once you create a device it will be on the device page).
To set up your machine you will need to sudo nano /etc/prey/config
Look for this part:
####################################################################
# http posting configuration
####################################################################
# you can get both of these from Prey's web service
api_key=''
device_key=''and enter your keys
To test your setup, and that your keys are correct you can run
sudo /usr/lib/prey/prey.sh --checkTo test that everything is running set your machine to missing in the prey control panel (http://control.preyproject.com/) and wait for a report to show up.
If you don't like the idea of preyproject having access to anything it is also possible to run it with your own server and email. More on that later!