first import
This commit is contained in:
12
bin/notify_boot.sh
Executable file
12
bin/notify_boot.sh
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
_IP=$(hostname -I) || true
|
||||||
|
_TMP=/tmp/Text.notify_boot.tmp
|
||||||
|
|
||||||
|
echo From: djocebot@gmail.com > $_TMP
|
||||||
|
echo To: jocelyn.fiat@gmail.com >> $_TMP
|
||||||
|
echo Subject: RPI-B ip=$_IP >> $_TMP
|
||||||
|
echo rpi ip=$_IP >> $_TMP
|
||||||
|
echo . >> $_TMP
|
||||||
|
|
||||||
|
curl -s -n --ssl-reqd --mail-from djocebot@gmail.com --mail-rcpt jocelyn.fiat@gmail.com --url smtps://smtp.gmail.com:465 -T $_TMP -u "djocebot@gmail.com:DjocBOT31"
|
||||||
4
bin/svnc.sh
Executable file
4
bin/svnc.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
vncserver -kill :1
|
||||||
|
#vncserver :1 -geometry 1920x1080 -depth 24 -dpi 96
|
||||||
|
vncserver :1 -geometry 1280x1024 -depth 24 -dpi 96
|
||||||
5
install.sh
Executable file
5
install.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ln -s `pwd`/bin/* ~/bin/.
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user