Using Linux, especially as a server, often means dealing with new errors and resolving them. Most of them are easy to fix with just a web search. But some errors may require that you do some digging.
There are certain Linux commands I consider essential. They range from networking, troubleshooting, and file viewing. They're also easy enough for new users to learn. Even though I've been using Linux ...
How to check drive space on Linux from the command line Your email has been sent Is your Linux server running out of storage space? If you're not sure how to find that out, these three commands are ...
Linux tricks can help you get work done faster, especially when they're easy. Here are some ways to find files, reuse prior commands, stop processes and more. In this post, we’ll take a look at a ...
Last month we started out easy, with a discussion of file redirection. This month I continue to talk about the basic building blocks of shell script programming by exploring pipes, then we jump into ...