first import

This commit is contained in:
2014-02-14 14:36:41 +01:00
commit 86792231f7
3 changed files with 21 additions and 0 deletions

12
bin/notify_boot.sh Executable file
View 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
View 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
View File

@@ -0,0 +1,5 @@
#!/bin/bash
ln -s `pwd`/bin/* ~/bin/.