Advice for everyday Unix systems administration and some clever ways to approach more challenging problems.
There are many ways to get help while working on the Linux command line. Here are details on some of the most useful.
Sometimes a new way of getting work done on the Linux command line can be both interesting and time-saving
A couple of simple Linux commands can provide a lot of information about the systems and devices attached to your network.
File systems and UUIDs have a special relationship on Linux systems. What are these very long identifiers and how can you view the connections between them and disk partitions?
If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start.
Linux systems offer a lot of choices when it comes to generating, converting or merging PDF files. This post examines some easy-to-use options.
Command history on Linux and Unix systems provides a lot more ways to rerun commands than you might know.
Many new tools for comparing files have emerged in Linux over the years. In this post, we'll examine seven very useful tools for doing that.
Generating a list of names, addresses and phone numbers can be very easy when you know what tools to use. Let's take a look at the rig command.
Solving problems with bash can be challenging, not just for us using Linux, but also for bash.
Most Linux users know vim as a text editor that descended from vi. It can also function as a tool for encrypting text files. In this post, we examine how this is done and how to reverse the process.
Linux systems provide a lot of useful commands for reviewing network configuration and connections. Here's a look at a few, including ifquery, ifup, ifdown and ifconfig.
The lslogins command can help you look into details of user accounts and login activity
The expect command can make running scripts a lot easier, especially if you need to run them repeatedly or when you're at home asleep.
In Linux, the arp and ip neigh commands provide easy ways to check your local network.
Linux has a wealth a powerful tools to make working with it easier and more productive, and here are some tips for taking advantage of them.
Wikit is a clever command for running Wikipedia searches from the Linux command line. It can help you run searches and save the output in text files. Take a look at how easily it works and learn what you need to know to get the content that you'....
The arping command can ping local systems to find out whether they are responsive, and with the help of scripts, can ping specific IP-address ranges.
Want to add a personal image or company logo for using with cowsay? It's easier than you might think to become a cowsay Picasso.
The pidof and pgrep commands make selecting and using process IDs on the Linux command line painless.
Here's how to use screenfetch and neofetch tools 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. In fact, you can sort it in the normal or reverse order. In this post, I'll present the --sort option and show how to use it. I'll also touch on how to pass ps ou....
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.
The youtube-dl tool makes it very easy to download both webm and mp4 files on Linux systems. You just need the tool and the right URLs.
Ranger is a great tool for providing a multi-level view of your Linux files and allowing you to both browse and make changes using arrow keys and some handy commands.
This post describes testdisk, one of the tools that comes in handy for recovering recently deleted files (along with fixing partitions in other ways).
The lshw (list hardware) command on Linux systems provides a lot more information on system devices than most of us might imagine is available.
The shopt builtin offers 53 settings that can alter how bash behaves. Read this post and then refer to bash's man page to follow up on how these settings might work for you.
The stat command isn't only for looking at file details one file at a time. It can also be used to create file listings that contain just the information you want to see – with considerably more than an ls -l command.
Using bash aliases in Linux can save time and having to remember complex commands - and it can be fun, too.
Linux commands can provide details on files and show options for customizing file listings, but can also reach as deeply into a file system as you care to look.
Process accounting can provide a lot of details that can help monitor user and system activity on Linux. Here's a look at how it works and what kind of data it provides.
Using Linux commands to find words that, when reversed, turn into other words turned out to be an enjoyable mental challenge. How many can you find?
There are quite a few ways to merge and sort text files on Linux. The command to choose depends on your data and your preferences.
Dig is a powerful and flexible tool for interrogating domain name system (DNS) servers. In this post, we’ll take a deep dive into how it works and what it can tell you.
With a modest string of commands, you can get a quick look at what commands you're using on your Linux system and how often.
A lot of encryption tools are available for Linux systems. In this post, we look at some easy-to-use commands and a script for making the process even easier.
Displaying and interpreting information about Linux releases is a bit more complicated than it might seem.
Extracting files from archives isn't difficult, but it can be tedious, especially with all the archive naming conventions in use today. But you can make the task a little easier by putting everything you know about the process into a clever litt....
Stressing your Linux servers can be a good idea if you'd like to see how well they function when they're loaded down. In this post, we'll look at some tools that can help you add stress and gauge the results.
In this post, we look at commands that Linux server admins can use to view user activity
Looping forever on the command line or in a bash script is easy. Coming up with the reasons why you want to interrupt an infinite loop and how you want to do that requires a little more effort.
How to use the cat, more, head and tail commands to look at the content of Linux files, not just text files.
A symlink or "symbolic link" is a Linux file that simply points at another file. If the referenced file is removed, the symlink will remain but not indicate there's a problem until you try to use it. Here are some easy ways to find and....
tmux is a terminal multiplexer – a tool that allows you to open multiple panes in a single terminal window and run separate commands in each of them. This post provides an introduction to tmux including how to navigate between the panes and pr....
Sponsored Links