Screen Watchdog
http://macpod.net/software/ScreenWatchdog.php
左邊
1.檢查間隔每隔幾秒?
2.靈敏度
3.是否重複執行
右邊
當偵查到改變時
1.讓電腦嗶
2.放聲音
3.執行script
設好後然後執行
先選取您要感應的範圍
然後就完成了
標題的求助是想
能不能有大大寫出一個script
能自動抓取目前電腦的位址
然後自動寄mail到預設的信箱
拜託囉
一般防小偷的軟體
都是讓小偷一接上網路
然後自動送一個郵件或訊息
讓原主收到
【還是我有誤會以下的文章?】
LapCop 3.0
http://macupdate.com/info.php/id/9617#descContainer_link
LapCop sends an electronic alert to your e-mail address. This alert e-mail, containing the internet route to your Mac, together with information about its network settings, provides enough information to track your Mac.
Undercover 1.5
http://macupdate.com/info.php/id/20425
n case of theft, the Mac's unique Undercover ID is added to the database on the Undercover server, initiating the recovery process. During the recovery phase, Undercover transmits its current location on the internet, enabling the Undercover team to identify the computer's exact physical location. Moreover, Undercover also sends screenshots of the stolen Mac, revealing details of the thief's identity. The Undercover recovery center will then work with law enforcement to recover the Mac.
dionarap wrote:
嗯 這不是創意一般防...(恕刪)
你要自動傳送mail的話可以修改/etc/aliases,加入
jkchang:jkchang@powerbookG4.local , jk_chang@seed.net.tw
原本的系統訊息會送到我的jkchang@powerbookG4.local
加入我在seednet的帳號

接著#newaliases讓設定生效,
你可以試一試$mail -s 'dog' jkchang < /etc/aliases
其中'dog'是主旨,後面是帳號,</etc/aliases 是將aliases檔案導向至mail程式.
然後看看pop信箱 & /var/mail/username 下面是否有你的信件,或是用 $mail 察看

接著就是要有一個script,
1.先在家目錄建立一個message的文字檔,並加入你要傳送的的內容
2.再建一個script,叫w_dog.sh,內容mail -s 'dog' username < ~/message
3.修改script權限為755 , $chmod 755 w_dog.sh
另外:
或許你不必裝這個軟體用,cron的功能在每次開機就送一封mail到指定信箱也可以!
內文搜尋





























































































