mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

379K
active users

nixCraft 🐧

The answer to life's problems is simple:

sudo reboot

@nixCraft

#!/bin/bash

while true;
do
sudo reboot
done

@nixCraft really? In front of my 'sudo shutdown -r <time>'?

rude

@nixCraft The only operating system you would actually need this on to solve nearly any problem neither supports sudo nor the reboot command. You'd rather try shutdown /r /f instead.