I’ve got a Pop_OS system76 machine that runs well straight out of the box. I love it and it’s my daily driver. However I’d like to learn more about how it works, Linux internals and how to use it to the best of its capabilities. I want to learn about things like system-d Wayland, error logging (there seems to be a few of them) directory structure and drivers. For instance, how do I know that my and GPU is being leveraged to the fullest?
I DONT want to build a system from the ground up, which I expect to be a common suggestion.
I’d prefer to read literature, blogs, and articles relevant to me, my system and not dated.
Any suggestions? Thanks in advance
Well for starters, my Wacom tablets drawing pen’s eraser sometimes stops working until I restart my machine. How can I restart the service for this without restarting my machine? How can I identify what service that is? How can I debug the error to prevent it in the future?
You can list running services by running systemctl or systemctl | grep “service name”
I don’t believe Wacom has a service but I could be wrong