Skip to content Skip to sidebar Skip to footer
Showing posts with the label Crontab

Raspberry Pi Crontab Starts Py Script At Bootup -> Logging: Error Mysql 2002 (can't Connect To Local Server)

A Raspberry Pi (raspian wheezy) has a cronjob, created as user pi with 'sudo crontab -e' so… Read more Raspberry Pi Crontab Starts Py Script At Bootup -> Logging: Error Mysql 2002 (can't Connect To Local Server)

Crontab Issues Running Python

I'm trying to get cron to run this command every 10 minutes; (In /home/pi/myst-myst/ DIR) pytho… Read more Crontab Issues Running Python

Crontab In Python

I'm writing code in python for some sort of daemon that has to execute a specific action at a c… Read more Crontab In Python

How To Tell Python Not To Interpret Hash Symbol As Comment?

I wanted to turn on and turn off crone job from os.system command written in python. Basically, usi… Read more How To Tell Python Not To Interpret Hash Symbol As Comment?