News

Ever wanted a cheat code for writing Linux commands without consulting the manpages every time and understanding their usage?
The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging ...
Jack Wallen shows you how to locate files on the Linux directory hierarchy using the find command.
Homebrew Is Available For Linux Too . As someone who has never used macOS before, I used to think that Homebrew was an ...
Having issues in Linux? These commands can help you get to the bottom of them.
To help troubleshoot your Linux datacenter servers, you need the right tools. Jack Wallen introduces you to one such tool, iostat.
Are you doing too much typing in your daily Linux work? Find it difficult to remember complex commands? You'll want to use Linux aliases. Find out how they work and see some useful examples.
Linux groups allow better control access to files and folders. Here are the five commands you'll want to keep in your back pocket.
One of my favorite utilities on the Linux command-line, and block storage is one of my favorite features on Linode's platform, so in this article I get to combine both of these together - because what ...
To make sure files aren't removed accidentally when running the Linux find command, use the -ok command. It will ask for permission before removing any files.