Monday, November 25, 2019

Shutdown Ubuntu from the command line

Shutdown Ubuntu from the command line

$: sudo shutdown -h now

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...