Auto Shutdown OpenBSD 5.6 when Battery is critical with Python

Bismillah, Today, I will try to write in english, sorry for my bad english, he..he… this is my script, I run it with cron every 3 minute, that script is check capasity of battery, if it less than 15%, exec /sbin/halt -p add to crontab: I also add to my /etc/rc.local, to shutdown my laptop… Continue reading Auto Shutdown OpenBSD 5.6 when Battery is critical with Python

Mudah Belajar Sistem Digital dengan Programming Python

Bismillah, Dibawah ini adalah Pengoperasian Operator Logika dengan Bahasa Python. Berikut daftar Operator Logika pada Python: AND –> & OR –> | XOR –> ^ NOT –> not Contoh Pengoperasian: A AND B –> A & B A OR B –> A | B A XOR B –> A ^ B NOT A –> not… Continue reading Mudah Belajar Sistem Digital dengan Programming Python