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

Linux

48328 readers
555 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
[–] makeasnek@lemmy.ml 4 points 9 months ago* (last edited 9 months ago) (11 children)

Have you looked into nostr? It offers most of the same features of Mastodon except that:

  • Your identity is not tied to your instance. If your instance closes up shop, you keep all your followers, followees, DMs, etc
  • You can send encrypted DMs, so your instance admin can't read them
  • Cool tipping functionality so you can tip people if you like their posts. Or don't use it. It's optional.
  • Most nostr clients have some built-in filtering functionality to block out things that are NSFW, crypto-related, etc. Different relays have different moderation policies, much like mastodon instances.

You can run your own relay of course.

[–] sag@lemm.ee 1 points 9 months ago (1 children)

Can it federate with fediverse?

[–] makeasnek@lemmy.ml 4 points 9 months ago* (last edited 9 months ago)

No, but some functionality could be bolted onto it for that purpose. But it is a federated network, just within it's own protocol. Fediverse (Mastodon, Lemmy, Kbin, etc) run on an underlying protocol: ActivityPub, so they can all federate with each other within ActivityPub.

Nostr runs on an underlying protocol also confusingly called nostr. Nostr's main "interface" is a twitter clone, but the underlying protocol supports things like video streaming sites etc and some interfaces have been built for that purpose.

load more comments (9 replies)