101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

508
active users

#linux_tips

0 posts0 participants0 posts today

Thinking of installing a fresh copy of Linux? I highly recommend looking into btrfs.

I switched to btrfs for the built-in snapshots (ie. built-in backup system) alone, but btrfs does have more benefits over the standard ext4:

* Snapshots
* File deduplication
* Copy-on-write (when writing to disk, btrfs makes a copy then writes. Prevents data loss if the disk is corrupt or due to power loss)
* etc...