這幾天幫朋友改造NextNAS(免費網樂通NAS),裝完Wonderbox、samba、rc.local掛載EXT4硬碟,因為進入後台需要網樂通的區域網路IP,我是使用MAC位址固定IP,想到大多數人應該不用這招,所以Google一下相關資料,果然找到相關方法。(https://github.com/shenjia/raspbian-ip-mailer)
一)回到家目錄,下載環境部屬腳本。(其實放在哪裡都可以)
wget https://github.com/shenjia/raspbian-ip-mailer/raw/master/deploy.sh
二)執行deploy.sh前,先編輯一下,把sudo拿掉,不然會報錯喔!!
chmod +x deploy.sh #給予執行權限<br /> ./deploy.sh #執行
三)
vi /usr/local/bin/raspbian-ip-mailer.py
設定Gmail帳號。
找到以下文字進行設定~!
# Mail account settings<br /> send_to = '[email protected]' #要收信的帳號<br /> mail_user = '[email protected]' #負責寄信的帳號<br /> mail_password = 'password' #負責寄信帳號的密碼
四)重新開機,收信啦!是網樂通小藍盒寄出的喔!