audit ['??d?t] 审计auditd是linux的一个审计服务。这是man下的解释auditd is the userspace component to the Linux Auditing System. It’s responsible for writing audit...
分类:
系统相关 时间:
2014-11-21 12:19:26
阅读次数:
256
现象:
1 启动nginx成功,使用wget 127.0.0.1得到内容,但是提示是禁止访问(403);
2 查看/var/log/nginx/error.log,提示访问/home/www/l.com/i.html禁止;
3 查看SELinux 是否运行: sestatus -v,enable就是运行了
4查看/var/log/Audit/Audit.log日志,发现有提示到nginx被...
分类:
Web程序 时间:
2014-11-20 00:06:55
阅读次数:
720
作者:zhanhailiang 日期:2014-11-18
Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”:
[root@~]# rm -\,trail\:-
rm: invalid option -- ','
Try `rm ./-,trail:-' to remove the file `-,tra...
分类:
系统相关 时间:
2014-11-19 11:16:41
阅读次数:
618
public int[] updateBatchByjdbc(final List<String[]> ids) { ?? ??? ?int[] updateCounts = this.getJdbcTemplate().batchUpdate( ?? ??? ??? ??? ?"update CS_ORDER set AUDIT_STATUS=? whe...
分类:
数据库 时间:
2014-11-19 02:25:02
阅读次数:
182
作者:zhanhailiang 日期:2014-11-18
Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”:
[root@~]# rm -\,trail\:-
rm: invalid option -- ','
Try `rm ./-,trail:-' to remove the file `-,tra...
分类:
系统相关 时间:
2014-11-19 01:17:31
阅读次数:
238
In graph theory, a Eulerian trail (or Eulerian path) is a trail in a graph which visits every edge exactly once. Similarly, an Eulerian circuit or Eul...
分类:
其他好文 时间:
2014-11-07 20:38:26
阅读次数:
232
掌握和使用一个工具的最好方法,就是先掌握其原理,了解其架构,然后才能用起来得心应手,否则用起来,都不知道这一步为什么这样做,不能够快速定位问题,更别提快速解决问题。OGG架构及原理:OracleGoldenGate的原理,是相当简单的,就是通过抽取源端的redolog或者archivelog,..
分类:
数据库 时间:
2014-11-06 02:13:10
阅读次数:
368
前言: 线上oracle数据库有张表的数据有些乱,根据应用db的log和应用的log也没有检查出来谁修改了,所以决定把这张单表做个详细的insert、update、delete监控。一:使用数据库自带的审计功能1,查看审计功能是否启动SQL> show parameter audit ...
分类:
数据库 时间:
2014-10-31 20:39:08
阅读次数:
373
windows下的的oracle ,实例启动时是会向windows操作系统的事件查看器--应用程序 部分写入启动信息的,并且这个写入行为无法用oracle 的参数或者其他手段去禁止。
若是事件查看器--应用程序的日志满了,会导致如下的情况:ORA-28056: Writing audit records to Windows Event Log failed.
清理完日志之...
分类:
数据库 时间:
2014-10-31 19:10:28
阅读次数:
331
审核转换允许对数据流添加审核审核数据,以往使用HIPPA和Sarbanes-Oxley (SOX)时,必须跟踪谁在什么时插入数据,审核转换可以实现这种功能。例如要跟踪那一个task向表里插入数据,可以在审核转换中添加相应的列。在Output Column Name列中输入想要审核的列,在Audit ...
分类:
其他好文 时间:
2014-10-27 14:17:55
阅读次数:
222