I've recently gotten into using cockpit. I just wish it was as expansive as openSUSE's yast.
Linux
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
HWMonitor / cpuID / cpuz. One of the frustrating things is not having good driver level support for certain mbs with system monitoring utilities, so you can’t see fans and some cpu stats (like per ccd temps etc on Ryzen processors). Specifically things like it87 boards
Well KDE had this awesome process management tool, I think it was called ~~System Monitor~~ or something. You could tune process priorities with IO and CPU. They deprecated the tool though, I think because nobody wanted to port it to QT6
EDIT: It's not System Monitor. I can't recall the name, but there used to be an app that let you set niceness / priorities of your processes.
System Monitor is very much still alive, and I'm pretty sure it is updated to Qt6. I was using it only yesterday on Plasma 6...
You're right. I can't recall the other utility's name. System Monitor is fantastic, but I just wish I could set the niceness and all that like you could on the old utility.
That would indeed be a nice feature. I'm sure they would welcome the suggestion!
It seems impossible to set display scaling from the command line. Anything that fixes that would be nice.
What is your DE?
On KDE Plasma Wayland you can just use kscreen-doctor output.HDMI-A-1.scale.2
to set it to 200%
And it seem like CLI not GUI issue :)
Debian + GNOME. I'm extremely new to Linux so excuse my ignorance. I searched around the topic a while finding some commands that didn't work and others having the same issue. If you know different that would be much appreciated!
If you are talking about fractional scaling it is not available (probably only available as an experimental setting on debian??). Otherwise, does this work https://wiki.archlinux.org/title/HiDPI#GNOME ?
I would like something to change my monitor output at a system level, for example I could emulate a CRT screen or decide my aspect ratio. Something like RetroArch shaders but in a more high priority level.
I've been using linux for over 25 years and I don't understand this post. One of the strengths of linux is that you don't need a gui to do sysadmin.
I personally would like a systemd gui. There have been several attempts in the past, but none is maintained.
On openSUSE, I've apparently got at least this thing for looking at SystemD services:
Allows viewing the services for the different boot targets, as well as the service files. You can also start/stop services or change their start mode (on boot vs manual).
Well, and there's a JournalD viewer with filtering:
Not the most developed GUIs, but...
SystemD is far too much of a poorly thought through mess to have anything like a sane GUI configuration, it doesn't even have a sane textfile based configuration. We're going to have to wait fir SystemD to crumble under it's own weight and be replaced with multiple, simple, cleanly designed components before we have any hope of a sane config again. Sort of like we used to have before a certain someone/some company (depending on how conspiratorial you're feeling) decided to come along and muck it all up.
/rant
Thank you for coming to my Ted ~~Talk~~ Rant. You may gather I dislike SystemD quite a lot.