Mahamudul Karim KhondakerDIYables
Published

Raspberry Pi Scheduling A Shutdown Or Reboot

Makes a time schedule to restart or shutdown your Pi.

BeginnerProtip4,829
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
43 projects • 129 followers
Completed BSc at Electrical & Electronic Engineering (EEE) From United International University. Dhaka, Bangladesh
Contact
DIYables
0 projects • 88 followers
I would like to invite you to join and add your projects to DIYables platform https://www.hackster.io/diyables
Contact

Comments

Please log in or sign up to comment.