News

Learn how to use the Logrotate program to administer, back up, and monitor log files on Linux. Log files are the most valuable tools available for Linux system security. The logrotate program is used ...
Log rotation, a normal thing on Linux systems, keeps any particular log file from becoming too large, yet ensures that sufficient details on system activities are still available for proper system ...
Log files. They're there for a reason -- to keep track of what goes on behind the velvet curtain of your operating system. When things go wrong, entries are added to those log files, so you can view ...
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 ...
One dæmon you probably won't need to reconfigure but still should be aware of is klogd, Linux's kernel log dæmon. This dæmon is started automatically at boot time by the same script that starts the ...
It's not hard to look up configuration details on your Linux system. The hard thing is wrapping your brain around how many are available and what they can tell you. Linux systems can report on a lot ...
Core concept: OSTree stores full system snapshots in a content-addressed manner, like Git for binary trees. Updates are ...