Intelligence is simply talking to many people

Linux Stuff (mostly for improving computers)

To schedule a computer to sleep in 60 minutes, you need to install the ‘at’ command (which is foss), with just ‘sudo apt install at’. Then run this command:

sudo systemctl start atd 
sudo systemctl enable atd 
echo "systemctl suspend" | at now + 60 minutes

Comments: 0

Interested to discuss? Leave a comment.

Image




Your email will not be published nor shared with anyone. In your text you can use markdown for marking up *italic*, links <http://example.org> and other elements. These comments are moderated and published manually as soon as possible.