toot.cat is one of the many independent Mastodon servers you can use to participate in the fediverse.
On the internet, everyone knows you're a cat — and that's totally okay.

Administered by:

Server stats:

424
active users

Public

Good morning, folks. Have a sysadmin tip:

When you ssh to a remote system, make it a habit to run either `screen` or `tmux` first. Always. Even for just a quick little command.

That way, when your crap ISP monopoly drops your connection for no reason whatsoever, your remote command won't be SIGHUP'd, & you can resume with `screen -r` or `tmux attach` when they decide your connection can be restored.

@arielmt I use byobu for this as it always connects to the same and is very handy