Re: Videoplayback following a time schedule
Hi, you can create crontab jobs ,here is a nice "how to" with examples
http://www.thegeekstuff.com/2009/06/...ntab-examples/
also...if you use gedit as your editor, crontab doesnt use gedit by default.
to set gedit as your crontab editor,append the following to .bashrc in your
home directory. *Note the "." .bashrc hidden file..to view
Code:
ls -al .bashrc
cat .bashrc
Code:
#sets gedit as default for crontab
export EDITOR=gedit
have fun !
Last edited by Hadaka; February 3rd, 2013 at 05:28 PM.
Craving anchovy, herring and squid pizza.....with clam sauce
Bookmarks