this post was submitted on 15 Apr 2025
123 points (98.4% liked)

Linux

53968 readers
981 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 6 years ago
MODERATORS
top 18 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 3 weeks ago* (last edited 3 weeks ago) (2 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

[–] [email protected] 6 points 3 weeks ago (2 children)

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

[–] [email protected] 2 points 3 weeks ago

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

[–] [email protected] 5 points 3 weeks ago (1 children)

Damn, way to go. That's some talent. Stick with it, and you'll go places.

[–] [email protected] 2 points 3 weeks ago
[–] [email protected] 4 points 3 weeks ago (1 children)

It would be cool if it also showed the speed and the current speed

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago)

that would be awesome but i can't seem to get ram speed from /proc/meminfo or other files (i tried to look files in /sys and other directories for the ram speed) since they aren't there so i dont think i can really add that.. i tried to look online too but they seem to use lshw/dmidecode which i don't really wanna use

[–] [email protected] 3 points 3 weeks ago (1 children)

Looks pretty neat.

Is there a way to have it run like a ram statistics monitor? I'd love to have this running in a terminal window to monitor my ram statistics.

[–] [email protected] 3 points 3 weeks ago (1 children)

i think you can use watch -c bash ramfetch, also i released an update which rewrites the whole parsing part of ramfetch which makes it more accurate and faster

[–] [email protected] 2 points 3 weeks ago (1 children)

you shouldn't need the bash if you have a proper shebang

[–] [email protected] 3 points 3 weeks ago (1 children)

Nice, any hope of an AUR update? The older package is still there, but hasn't been updated in over 8 months for the -git version, 2 years for stable.

[–] [email protected] 2 points 3 weeks ago

i've contacted the maintainer on matrix to update the package but theres still no respone, same for the nix package

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Any chance for an apt repo or ppa?

[–] [email protected] 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

i could make a ppa for ramfetch, i can make a debian virtual machine and test the ppa and the package out

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Oh, I've just noticed it is a singular bash script? I don't think you need to go through the trouble of creating a .deb repo/ppa then. I was just a bit worried about the installation process.

[–] [email protected] 1 points 3 weeks ago

oh its fine