http://itmanagement.earthweb.com/osrc/article.php/3820096/Open-Source-Netbook-Protection-Adeona.htm
Back to article
Open Source Netbook Protection: AdeonaBy A. LizardMay 13, 2009 Adeona has been widely touted (194K hits at google) as the Open Source solution to protecting your laptop or netbook. It is intended to send a tracking signal from your computer to a server network. The tracking information is encrypted with a key generated during installation to protect user privacy. If your computer disappears, use the retrieval software bundled with the program to query the server network and hopefully, retrieve the IP address where your computer is connected to the Internet, and information on nearby routers. The OS X version allows photographs taken from the computer's webcam to be retrieved. Hopefully, the retrieved information will make it possible for law enforcement to retrieve your computer. But as good as this sounds Adeona has some roadblocks; if you're in a hurry, skip ahead to the bad news section. You must install Adeona on both netbook/laptop and on whatever machine you plan to retrieve the tracking information from. Retrieval of information about laptop location requires a retrieval key from the netbook/laptop which is generated during the installation of Adeona. You can download Adeona from here. Dependencies:
Of these commands, cron and iwconfig are most likely to be already installed in a default Ubuntu laptop or netbook installation. In Debian/Ubuntu, OpenSSL means the default install plus the development tool package libssl-dev. Iwconfig is part of the wireless-tools package. So . . . # aptitude install cron wireless-tools openssl libssl-dev traceroute cron
Since aptitude won't install a package if is already installed, it's safe to use the above command line even if two or more of these packages are already installed. In my Ubuntu netbook installation, traceroute and libssl-dev were the only things actually installed.
# tar -xvf adeona* type y to the do you want to install ? question When the crontab entry which will make sure Adeona runs on startup appears, copy and paste it from the terminal to a text editor because you'll need it later.
# crontab -e
Retrieval:
# /usr/local/adeona/adeona-retrieve.exe -r /usr/local/adeona/resources -l /usr/local/adeona/resources/logs -s /path-to/adeona-retrievecredentials.ost -n 1 |