this post was submitted on 15 Apr 2025
125 points (99.2% liked)

Linux

53470 readers
842 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
you are viewing a single comment's thread
view the rest of the comments
[–] omardotdev@sh.itjust.works 16 points 1 week ago* (last edited 1 week ago) (5 children)

ramfetch is a fetch tool which displays memory info using /proc/meminfo i made back in christmas 2022 (i was around 11 years old at the time, currently 13) it got pretty popular on this sub and also some other subs aswell, it got 900 votes on this sub and 797+ votes on another sub too (specifically this post https://www.reddit.com/r/unixporn/comments/11hwqnb/oc_ramfetch_with_some_new_stuff/) ,but i decided to remove it since i kinda thought it was dead, but i brought it back with a new version and config file..

repo: https://github.com/omardotdev/ramfetch

[–] Emperor@reddthat.com 6 points 1 week ago (2 children)

you should use #!/usr/bin/env sh for better compability.

[–] omardotdev@sh.itjust.works 2 points 1 week ago

yeah i think ima do that once i upgrade my system to fedora 42

load more comments (2 replies)