<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Phone Home Script to Protect Your Laptop</title>
	<link>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop</link>
	<description>Musings about technology from a Geek</description>
	<pubDate>Tue, 07 Sep 2010 01:48:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: JohnQ</title>
		<link>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-4769</link>
		<dc:creator>JohnQ</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:21:18 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-4769</guid>
		<description>On small modification ... I was using wget and after the initial file was downloaded any newly downloaded files from the server were being placed in new files like this:  /tmp/phonehome.1   /tmp/phonehome.2   etc.

Obviously, the script on the Mac that you're hoping would execute the new commands doesn't know about the new file names, so I add this to the top of the script:

if [ -s /tmp/phonehome ]
then
mv /tmp/phonehome /tmp/phonehome_$RANDOM
fi

.... then the rest of the script like it is above........

Also, make sure cron can see any commands you want executed in /tmp/phone.bash ... to be safe put full pathnames to anything you want run.</description>
		<content:encoded><![CDATA[<p>On small modification &#8230; I was using wget and after the initial file was downloaded any newly downloaded files from the server were being placed in new files like this:  /tmp/phonehome.1   /tmp/phonehome.2   etc.</p>
<p>Obviously, the script on the Mac that you&#8217;re hoping would execute the new commands doesn&#8217;t know about the new file names, so I add this to the top of the script:</p>
<p>if [ -s /tmp/phonehome ]<br />
then<br />
mv /tmp/phonehome /tmp/phonehome_$RANDOM<br />
fi</p>
<p>&#8230;. then the rest of the script like it is above&#8230;&#8230;..</p>
<p>Also, make sure cron can see any commands you want executed in /tmp/phone.bash &#8230; to be safe put full pathnames to anything you want run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-1999</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Wed, 14 Jan 2009 07:10:42 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-1999</guid>
		<description>Of course, if the thief didn't reinstall the OS immediately, he deserves to be caught, otherwise lojack will probably do a better job/

At the end of the day however, the data on the laptop is more important, which is why I would use a full volume encryption method, like BCVE, or whatever the Mac users fancy.</description>
		<content:encoded><![CDATA[<p>Of course, if the thief didn&#8217;t reinstall the OS immediately, he deserves to be caught, otherwise lojack will probably do a better job/</p>
<p>At the end of the day however, the data on the laptop is more important, which is why I would use a full volume encryption method, like BCVE, or whatever the Mac users fancy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Gullo</title>
		<link>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-872</link>
		<dc:creator>Dave Gullo</dc:creator>
		<pubDate>Fri, 06 Jun 2008 15:03:57 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-872</guid>
		<description>Yeah, Leo Laporte was talking about that on the radio this morning.  A person got their camera  gear stolen, and the camera had some type of auto-upload functionality to her Fickr or Picassa over wifi.  The thieves were caught because of hundreds of pictures they took of themselves.  While LoJack for laptops is nothing new, you take it to a whole new "roll-your-own" level.

... regarding software: when people say why don't you just use "X", I say, because I wrote "Y"...</description>
		<content:encoded><![CDATA[<p>Yeah, Leo Laporte was talking about that on the radio this morning.  A person got their camera  gear stolen, and the camera had some type of auto-upload functionality to her Fickr or Picassa over wifi.  The thieves were caught because of hundreds of pictures they took of themselves.  While LoJack for laptops is nothing new, you take it to a whole new "roll-your-own" level.</p>
<p>&#8230; regarding software: when people say why don&#8217;t you just use "X", I say, because I wrote "Y"&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-870</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:45:40 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/technology/phone-home-script-to-protect-your-laptop#comment-870</guid>
		<description>It sounds pretty cool, but the idea of blindly executing the contents of a script, even on a server you control, kinda scares the crap out of me.  Maybe put in some shared key signing or something?  I don't know, it just seems like a potentially big hole.</description>
		<content:encoded><![CDATA[<p>It sounds pretty cool, but the idea of blindly executing the contents of a script, even on a server you control, kinda scares the crap out of me.  Maybe put in some shared key signing or something?  I don&#8217;t know, it just seems like a potentially big hole.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
