News

Checking the battery status through GUI is easy. Hovering the mouse cursor over the battery indicator given in the Laptop task bar simply shows the battery level. But, did you know you can find the ...
Is your Linux server running out of storage space? If you're not sure how to find that out, these three commands are important to learn.
Jack Wallen shows you how to locate files on the Linux directory hierarchy using the find command.
How do I restart the tunnel from the Linux command line? I am running a Minecraft server and whenever I am on for a while the tunnel suddenly stops. I want to know how to restart it from the command ...
I recently came across a cool terminal app that help you check your battery health from the command line. It’s called Battop and it’s open source software written in Rust. I ran into it after I went ...
The Linux if command can help find types, permissions, and content of files, among many other things.
To check the system for printers and their status, use the lpstat command. Specifically, in order to see the status for all of the printers on the system, as well as the scheduler and all jobs, use: ...
Using history to record Linux commands The history command makes it extremely easy to record commands that you enter on the command line because it happens automatically.
I decided there must be some other way to get a count of unread messages from the command line, so I started doing research. In the end, what worked for me was to use OpenSSL's s_client mode to handle ...