Thread: Smart Q7 Tablet
View Single Post
Old 09-04-2009, 02:45 AM   #614
markr
Member
markr doesn't littermarkr doesn't litter
 
Posts: 22
Karma: 104
Join Date: Jun 2009
Device: none
Quote:
Originally Posted by celtica96 View Post
If anyone can work out how to get cron and crontab working, please let me know.
"sudo apt-get install cron" will install cron just fine if you have your apt sources.list set up.

From there you can use the cron gui you mentioned, or run "crontab -e" at the command line to edit your personal cron file. Keep in mind that that will open vi as a file editor which might be a bit confusing if you haven't used it before. (as a very quick intro, hit "i" to start editing, then "esc" when you are done and :wq to save the file and quit. :q! will save and ditch your changes). When you quit it will tell, you something about "installing new crontab" and you should be good to go.
markr is offline   Reply With Quote