208
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 24 Jan 2026
208 points (99.1% liked)
Linux
57274 readers
422 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
It is a nice way to host a very lightweight blog or microblog. The ultra-light markup language gives it a feel like a wiki. Such blogs can be viewed with a client like deedum for Android or amfora for Linux, or with a brower using an gemini-to-web gateway: Here a gateway at mozz.us displaying a German paywall-less newspaper at gemini://taz.de.
And by the way, since gemini clients can also do local file:// URLs, it is also a minimum-fuss way to organize a local file tree that contains a mix of documentation / info and media like a wiki, and share it locally with people over NFS or Samba (Windows file sharing).
Deedum has fallen behind and doesn't support recent android it seems. Same for the only other client in fdroid, Pocket Gopher.
Try Rosy Crow. You'll have to add the repository to f-droid before you download it.
Here is a list of more recent clients and libraries:
https://github.com/kr1sp1n/awesome-gemini
(good stuff... there is even a FUSE file system for the Gemini protocol.)
And for Arch / Desktop systems, also look here:
https://wiki.archlinux.org/title/List_of_applications/Internet
Ctrl-f "gemini"
Doing local peronal notes/wiki in a gemini format is such a cool idea. Thanks.