I have been thinking I should turn off my PC at night for all the good reasons - saving energy, the planet etc and was wondering if I can set it up to do it automatically. I suppose turning on again automatically is out of the question?
Announcement
Collapse
No announcement yet.
Auto off?
Collapse
This topic is closed.
X
X
-
Re: Auto off?
Hmm shutdown is easy:
Press: Alt + F2 > kdesu kcron > Choose root > Choose tasks > Right click tasks > Choose New (or press Ctrl + N) > Edit Task - KCron pops up
- click right time and day (daily)
- program: /sbin/shutdown -h now
From man shutdown:
shutdown brings the system down in a secure way. All logged-in users are notified that the system is going down, and login is blocked...Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: Auto off?
How about a hibernate function? Not a full shutdown but should be faster restart.
Just google linux hibernate. Here's one:
http://www.suspend2.net/
- Top
- Bottom
Comment
-
Re: Auto off?
Just find this:
TurnOffTimer
http://www.kde-apps.org/content/show.php?content=45902
Description:
A Kommander script that will help you shut down / restart etc. the computer at a specified time later.
Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Auto off?
With some help from Nigel Cunningham I got Suspend2 installed and working and it seems pretty good.
So all I need to do is remove the 'shutdown' task I added to Kcron and add 'sudo hibernate' instead, but when I open Kcron now it is empty - no tasks, no variables. Do I have to be root when I run it; how do I do that?
Thanks, Abunt
- Top
- Bottom
Comment
-
Re: Auto off?
Alt+F2 (or konsole) and then kdesu kcron.Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
Comment