After decades on Linux, FreeBSD finally gave me a reason to switch operating systems ...
Many hands make light work.
Getting started on the Linux command line might seem overwhelming at first, but the many commands you need to use will fall into place more quickly than you might imagine. If you are just getting ...
The .history file in Linux – whether ~/.bash_history, ~/.zsh_history or ~/.history – provides ways to track and reuse commands that you have recently run. This post suggests how you might make good ...
Working on the command line is an integral part of being a successful Linux user. You need to have a firm grasp of certain commands to work effectively. There are even certain commands that you must ...
Complete tload command guide for Linux. Monitor CPU load average with live ASCII graphs. Installation, usage examples, and comparison with top/uptime.
Keep in mind that most flavors of UNIX have a GUI printer administration tool. Several different environments are packaged with Redhat 9.0 Linux. This article will give you the basics on how printers ...
Linux is a multi-user environment, which means more than one user can use the system at one time. Granted, that mostly takes the form of console access (via SSH), because you can't easily have two ...
We often write quick bash scripts and judging by the comments, half of us use bash or a similar shell to pop out quick, useful scripts, and half of us think that’s an abomination, and you should only ...
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 ...