Mahamudul Karim KhondakerDIYables
Published

Raspberry Pi Scheduling A Shutdown Or Reboot

Makes a time schedule to restart or shutdown your Pi.

BeginnerProtip4,788
Raspberry Pi Scheduling A Shutdown Or Reboot

Things used in this project

Story

Read more

Code

Untitled file

Python
sudo shutdown -h +60
sudo shutdown -h 1:00
sudo shutdown -h now
shutdown -h +3:00

sudo shutdown -r +60
sudo shutdown -r 1:00
sudo shutdown -r now
shutdown -r +3:00

sudo shutdown -c 

Credits

Mahamudul Karim Khondaker

Mahamudul Karim Khondaker

43 projects • 124 followers
Completed BSc at Electrical & Electronic Engineering (EEE) From United International University. Dhaka, Bangladesh
DIYables

DIYables

0 projects • 57 followers
I would like to invite you to join and add your projects to DIYables platform https://www.hackster.io/diyables

Comments