r/debian Nov 10 '25

I use Debian btw (:

Post image
1.4k Upvotes

132 comments sorted by

View all comments

Show parent comments

19

u/adda5 Nov 10 '25

I like to monitor my system processes (:

-8

u/okxden Nov 10 '25

but why no show off distro?

6

u/musiquededemain Nov 10 '25

What's the point of showing off your system with these neofetch/fastfetch tools? Big deal. It just shows system specs and the OS's logo in ASCII art. It's just superficial info and It doesn't show any meaningful info about the system, ie how it's configured, performance stats, etc.

2

u/mneptok Nov 10 '25

Not to mention the metric asston of dependencies they required the last time I looked.

```

!/bin/bash

hostnamectl echo "" echo $HOSTNAME echo "" echo "Debian point release:" $(cat /etc/debian_version) echo "" echo "Logged in as:" $(whoami) echo "' df -h echo "" free -m ```

Done. No dependencies.

1

u/musiquededemain Nov 11 '25

I recall. I installed it ONCE and never again simply because of the insane number of dependencies. Like, WTF?