PDA

View Full Version : Does Ubuntu support this?



ki4jgt
September 2nd, 2012, 03:31 AM
http://www.intel.com/content/www/us/en/architecture-and-technology/anti-theft/anti-theft-consumer-technology.html

Mikeb85
September 2nd, 2012, 04:43 AM
I'm pretty sure it's controlled through the BIOS...

whatthefunk
September 2nd, 2012, 05:43 AM
Im guessing that it doesnt. You have to get a service provider for the system to work. They are listed on this page:
http://www.intel.com/content/www/us/en/architecture-and-technology/anti-theft/anti-theft-service-providers.html

The Lo Jack site requires either Windows or Apple. Email the others to see what they say. A lot of things like this that are controlled by the bios dont work well in Linux...

Lucradia
September 2nd, 2012, 09:12 AM
Linux doesn't even support Intel's CPU boosting system (which requires a driver), I wouldn't have expected them to support this either.

mips
September 3rd, 2012, 10:56 AM
ki4jgt,

Not the same but a possible alternative http://preyproject.com/




Linux doesn't even support Intel's CPU boosting system (which requires a driver), I wouldn't have expected them to support this either.

Please elaborate? If you are talking about Turbo Boost then it's supposed to work from what I have read.
Have you seen http://code.google.com/p/i7z/

Lucradia
September 3rd, 2012, 09:52 PM
Please elaborate? If you are talking about Turbo Boost then it's supposed to work from what I have read.
Have you seen http://code.google.com/p/i7z/

What if we don't want QT, and still want the GUI?

doorknob60
September 3rd, 2012, 10:28 PM
What if we don't want QT, and still want the GUI?

Write your own in GTK? Seriously, it's no big deal to just install it, that's like asking to get VLC without any video or audio codecs, or something like that. If you don't like what's offered, code it yourself. Otherwise, deal with it :P

vexorian
September 3rd, 2012, 11:36 PM
What if we don't want QT, and still want the GUI?
picky guys tend not to get the cake.

Lucradia
September 4th, 2012, 07:51 AM
picky guys tend not to get the cake.

Cake's fattening, so is KDE.

cbennett926
September 4th, 2012, 07:53 AM
I have researched this as well, I can confirm that it does not because it states that it can only work with Windows/Mac :'( I wish they did though!

pqwoerituytrueiwoq
September 4th, 2012, 06:27 PM
have access to a server?
you could make a script to check a page/file on the net and put a 1/0 in it 1=stolen, also waits for net connection
on xubuntu 12.04 at least with xfce 4.10 this will flood the screen with stolen messages and then shutdown

#!/bin/sh
while [ 1 -eq 1 ]; do # infinite loop for checking without reboot
while [ -n "`ping www.google.com -c 1 2>&1 | grep '1 received'`" ]; do # while there is a net connection
if [ "`curl http://myserver.com/istolen.txt`" == "1" ];do # if stolen
while [ -z "`users`" ]; do # wait for a user to login (eg guest or normal user)
sleep 1
done
i=0
export DISPLAY=:0
while [ $i -lt 154 ]; do # make 154 stolen alerts
sudo -u "`users | sed 's/ /\n/g' | head -1`" notify-send --icon=info "STOLEN" "THIS COMPUTER IS STOLEN"
i=$(($i+1))
done
sleep 5
poweroff # shut off stolen system to make it unusable
done
sleep 5
done
sleep 5
donein /ect/rc.local add this line before exist
sh /path/to/script &
i suggest having a php script on the server that will record the ip address the stolen system is at
feel free to add a line to play a audio file and max out the volume and say something
"this computer is stolen 100 dollar cash reward, call 000-000-0000"
google has a text to speech generator

vexorian
September 5th, 2012, 08:01 PM
Cake's fattening, so is KDE.
What does KDE have to do with any of this?

ki4jgt
September 8th, 2012, 12:41 AM
have access to a server?
you could make a script to check a page/file on the net and put a 1/0 in it 1=stolen, also waits for net connection
on xubuntu 12.04 at least with xfce 4.10 this will flood the screen with stolen messages and then shutdown

#!/bin/sh
while [ 1 -eq 1 ]; do # infinite loop for checking without reboot
while [ -n "`ping www.google.com -c 1 2>&1 | grep '1 received'`" ]; do # while there is a net connection
if [ "`curl http://myserver.com/istolen.txt`" == "1" ];do # if stolen
while [ -z "`users`" ]; do # wait for a user to login (eg guest or normal user)
sleep 1
done
i=0
export DISPLAY=:0
while [ $i -lt 154 ]; do # make 154 stolen alerts
sudo -u "`users | sed 's/ /\n/g' | head -1`" notify-send --icon=info "STOLEN" "THIS COMPUTER IS STOLEN"
i=$(($i+1))
done
sleep 5
poweroff # shut off stolen system to make it unusable
done
sleep 5
done
sleep 5
donein /ect/rc.local add this line before exist
sh /path/to/script &
i suggest having a php script on the server that will record the ip address the stolen system is at
feel free to add a line to play a audio file and max out the volume and say something
"this computer is stolen 100 dollar cash reward, call 000-000-0000"
google has a text to speech generator

I've already taken care of it from the software side :). I have a .onion address pointing to a secure shell :). I also have a warning message which will open up in firefox and tell the user it's hot. I've also got a python script setup that upon running will snap a photo from the webcame, capture audio from the microphone and lock the computer down so I'm not worried about that as much as if someone gets smart and erases the OS.

the8thstar
September 8th, 2012, 12:57 AM
I've already taken care of it from the software side :). I have a .onion address pointing to a secure shell :). I also have a warning message which will open up in firefox and tell the user it's hot. I've also got a python script setup that upon running will snap a photo from the webcame, capture audio from the microphone and lock the computer down so I'm not worried about that as much as if someone gets smart and erases the OS.

How did you do all that ?

ki4jgt
September 8th, 2012, 02:25 AM
How did you do all that ?

- Install Tor without Vidalia
- Install ssh
- Setup ssh to only serve on localhost
- Setup a hidden Tor service https://www.torproject.org/docs/tor-hidden-service.html.en Point it to the ssh port and give it a custom connection port.
- Install Motion (also doubles as an http cam server)
- using python's os.system module you can have a custom script to exucute any terminal commands you want, which I sent to Motion and a python pulse audio script I downloaded.
- Save an html file somewhere. When you know the computer is online, you have to issue a certain command over ssh to open applications remotely but once the command is entered you simply enter firefox file.html.
- I'm working on sharing X over the ssh connection.

Stonecold1995
September 8th, 2012, 06:08 AM
You mind sharing any of the scripts?

Artemis3
September 10th, 2012, 02:52 PM
Don't you think if anyone stole a laptop, would format it and install something else?

Stonecold1995
September 10th, 2012, 08:09 PM
Don't you think if anyone stole a laptop, would format it and install something else?

I think the average thief would just keep the computer the way it is, unless they can't access it because it's password protected.

ki4jgt
September 10th, 2012, 09:23 PM
You mind sharing any of the scripts?

Audio capture is here https://bbs.archlinux.org/viewtopic.php?pid=325723 and motion is what I used for the webcam. As for the lockup It's basically a poweroff since I have it password protected (except for guest where I'm hoping my target will go first :))


Don't you think if anyone stole a laptop, would format it and install something else?

You'd be surprised. There have already been two reported cases of returned computers because theifs didn't wipe anything off the hard drive and if I'm not mistaken one of the owners had a DDNS pointed at his machine so he was able to really mess with the guy on the other end.

Ubun2to
September 12th, 2012, 10:59 PM
- Install Tor without Vidalia
- Install ssh
- Setup ssh to only serve on localhost
- Setup a hidden Tor service https://www.torproject.org/docs/tor-hidden-service.html.en Point it to the ssh port and give it a custom connection port.
- Install Motion (also doubles as an http cam server)
- using python's os.system module you can have a custom script to exucute any terminal commands you want, which I sent to Motion and a python pulse audio script I downloaded.
- Save an html file somewhere. When you know the computer is online, you have to issue a certain command over ssh to open applications remotely but once the command is entered you simply enter firefox file.html.
- I'm working on sharing X over the ssh connection.

Just make sure you have a computer to view all of this on after you get it setup-it would be a shame not to be able to use any of it.