自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (16)
  • 收藏
  • 关注

原创 linux shell多个数组循环

#!/bin/bash arr1=(a b c d) arr2=(A B C D) for i in 1 2 do     var="arr"$i"[@]"     for j in ${!var}     do        echo $j     done done 脚本如上! 说明: ${!var}    用于返回以var变量的值命名的变量的值 作用类

2016-03-04 17:01:48 2139

短信告警app,可以根据短信关键字持续响铃。

支持正则配置。 支持配置指定手机号。

2022-02-20

SessionRecordingPlayer.msi

citrix录像.icl文件播放器,可播放高版本文件

2021-03-06

2020中国数据中台行业发展简析-甲子光年-2020.12.2-42页.pdf

2020中国数据中台行业发展简析-甲子光年-2020.12.2-42页.pdf

2021-02-10

ApacheJMeter_ssh-1.2.0.jar

jmeter ssh command依赖jar包,需要放置于apache-jmeter-5.1.1\apache-jmeter-5.1.1\lib\ext目录下。

2019-10-01

jsch-0.1.55.jar

jmeter ssh command依赖jar包,需要放置于apache-jmeter-5.1.1\apache-jmeter-5.1.1\lib目录下。

2019-10-01

elasticsearch-6.8.3.rpm

Elasticsearch is a full text search engine that can be used as a NoSQL database and as an analytics engine. It is easy to scale, schemaless, and near real time, and provides a restful interface for different operations. It is schemaless, and it uses inverted indexes for data storage.

2019-09-07

burp系列教程.docx

burp主要功能及常见的使用方法,spider、target、scanner等等。

2019-08-28

ServiceCD引导安装操作系统

ServiceCD 是一个操作系统的安装引导工具,简化了工程师在本地安装操作系统和驱动 的过程。ServiceCD 通过自动引导操作系统、设备驱动程序及补丁安装等功能将安装过 程中的人机交互降到最低程度,能够有效缩短本地安装操作系统的时间。

2019-04-17

Analysis of the Linux Audit System

1 Introduction 1 1.1 Motivation and Objectives . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Structure of the Report . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 Background 3 2.1 The Importance Of Operating Systems Auditing Mechanisms . . . . 3 2.2 Systems Auditing Requirements . . . . . . . . . . . . . . . . . . . . . 3 2.3 The Linux Audit System . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.4 Available Enhancements To The Linux Audit System . . . . . . . . . 10 2.5 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 3 Linux Audit System 13 3.1 Kernel Audit Functionality . . . . . . . . . . . . . . . . . . . . . . . . 13 3.2 User-space Audit Functionality . . . . . . . . . . . . . . . . . . . . . . 18 3.3 Integration with SELinux . . . . . . . . . . . . . . . . . . . . . . . . . . 23 3.4 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 4 Analysis Of the Linux Audit System Features 25 4.1 Events to audit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 4.2 Contents of audit records . . . . . . . . . . . . . . . . . . . . . . . . . . 27 4.3 Generation of audit records . . . . . . . . . . . . . . . . . . . . . . . . 28 4.4 Time Synchronization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 4.5 Log access for review . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 4.6 Prevention of audit data loss . . . . . . . . . . . . . . . . . . . . . . . . 30 4.7 Protection of audit logs . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 4.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5 Attacks On the Linux Audit System 33 5.1 Silently disabling the Linux Audit System . . . . . . . . . . . . . . . . 33 5.2 Modification of audit records . . . . . . . . . . . . . . . . . . . . . . . 39 5.3 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 6 Improving the Linux Audit System 43 6.1 Authenticating User-space programs . . . . . . . . . . . . . . . . . . . 43 6.2 Protecting the audit state . . . . . . . . . . . . . . . . . . . . . . . . . . 45 6.3 Integrity of audit records . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 7 Conclusion

2018-11-24

运维前线 一线运维专家的运维方法、技巧与实践-2017.1-394_14149455

运维前线 一线运维专家的运维方法、技巧与实践-2017.1-394_14149455

2018-01-22

pdi-ce-3.2.0-stable.zip

免费etl工具kettle3.2安装包,配置环境变量为jdk1.5,解压执行spoon.bat启动即可

2017-05-10

openldap2.2.29

openldap-2.2.29-db-4.3.29-openssl-0.9.8a-win32_Setup.exe

2012-11-01

JAVA中国象棋实现具有一定功能的中国象棋对弈软件

用java实现具有一定功能的中国象棋对弈软件,主要功能如下: a、 象棋对弈:红方先走,然后黑方再走,红黑交替,直到一方获胜。 b、 新游戏:任何时候可以重新开始一盘新的对弈。 c、 悔棋:当走错棋的时候可以悔棋。 d、 信息提示:提示当前信息状态。 e、简单的帮助文档:象棋规则介绍、软件的简单介绍和编制说明。

2010-06-08

C++面向对象程序设计题解与上机指导

包含C++面向对象程序设计的习题答案以及上机指导

2009-12-16

web各种控件综合实训.doc

ASO.NET网络程序设计课程 信息与计算科学

2009-12-16

数字电路设计指导书纷纷犹太人人员u

数电 儿啊反而有如盈亏咯iolp 爽肤水十日谈人 色粉如果会让他和用途和太太太太截图 二

2009-06-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除