[分享及求助] Screen Watchdog 螢幕看門狗警報器

Screen Watchdog
http://macpod.net/software/ScreenWatchdog.php

左邊
1.檢查間隔每隔幾秒?
2.靈敏度
3.是否重複執行
右邊
當偵查到改變時
1.讓電腦嗶
2.放聲音
3.執行script

設好後然後執行
先選取您要感應的範圍
然後就完成了

標題的求助是想
能不能有大大寫出一個script
能自動抓取目前電腦的位址
然後自動寄mail到預設的信箱
拜託囉
2006-06-11 1:09 發佈
後面這個求助滿有創意的…

只是,若要寄信的話,可能會牽扯到 SMTP 的問題吧?

(小弟對這行不了解,說不定不用也不一定~)

若「偷者」用的跟你的網路是不一樣的,又或者…他是沒有網路的…

那麼寄信看來大概也是沒辦法囉~
嗯 這不是創意
一般防小偷的軟體
都是讓小偷一接上網路
然後自動送一個郵件或訊息
讓原主收到
【還是我有誤會以下的文章?】

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到指定信箱也可以!



JK.Chang大 真是太強了
可以說是終端機狂人吧

雖然只有幾句 我要消化可能要一年吧
dionarap wrote:
JK.Chang大 ...(恕刪)


您抬舉了,我用watchdog試了一下,發現這個軟體所謂的script是Applescript,
也就是說要把w_dog用applescript寫,因此我改了一下:
do shell script "mail -s 'dog' username < ~/message"



當您選擇用script後,watchdog就會發郵件到你的信箱囉!
這個mail的功能很強,強到有人用它來發廣告,灌爆信箱...
要小心使用!
系統的威力來自於程式間彼此的關係多於程式本身!
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?