| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Right Off the Assembly Line
Join Date: Dec 2008
Posts: 4
|
so can anybody tel me how to do it, as i'm new t linux.. i only know t use som commands in a terminal, in windows Xp, i've configured it using a batch file, nd i hibernate t pc, so that it starts automatically at 2.00 a.m , nd shuts down at 8.. thanks... |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,429
|
You can automate downloads and shutdown computer using cron but don't know if it's possible to start PC automatically at preset time.
|
|
|
|
|
#4 (permalink) | |||
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,429
|
Open terminal and enter crontab -e
Press i to go to insertion mode Now to start transmission at 2 am make this entry. This will make transmission start every day of the month for whole year at 2.00AM. Remember to give a space between each star. Quote:
Quote:
Now change to root user and open crontab for editing using crontab -e Here enter the following to make pc shutdown at 8AM Quote:
But you will have to manually start the pc at 2 AM. You can perform any task using cron at specified time. The syntax for a doing a task is [minute] [hour] [date] [month] [weekday] Command Minute may be between 00-59 Hour : 0-23 Date: 1-31 Month :1-12 Weekday :1-7 DISPLAY=:0 is to see the GUI for application. |
|||
|
|
|
|
#5 (permalink) |
|
Linux all the way
Join Date: Mar 2008
Location: Rasayani
Posts: 155
|
nice... thats what i wnated to know scheduling tasks...
__________________
At times life takes a U turn and you get back where you were... |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Configuring UPS for night-time downloading | MenTaLLyMenTaL | Internet & WWW | 2 | 30-11-2008 11:18 PM |
| waiting for 2am to start downloading??? sleep cool! | mario_pant | Tutorials | 43 | 19-07-2008 09:39 PM |
| How can I Schedule my PC to Shutdown/Hibernate at a predefined time? | src2206 | Software Q&A | 15 | 14-10-2007 11:06 AM |
| downloading on same pc using 2 connections at a time | kuldeep bhardwaj | Internet & WWW | 8 | 01-08-2006 02:49 AM |