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 ...
Have you ever noticed that an IIS server seems to slowly eat disk space over time? If you’re hosting many sites, or a few high traffic sites, it might not be that slow to consume a big portion of your ...
DISM is a useful utility. In addition to repairing corrupted system image files, you can also use the DISM tool for other purposes, like installing, uninstalling, updating, and configuring Windows ...
Log rotation on Linux systems is more complicated than you might expect. Which log files are rotated, when and how often, whether or not the rotated log files are compressed, and how many instances of ...
Dave tackles analysis of the ugly Apache web server log. I know, in my last article I promised I'd jump back into the mail merge program I started building a while back. Since I'm having some hiccups ...
The transaction log file contains the SQL Server transactions of the database. It basically records the database transactions and the changes made by the transactions to the database. The logs are ...
This will create a file, sfclogs.txt, on your desktop. Double-click on it to open the file with Notepad and read the file. You will see “SR” written in front of every transaction. This means all the ...
Any system can collect logs, but most security operations do a poor job of filtering them to find evidence of malicious activity. Here's where to start Most malicious computer attacks leave telltale ...