aureport这个命令可以生成一个总结性的柱状图报表,默认情况下,在/var/log/audit目录下的所有日志文件都会生成一个报表,也可以使用如下命令来指定一个不同的文件,aureport options -if file_name. 1.按照时间来生成报告: ~]# aureport --start // :: --end // :: 2.To generate a report of all executable file events, use the following comman
作者:邓聪聪 windowns下excel快速生成月报表,省去了手工复制繁琐的过程 Sub AutoCopySheets() Dim i, j As Integer i = 1 j = 11 For i = 1 To 1 j = j + 1 Sheets("2016.11").Copy After:=Sheets(Sheets.Count) Sheets(Sheets.Count).Name = "2016" & "." & j