this post was submitted on 03 Jun 2024
16 points (94.4% liked)
Debian operating system
2724 readers
2 users here now
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'll have to take a look at that. But OMG!
lines 1-46/1743603 0%
How many pages are 1743603 of lines? An entire bookshelf?
Besides, I have no idea what all that means!... I guess I'll just have to sit, one day, or month, and go through it all...
Journalctl has a bunch of filter options that you should take advantage of when troubleshooting. For example, journalctl -b -1 will show you only the messages from the last boot (not the current). I used this article for a quick couple of need to know commands. Enjoy! :D
https://www.loggly.com/ultimate-guide/using-journalctl/