News

Linux users might notice some commands are not on this sheet, such as sudo and man, so for a more thorough listing of commands, head to this list at Github.
Thankfully, someone at Microsoft realized the pain and decided to bring sudo to Windows. Now, I’m hopeful the Redmond-based ...
After using Linux for some time, you’ll notice that it’s pretty easy to run hundreds of commands every day. The history command shows all the previously used commands within the bash terminal.
If you need to attach external drives to your Linux system(s), you'll want to know these commands.
This article presents a list of commands you should be able to find on any Linux installation. These are tools to help you improve your code and be more productive. The list comes from my own ...
Network issues seem to occur at the worst possible times - use these Linux commands to get to the bottom of them.
One of the things that makes Linux and Unix-like systems both powerful and frustrating is that there are many ways to accomplish any particular goal. Take something simple like running a bunch of c… ...
There are a lot of ways on Linux to make repeating commands easier than retyping them, and here's a nice collection of them.
Linux offers a couple of easy ways to record commands you type so that you can review or rerun them. Recording the commands that you run on the Linux command line can be useful for two important ...