fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Here's another #techromancy tip:
Create a 2GB "sacrificial" file for your volumes. When the disk fills up and your system locks up, kill it and run your cleanup scripts. It's helped me get out of a bind a few times now.

```bash
dd if=/dev/urandom of=sacrifice.txt bs=1M count=2048
```

```bash
rm sacrifice.txt
```

Hit that bell icon for more techromancy tips and cyberlifehacks

J3RN :emacs: :haskell:

@mauve OMG this is actually such a good idea