Linux | News, how-tos, features, reviews, and videos
Rancher’s Kubernetes management capabilities should set up SUSE for supporting digital transformation.
Here's how to use screenfetch and neofetch commands to display some of the most important configuration information on your Linux system.
The Linux sort command has an impressive number of ways to sort, from alphanumeric to random. Here's a look at some of the more useful ones.
Failed logins can be legitimate human error or attempts to hack your Linux system, but either way they might flag something that warrants attention.
The ps command makes it fairly easy to sort its output by any column of data. Learn more about the --sort option and how to use it, plus how to pass ps output to the sort command.
Adding a tag to a Linux command can make it a little easier to reuse it. If you're struggling to remember complex commands or important locations in the file system, tags might help you out.
Midnight Commander is a powerful tool that provides an easy way to browse, compare, move, modify and manipulate files.
The usermod command allows you to make a lot of different changes to user accounts without having to carefully edit files like /etc/passwd, /etc/shadow and /etc/group. It's definitely worth your time to look into it.
When you disown a Linux process in bash, you keep it from being terminated when you log out and allow it to finish on its own. This post shows how to use the disown command.
Linux gives you lots of ways to create complexity in passwords that include a lot more than just length, such as mixing upper- and lower-case letters with numerals and punctuation marks along with other restrictions.