Before we dive into setting up any of this we need to do a little prep work. If you are going to be looking at these logs in a web browser then it might be good if the time stamps you are seeing ...
Logs, databases, and caches grow under /var. Learn why Linux admins monitor the /var directory to prevent disk issues and ...
How to use syslog-ng to collect logs from remote Linux machines Your email has been sent Jack Wallen walks you through the process of setting up a centralized Linux log server using syslog-ng. Let’s ...
With the ARRL Field Day just around the corner, I decided, in the spirit of my own Linux Odyssey that I should find and use a new logging program. It is the search for this program that prompted these ...
Logging in as the root user should never be done on Linux. Using the root account could lead to disaster. Sudo is the preferred method of gaining elevated privileges. When I first started using Linux ...
Linux systems maintain quite a collection of log files, many of which you are probably rarely tempted to view. Some of these log files are quite valuable, though, and options for exploring them might ...
How to monitor a Linux log file in real time Your email has been sent This must-know Linux command will make troubleshooting considerably easier. Quick: What’s the first thing you do when you need to ...
Exiting a script and logging out are very different, but sometimes you may need to log out of your Linux system from within a script. Here's how to do it. Most of the time, exiting a script leaves you ...