Anatomy of (another) Proxmox hypervisor reboot gone wrong Introduction I hate Proxmox hypervisor reboots. Any hypervisor reboot is a bad thing, because at the end of the day you’ll have VMs on the Read More
How to schedule a reboot for a specific time on Linux Use this command: root@cp:~# shutdown -r 03:30 Shutdown scheduled for Wed 2022-09-21 03:30:00 SAST, use ‘shutdown -c’ to cancel. It’s critical to use the -r Read More
How to automatically get a nodejs service to start up after reboot Description Getting a service to start up after reboot is easy with Linux and crontab In the example below, we have a Unix user called Read More