Linux 项目 shell 自动获取报告本机IP (1) | 通过shell 自动获取报告本机IP
由于电脑设置静态IP经常出现链接不上网络,动态IP又非常不方便,故有了这个想法并实现 原理: Linux,包含PC机器,树莓派等,通过shell 自动获取报告本机IP | 通过 Mutt+Msmtp邮箱发送 此次使用树莓派3B实现步骤: 1.安装mutt 和 Msmtp $ sudo apt - get install mutt // 安装mutt,其他系统使用相应包管理 $ sudo apt - get install msmtp // 安装msmtp,其他系统使用相应包管理 2.在/etc/Muttrc 下配置 mutt ## 2019 1 25 send ip to my mail set sendmail= " /usr/bin/msmtp " set use_from= yes set realname= " Pi's address4 " set from = A 邮箱地址 set envelope_from= yes set crypt_use_gpgme = no 3.在/root/下 新建配置msmtp account default host smtp.aliyun.com from your A mail @aliyun.com auth plain user your A mail @aliyun.com // A邮箱地址 password 密码