自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 js菜单,通过ie无法打开,chrome可以打开,控制台报错:拒绝访问。   index.jsp, 行1062 字符4

进入“工具—开发人员工具”,调试程序,出现如下报错提示: 拒绝访问。 index.jsp, 行1062 字符4解决办法:右键ie浏览器图标,以管理员身份运行,重新打开浏览器后正常。

2021-03-29 17:14:51 311

原创 Linux终端快捷键

Ctrl + a //切换到命令行开始 aheadCtrl + e //切换到命令行末尾 endCtrl+s //锁住终端 stopCtrl+q //解锁终端!! //重复执行最后一条命令!$ 显示系统最近的一条参数最后这个比较有用,比如我先用cat /etc/sysconfig/network-scripts/ifconfig-eth0,然后我想用vim编辑。一般的做法是先用↑ 显示最后一条命令,然后用Home移动到命令最前,删除cat,然后再输入vim命令。其实完全可以用vim !$来代替.

2021-03-24 20:33:53 145

原创 windows搜索根据关键字查找不到文件-通配符使用

根据关键字搜索,默认只搜索开头和结尾,如搜索的关键字在中间,需要使用通配符:*player*使用通配符辅助搜索说明:虽然从 Windows XP 开始就支持这项功能;但是,还是有很多人不熟悉它。下面介绍两个常用的通配符: 星号(*): 星号可以在文件中代表任意的字符串。比如搜索*.doc,就可以搜索到系统中所有以doc作为后缀的文件。搜索*ese,就可以搜索以ese结尾的所有单词,例如:Chinese,Japanese, etc。 问号(?): 问号可以代表文件中的一个字符。...

2021-03-06 08:50:57 2227

原创 批量替换excel中的换行

首先,ctrl+H弹出替换对话框然后,在查找内容,输入ctrl+J,代表excel中的换行,在替换为的内容中输入要替换成的字符,点击“替换即可”。

2021-03-04 17:20:31 1535 1

原创 CentOS8配置ipv6地址

命令如下:ip -6 addr add fec0::4/10 dev ens160

2021-03-02 09:44:26 2762 1

短信告警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关注的人

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