Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdheepak/raspberrypi
Scripts run on my Raspberry Pi
https://github.com/kdheepak/raspberrypi
Last synced: about 1 month ago
JSON representation
Scripts run on my Raspberry Pi
- Host: GitHub
- URL: https://github.com/kdheepak/raspberrypi
- Owner: kdheepak
- Created: 2014-01-29T06:50:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T07:34:45.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T16:51:45.839Z (3 months ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RaspberryPi
===========Scripts run on my Raspberry Pi
Type the following
pi@raspberrypi:~$ env | grep SSH_AUTH_SOCK
SSH_AUTH_SOCK=/tmp/ssh-???????????/agent.XXXX
You need to add this to crontab.
Using terminal type
crontab -e
Add the following lines to crontab.
The last two lines run the script every one minute.SSH_AUTH_SOCK=/tmp/ssh-???????????/agent.XXXX
*/1 * * * * /home/pi/scripts/script_Temperature.sh
*/1 * * * * /home/pi/scripts/script_Users.sh