this post was submitted on 03 Feb 2024
78 points (94.3% liked)

Linux

47366 readers
1758 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I am thinking about hosting my own Mastodon server from home on a Raspberry Pi (Pi4 8GB)?

  1. Are there good tutorials out there?
  2. What's the annual cost just to host yourself?

@linux @nixCraft @raspberrypi

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)

Your identity is not tied to your instance. If your instance closes up shop, you keep all your followers, followees, DMs, etc

This is one of the major advantages Bluesky's protocol (AT Protocol) has over ActivityPub. ActivityPub doesn't have anything built-in to support this. On Bluesky, you can use your own domain name as your username, and freely move from one server to another while keeping the same username (once they open up federation). It's configured through a DNS TXT record.

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

Still doesn't beat nostr imo.

Bluesky:

  • Identity not tied to instance
  • You have to buy and administer a domain name, which is technically complex and costs $10.
  • DNS is also subject to censorship by firewalls

Nostr:

  • Identity is not tied to an instance
  • Your private keys (identity) are generated by your app. No purchase or administration required
  • Censorship is much more difficult