首页
18 条评论
jchoksi14 天前
The original author of gkrellm, Bill Wilson, also made PiKrellCam. <<a href="https://billw2.github.io/pikrellcam/pikrellcam.html" rel="nofollow">https://billw2.github.io/pikrellcam/pikrellcam.html</a>><p>Which was/is the best Raspberry Pi Audio/Video Recording, OSD Motion Detect Program. It was made to run perfectly on a RPI Zero with its limited CPU and memory.<p>I was very sad to learn that Bill passed away in Oct 2021. <<a href="https://github.com/billw2/pikrellcam/issues/78#issuecomment-972114972">https://github.com/billw2/pikrellcam/issues/78#issuecomment-...</a>><p>I'm glad gkrellm got a new maintainer and continues to exist.
评论 #44002741 未加载
cadamsdotcom14 天前
What a blast from the past! Stoked it’s still under development!<p>Had a look for the etymology of “Krell” - in the readme it mentions “GKrellM - keeping an eye on your computer’s Id”.<p>Seems to be a reference to this 1956 movie, Forbidden Planet / Monsters from the Id: <a href="http://guidetomonsters.com/html/50s/Id%20Monster.html" rel="nofollow">http://guidetomonsters.com/html/50s/Id%20Monster.html</a><p>Can I get a fact check?
评论 #44008166 未加载
评论 #44000652 未加载
Deeg9rie9usi14 天前
If you're looking for an OSS project to contribute, GKrellM needs your help!
It is still using GTK2 which is deprecated and will go away sooner or later.<p>Patches are welcome!
<a href="https://git.srcbox.net/gkrellm/gkrellm/issues/1" rel="nofollow">https://git.srcbox.net/gkrellm/gkrellm/issues/1</a>
zxcvgm14 天前
Aahh this brings back memories. I first started out using Linux on my desktop and I found this fancy system monitor that made my desktop look cool. There's a section which displays filesystem usage with a button that allows mounting/unmounting with a click. I used it to mount floppy disks but it wasn't working for me, so I read the source to figure out what was wrong, then emailed Bill to contribute a patch to fix it.<p>It was one of my first open source contributions, and it was then that I understood the value of open source - being able to read the code, debug and then fix it yourself (and for others).
merpkz14 天前
I used this back in the days and it was awesome. Sadly after the dawn of tiling window managers this is obsolete since you will never really see it as windows always takes full screen. If anyone knows how to make it play well with i3wm or awesome wm, let me know, would gladly use this again.
评论 #44003592 未加载
评论 #44003965 未加载
sigmonsays14 天前
I ran this thing with slackware and window manager back in the day. My goodness, I have forgotten about this entirely.<p>I might have to spin it up for fun.<p>For all the nix fols, "nix run nixpkgs#gkrellm" works =P
jmclnx14 天前
These days it is one of the most underrated tool! I never has a problem with it under any DE or WM.<p>FWIW, it is still bundled with Slackware.
评论 #44003066 未加载
评论 #44000874 未加载
nubinetwork14 天前
I used to run this, but once systems started having 20 cpu cores, and 12 hard drives, it wouldn't fit on the screen anymore... sadly conky has the same issue.
评论 #44004194 未加载
评论 #44001564 未加载
评论 #44003378 未加载
评论 #44004199 未加载
ninkendo14 天前
Wow, it’s funny because the last time I ran gkrellm was 23 years ago when I first started using Linux and I thought I was a l33t h4x0r…<p>And just today, now that I actually write code for a living and use Linux on my work machine, I found myself really wanting a good display to tell me when my memory usage was growing.[0] I was using the gnome activity monitor but it takes up way too much screen space and was always behind the window I was using. It looks like this could actually be useful for me to run now!<p>[0] I was running a local kubernetes cluster with an opentracing implementation, where I hadn’t quite worked out the configs for memory usage yet, and it kept spiking and OOMing when I wasn’t looking. It’s fun when your mouse cursor just stops moving and you’re wondering whether you need to hold down the power button or what…
评论 #44000883 未加载
评论 #44000757 未加载
kijiki14 天前
It has a client/server mode. I used to run the server on my wrt54g and the GUI client on my desktop.
baruchthescribe14 天前
I loved this tool. Always ran it with fluxbox as the WM.
bityard14 天前
I have been using gkrellm for at least the last 25 years or so. I very much like being able to see what my system is doing at a glance and no other system monitor comes close to being both as detailed and compact.
评论 #44005976 未加载
评论 #44005861 未加载
wowczarek12 天前
I'm 19 years old, kde3 is just out and compiling it with objprelink makes it go brr, gkrellm on the side of my desktop, XMMS and a playlist of ripped CDs and assorted downloads, Quake II deathmatch is as fun as it ever was, I have no real worries and make just enough to never skimp for a beer or two. Life is good. Thanks for the memories ;)
TipsForCanoes14 天前
I have been using this software continuously for close to 20 years. My desktop doesn't feel right without it. Thank you Bill Wilson!
theideaofcoffee13 天前
gkrellm used to be a mainstay on my desktops in the early 2000s, such a nice throwback. For extra vintage goodness, I also recommend xosview [0], even better when using a Motif-styled window manager. I actually wonder what either of them would look like on a system with, say, an Epyc 9965 or similar (192 cores) or a system with four or more sockets.<p>ah, nostalgia for that feeling working on systems that looked like that.<p>[0] <a href="https://www.pogo.org.uk/~mark/xosview/" rel="nofollow">https://www.pogo.org.uk/~mark/xosview/</a>
gsmethells13 天前
I have used gkrellm since 1998 when my preferred wm was blackbox and playing MP3s in xmms was cool. Still run it today on Cinnamon. RIP Bill and thanks for the OSS contribution of a lifetime!
karolist14 天前
Thanks for the memory lane drive. I used to run this on FreeBSD desktop under fluxbox wm wayyy back, I think in 2004. So cool.
sph14 天前
I had no issues running these kind of monitors on crappy single-core Pentium 3 laptops, yet these days I avoid monitoring widgets because I feel they're too heavy and unnecessary bloat. To be fair, these days they're probably written in Electron or Python, compared to efficient C.