Tagged Questions
0
votes
2answers
436 views
Running Python script via cron with sudo?
Im using Linux Mint.
I have written a python script that is designed to not be accessible to the logged in standard user but is still be executed while they are logged in. It is to run and log them ...
3
votes
1answer
300 views
How to use cron + python to regularly adjust screen brightness?
I want to use cron and this script (http://askubuntu.com/questions/23593/use-webcam-to-sense-lighting-condition-and-adjust-screen-brightness):
import opencv
import opencv.highgui
import time
import ...
1
vote
2answers
398 views
using cron to run script
Hey guys, im trying to run a script using cron, im using a crontab created by the user ashtanga, in the crontab i have
*/5 * * * * /home/custom-django-projects/SiteMonitor/sender.py
in top of the ...