课程介绍

课程内容

AI智能运维

课程亮点

  • 专业指导

适用人群

  • 对此有需求的人群

目标收获

AI智能运维

试看链接  https://pan.baidu.com/s/1nvZ92GpGwxV4VObEX78wfw?pwd=vvyb

相关推荐

Go运维开发训练营第1+2期

GO + AI 零基础实战智能运维平台 (已完结)

马哥教育-2025年11月SRE+AI智能运维架构班(完结)

课程目录

├── 04、python
│ ├── python02
│ │ ├── 代码
│ │ │ ├── day02
│ │ │ │ ├── 01、分支之单分支.py
│ │ │ │ ├── 05、循环之for循环.py
│ │ │ │ ├── 07、break和continue的作用.py
│ │ │ │ ├── 10、列表的创建.py
│ │ │ │ ├── 06、循环之while循环.py
│ │ │ │ ├── 04、分支嵌套.py
│ │ │ │ ├── 03、分支之多分支.py
│ │ │ │ ├── 02、分支之双分支.py
│ │ │ │ ├── 09、循环嵌套案例.py
│ │ │ │ ├── 08、else在循环当中的作用.py
│ │ │ │ ├── 11、列表的操作.py
│ │ │ │ ├── 13、内置方法函数.py
│ │ │ │ ├── 12、列表推导式.py
│ │ ├── 视频
│ │ │ ├── 16、列表的切片操作.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 04、分支结构之多分支.mp4
│ │ │ ├── 13、列表的操作删.mp4
│ │ │ ├── 07、while循环的使用.mp4
│ │ │ ├── 18、内置函数方法及成绩管理小案例.mp4
│ │ │ ├── 08、continue和break关键字的作用.mp4
│ │ │ ├── 12、列表的操作查和增.mp4
│ │ │ ├── 02、三大语句结构及单分支.mp4
│ │ │ ├── 14、列表的修改(要找下标).mp4
│ │ │ ├── 11、列表的概念及创建.mp4
│ │ │ ├── 05、分支结构之分支嵌套.mp4
│ │ │ ├── 09、else在循环当中的作用.mp4
│ │ │ ├── 06、for循环结构及案例.mp4
│ │ │ ├── 03、分支结构之双分支.mp4
│ │ │ ├── 15、列表的操作之拼接、重复和成员判断.mp4
│ │ │ ├── 17、列表推导式.mp4
│ │ │ ├── 10、嵌套循环的案例.mp4
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python10
│ │ ├── 视频
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 05、使用sqlalchemy创建表.mp4
│ │ │ ├── 07、使用sqlalchemy实现单表的删改查.mp4
│ │ │ ├── 06、使用sqlalchemy实现单表的增.mp4
│ │ │ ├── 02、准备数据库和表及插入测试数据.mp4
│ │ │ ├── 11、sqlalchemy实现多对多的增删改查.mp4
│ │ │ ├── 03、驱动包的介绍.mp4
│ │ │ ├── 08、sqlalchemy创建1对多的表.mp4
│ │ │ ├── 04、使用pymysql对数据库增删改查操作.mp4
│ │ │ ├── 10、sqlalchemy创建多对多的表.mp4
│ │ │ ├── 09、sqlalchemy实现1对多表的增删改查.mp4
│ │ ├── 代码
│ │ │ ├── day10
│ │ │ │ ├── 03、sqlalchemy实现1对多.py
│ │ │ │ ├── 02、使用sqlalchemy实现单表的操作.py
│ │ │ │ ├── 01、使用pymysql操作数据库.py
│ │ │ │ ├── 04、sqlalchemy实现多对多.py
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python07
│ │ ├── 代码
│ │ │ ├── day07
│ │ │ │ ├── 02、闭包的使用.py
│ │ │ │ ├── 01、高阶函数.py
│ │ │ │ ├── 08、装饰器案例.py
│ │ │ │ ├── 04、带参装饰器.py
│ │ │ │ ├── 03、普通装饰器.py
│ │ │ │ ├── 06、装饰器叠加.py
│ │ │ │ ├── 05、类装饰器.py
│ │ │ │ ├── 07、装饰器导致原函数元数据丢失问题.py
│ │ ├── 视频
│ │ │ ├── 09、装饰器叠加及2大问题.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 06、普通装饰器的使用.mp4
│ │ │ ├── 03、闭包的产生条件.mp4
│ │ │ ├── 05、闭包的作用、缺点及释放.mp4
│ │ │ ├── 10、内置装饰器和装饰器总结.mp4
│ │ │ ├── 11、装饰器的案例.mp4
│ │ │ ├── 08、类装饰器的使用.mp4
│ │ │ ├── 02、高阶函数的概念.mp4
│ │ │ ├── 04、闭包的原理图.mp4
│ │ │ ├── 07、带参装饰器.mp4
│ │ ├── python+fastapi知识点(完成版).txt
│ │ ├── 闭包的原理.png
│ ├── python08
│ │ ├── 视频
│ │ │ ├── 06、迭代器实现斐波那契数列.mp4
│ │ │ ├── 09、程序、进程和线程的概念.mp4
│ │ │ ├── 03、可迭代对象和迭代器的判断.mp4
│ │ │ ├── 02、可迭代对象.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 07、生成器的基本使用和yield关键字的作用.mp4
│ │ │ ├── 12、单线程、多线程及线程池实现发多个请求.mp4
│ │ │ ├── 08、生成器的案例及总结.mp4
│ │ │ ├── 04、迭代器的概念及作用.mp4
│ │ │ ├── 10、并发和并行及多进程和多线程GIL锁的概念及区别.mp4
│ │ │ ├── 11、使用多线程解决阻塞问题.mp4
│ │ │ ├── 05、迭代器的定义和使用.mp4
│ │ ├── 代码
│ │ │ ├── day08
│ │ │ │ ├── 07、多线程解决阻塞问题.py
│ │ │ │ ├── 05、生成器.py
│ │ │ │ ├── 02、可迭代对象和迭代器的判断.py
│ │ │ │ ├── 01、可迭代对象.py
│ │ │ │ ├── 04、迭代器生成斐波那契.py
│ │ │ │ ├── test.txt
│ │ │ │ ├── 03、迭代器的使用.py
│ │ │ │ ├── 08、单线程、多线程及线程池实现发送多个请求.py
│ │ │ │ ├── 06、生成器的案例.py
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python09
│ │ ├── 代码
│ │ │ ├── day09
│ │ │ │ ├── 04、多进程间通信.py
│ │ │ │ ├── 08、使用协程高并发发送请求.py
│ │ │ │ ├── 01、线程锁的使用.py
│ │ │ │ ├── 06、协程的基本使用.py
│ │ │ │ ├── 10、requests请求.py
│ │ │ │ ├── 05、进程间点对点通信.py
│ │ │ │ ├── 07、协程处理阻塞问题.py
│ │ │ │ ├── 09、json的操作.py
│ │ │ │ ├── 02、多进程解决阻塞问题.py
│ │ │ │ ├── test.json
│ │ │ │ ├── 03、多进程实现1到某个数的和.py
│ │ ├── 视频
│ │ │ ├── 09、协程解决阻塞并发执行.mp4
│ │ │ ├── 08、协程的基本使用.mp4
│ │ │ ├── 03、串行、多进程和进程池实现1到某个数的和.mp4
│ │ │ ├── 10、协程处理高并发请求案例.mp4
│ │ │ ├── 11、json的概念.mp4
│ │ │ ├── 02、线程锁的使用.mp4
│ │ │ ├── 07、同步、异步、协程相关的概念.mp4
│ │ │ ├── 14、虚拟环境的搭建及项目的虚拟环境指定.mp4
│ │ │ ├── 13、requests发请求的使用.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 06、多进程和多线程的总结.mp4
│ │ │ ├── 05、使用管道实现进程间点对点通信.mp4
│ │ │ ├── 12、json的操作(序列化和反序列化).mp4
│ │ │ ├── 04、使用队列实现多进程和进程池进程间通信.mp4
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python12
│ │ ├── 代码
│ │ │ ├── student_manager
│ │ │ │ ├── service
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── student.py
│ │ │ │ ├── utils
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── r.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── r.py
│ │ │ │ ├── model
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ ├── student.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ ├── __pycache__
│ │ │ │ │ ├── main.cpython-313.pyc
│ │ │ │ ├── database
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── db.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── db.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ ├── crud
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── student.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ ├── router
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── student.py
│ │ │ │ ├── .idea
│ │ │ │ │ ├── inspectionProfiles
│ │ │ │ │ │ ├── profiles_settings.xml
│ │ │ │ │ │ ├── Project_Default.xml
│ │ │ │ │ ├── misc.xml
│ │ │ │ │ ├── modules.xml
│ │ │ │ │ ├── workspace.xml
│ │ │ │ │ ├── .gitignore
│ │ │ │ │ ├── student_manager.iml
│ │ │ │ ├── main.py
│ │ ├── 视频
│ │ │ ├── 07、学生管理之修改.mp4
│ │ │ ├── 03、初始化fastapi服务.mp4
│ │ │ ├── 05、配置数据库和数据表相关的模块.mp4
│ │ │ ├── 10、学生管理之查询所有学生.mp4
│ │ │ ├── 02、初始化一个项目(创建虚拟环境和创建项目设置虚拟环境).mp4
│ │ │ ├── 11、使用R对象限定返回的结果格式.mp4
│ │ │ ├── 06、fastapi实现学生管理添加学生接口.mp4
│ │ │ ├── 04、mvc架构的概念.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 09、学生管理之查单个学生.mp4
│ │ │ ├── 12、使用路由器对模块进行路由划分.mp4
│ │ │ ├── 08、学生管理之删除.mp4
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python11
│ │ ├── 视频
│ │ │ ├── 08、fastapi接受查询参数.mp4
│ │ │ ├── 02、使用pymysql导出数据.mp4
│ │ │ ├── 13、fastapi实现文件上传.mp4
│ │ │ ├── 05、fastapi写接口初体验.mp4
│ │ │ ├── 04、请求参数的分类及后端返回数据有哪些.mp4
│ │ │ ├── 06、postman的基本使用.mp4
│ │ │ ├── 14、fastapi实现文件下载.mp4
│ │ │ ├── 09、fastapi接受请求体json参数.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 10、fastapi实现混合参数的接受三种方式.mp4
│ │ │ ├── 03、http相关概念.mp4
│ │ │ ├── 12、fastapi返回json数据.mp4
│ │ │ ├── 07、fastapi接收路径参数.mp4
│ │ │ ├── 11、fastapi接受请求头信息.mp4
│ │ ├── 代码
│ │ │ ├── day11
│ │ │ │ ├── 01、使用pymysql导出数据到csv.py
│ │ │ │ ├── 378046ef8c-mylove09.png
│ │ │ │ ├── 03、fastapi的使用接受和返回.py
│ │ │ │ ├── users_with_phone_pymysql.csv
│ │ │ │ ├── 02、fastapi写接口初体验.py
│ │ │ │ ├── 64d840c638-mylove09.png
│ │ ├── Postman (x64).exe
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python03
│ │ ├── 视频
│ │ │ ├── 06、字典的创建.mp4
│ │ │ ├── 03、元组的操作.mp4
│ │ │ ├── 13、集合的运算和冻结集合的概念.mp4
│ │ │ ├── 10、集合的概念及集合的创建.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 07、字典的操作增删改查.mp4
│ │ │ ├── 15、函数的概念及初体验.mp4
│ │ │ ├── 12、集合推导式.mp4
│ │ │ ├── 11、集合的增删改查操作.mp4
│ │ │ ├── 05、字典的概念及作用.mp4
│ │ │ ├── 09、数据的深浅拷贝.mp4
│ │ │ ├── 02、元组的创建.mp4
│ │ │ ├── 04、元组相关的内置方法函数.mp4
│ │ │ ├── 08、字典的成员判断和字典推导式.mp4
│ │ │ ├── 14、综合案例学生管理系统.mp4
│ │ ├── 代码
│ │ │ ├── day03
│ │ │ │ ├── 03、元组相关的内置函数方法.py
│ │ │ │ ├── 02、元组的操作.py
│ │ │ │ ├── 11、综合案例:字典列表实现学生管理.py
│ │ │ │ ├── 10、集合的运算.py
│ │ │ │ ├── 01、元组的创建.py
│ │ │ │ ├── 06、字典的其它操作.py
│ │ │ │ ├── 04、字典的创建.py
│ │ │ │ ├── 05、字典的操作(贼重要).py
│ │ │ │ ├── 07、集合的创建.py
│ │ │ │ ├── 09、集合推导式.py
│ │ │ │ ├── 12、函数的初体验.py
│ │ │ │ ├── 08、集合的操作.py
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python01
│ │ ├── 视频
│ │ │ ├── 14、位运算符的了解.mp4
│ │ │ ├── 07、基本数据类型之字符串.mp4
│ │ │ ├── 01、python的介绍.mp4
│ │ │ ├── 12、比较运算符结果都是布尔值.mp4
│ │ │ ├── 13、逻辑运算符和表达式.mp4
│ │ │ ├── 03、安装python解释器和ide开发工具.mp4
│ │ │ ├── 11、运算符和表达式的概念及算术运算符和赋值运算符.mp4
│ │ │ ├── 10、字符串格式化小案例.mp4
│ │ │ ├── 05、变量的操作.mp4
│ │ │ ├── 09、字符串格式化的三种方式.mp4
│ │ │ ├── 06、基本数据类型的前四种简单操作.mp4
│ │ │ ├── 08、基本数据类型之间的转换.mp4
│ │ │ ├── 02、为啥要学python.mp4
│ │ │ ├── 04、变量的概念及为啥有变量.mp4
│ │ ├── 代码
│ │ │ ├── day01
│ │ │ │ ├── 03、基本数据类型之间的转换.py
│ │ │ │ ├── 04、字符串的格式化很重要.py
│ │ │ │ ├── 01、变量的操作.py
│ │ │ │ ├── 06、运算符和表达式.py
│ │ │ │ ├── 05、字符串格式化案例.py
│ │ │ │ ├── 02、简单数据类型的操作.py
│ │ ├── 资料
│ │ │ ├── python资料
│ │ │ │ ├── 面试1
│ │ │ │ │ ├── 07、尚硅谷AI智能运维-面试宝典之容器化docker.md
│ │ │ │ │ ├── 06、尚硅谷AI智能运维-面试宝典之代码上线+运维监控.md
│ │ │ │ │ ├── 04、尚硅谷AI智能运维-面试宝典之中间件.md
│ │ │ │ │ ├── 03、尚硅谷AI智能运维-面试宝典之DBA.md
│ │ │ │ │ ├── 05、尚硅谷AI智能运维-面试宝典之nginx+自动化.md
│ │ │ │ │ ├── 02、尚硅谷AI智能运维-面试宝典之三剑客+shell.md
│ │ │ │ │ ├── 01、尚硅谷AI智能运维-面试宝典之Linux+网络.md
│ │ │ │ ├── python课件
│ │ │ │ │ ├── Python -web基础框架fastapi
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── image-20250923175657588.png
│ │ │ │ │ │ │ ├── image-20251015143048417.png
│ │ │ │ │ │ ├── .DS_Store
│ │ │ │ │ │ ├── 01 – Web框架 – fastapi.md
│ │ │ │ │ │ ├── 00 – 虚拟环境&包导入&类型注解.md
│ │ │ │ │ ├── Python – 基础
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── image-20250925140304793.png
│ │ │ │ │ │ │ ├── image-20250925140211335.png
│ │ │ │ │ │ │ ├── image-20250925140708098.png
│ │ │ │ │ │ │ ├── image-20250925140535063.png
│ │ │ │ │ │ ├── 04 – 控制结构.md
│ │ │ │ │ │ ├── 02 – 变量和简单数据类型.md
│ │ │ │ │ │ ├── 01 – Python介绍和环境准备.md
│ │ │ │ │ │ ├── 10 – 异常处理.md
│ │ │ │ │ │ ├── 09 – 文件操作.md
│ │ │ │ │ │ ├── 08 – 面向对象.md
│ │ │ │ │ │ ├── 03 – 字符串格式化.md
│ │ │ │ │ │ ├── 06 – 字典&集合.md
│ │ │ │ │ │ ├── 07 – 函数.md
│ │ │ │ │ │ ├── 05 – 列表&元组.md
│ │ │ │ │ ├── python – 进阶
│ │ │ │ │ │ ├── 02 – 可迭代对象&迭代器&生成器.md
│ │ │ │ │ │ ├── 04 – json & requests & re.md
│ │ │ │ │ │ ├── 01 – 装饰器.md
│ │ │ │ │ │ ├── 03 – 并发编程&协程.md
│ │ │ │ │ │ ├── 05 – 数据库操作.md
│ │ │ │ ├── idea+pycharm2023
│ │ │ │ │ ├── win2021-2023.zip
│ │ │ │ │ ├── pycharm-professional-2023.3.7.exe
│ │ │ │ │ ├── python-3.13.5-amd64.exe
│ │ │ │ ├── python+fastapi知识点.txt
│ │ │ ├── python+fastapi知识点.txt
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python13
│ │ ├── 视频
│ │ │ ├── 07、内置中间件处理跨域.mp4
│ │ │ ├── 04、参数校验异常的重新处理.mp4
│ │ │ ├── 01、异常处理器的使用(除0异常).mp4
│ │ │ ├── 03、全局异常处理器处理自定义异常.mp4
│ │ │ ├── 08、接口文档的基本使用、.mp4
│ │ │ ├── 02、系统异常的处理方式.mp4
│ │ │ ├── 05、对返回数据进行脱敏处理.mp4
│ │ │ ├── 06、自定义中间件的使用.mp4
│ │ │ ├── 09、debugger调试介绍.mp4
│ │ ├── 代码
│ │ │ ├── student_manager
│ │ │ │ ├── router
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── student.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ ├── exception
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ │ ├── custorm_exception.cpython-313.pyc
│ │ │ │ │ │ ├── handler.cpython-313.pyc
│ │ │ │ │ ├── custorm_exception.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── handler.py
│ │ │ │ ├── crud
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── student.py
│ │ │ │ ├── database
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── db.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── db.py
│ │ │ │ ├── utils
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ │ ├── r.cpython-313.pyc
│ │ │ │ │ ├── r.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ ├── middleware
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── timmerer_middleware.cpython-313.pyc
│ │ │ │ │ │ ├── logger_middleware.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── timmerer_middleware.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── logger_middleware.py
│ │ │ │ ├── .idea
│ │ │ │ │ ├── inspectionProfiles
│ │ │ │ │ │ ├── profiles_settings.xml
│ │ │ │ │ │ ├── Project_Default.xml
│ │ │ │ │ ├── .gitignore
│ │ │ │ │ ├── modules.xml
│ │ │ │ │ ├── workspace.xml
│ │ │ │ │ ├── misc.xml
│ │ │ │ │ ├── student_manager.iml
│ │ │ │ ├── model
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── student.py
│ │ │ │ ├── __pycache__
│ │ │ │ │ ├── main.cpython-313.pyc
│ │ │ │ ├── service
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── student.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── student.py
│ │ │ │ ├── main.py
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python04
│ │ ├── 视频
│ │ │ ├── 08、程序执行流程图.mp4
│ │ │ ├── 11、案例:简易计算器.mp4
│ │ │ ├── 02、函数参数的作用和基本使用.mp4
│ │ │ ├── 03、函数的传参4种方式.mp4
│ │ │ ├── 09、函数的递归调用.mp4
│ │ │ ├── 06、嵌套函数的调用结论.mp4
│ │ │ ├── 04、函数的返回值.mp4
│ │ │ ├── 07、函数的作用域.mp4
│ │ │ ├── 05、函数返回值的分类.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 10、lambda函数表达式的使用.mp4
│ │ ├── 代码
│ │ │ ├── day04
│ │ │ │ ├── 08、函数的递归调用.py
│ │ │ │ ├── 05、函数嵌套的调用.py
│ │ │ │ ├── 03、函数的返回值.py
│ │ │ │ ├── 10、简易计算器案例.py
│ │ │ │ ├── 04、函数的分类.py
│ │ │ │ ├── 02、函数参数的传参方式.py
│ │ │ │ ├── 09、lambda函数表达式.py
│ │ │ │ ├── 07、函数的调用内存模型.py
│ │ │ │ ├── 01、函数的参数基本使用.py
│ │ │ │ ├── 06、函数的作用域.py
│ │ ├── 程序执行流程.png
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python05
│ │ ├── 视频
│ │ │ ├── 05、静态方法的使用.mp4
│ │ │ ├── 09、魔术方法的使用(str).mp4
│ │ │ ├── 07、面相对象三大特征之继承.mp4
│ │ │ ├── 08、面相对象三大tezh之多态.mp4
│ │ │ ├── 10、案例:图书管理系统面相对象版本.mp4
│ │ │ ├── 01、回顾.mp4
│ │ │ ├── 02、面相对象初体验.mp4
│ │ │ ├── 04、类的属性和类的方法使用.mp4
│ │ │ ├── 03、类实例化对象的过程(实例属性和实例方法).mp4
│ │ │ ├── 06、面相对象三大特征之封装.mp4
│ │ ├── 代码
│ │ │ ├── day05
│ │ │ │ ├── 02、类和实例对象.py
│ │ │ │ ├── 03、静态方法.py
│ │ │ │ ├── 04、面向对象三大特点之封装.py
│ │ │ │ ├── 01、面相对象初体验.py
│ │ │ │ ├── 05、面相对象三大特点之继承.py
│ │ │ │ ├── 06、面相对象三大特点之多态.py
│ │ │ │ ├── 07、魔术方法的使用.py
│ │ │ │ ├── 08、案例:图书管理.py
│ │ ├── python+fastapi知识点(完成版).txt
│ ├── python06
│ │ ├── 视频
│ │ │ ├── 08、包的概念和模块的使用.mp4
│ │ │ ├── 05、文件操作的案例.mp4
│ │ │ ├── 10、模块的两种运行方式及__name__的使用.mp4
│ │ │ ├── 02、文件系统的操作(文件和文件夹的添加删除等操作).mp4
│ │ │ ├── 06、系统异常的处理.mp4
│ │ │ ├── 07、自定义异常的处理.mp4
│ │ │ ├── 04、对非二进制文件的读写操作.mp4
│ │ │ ├── 03、文件操作的概念及函数参数的含义.mp4
│ │ │ ├── 09、绝对导入和相对导入的问题.mp4
│ │ │ ├── 01、回顾.mp4
│ │ ├── 代码
│ │ │ ├── day06
│ │ │ │ ├── utils
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── timeformat.cpython-313.pyc
│ │ │ │ │ │ ├── __init__.cpython-313.pyc
│ │ │ │ │ │ ├── caculate.cpython-313.pyc
│ │ │ │ │ ├── caculate.py
│ │ │ │ │ ├── timeformat.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ ├── a
│ │ │ │ │ ├── b
│ │ │ │ │ │ ├── 日记.txt
│ │ │ │ ├── test1
│ │ │ │ │ ├── 1.txt
│ │ │ │ ├── 02、文件内容的操作.py
│ │ │ │ ├── 07、绝对导入和相对导入.py
│ │ │ │ ├── 05、自定义异常的处理.py
│ │ │ │ ├── mylove07.jpg
│ │ │ │ ├── 04、异常的处理.py
│ │ │ │ ├── mylove01.jpg
│ │ │ │ ├── 03、读写文件案例.py
│ │ │ │ ├── 01、文件系统的操作.py
│ │ │ │ ├── 06、包和模块的使用.py
│ │ ├── python+fastapi知识点(完成版).txt
├── 03、中间件
│ ├── day68_iptables_阿里云
│ │ ├── 视频
│ │ │ ├── 14-创建新磁盘并格式化以及挂载.mp4
│ │ │ ├── 11-远程连接ECS.mp4
│ │ │ ├── 05-iptables实现IP映射.mp4
│ │ │ ├── 13-创建快照和镜像.mp4
│ │ │ ├── 10-阿里云之ECS配置完毕.mp4
│ │ │ ├── 07-阿里云之购买ECS.mp4
│ │ │ ├── 01-iptables实现共享上网的原理.mp4
│ │ │ ├── 02-iptables共享上网功能:配置iptables.mp4
│ │ │ ├── 15-配置安全组.mp4
│ │ │ ├── 12-查看ECS基本信息.mp4
│ │ │ ├── 03-iptables共享上网功能:功能测试.mp4
│ │ │ ├── 04-iptables实现端口映射.mp4
│ │ │ ├── 09-阿里云之选择实例和设置磁盘以及公网IP.mp4
│ │ │ ├── 06-阿里云组件介绍.mp4
│ │ │ ├── 08-阿里云之创建专有网络和交换机.mp4
│ │ ├── 课件
│ │ │ ├── Linux自动化运维-阿里云组件.docx
│ ├── day56_Ansible
│ │ ├── 课件
│ │ │ ├── Linux综合架构-06-Ansible-Playbook-变量-流程控制.assets
│ │ │ │ ├── 1685675001029.png
│ │ │ │ ├── 1685970278219.png
│ │ │ │ ├── 1749565602390.png
│ │ │ │ ├── image-20251112165256222.png
│ │ │ │ ├── 1749565665753.png
│ │ │ ├── Linux综合架构-02-Ansible-Playbook-变量-流程控制.md
│ │ ├── 视频
│ │ │ ├── 15-Ansible的facts变量.mp4
│ │ │ ├── 07-Ansible剧本模式之yml文件语法.mp4
│ │ │ ├── 09-Ansible剧本模式之复制文件.mp4
│ │ │ ├── 14-Ansible的组变量.mp4
│ │ │ ├── 11-Ansible变量概述.mp4
│ │ │ ├── 01-Linux网络问题.mp4
│ │ │ ├── 10-Ansible剧本模式之nfs配置.mp4
│ │ │ ├── 12-Ansible的局部变量.mp4
│ │ │ ├── 16-Ansible模块之template.mp4
│ │ │ ├── 05-Ansible模块之mount.mp4
│ │ │ ├── 13-Ansible的变量文件(共享变量).mp4
│ │ │ ├── 03-Ansible模块之group.mp4
│ │ │ ├── 02-Ansible模块之user.mp4
│ │ │ ├── 06-Ansible模块之cron.mp4
│ │ │ ├── 08-Ansible剧本模式体验.mp4
│ │ │ ├── 17-Ansible的register变量.mp4
│ │ │ ├── 04-回顾NFS.mp4
│ │ ├── playbook.tar.gz
│ ├── day71_docker01
│ │ ├── 视频
│ │ │ ├── 2.核心概念.mp4
│ │ │ ├── 16.开机自启文件的查找.mp4
│ │ │ ├── 10.容器的类型.mp4
│ │ │ ├── 8.镜像类命令.mp4
│ │ │ ├── 14.dockerrun背后的逻辑.mp4
│ │ │ ├── 13.复制文件到容器.mp4
│ │ │ ├── 11.容器的导出和导入.mp4
│ │ │ ├── 1.docker的介绍.mp4
│ │ │ ├── 4.docker的安装.mp4
│ │ │ ├── 7.服务类命令.mp4
│ │ │ ├── 9.停止和删除容器.mp4
│ │ │ ├── 3.docker的架构.mp4
│ │ │ ├── 5.配置镜像加速.mp4
│ │ │ ├── 12.进入容器内部.mp4
│ │ │ ├── 15.容器的开机自启.mp4
│ │ │ ├── 6.docker的基础操作.mp4
│ │ ├── 资料
│ │ │ ├── 笔记
│ │ │ │ ├── 04-gitlab
│ │ │ │ │ ├── ${imgs}
│ │ │ │ │ │ ├── image-20260131164557563.png
│ │ │ │ │ │ ├── image-20260206163108948.png
│ │ │ │ │ │ ├── image-20260131150007534.png
│ │ │ │ │ │ ├── image-20260206170722089.png
│ │ │ │ │ │ ├── image-20260206191326495.png
│ │ │ │ │ │ ├── image-20260206191431431.png
│ │ │ │ │ │ ├── image-20260206165145671.png
│ │ │ │ │ │ ├── image-20260207190731626.png
│ │ │ │ │ │ ├── image-20260207190545872.png
│ │ │ │ │ │ ├── image-20260206163023498.png
│ │ │ │ │ │ ├── image-20260206214717393.png
│ │ │ │ │ │ ├── image-20260131164706511.png
│ │ │ │ │ │ ├── image-20260206165501236.png
│ │ │ │ │ │ ├── image-20260206170747642.png
│ │ │ │ │ │ ├── image-20260206164855514.png
│ │ │ │ │ │ ├── image-20260206185041017.png
│ │ │ │ │ │ ├── image-20260131164633588.png
│ │ │ │ │ │ ├── image-20260206170455748.png
│ │ │ │ │ │ ├── image-20260206185308934.png
│ │ │ │ │ │ ├── image-20260206163431451.png
│ │ │ │ │ │ ├── image-20260206200517821.png
│ │ │ │ │ │ ├── image-20260206165337360.png
│ │ │ │ │ │ ├── image-20260206163557905.png
│ │ │ │ │ │ ├── image-20260206164951503.png
│ │ │ │ │ │ ├── image-20260206170343806.png
│ │ │ │ │ │ ├── image-20260206164542138.png
│ │ │ │ │ │ ├── image-20260207192753742.png
│ │ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ │ ├── wps12224.jpg
│ │ │ │ │ │ ├── wps4.jpg
│ │ │ │ │ │ ├── wps5.jpg
│ │ │ │ │ │ ├── image-20260205214022430.png
│ │ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ │ ├── image-20260131164618580.png
│ │ │ │ │ │ ├── image-20260131144304848.png
│ │ │ │ │ │ ├── image-20260206170918261.png
│ │ │ │ │ │ ├── image-20260207190641015.png
│ │ │ │ │ │ ├── image-20260206163305230.png
│ │ │ │ │ │ ├── image-20260206164625367.png
│ │ │ │ │ │ ├── image-20260207190956406.png
│ │ │ │ │ │ ├── image-20260206163405620.png
│ │ │ │ │ │ ├── image-20260206165238304.png
│ │ │ │ │ │ ├── image-20260131161449338.png
│ │ │ │ │ │ ├── image-20260206164723673.png
│ │ │ │ │ │ ├── image-20260206164505483.png
│ │ │ │ │ │ ├── image-20260206165548319.png
│ │ │ │ │ │ ├── wps3.jpg
│ │ │ │ │ ├── gitlab.md
│ │ │ │ ├── 02-docker
│ │ │ │ │ ├── ${imgs}
│ │ │ │ │ │ ├── image-20260124131621325.png
│ │ │ │ │ │ ├── image-20260123162257669.png
│ │ │ │ │ │ ├── image-20260201181201602.png
│ │ │ │ │ │ ├── image-20260121094129104.png
│ │ │ │ │ │ ├── image-20260202153725348.png
│ │ │ │ │ │ ├── image-20260205093332322.png
│ │ │ │ │ │ ├── image-20260203204056998.png
│ │ │ │ │ │ ├── image-20260121103807920.png
│ │ │ │ │ │ ├── image-20260121103930287.png
│ │ │ │ │ │ ├── image-20260117181129616.png
│ │ │ │ │ │ ├── image-20260121095402609.png
│ │ │ │ │ │ ├── image-20260124115347469.png
│ │ │ │ │ │ ├── image-20260122102102143.png
│ │ │ │ │ │ ├── image-20260118160059875.png
│ │ │ │ │ │ ├── image-20260124131535086.png
│ │ │ │ │ │ ├── image-20260119204450280.png
│ │ │ │ │ │ ├── image-20260125114332988.png
│ │ │ │ │ │ ├── image-20260119122221257.png
│ │ │ │ │ │ ├── image-20260124115011152.png
│ │ │ │ │ │ ├── image-20260120091513582.png
│ │ │ │ │ │ ├── image-20230717092203083.png
│ │ │ │ │ │ ├── image-20260201162920449.png
│ │ │ │ │ │ ├── image-20260122101339956.png
│ │ │ │ │ │ ├── image-20260205122549438.png
│ │ │ │ │ │ ├── image-20260118155954180.png
│ │ │ │ │ │ ├── image-20260123210909726.png
│ │ │ │ │ │ ├── image-20230717103345480.png
│ │ │ │ │ │ ├── image-20260125115256142.png
│ │ │ │ │ │ ├── image-20260119193625970.png
│ │ │ │ │ │ ├── image-20260119144414943.png
│ │ │ │ │ │ ├── image-20260125111025764.png
│ │ │ │ │ │ ├── image-20260123155618963.png
│ │ │ │ │ │ ├── image-20260205113434384.png
│ │ │ │ │ │ ├── image-20260205150344717.png
│ │ │ │ │ │ ├── image-20230717105936542.png
│ │ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ │ ├── image-20260121095341918.png
│ │ │ │ │ │ ├── image-20260119190750798.png
│ │ │ │ │ │ ├── image-20260124152956860.png
│ │ │ │ │ │ ├── image-20260121171438332.png
│ │ │ │ │ │ ├── image-20230717105911099.png
│ │ │ │ │ │ ├── image-20260202200115700.png
│ │ │ │ │ │ ├── image-20260125110719968.png
│ │ │ │ │ │ ├── image-20260119191102880.png
│ │ │ │ │ │ ├── image-20260121191359471.png
│ │ │ │ │ │ ├── image-20260125115356538.png
│ │ │ │ │ │ ├── image-20260121194301716.png
│ │ │ │ │ │ ├── image-20230420170726620.png
│ │ │ │ │ │ ├── image-20260123203916783.png
│ │ │ │ │ │ ├── image-20260124093527174.png
│ │ │ │ │ │ ├── image-20260122090124411.png
│ │ │ │ │ │ ├── image-20260121210723683.png
│ │ │ │ │ │ ├── image-20260204073826040.png
│ │ │ │ │ │ ├── image-20260121094930270.png
│ │ │ │ │ │ ├── image-20260123203943449.png
│ │ │ │ │ │ ├── image-20260204070816095.png
│ │ │ │ │ │ ├── image-20260205094124125.png
│ │ │ │ │ │ ├── image-20260120092334903.png
│ │ │ │ │ │ ├── image-20260119191012350.png
│ │ │ │ │ │ ├── image-20260121205812197.png
│ │ │ │ │ │ ├── image-20260124093336103.png
│ │ │ │ │ │ ├── image-20260203223715008.png
│ │ │ │ │ │ ├── image-20260124194331294.png
│ │ │ │ │ │ ├── image-20260119193737374.png
│ │ │ │ │ │ ├── image-20260203223552177.png
│ │ │ │ │ │ ├── image-20260119191325778.png
│ │ │ │ │ │ ├── image-20260204073901055.png
│ │ │ │ │ │ ├── image-20260119190938666.png
│ │ │ │ │ │ ├── image-20260120091544396.png
│ │ │ │ │ │ ├── image-20260122132541001.png
│ │ │ │ │ │ ├── image-20260118173545161.png
│ │ │ │ │ │ ├── image-20260118160156249.png
│ │ │ │ │ │ ├── image-20260125113559724.png
│ │ │ │ │ │ ├── image-20260201163103174.png
│ │ │ │ │ │ ├── image-20260125113836395.png
│ │ │ │ │ │ ├── image-20260124213605975.png
│ │ │ │ │ │ ├── image-20260124131359037.png
│ │ │ │ │ │ ├── image-20260119142228426.png
│ │ │ │ │ │ ├── image-20260119212132926.png
│ │ │ │ │ │ ├── image-20260125110750596.png
│ │ │ │ │ │ ├── image-20230420171535021.png
│ │ │ │ │ │ ├── image-20260118160314783.png
│ │ │ │ │ │ ├── image-20260124194435288.png
│ │ │ │ │ │ ├── image-20260119204649463.png
│ │ │ │ │ │ ├── image-20260121094954659.png
│ │ │ │ │ │ ├── image-20260205115017266.png
│ │ │ │ │ │ ├── image-20260123211309210.png
│ │ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ │ ├── image-20260122132553150.png
│ │ │ │ │ │ ├── image-20260120093019577.png
│ │ │ │ │ │ ├── image-20260123154630658.png
│ │ │ │ │ │ ├── image-20260124202302113.png
│ │ │ │ │ │ ├── image-20260123203904203.png
│ │ │ │ │ │ ├── image-20260117181206406.png
│ │ │ │ │ │ ├── image-20260121094544880.png
│ │ │ │ │ │ ├── image-20230420170343281.png
│ │ │ │ │ │ ├── image-20260117181409053.png
│ │ │ │ │ ├── docker03.md
│ │ │ │ │ ├── docker01.md
│ │ │ │ │ ├── docker02.md
│ │ │ │ ├── 06-zookeeper
│ │ │ │ │ ├── ${imgs}
│ │ │ │ │ │ ├── image-20260223155100392.png
│ │ │ │ │ │ ├── image-20260222190240226.png
│ │ │ │ │ │ ├── wps1.png
│ │ │ │ │ │ ├── image-20260222190339462.png
│ │ │ │ │ │ ├── image-20260223154935636.png
│ │ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ │ ├── wps19.jpg
│ │ │ │ │ │ ├── image-20260222192752791.png
│ │ │ │ │ │ ├── image-20260223154953442.png
│ │ │ │ │ │ ├── image-20260222190842369.png
│ │ │ │ │ │ ├── image-20260222185936773.png
│ │ │ │ │ │ ├── image-20260222190610544.png
│ │ │ │ │ │ ├── image-20260222190555427.png
│ │ │ │ │ │ ├── image-20260227065541346.png
│ │ │ │ │ │ ├── wps21.jpg
│ │ │ │ │ │ ├── wps23.jpg
│ │ │ │ │ │ ├── wps22.png
│ │ │ │ │ │ ├── wps17.png
│ │ │ │ │ │ ├── wps20.jpg
│ │ │ │ │ │ ├── image-20260222190044132.png
│ │ │ │ │ │ ├── wps18.png
│ │ │ │ │ │ ├── image-20260222190753102.png
│ │ │ │ │ │ ├── image-20260223152026440.png
│ │ │ │ │ │ ├── image-20260223154833508.png
│ │ │ │ │ │ ├── image-20260226171349125.png
│ │ │ │ │ ├── zookeeper.md
│ │ │ │ ├── 07-kafka
│ │ │ │ │ ├── ${imgs}
│ │ │ │ │ │ ├── image-20260222130947028.png
│ │ │ │ │ │ ├── image-20260301201248501.png
│ │ │ │ │ │ ├── wps8.jpg
│ │ │ │ │ │ ├── image-20260222132838042.png
│ │ │ │ │ │ ├── image-20260221210419428.png
│ │ │ │ │ │ ├── image-20260222084743141.png
│ │ │ │ │ │ ├── wps7.jpg
│ │ │ │ │ │ ├── wps14.jpg
│ │ │ │ │ │ ├── image-20260222130958132.png
│ │ │ │ │ │ ├── wps1.png
│ │ │ │ │ │ ├── wps9.jpg
│ │ │ │ │ │ ├── wps6.jpg
│ │ │ │ │ │ ├── image-20260222141028381.png
│ │ │ │ │ │ ├── wps7.png
│ │ │ │ │ │ ├── image-20260222111404799.png
│ │ │ │ │ │ ├── image-20260228165517761.png
│ │ │ │ │ │ ├── image-20260227213553015.png
│ │ │ │ │ │ ├── wps5.png
│ │ │ │ │ │ ├── image-20260222085035143.png
│ │ │ │ │ │ ├── wps12.jpg
│ │ │ │ │ │ ├── image-20260222143927257.png
│ │ │ │ │ │ ├── wps4-177172789067514.png
│ │ │ │ │ │ ├── wps2.png
│ │ │ │ │ │ ├── wps3.jpg
│ │ │ │ │ │ ├── wps15.jpg
│ │ │ │ │ │ ├── image-20260302074926574.png
│ │ │ │ │ │ ├── image-20260301190643822.png
│ │ │ │ │ │ ├── image-20260221210449920.png
│ │ │ │ │ │ ├── image-20260302074859907.png
│ │ │ │ │ │ ├── image-20260222084404570.png
│ │ │ │ │ │ ├── wps3.png
│ │ │ │ │ │ ├── wps13.jpg
│ │ │ │ │ │ ├── image-20260222115834255.png
│ │ │ │ │ │ ├── image-20260228171612430.png
│ │ │ │ │ │ ├── image-20260228072656814.png
│ │ │ │ │ │ ├── image-20260221153559267.png
│ │ │ │ │ │ ├── image-20260222114130059.png
│ │ │ │ │ │ ├── image-20260222115909307.png
│ │ │ │ │ │ ├── image-20260227192502475.png
│ │ │ │ │ │ ├── image-20260222111315699.png
│ │ │ │ │ │ ├── wps4.png
│ │ │ │ │ ├── kafka.md
│ │ │ │ │ ├── 高清图.pptx
│ │ │ │ ├── 05-jekens
│ │ │ │ │ ├── jenkins01
│ │ │ │ │ │ ├── ${imgs}
│ │ │ │ │ │ │ ├── wps6-17695033608667.jpg
│ │ │ │ │ │ │ ├── wps3-17720259723391.jpg
│ │ │ │ │ │ │ ├── image-20260114154957065.png
│ │ │ │ │ │ │ ├── image-20260128092026767.png
│ │ │ │ │ │ │ ├── image-20260128200532464.png
│ │ │ │ │ │ │ ├── wps1-17711550340321.jpg
│ │ │ │ │ │ │ ├── image-20260213085435785.png
│ │ │ │ │ │ │ ├── image-20260115180858898.png
│ │ │ │ │ │ │ ├── image-20260127163750481.png
│ │ │ │ │ │ │ ├── image-20260114104721349.png
│ │ │ │ │ │ │ ├── image-20260127161329687.png
│ │ │ │ │ │ │ ├── image-20260116145056444.png
│ │ │ │ │ │ │ ├── wps17.jpg
│ │ │ │ │ │ │ ├── image-20260116131732844.png
│ │ │ │ │ │ │ ├── image-20260115180232068.png
│ │ │ │ │ │ │ ├── wps2-17720259723408.jpg
│ │ │ │ │ │ │ ├── wps16-177098561662923.jpg
│ │ │ │ │ │ │ ├── image-20260213085526803.png
│ │ │ │ │ │ │ ├── image-20260212112936595.png
│ │ │ │ │ │ │ ├── wps18-177098561662926.jpg
│ │ │ │ │ │ │ ├── image-20260128130343313.png
│ │ │ │ │ │ │ ├── image-20260209153917929.png
│ │ │ │ │ │ │ ├── wps15.jpg
│ │ │ │ │ │ │ ├── image-20260127183112445.png
│ │ │ │ │ │ │ ├── image-20260116131114137.png
│ │ │ │ │ │ │ ├── wps5-17695033608666.jpg
│ │ │ │ │ │ │ ├── image-20260114152504561.png
│ │ │ │ │ │ │ ├── image-20260127190627987.png
│ │ │ │ │ │ │ ├── image-20260116203858485.png
│ │ │ │ │ │ │ ├── image-20260114085707280-176835222970715.png
│ │ │ │ │ │ │ ├── wps1-17709028335321.jpg
│ │ │ │ │ │ │ ├── wps29-177202597234027.jpg
│ │ │ │ │ │ │ ├── image-20260215193747971.png
│ │ │ │ │ │ │ ├── wps11.jpg
│ │ │ │ │ │ │ ├── wps8-176956276713112.jpg
│ │ │ │ │ │ │ ├── image-20260114105637253-176835939930425.png
│ │ │ │ │ │ │ ├── wps10-176950392853919.jpg
│ │ │ │ │ │ │ ├── image-20260116131402134.png
│ │ │ │ │ │ │ ├── image-20260113213834594.png
│ │ │ │ │ │ │ ├── image-20260116172304086.png
│ │ │ │ │ │ │ ├── image-20260209114933002.png
│ │ │ │ │ │ │ ├── wps2-17706093042823.jpg
│ │ │ │ │ │ │ ├── image-20260215195852310.png
│ │ │ │ │ │ │ ├── image-20260128194701324.png
│ │ │ │ │ │ │ ├── image-20260114153809400.png
│ │ │ │ │ │ │ ├── wps5.jpg
│ │ │ │ │ │ │ ├── image-20260115093901414.png
│ │ │ │ │ │ │ ├── image-20260115111547077.png
│ │ │ │ │ │ │ ├── image-20260114155212769.png
│ │ │ │ │ │ │ ├── wps4-17695033608655.jpg
│ │ │ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ │ │ ├── wps27-177202597234026.jpg
│ │ │ │ │ │ │ ├── wps8-17720259723406.jpg
│ │ │ │ │ │ │ ├── wps3.jpg
│ │ │ │ │ │ │ ├── image-20260127220319104.png
│ │ │ │ │ │ │ ├── image-20260224171728878.png
│ │ │ │ │ │ │ ├── image-20260115220456539.png
│ │ │ │ │ │ │ ├── image-20260213202947370.png
│ │ │ │ │ │ │ ├── wps11-177098561662918.jpg
│ │ │ │ │ │ │ ├── image-20260215195904889.png
│ │ │ │ │ │ │ ├── image-20260114153008405.png
│ │ │ │ │ │ │ ├── wps16-17695063165216.jpg
│ │ │ │ │ │ │ ├── image-20260215193714420.png
│ │ │ │ │ │ │ ├── wps13-177202597234014.jpg
│ │ │ │ │ │ │ ├── wps11-176950392853920.jpg
│ │ │ │ │ │ │ ├── image-20260115180251273.png
│ │ │ │ │ │ │ ├── image-20260116151057363.png
│ │ │ │ │ │ │ ├── wps17-177098561662924.jpg
│ │ │ │ │ │ │ ├── image-20260213203305867.png
│ │ │ │ │ │ │ ├── image-20260127161017365.png
│ │ │ │ │ │ │ ├── wps12-176956276713215.jpg
│ │ │ │ │ │ │ ├── wps16.jpg
│ │ │ │ │ │ │ ├── wps3-17709029205105.jpg
│ │ │ │ │ │ │ ├── image-20260129100403567.png
│ │ │ │ │ │ │ ├── wps14-177202597234015.jpg
│ │ │ │ │ │ │ ├── image-20260127180840273.png
│ │ │ │ │ │ │ ├── image-20260213212909348.png
│ │ │ │ │ │ │ ├── image-20260215193140439.png
│ │ │ │ │ │ │ ├── image-20260223202659637.png
│ │ │ │ │ │ │ ├── image-20260114085636376-176835219802713.png
│ │ │ │ │ │ │ ├── image-20260116160001913.png
│ │ │ │ │ │ │ ├── wps28-177202597234025.jpg
│ │ │ │ │ │ │ ├── image-20260207221426376.png
│ │ │ │ │ │ │ ├── image-20260129142529557.png
│ │ │ │ │ │ │ ├── image-20260224165455896.png
│ │ │ │ │ │ │ ├── wps36.jpg
│ │ │ │ │ │ │ ├── image-20260127165605743.png
│ │ │ │ │ │ │ ├── image-20260114095930528.png
│ │ │ │ │ │ │ ├── image-20260116164706120.png
│ │ │ │ │ │ │ ├── image-20260114154701553.png
│ │ │ │ │ │ │ ├── image-20260114105637253.png
│ │ │ │ │ │ │ ├── image-20260114154610834.png
│ │ │ │ │ │ │ ├── image-20260225074450991.png
│ │ │ │ │ │ │ ├── image-20260209153847318.png
│ │ │ │ │ │ │ ├── image-20260115094303539.png
│ │ │ │ │ │ │ ├── image-20260114085903384.png
│ │ │ │ │ │ │ ├── wps12-177202597234013.jpg
│ │ │ │ │ │ │ ├── image-20260128104210748.png
│ │ │ │ │ │ │ ├── wps1-177202597234010.jpg
│ │ │ │ │ │ │ ├── image-20260114085452254.png
│ │ │ │ │ │ │ ├── image-20260127160513628.png
│ │ │ │ │ │ │ ├── image-20260115175924516.png
│ │ │ │ │ │ │ ├── image-20260116164834442.png
│ │ │ │ │ │ │ ├── image-20260128161543517.png
│ │ │ │ │ │ │ ├── wps5-17720259723403.jpg
│ │ │ │ │ │ │ ├── image-20260213085329243.png
│ │ │ │ │ │ │ ├── image-20260127190355734.png
│ │ │ │ │ │ │ ├── wps9.jpg
│ │ │ │ │ │ │ ├── wps7-17695033608668.jpg
│ │ │ │ │ │ │ ├── image-20260113214550876.png
│ │ │ │ │ │ │ ├── wps10.jpg
│ │ │ │ │ │ │ ├── image-20260116131553694.png
│ │ │ │ │ │ │ ├── wps15-177202597234012.jpg
│ │ │ │ │ │ │ ├── image-20260113214154770-17683117167765.png
│ │ │ │ │ │ │ ├── image-20260116170944372.png
│ │ │ │ │ │ │ ├── image-20260116204230936.png
│ │ │ │ │ │ │ ├── image-20260128110951746.png
│ │ │ │ │ │ │ ├── image-20260213203329256.png
│ │ │ │ │ │ │ ├── wps29.jpg
│ │ │ │ │ │ │ ├── image-20260128090931987.png
│ │ │ │ │ │ │ ├── image-20260114104342602.png
│ │ │ │ │ │ │ ├── image-20260129104304101.png
│ │ │ │ │ │ │ ├── image-20260213203155150.png
│ │ │ │ │ │ │ ├── image-20260114153307449.png
│ │ │ │ │ │ │ ├── wps31.jpg
│ │ │ │ │ │ │ ├── image-20260225074415606.png
│ │ │ │ │ │ │ ├── wps24.jpg
│ │ │ │ │ │ │ ├── image-20260115093539729.png
│ │ │ │ │ │ │ ├── wps13-17695063165194.jpg
│ │ │ │ │ │ │ ├── wps22-177202597234019.jpg
│ │ │ │ │ │ │ ├── wps9-17720259723407.jpg
│ │ │ │ │ │ │ ├── image-20260113211708348-17683102301593.png
│ │ │ │ │ │ │ ├── image-20260114085707280.png
│ │ │ │ │ │ │ ├── wps7-17720259723404.jpg
│ │ │ │ │ │ │ ├── wps2-17711550340322.jpg
│ │ │ │ │ │ │ ├── image-20260116115500616.png
│ │ │ │ │ │ │ ├── wps2-17683821875112.jpg
│ │ │ │ │ │ │ ├── wps1-17683821875111.jpg
│ │ │ │ │ │ │ ├── wps3-17711550340333.jpg
│ │ │ │ │ │ │ ├── wps15-177098561662922.jpg
│ │ │ │ │ │ │ ├── image-20260116172014413.png
│ │ │ │ │ │ │ ├── wps4.jpg
│ │ │ │ │ │ │ ├── image-20260128211958507.png
│ │ │ │ │ │ │ ├── image-20260127192654665.png
│ │ │ │ │ │ │ ├── image-20260128200831289.png
│ │ │ │ │ │ │ ├── image-20260116164537295.png
│ │ │ │ │ │ │ ├── wps11-176956276713216.jpg
│ │ │ │ │ │ │ ├── image-20260116120530075.png
│ │ │ │ │ │ │ ├── image-20260114110730921.png
│ │ │ │ │ │ │ ├── image-20260113214550876-17683119522217.png
│ │ │ │ │ │ │ ├── wps4-17683821875113.jpg
│ │ │ │ │ │ │ ├── image-20260115175815684.png
│ │ │ │ │ │ │ ├── image-20260114085903384-176835234567117.png
│ │ │ │ │ │ │ ├── image-20260213211707566.png
│ │ │ │ │ │ │ ├── image-20260115180307398.png
│ │ │ │ │ │ │ ├── image-20260115094320889.png
│ │ │ │ │ │ │ ├── wps28.jpg
│ │ │ │ │ │ │ ├── image-20260116145214750.png
│ │ │ │ │ │ │ ├── image-20260209114636234.png
│ │ │ │ │ │ │ ├── wps20.jpg
│ │ │ │ │ │ │ ├── image-20260115090250709.png
│ │ │ │ │ │ │ ├── wps13-176956810192030.jpg
│ │ │ │ │ │ │ ├── image-20260113211708348.png
│ │ │ │ │ │ │ ├── image-20260208165839879.png
│ │ │ │ │ │ │ ├── image-20260127190755423.png
│ │ │ │ │ │ │ ├── image-20260115094014399.png
│ │ │ │ │ │ │ ├── wps23.jpg
│ │ │ │ │ │ │ ├── wps6-17720259723405.jpg
│ │ │ │ │ │ │ ├── wps6-177090379007310.jpg
│ │ │ │ │ │ │ ├── image-20260116130823718.png
│ │ │ │ │ │ │ ├── image-20260116131509124.png
│ │ │ │ │ │ │ ├── wps15-17695063165181.jpg
│ │ │ │ │ │ │ ├── wps14-177098561662925.jpg
│ │ │ │ │ │ │ ├── wps18.jpg
│ │ │ │ │ │ │ ├── wps19-177202597234028.jpg
│ │ │ │ │ │ │ ├── image-20260127174057207.png
│ │ │ │ │ │ │ ├── wps7-177090379007311.jpg
│ │ │ │ │ │ │ ├── image-20260116164729604.png
│ │ │ │ │ │ │ ├── image-20260114105756709.png
│ │ │ │ │ │ │ ├── wps12-177098561662920.jpg
│ │ │ │ │ │ │ ├── image-20260127160943120.png
│ │ │ │ │ │ │ ├── image-20260209114734834.png
│ │ │ │ │ │ │ ├── image-20260115093915987.png
│ │ │ │ │ │ │ ├── image-20260114154652559.png
│ │ │ │ │ │ │ ├── image-20260114110859705.png
│ │ │ │ │ │ │ ├── wps10-177098561662919.jpg
│ │ │ │ │ │ │ ├── wps21.jpg
│ │ │ │ │ │ │ ├── image-20260114085606133.png
│ │ │ │ │ │ │ ├── wps2-17695227132892.jpg
│ │ │ │ │ │ │ ├── wps19.jpg
│ │ │ │ │ │ │ ├── image-20260116132411397.png
│ │ │ │ │ │ │ ├── wps32.jpg
│ │ │ │ │ │ │ ├── wps22.jpg
│ │ │ │ │ │ │ ├── image-20260115093834357.png
│ │ │ │ │ │ │ ├── image-20260116115140613.png
│ │ │ │ │ │ │ ├── image-20260128092458146.png
│ │ │ │ │ │ │ ├── wps1-17706087394041.jpg
│ │ │ │ │ │ │ ├── wps8-17695033608669.jpg
│ │ │ │ │ │ │ ├── wps8.jpg
│ │ │ │ │ │ │ ├── image-20260128092654277.png
│ │ │ │ │ │ │ ├── wps6-177115524781810.jpg
│ │ │ │ │ │ │ ├── image-20260114103625823-176835818745121.png
│ │ │ │ │ │ │ ├── wps14.jpg
│ │ │ │ │ │ │ ├── wps5-17711552478189.jpg
│ │ │ │ │ │ │ ├── image-20260114154847369.png
│ │ │ │ │ │ │ ├── wps13.jpg
│ │ │ │ │ │ │ ├── wps1-17695227132891.jpg
│ │ │ │ │ │ │ ├── wps17-177202597234021.jpg
│ │ │ │ │ │ │ ├── wps13-177098561662921.jpg
│ │ │ │ │ │ │ ├── image-20260115180936291.png
│ │ │ │ │ │ │ ├── image-20260209114905928.png
│ │ │ │ │ │ │ ├── image-20260116131220543.png
│ │ │ │ │ │ │ ├── wps4-17695227132893.jpg
│ │ │ │ │ │ │ ├── wps30.jpg
│ │ │ │ │ │ │ ├── image-20260116131306598.png
│ │ │ │ │ │ │ ├── wps3-17695227132904.jpg
│ │ │ │ │ │ │ ├── wps3-17706093042835.jpg
│ │ │ │ │ │ │ ├── image-20260114154020679.png
│ │ │ │ │ │ │ ├── image-20260114085452254-17683520934409.png
│ │ │ │ │ │ │ ├── wps4-17711551216337.jpg
│ │ │ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ │ │ ├── image-20260116172344987.png
│ │ │ │ │ │ │ ├── image-20260114154047048.png
│ │ │ │ │ │ │ ├── wps25.jpg
│ │ │ │ │ │ │ ├── wps14-17695063165193.jpg
│ │ │ │ │ │ │ ├── wps5-17709037900719.jpg
│ │ │ │ │ │ │ ├── image-20260114104342602-176835862383423.png
│ │ │ │ │ │ │ ├── image-20260209114948296.png
│ │ │ │ │ │ │ ├── image-20260128111923875.png
│ │ │ │ │ │ │ ├── wps11-177202597234011.jpg
│ │ │ │ │ │ │ ├── image-20260213211535600.png
│ │ │ │ │ │ │ ├── wps10-17720259723409.jpg
│ │ │ │ │ │ │ ├── image-20260209114805990.png
│ │ │ │ │ │ │ ├── image-20260128110311458.png
│ │ │ │ │ │ │ ├── image-20260128161502869.png
│ │ │ │ │ │ │ ├── image-20260212204647181.png
│ │ │ │ │ │ │ ├── image-20260212213457217.png
│ │ │ │ │ │ │ ├── image-20260212212933839.png
│ │ │ │ │ │ │ ├── image-20260129102213016.png
│ │ │ │ │ │ │ ├── image-20260128201651893.png
│ │ │ │ │ │ │ ├── image-20260212213819054.png
│ │ │ │ │ │ │ ├── image-20260116131621835.png
│ │ │ │ │ │ │ ├── image-20260128131319745.png
│ │ │ │ │ │ │ ├── wps5-17695227132905.jpg
│ │ │ │ │ │ │ ├── image-20260128212030367.png
│ │ │ │ │ │ │ ├── image-20260212212608327.png
│ │ │ │ │ │ │ ├── wps3-17695033608654.jpg
│ │ │ │ │ │ │ ├── image-20260113214234844.png
│ │ │ │ │ │ │ ├── image-20260127161543424.png
│ │ │ │ │ │ │ ├── wps6.jpg
│ │ │ │ │ │ │ ├── wps12.jpg
│ │ │ │ │ │ │ ├── image-20260212204527400.png
│ │ │ │ │ │ │ ├── wps1-17695028512801.jpg
│ │ │ │ │ │ │ ├── image-20260114100607182-176835637051719.png
│ │ │ │ │ │ │ ├── image-20260114104616699.png
│ │ │ │ │ │ │ ├── image-20260116120726897.png
│ │ │ │ │ │ │ ├── wps7.jpg
│ │ │ │ │ │ │ ├── wps3-17683821875124.jpg
│ │ │ │ │ │ │ ├── image-20260114111027185.png
│ │ │ │ │ │ │ ├── wps34.jpg
│ │ │ │ │ │ │ ├── image-20260116155900689.png
│ │ │ │ │ │ │ ├── wps27.jpg
│ │ │ │ │ │ │ ├── image-20260113194348049.png
│ │ │ │ │ │ │ ├── wps4-17720259723402.jpg
│ │ │ │ │ │ │ ├── image-20260114085636376.png
│ │ │ │ │ │ │ ├── wps16-176956810192031.jpg
│ │ │ │ │ │ │ ├── image-20260116115518879.png
│ │ │ │ │ │ │ ├── image-20260113194348049-17683046303031.png
│ │ │ │ │ │ │ ├── image-20260127181525712.png
│ │ │ │ │ │ │ ├── image-20260128131310505.png
│ │ │ │ │ │ │ ├── wps18-177202597234023.jpg
│ │ │ │ │ │ │ ├── wps2-17709028335332.jpg
│ │ │ │ │ │ │ ├── wps10-176956276713217.jpg
│ │ │ │ │ │ │ ├── image-20260114085606133-176835216791811.png
│ │ │ │ │ │ │ ├── image-20260213212811398.png
│ │ │ │ │ │ │ ├── wps24-177202597234022.jpg
│ │ │ │ │ │ │ ├── image-20260114103625823.png
│ │ │ │ │ │ │ ├── image-20260209114715005.png
│ │ │ │ │ │ │ ├── wps14-176956810191928.jpg
│ │ │ │ │ │ │ ├── image-20260116172116465.png
│ │ │ │ │ │ │ ├── image-20260115112551313.png
│ │ │ │ │ │ │ ├── image-20260116153922850.png
│ │ │ │ │ │ │ ├── wps25-177202597234024.jpg
│ │ │ │ │ │ │ ├── image-20260127161823912.png
│ │ │ │ │ │ │ ├── wps9-177098561662717.jpg
│ │ │ │ │ │ │ ├── image-20260128131520925.png
│ │ │ │ │ │ │ ├── wps9-176950336086610.jpg
│ │ │ │ │ │ │ ├── image-20260114154540944.png
│ │ │ │ │ │ │ ├── image-20260115095429660.png
│ │ │ │ │ │ │ ├── image-20260116171704123.png
│ │ │ │ │ │ │ ├── wps8-177090379007312.jpg
│ │ │ │ │ │ │ ├── image-20260116171635199.png
│ │ │ │ │ │ │ ├── image-20260212214428056.png
│ │ │ │ │ │ │ ├── image-20260212213939905.png
│ │ │ │ │ │ │ ├── wps15-176956810192029.jpg
│ │ │ │ │ │ │ ├── wps20-177202597234017.jpg
│ │ │ │ │ │ │ ├── image-20260114104536622.png
│ │ │ │ │ │ │ ├── image-20260213203038472.png
│ │ │ │ │ │ │ ├── image-20260115090340866.png
│ │ │ │ │ │ │ ├── wps5-17706093042836.jpg
│ │ │ │ │ │ │ ├── image-20260114100607182.png
│ │ │ │ │ │ │ ├── wps21-177202597234018.jpg
│ │ │ │ │ │ │ ├── image-20260215195749508.png
│ │ │ │ │ │ │ ├── image-20260212192905329.png
│ │ │ │ │ │ │ ├── image-20260114155105087.png
│ │ │ │ │ │ │ ├── image-20260116120611163.png
│ │ │ │ │ │ │ ├── image-20260116150802907.png
│ │ │ │ │ │ │ ├── wps26.jpg
│ │ │ │ │ │ │ ├── wps33.jpg
│ │ │ │ │ │ │ ├── image-20260114152425625.png
│ │ │ │ │ │ │ ├── wps12-17695063165192.jpg
│ │ │ │ │ │ │ ├── wps6-176956276713011.jpg
│ │ │ │ │ │ │ ├── image-20260114190007636.png
│ │ │ │ │ │ │ ├── image-20260114085733587.png
│ │ │ │ │ │ │ ├── wps4-17706093042834.jpg
│ │ │ │ │ │ │ ├── wps23-177202597234020.jpg
│ │ │ │ │ │ │ ├── image-20260129100445585.png
│ │ │ │ │ │ │ ├── wps2-17695033608653.jpg
│ │ │ │ │ │ │ ├── image-20260115175900237.png
│ │ │ │ │ │ │ ├── image-20260116131159511.png
│ │ │ │ │ │ │ ├── image-20260209115437271.png
│ │ │ │ │ │ │ ├── image-20260128112216118.png
│ │ │ │ │ │ │ ├── wps35.jpg
│ │ │ │ │ │ │ ├── image-20260116151617962.png
│ │ │ │ │ │ │ ├── wps4-17709029205116.jpg
│ │ │ │ │ │ │ ├── wps16-177202597234016.jpg
│ │ │ │ │ │ │ ├── image-20260114103851819.png
│ │ │ │ │ │ │ ├── image-20260128113555638.png
│ │ │ │ │ │ │ ├── image-20260116115426767.png
│ │ │ │ │ │ │ ├── image-20260114154125383.png
│ │ │ │ │ │ │ ├── image-20260113214154770.png
│ │ │ │ │ │ │ ├── image-20260116132142963.png
│ │ │ │ │ │ ├── jekens01.md
│ │ │ │ │ │ ├── jenkins03.md
│ │ │ │ │ │ ├── jenkins02.md
│ │ │ │ ├── 01-环境准备
│ │ │ │ │ ├── Linux综合架构-04-数据共享与备份.md
│ │ │ │ │ ├── Linux综合架构-03-项目案例.md
│ │ │ │ │ ├── Linux综合架构-01-环境准备.md
│ │ │ │ │ ├── Linux综合架构-02-查漏补缺.md
│ │ │ │ ├── 03-git
│ │ │ │ │ ├── ${imgs}
│ │ │ │ │ │ ├── image-20260205161956143.png
│ │ │ │ │ │ ├── image-20260207075043855.png
│ │ │ │ │ │ ├── image-20260205164622490.png
│ │ │ │ │ │ ├── image-20260205161945791.png
│ │ │ │ │ │ ├── image-20260205164322326.png
│ │ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ │ ├── image-20260205162035848.png
│ │ │ │ │ │ ├── image-20260205162154584.png
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── wps48.jpg
│ │ │ │ │ │ ├── wps76.jpg
│ │ │ │ │ │ ├── wps12.jpg
│ │ │ │ │ │ ├── wps16.jpg
│ │ │ │ │ │ ├── image-20230627161146988.png
│ │ │ │ │ │ ├── wps28.jpg
│ │ │ │ │ │ ├── wps15.jpg
│ │ │ │ │ │ ├── wps74.jpg
│ │ │ │ │ │ ├── image-20230627171351854.png
│ │ │ │ │ │ ├── image-20230627133937432.png
│ │ │ │ │ │ ├── image-20230627161238145.png
│ │ │ │ │ │ ├── image-20230627134046013.png
│ │ │ │ │ │ ├── wps34.jpg
│ │ │ │ │ │ ├── wps20.jpg
│ │ │ │ │ │ ├── wps50.jpg
│ │ │ │ │ │ ├── image-20230627161728843.png
│ │ │ │ │ │ ├── wps69.jpg
│ │ │ │ │ │ ├── image-20230627164353109.png
│ │ │ │ │ │ ├── image-20230627192704469.png
│ │ │ │ │ │ ├── wps58.jpg
│ │ │ │ │ │ ├── wps85.jpg
│ │ │ │ │ │ ├── wps49.jpg
│ │ │ │ │ │ ├── wps27.jpg
│ │ │ │ │ │ ├── wps68.jpg
│ │ │ │ │ │ ├── image-20230627192906905.png
│ │ │ │ │ │ ├── wps67.jpg
│ │ │ │ │ │ ├── wps81.jpg
│ │ │ │ │ │ ├── wps72.jpg
│ │ │ │ │ │ ├── wps19.jpg
│ │ │ │ │ │ ├── image-20230627171156663.png
│ │ │ │ │ │ ├── image-20230627162314679.png
│ │ │ │ │ │ ├── wps52.jpg
│ │ │ │ │ │ ├── image-20230627131804454.png
│ │ │ │ │ │ ├── image-20230627133040699.png
│ │ │ │ │ │ ├── wps43.jpg
│ │ │ │ │ │ ├── image-20230627132109306.png
│ │ │ │ │ │ ├── wps5.jpg
│ │ │ │ │ │ ├── image-20230627160641155.png
│ │ │ │ │ │ ├── image-20230627134533136.png
│ │ │ │ │ │ ├── image-20230627135331197.png
│ │ │ │ │ │ ├── image-20230627160605046.png
│ │ │ │ │ │ ├── wps10.jpg
│ │ │ │ │ │ ├── image-20230627193357500.png
│ │ │ │ │ │ ├── wps54.jpg
│ │ │ │ │ │ ├── image-20230627161950153.png
│ │ │ │ │ │ ├── wps4.png
│ │ │ │ │ │ ├── image-20230627164135658.png
│ │ │ │ │ │ ├── image-20230627194402118.png
│ │ │ │ │ │ ├── wps36.jpg
│ │ │ │ │ │ ├── wps44.jpg
│ │ │ │ │ │ ├── wps47.jpg
│ │ │ │ │ │ ├── image-20230627132317963.png
│ │ │ │ │ │ ├── image-20230627160720264.png
│ │ │ │ │ │ ├── image-20230627171258993.png
│ │ │ │ │ │ ├── image-20230627131721466.png
│ │ │ │ │ │ ├── image-20230627193601024.png
│ │ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ │ ├── image-20230627193119142.png
│ │ │ │ │ │ ├── wps26.png
│ │ │ │ │ │ ├── wps84.jpg
│ │ │ │ │ │ ├── wps80.jpg
│ │ │ │ │ │ ├── wps11.jpg
│ │ │ │ │ │ ├── wps73.jpg
│ │ │ │ │ │ ├── wps21.jpg
│ │ │ │ │ │ ├── wps75.jpg
│ │ │ │ │ │ ├── wps45.jpg
│ │ │ │ │ │ ├── wps79.jpg
│ │ │ │ │ │ ├── image-20230627133425162.png
│ │ │ │ │ │ ├── image-20230627170844640.png
│ │ │ │ │ │ ├── wps33.jpg
│ │ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ │ ├── wps59.jpg
│ │ │ │ │ │ ├── image-20230627132954523.png
│ │ │ │ │ │ ├── image-20230627163920349.png
│ │ │ │ │ │ ├── image-20230627163829931.png
│ │ │ │ │ │ ├── image-20230627163625061.png
│ │ │ │ │ │ ├── wps86.jpg
│ │ │ │ │ │ ├── wps14.jpg
│ │ │ │ │ │ ├── image-20230627161342861.png
│ │ │ │ │ │ ├── image-20230627134649667.png
│ │ │ │ │ │ ├── wps77.jpg
│ │ │ │ │ │ ├── image-20230627132547573.png
│ │ │ │ │ │ ├── wps71.jpg
│ │ │ │ │ │ ├── image-20230627161644314.png
│ │ │ │ │ │ ├── wps29.jpg
│ │ │ │ │ │ ├── image-20230627133907417.png
│ │ │ │ │ │ ├── wps30.jpg
│ │ │ │ │ │ ├── image-20230627171100646.png
│ │ │ │ │ │ ├── wps53.jpg
│ │ │ │ │ │ ├── image-20230627193719625.png
│ │ │ │ │ │ ├── wps18.jpg
│ │ │ │ │ │ ├── image-20230627194205652.png
│ │ │ │ │ │ ├── wps42.jpg
│ │ │ │ │ │ ├── wps60.jpg
│ │ │ │ │ │ ├── wps70.jpg
│ │ │ │ │ │ ├── image-20230627193430355.png
│ │ │ │ │ │ ├── image-20230627171511686.png
│ │ │ │ │ │ ├── image-20230627192612272.png
│ │ │ │ │ │ ├── wps3.jpg
│ │ │ │ │ │ ├── image-20230627164105896.png
│ │ │ │ │ │ ├── image-20230627162209093.png
│ │ │ │ │ │ ├── image-20230627133644105.png
│ │ │ │ │ │ ├── image-20230627160840253.png
│ │ │ │ │ │ ├── wps82.jpg
│ │ │ │ │ │ ├── image-20230627163519780.png
│ │ │ │ │ │ ├── wps83.jpg
│ │ │ │ │ │ ├── wps55.jpg
│ │ │ │ │ │ ├── image-20230627133335748.png
│ │ │ │ │ │ ├── wps17.jpg
│ │ │ │ │ │ ├── wps31.jpg
│ │ │ │ │ │ ├── wps46.jpg
│ │ │ │ │ │ ├── wps13.jpg
│ │ │ │ │ │ ├── wps9.jpg
│ │ │ │ │ │ ├── image-20230627194316698.png
│ │ │ │ │ │ ├── wps7.jpg
│ │ │ │ │ │ ├── wps32.jpg
│ │ │ │ │ │ ├── image-20230627161412040.png
│ │ │ │ │ │ ├── image-20230627192951068.png
│ │ │ │ │ │ ├── image-20230627161502384.png
│ │ │ │ │ │ ├── wps51.jpg
│ │ │ │ │ │ ├── wps78.jpg
│ │ │ │ │ │ ├── image-20230627135136847.png
│ │ │ │ │ │ ├── wps6.jpg
│ │ │ │ │ │ ├── image-20230627134618381.png
│ │ │ │ │ │ ├── wps25.jpg
│ │ │ │ │ │ ├── wps56.jpg
│ │ │ │ │ │ ├── image-20230627134422376.png
│ │ │ │ │ │ ├── wps23.jpg
│ │ │ │ │ │ ├── wps8.jpg
│ │ │ │ │ │ ├── image-20230627162115286.png
│ │ │ │ │ │ ├── image-20230627132215734.png
│ │ │ │ │ │ ├── wps22.jpg
│ │ │ │ │ │ ├── wps66.jpg
│ │ │ │ │ │ ├── image-20230627160758345.png
│ │ │ │ │ │ ├── image-20230627161807459.png
│ │ │ │ │ │ ├── image-20230627163438184.png
│ │ │ │ │ │ ├── image-20230627163710074.png
│ │ │ │ │ ├── Git.md
│ │ │ ├── 物料包
│ │ │ │ ├── 软件
│ │ │ │ │ ├── WindTerm_2.5.0
│ │ │ │ │ │ ├── terminal
│ │ │ │ │ │ │ ├── configs
│ │ │ │ │ │ │ │ ├── menu.config
│ │ │ │ │ │ │ │ ├── session.config
│ │ │ │ │ │ │ │ ├── statusbar.config
│ │ │ │ │ │ │ │ ├── toolbar.config
│ │ │ │ │ │ │ ├── schemes
│ │ │ │ │ │ │ │ ├── none
│ │ │ │ │ │ │ │ │ ├── none.system
│ │ │ │ │ │ │ │ ├── macos
│ │ │ │ │ │ │ │ │ ├── macos.complete
│ │ │ │ │ │ │ │ │ ├── macos.outline
│ │ │ │ │ │ │ │ │ ├── macos.fold
│ │ │ │ │ │ │ │ │ ├── macos.pair
│ │ │ │ │ │ │ │ │ ├── macos.command
│ │ │ │ │ │ │ │ │ ├── macos.lexer
│ │ │ │ │ │ │ │ │ ├── macos.system
│ │ │ │ │ │ │ │ ├── routeros
│ │ │ │ │ │ │ │ │ ├── routeros.outline
│ │ │ │ │ │ │ │ │ ├── routeros.fold
│ │ │ │ │ │ │ │ │ ├── routeros.system
│ │ │ │ │ │ │ │ │ ├── routeros.pair
│ │ │ │ │ │ │ │ │ ├── routeros.lexer
│ │ │ │ │ │ │ │ ├── powershell
│ │ │ │ │ │ │ │ │ ├── powershell.complete
│ │ │ │ │ │ │ │ │ ├── powershell.outline
│ │ │ │ │ │ │ │ │ ├── powershell.lexer
│ │ │ │ │ │ │ │ │ ├── powershell.pair
│ │ │ │ │ │ │ │ │ ├── powershell.system
│ │ │ │ │ │ │ │ │ ├── powershell.fold
│ │ │ │ │ │ │ │ │ ├── powershell.command
│ │ │ │ │ │ │ │ ├── cmd
│ │ │ │ │ │ │ │ │ ├── cmd.fold
│ │ │ │ │ │ │ │ │ ├── cmd.pair
│ │ │ │ │ │ │ │ │ ├── cmd.system
│ │ │ │ │ │ │ │ │ ├── cmd.command
│ │ │ │ │ │ │ │ │ ├── cmd.outline
│ │ │ │ │ │ │ │ │ ├── cmd.complete
│ │ │ │ │ │ │ │ │ ├── cmd.lexer
│ │ │ │ │ │ │ │ ├── linux
│ │ │ │ │ │ │ │ │ ├── linux.outline
│ │ │ │ │ │ │ │ │ ├── linux.pair
│ │ │ │ │ │ │ │ │ ├── linux.fold
│ │ │ │ │ │ │ │ │ ├── linux.command
│ │ │ │ │ │ │ │ │ ├── linux.lexer
│ │ │ │ │ │ │ │ │ ├── linux.complete
│ │ │ │ │ │ │ │ │ ├── linux.system
│ │ │ │ │ │ │ │ ├── dumb
│ │ │ │ │ │ │ │ │ ├── dumb.lexer
│ │ │ │ │ │ │ │ │ ├── dumb.fold
│ │ │ │ │ │ │ │ │ ├── dumb.system
│ │ │ │ │ │ │ │ │ ├── dumb.outline
│ │ │ │ │ │ │ │ │ ├── dumb.pair
│ │ │ │ │ │ │ ├── protocols
│ │ │ │ │ │ │ │ ├── telnet.protocol
│ │ │ │ │ │ │ ├── commands
│ │ │ │ │ │ │ │ ├── cmd
│ │ │ │ │ │ │ │ │ ├── winserver2022
│ │ │ │ │ │ │ │ │ │ ├── ipconfig.command
│ │ │ │ │ │ │ │ │ │ ├── date.command
│ │ │ │ │ │ │ │ │ │ ├── tasklist.command
│ │ │ │ │ │ │ │ │ │ ├── del,erase.command
│ │ │ │ │ │ │ │ │ │ ├── at.command
│ │ │ │ │ │ │ │ │ │ ├── nbtstat.command
│ │ │ │ │ │ │ │ │ │ ├── copy.command
│ │ │ │ │ │ │ │ │ │ ├── mstsc.command
│ │ │ │ │ │ │ │ │ │ ├── rmdir.command
│ │ │ │ │ │ │ │ │ │ ├── where.command
│ │ │ │ │ │ │ │ │ │ ├── cmd.command
│ │ │ │ │ │ │ │ │ │ ├── ping.command
│ │ │ │ │ │ │ │ │ │ ├── chcp.command
│ │ │ │ │ │ │ │ │ │ ├── findstr.command
│ │ │ │ │ │ │ │ │ │ ├── find.command
│ │ │ │ │ │ │ │ │ │ ├── tracert.command
│ │ │ │ │ │ │ │ │ │ ├── mkdir.command
│ │ │ │ │ │ │ │ │ │ ├── more.command
│ │ │ │ │ │ │ │ │ │ ├── taskkill.command
│ │ │ │ │ │ │ │ │ │ ├── whoami.command
│ │ │ │ │ │ │ │ │ │ ├── mklink.command
│ │ │ │ │ │ │ │ │ │ ├── cd,chdir.command
│ │ │ │ │ │ │ │ │ │ ├── netstat.command
│ │ │ │ │ │ │ │ │ │ ├── arp.command
│ │ │ │ │ │ │ │ │ │ ├── robocopy.command
│ │ │ │ │ │ │ │ │ │ ├── move.command
│ │ │ │ │ │ │ │ │ │ ├── rename.command
│ │ │ │ │ │ │ │ │ │ ├── xcopy.command
│ │ │ │ │ │ │ │ │ │ ├── tree.command
│ │ │ │ │ │ │ │ │ │ ├── format.command
│ │ │ │ │ │ │ │ │ │ ├── dir.command
│ │ │ │ │ │ │ │ │ ├── __init__.command
│ │ │ │ │ │ │ │ ├── git
│ │ │ │ │ │ │ │ │ ├── git bisect
│ │ │ │ │ │ │ │ │ │ ├── git bisect visualize.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect skip.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect replay.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect old.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect view.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect terms.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect run.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect new.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect good.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect reset.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect log.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect start.command
│ │ │ │ │ │ │ │ │ │ ├── git bisect bad.command
│ │ │ │ │ │ │ │ │ ├── git bundle
│ │ │ │ │ │ │ │ │ │ ├── git bundle create.command
│ │ │ │ │ │ │ │ │ │ ├── git bundle.command
│ │ │ │ │ │ │ │ │ │ ├── git bundle list-heads.command
│ │ │ │ │ │ │ │ │ │ ├── git bundle unbundle.command
│ │ │ │ │ │ │ │ │ │ ├── git bundle verify.command
│ │ │ │ │ │ │ │ │ ├── git switch.command
│ │ │ │ │ │ │ │ │ ├── git mv.command
│ │ │ │ │ │ │ │ │ ├── git pull.command
│ │ │ │ │ │ │ │ │ ├── git add.command
│ │ │ │ │ │ │ │ │ ├── git push.command
│ │ │ │ │ │ │ │ │ ├── git submodule.command
│ │ │ │ │ │ │ │ │ ├── git commit.command
│ │ │ │ │ │ │ │ │ ├── git archive.command
│ │ │ │ │ │ │ │ │ ├── git rm.command
│ │ │ │ │ │ │ │ │ ├── git init.command
│ │ │ │ │ │ │ │ │ ├── git rebase.command
│ │ │ │ │ │ │ │ │ ├── git tag.command
│ │ │ │ │ │ │ │ │ ├── git am.command
│ │ │ │ │ │ │ │ │ ├── git status.command
│ │ │ │ │ │ │ │ │ ├── git fetch.command
│ │ │ │ │ │ │ │ │ ├── git branch.command
│ │ │ │ │ │ │ │ │ ├── git log.command
│ │ │ │ │ │ │ │ │ ├── git diff.command
│ │ │ │ │ │ │ │ │ ├── git checkout.command
│ │ │ │ │ │ │ │ │ ├── git.command
│ │ │ │ │ │ │ │ ├── linux
│ │ │ │ │ │ │ │ │ ├── cp.command
│ │ │ │ │ │ │ │ │ ├── which.command
│ │ │ │ │ │ │ │ │ ├── ping.command
│ │ │ │ │ │ │ │ │ ├── chown.command
│ │ │ │ │ │ │ │ │ ├── sudo.command
│ │ │ │ │ │ │ │ │ ├── head.command
│ │ │ │ │ │ │ │ │ ├── clear.command
│ │ │ │ │ │ │ │ │ ├── whereis.command
│ │ │ │ │ │ │ │ │ ├── scp.command
│ │ │ │ │ │ │ │ │ ├── mv.command
│ │ │ │ │ │ │ │ │ ├── sudoedit.command
│ │ │ │ │ │ │ │ │ ├── killall.command
│ │ │ │ │ │ │ │ │ ├── ps.command
│ │ │ │ │ │ │ │ │ ├── top.command
│ │ │ │ │ │ │ │ │ ├── chgrp.command
│ │ │ │ │ │ │ │ │ ├── groupadd.command
│ │ │ │ │ │ │ │ │ ├── userdel.command
│ │ │ │ │ │ │ │ │ ├── date.command
│ │ │ │ │ │ │ │ │ ├── less.command
│ │ │ │ │ │ │ │ │ ├── rm.command
│ │ │ │ │ │ │ │ │ ├── ln.command
│ │ │ │ │ │ │ │ │ ├── cat.command
│ │ │ │ │ │ │ │ │ ├── groups.command
│ │ │ │ │ │ │ │ │ ├── locate.command
│ │ │ │ │ │ │ │ │ ├── mkdir.command
│ │ │ │ │ │ │ │ │ ├── gzip.command
│ │ │ │ │ │ │ │ │ ├── gunzip.command
│ │ │ │ │ │ │ │ │ ├── ls,ll.command
│ │ │ │ │ │ │ │ │ ├── more.command
│ │ │ │ │ │ │ │ │ ├── kill.command
│ │ │ │ │ │ │ │ │ ├── groupdel.command
│ │ │ │ │ │ │ │ │ ├── passwd.command
│ │ │ │ │ │ │ │ │ ├── pwd.command
│ │ │ │ │ │ │ │ │ ├── rmdir.command
│ │ │ │ │ │ │ │ │ ├── chmod.command
│ │ │ │ │ │ │ │ │ ├── useradd.command
│ │ │ │ │ │ │ │ │ ├── usermod.command
│ │ │ │ │ │ │ │ │ ├── zcat.command
│ │ │ │ │ │ │ │ │ ├── diff.command
│ │ │ │ │ │ │ │ │ ├── crontab.command
│ │ │ │ │ │ │ │ │ ├── free.command
│ │ │ │ │ │ │ │ │ ├── tail.command
│ │ │ │ │ │ │ │ ├── powershell
│ │ │ │ │ │ │ │ │ ├── winserver2022
│ │ │ │ │ │ │ │ │ │ ├── windowserrorreporting
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WindowsErrorReporting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsErrorReporting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WindowsErrorReporting.command
│ │ │ │ │ │ │ │ │ │ ├── adcsadministration
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CACrlDistributionPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Backup-CARoleService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CAAuthorityInformationAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CAAuthorityInformationAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-CACrlDistributionPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Confirm-CAAttestationIdentityKeyInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CATemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-CATemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CATemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Confirm-CAEndorsementKeyInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-CARoleService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CACrlDistributionPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-CAAuthorityInformationAccess.command
│ │ │ │ │ │ │ │ │ │ ├── adcsdeployment
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-AdcsNetworkDeviceEnrollmentService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-AdcsEnrollmentWebService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-AdcsCertificationAuthority.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-AdcsOnlineResponder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-AdcsOnlineResponder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-AdcsEnrollmentPolicyWebService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-AdcsEnrollmentPolicyWebService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-AdcsWebEnrollment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-AdcsWebEnrollment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-AdcsCertificationAuthority.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-AdcsNetworkDeviceEnrollmentService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-AdcsEnrollmentWebService.command
│ │ │ │ │ │ │ │ │ │ ├── pcsvdevice
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PcsvDeviceBootConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-PcsvDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-PcsvDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PcsvDeviceNetworkConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-PcsvDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PcsvDeviceLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-PcsvDeviceLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PcsvDeviceUserPassword.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PcsvDevice.command
│ │ │ │ │ │ │ │ │ │ ├── networktransition
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIsatapConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPHttpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPHttpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetIPHttpsProfile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetDnsTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetTeredoState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetDnsTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPHttpsState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetIPHttpsProfile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-NetIPHttpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPHttpsCertBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIsatapConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetTeredoConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetNatTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetIPHttpsCertBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Net6to4Configuration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetNatTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetDnsTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetNatTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNatTransitionMonitoring.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-NetIsatapConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetNatTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-NetTeredoConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetTeredoConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-Net6to4Configuration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetIPHttpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetNatTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetDnsTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-NetDnsTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNatTransitionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPHttpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPHttpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Net6to4Configuration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetDnsTransitionMonitoring.command
│ │ │ │ │ │ │ │ │ │ ├── troubleshootingpack
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TroubleshootingPack.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-TroubleshootingPack.command
│ │ │ │ │ │ │ │ │ │ ├── dhcpserver
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4FailoverScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerAuditLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv6Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4Binding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4MulticastExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Statistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-DhcpServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv6Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6ScopeStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-DhcpServerv4Superscope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6Statistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6Binding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4MulticastExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Superscope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Failover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-DhcpServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6StatelessStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerInDC.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerInDC.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Filter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4MulticastLease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4DnsSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4FreeIPAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerVersion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Filter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4ScopeStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4MulticastScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Lease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv6Lease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv6Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4FilterList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6Binding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Binding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6FreeIPAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4MulticastScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4Policy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Failover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv6Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Lease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4OptionValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4FailoverScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerDnsCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Superscope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4PolicyIPRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4DnsSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerAuditLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerDnsCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerDatabase.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerDnsCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6StatelessStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4OptionValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Lease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerInDC.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4SuperscopeStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv6ExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-DhcpServerv4IPRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6Lease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4FilterList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4ExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv6OptionValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Filter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv6OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4MulticastLease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerDatabase.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Policy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerSecurityGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4Reservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6OptionValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Failover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4ExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Superscope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4Policy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4MulticastScopeStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv6OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv6DnsSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-DhcpServerv4FailoverReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4MulticastScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4OptionValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4OptionDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Policy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Backup-DhcpServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6DnsSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv4ExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4Scope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv6Lease.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6OptionValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv4PolicyIPRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv6ExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DhcpServerv6Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4PolicyIPRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6ExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4MulticastScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv6Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerv6StatelessStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-DhcpServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4Class.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DhcpServerv4MulticastExclusionRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DhcpServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DhcpServerv4Failover.command
│ │ │ │ │ │ │ │ │ │ ├── nfs
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-NfsClientLock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NfsNetgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NfsShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsMappingStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-NfsMappedIdentity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsClientgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-NfsMappingStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsNetgroupStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsNetgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NfsMappedIdentity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-NfsOpenFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-NfsSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NfsMappedIdentity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-NfsMountedClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-NfsMappingStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resolve-NfsMappedIdentity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsOpenFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-NfsSharePermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-NfsStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NfsClientgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsNetgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NfsShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsClientgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsNetgroupStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsMappingStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsClientLock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NfsNetgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NfsClientgroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsMountedClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsMappedIdentity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-NfsSharePermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NfsSharePermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NfsMappedIdentity.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NfsClientgroup.command
│ │ │ │ │ │ │ │ │ │ ├── dcbqos
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetQosTrafficClass.command
│ │ │ │ │ │ │ │ │ │ │ ├── Switch-NetQosFlowControl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetQosFlowControl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetQosDcbxSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Switch-NetQosDcbxSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Switch-NetQosTrafficClass.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetQosTrafficClass.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetQosFlowControl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetQosTrafficClass.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetQosFlowControl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetQosDcbxSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetQosTrafficClass.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetQosFlowControl.command
│ │ │ │ │ │ │ │ │ │ ├── hgsclient
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsAttestationBaselinePolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-HgsKeyProtectorAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-HgsKeyProtector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-HgsGuardian.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsGuardian.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-HgsGuardian.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-HgsKeyProtectorAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-HgsGuardian.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-HgsGuardian.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-HgsKeyProtector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-HgsClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-HgsClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ ├── appx
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppxVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-AppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-AppSharedPackageContainer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppSharedPackageContainer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppxDefaultVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppSharedPackageContainer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxPackageManifest.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AppxVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-AppxVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxLastError.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxPackageAutoUpdateSettings.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxDefaultVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-AppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppxPackageAutoUpdateSettings.command
│ │ │ │ │ │ │ │ │ │ │ ├── Dismount-AppxVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppxPackageAutoUpdateSettings.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AppSharedPackageContainer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-CommandInDesktopPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppxPackage.command
│ │ │ │ │ │ │ │ │ │ ├── directaccessclientcomponents
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DAEntryPointTableItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-DAManualEntryPointSelection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-DAEntryPointTableItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-DAClientExperienceConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAClientExperienceConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DAEntryPointTableItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAEntryPointTableItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-DAManualEntryPointSelection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAClientExperienceConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-DAEntryPointTableItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAEntryPointTableItem.command
│ │ │ │ │ │ │ │ │ │ ├── nanoserverimagegenerator
│ │ │ │ │ │ │ │ │ │ │ ├── New-NanoServerImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NanoServerPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Edit-NanoServerImage.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.DiagnosticDataViewer
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DiagnosticStoreCapacity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-DiagnosticDataViewing.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DiagnosticData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DiagnosticStoreCapacity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DiagnosticDataViewingSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DiagnosticDataTypes.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-DiagnosticDataViewing.command
│ │ │ │ │ │ │ │ │ │ ├── remoteaccess
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-VpnS2SInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAMultiSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-VpnUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAEntryPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BgpCustomRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccessConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BgpRoutingPolicyForPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BgpRouteAggregate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-RemoteAccessRoutingDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAOtpAuthentication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BgpRoutingPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccessRoutingDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-DAMultiSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RemoteAccessIpFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessLoadBalancer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccessAccounting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DAEntryPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-RemoteAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAOtpAuthentication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAEntryPointDC.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BgpRouteAggregate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DAClientDnsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessHealth.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnSstpProxyRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAAppServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-RemoteAccessLoadBalancerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DANetworkLocationServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-BgpRouteFlapDampening.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAClientDnsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DAClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-BgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnS2SInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BgpRouter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpCustomRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DAAppServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnIPAddressRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-DAOtpAuthentication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-BgpRouteFlapDampening.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VpnS2SInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DAEntryPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-BgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessConnectionStatisticsSummary.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAMultiSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RemoteAccessRadius.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DAClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccessInboxAccountingStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnIPAddressAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpRouteAggregate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAMgmtServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAAppServerConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessUserActivity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccessIpFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-DAOtpAuthentication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-DAMgmtServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessRoutingDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DAMgmtServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DAClientDnsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VpnAuthProtocol.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-RemoteAccessRadius.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BgpRoutingPolicyForPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessRadius.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpRouteInformation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BgpRouteAggregate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnAuthType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BgpRouter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccessLoadBalancer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BgpRoutingPolicyForPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpRouter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnS2SInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VpnSstpProxyRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessAccounting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAClientDnsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAEntryPointDC.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-DAMultiSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpRouteFlapDampening.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnS2SInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessConnectionStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VpnServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DAAppServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessIpFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAEntryPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RemoteAccessConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BgpRoutingPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BgpRouteFlapDampening.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RoutingProtocolPreference.command
│ │ │ │ │ │ │ │ │ │ │ ├── Connect-VpnS2SInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RemoteAccessLoadBalancerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RoutingProtocolPreference.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DAMgmtServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BgpCustomRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RemoteAccessRadius.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-RemoteAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnAuthProtocol.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DAServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VpnS2SInterfaceStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BgpRouteFlapDampening.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-RemoteAccessInboxAccountingStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnSstpProxyRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VpnTrafficSelector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-VpnS2SInterfaceStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BgpRoutingPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BgpRouter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DANetworkLocationServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnIPAddressRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VpnSstpProxyRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-RemoteAccessIpFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BgpRoutingPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-RemoteAccessRoutingDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnSstpProxyRule.command
│ │ │ │ │ │ │ │ │ │ ├── neteventpacketcapture
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetEventVmSwitchProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-NetEventSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventWFPCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetEventProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventWFPCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventVmNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventVmSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventVmNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventVmSwitchProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetEventPacketCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventVmSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventPacketCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventVFPProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventVFPProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetEventVFPProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventVmSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventVmSwitchProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetEventSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetEventWFPCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetEventSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventPacketCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-NetEventSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetEventVFPProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventVmSwitchProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetEventWFPCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventPacketCaptureProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetEventVmNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ ├── deduplication
│ │ │ │ │ │ │ │ │ │ │ ├── Expand-DedupFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-DedupStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DedupSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DedupVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DedupSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DedupSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DedupVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Measure-DedupFileMetadata.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-DedupJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DedupMetadata.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DedupStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DedupJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-DedupVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-DedupJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-DedupVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DedupSchedule.command
│ │ │ │ │ │ │ │ │ │ ├── adfs
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsCertificateAuthority.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsDeviceRegistrationUpnSuffix.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsSyncProperties.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-AdfsFarmInstallation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-AdfsWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsAzureMfaConfigured.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsRelyingPartyWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-AdfsFarmBehaviorLevelRaise.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-AdfsWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsLdapAttributeToClaimMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsTrustedFederationPartner.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsAccessControlPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsEndpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsClaimDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsAlternateTlsClientBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsClaimsProviderTrustsGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsAttributeStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsFarmInformation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsWebApplicationProxyRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsRelyingPartyTrustsGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsCertSharingContainer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-AdfsFarmJoin.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsApplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsTrustedFederationPartner.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsClaimDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsWebConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsServerApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsProperties.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsAzureMfaTenantCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsRelyingPartyWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsAdditionalAuthenticationRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsApplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsTrustedFederationPartner.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsAzureMfaTenant.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-AdfsRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsDeviceRegistrationUpnSuffix.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsGlobalWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsScopeDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-AdfsAuthenticationProviderConfigurationData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsGlobalWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsApplicationPermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsAccessControlPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-AdfsProxyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsDeviceRegistration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsScopeDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-AdfsCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsAccessControlPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsAuthenticationProviderWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsServerApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsWebApplicationProxyRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsTrustedFederationPartner.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsRelyingPartyWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-AdfsAuthenticationProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-AdfsFarmBehaviorLevelRestore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-AdfsFarmBehaviorLevel.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsApplicationPermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsAuthenticationProviderWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsAccessControlPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsClaimsProviderTrustsGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsNativeClientApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-AdfsAuthenticationProviderConfigurationData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsGlobalWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsAuthenticationProviderWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsNonClaimsAwareRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsRelyingPartyWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsWebApiApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsNativeClientApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsNativeClientApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsSyncProperties.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsFarmNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsLocalClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsCertificateAuthority.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsLocalClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-AdfsClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsWebApplicationProxyRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsClaimsProviderTrustsGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsAuthenticationProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-AdfsDeploymentSQLScript.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsLocalClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsApplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsGlobalAuthenticationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsWebApplicationProxyRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsNonClaimsAwareRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-AdfsFarmBehaviorLevelRaise.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsRelyingPartyWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsClaimRuleSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsDeviceRegistration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsSslCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsAttributeStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsLocalClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-AdfsWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsEndpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsEndpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsDeviceRegistrationUpnSuffix.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsClaimDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsLocalClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsAttributeStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsAdditionalAuthenticationRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsDeviceRegistration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-AdfsApplicationPermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsWebApiApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsRegistrationHosts.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsApplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsApplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-SslCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsCertificateAuthority.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AdfsWebApplicationProxyRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsServerApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsRegistrationHosts.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsDeviceRegistrationUpnSuffix.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsSamlEndpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsSslCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsWebApiApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsGlobalAuthenticationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsContactPerson.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsNonClaimsAwareRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsProperties.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsOrganization.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsFarmNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-ADDeviceRegistration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-AdfsFarm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsClaimDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsRelyingPartyWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsWebConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsServerApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsAttributeStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsRelyingPartyTrustsGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-AdfsApplicationPermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsWebTheme.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsLocalClaimsProviderTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsApplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsScopeDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsNonClaimsAwareRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsNativeClientApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsWebApplicationProxyRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AdfsNonClaimsAwareRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsFarmInformation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsWebApiApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsNonClaimsAwareRelyingPartyTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AdfsScopeDescription.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AdfsEndpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AdfsLdapServerConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-AdfsAuthenticationProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AdfsDeviceRegistration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AdfsRelyingPartyTrustsGroup.command
│ │ │ │ │ │ │ │ │ │ ├── storagereplica
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-SRGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SRGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-SRAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SRPartnership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-SRConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-SRAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SRPartnership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-SRDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SRPartnership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SRNetworkConstraint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-SRMetadata.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SRNetworkConstraint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SRPartnership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SRNetworkConstraint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SRGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-SRDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SRDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SRGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-SRDestination.command
│ │ │ │ │ │ │ │ │ │ │ ├── Dismount-SRDestination.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-SRTopology.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SRGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Sync-SRGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SRAccess.command
│ │ │ │ │ │ │ │ │ │ ├── persistentmemory
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PmemDedicatedMemory.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PmemDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PmemUnusedRegion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PmemDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PmemDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-PmemPhysicalDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PmemDedicatedMemory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PmemPhysicalDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PmemDedicatedMemory.command
│ │ │ │ │ │ │ │ │ │ ├── netlldpagent
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetLldpAgent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetLldpAgent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetLldpAgent.command
│ │ │ │ │ │ │ │ │ │ ├── smbshare
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SmbMultichannelConstraint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SmbBandwidthLimit.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-SmbDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SmbShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SmbGlobalMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-SmbDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SmbMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unblock-SmbShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SmbShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SmbShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SmbServerCertificateMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-SmbShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SmbPathAcl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Close-SmbSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SmbBandwidthLimit.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SmbServerCertificateMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Block-SmbShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbMultichannelConstraint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Close-SmbOpenFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SmbComponent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbServerCertificateMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-SmbShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SmbClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SmbMultichannelConstraint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbClientNetworkInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SmbGlobalMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SmbMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-SmbMultichannelConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SmbServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SmbServerCertificateMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbMultichannelConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbBandwidthLimit.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbServerCertProps.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbGlobalMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbServerNetworkInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbOpenFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ ├── appvclient
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvClientMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Sync-AppvPublishingServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Send-AppvClientReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvPublishingServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppvClientMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvVirtualProcess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-AppvVirtualProcess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppvPublishingServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AppvPublishingServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unpublish-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvClientApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-Appv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-Appv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppvPublishingServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AppvClientConnectionGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppvClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AppvClientPackage.command
│ │ │ │ │ │ │ │ │ │ ├── whea
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WheaMemoryPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WheaMemoryPolicy.command
│ │ │ │ │ │ │ │ │ │ ├── hnvdiagnostics
│ │ │ │ │ │ │ │ │ │ │ ├── Test-VipReachability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CustomerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapterPortId.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-VirtualNetworkConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-LogicalNetworkConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-EncapOverheadSettings.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-MuxEchoResponder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitchExternalPortId.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-VirtualMachineQueueOperation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PACAMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-LogicalNetworkSupportsJumboPacket.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-MuxEchoResponder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-DipHostReachability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VipHostMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVipResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-SlbDatapath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ProviderAddress.command
│ │ │ │ │ │ │ │ │ │ ├── netconnection
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetConnectionProfile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetConnectionProfile.command
│ │ │ │ │ │ │ │ │ │ ├── windowsupdate
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsUpdateLog.command
│ │ │ │ │ │ │ │ │ │ ├── hardwarecertification
│ │ │ │ │ │ │ │ │ │ │ ├── Export-HwCertTestCollectionToXml.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-HwCertProjectDefinitionFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-HwCertTestCollectionExcelReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-HwCertTestCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Merge-HwCertTestCollectionFromPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-HwCertTestCollectionFromXml.command
│ │ │ │ │ │ │ │ │ │ │ ├── Merge-HwCertTestCollectionFromXml.command
│ │ │ │ │ │ │ │ │ │ ├── provisioning
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-TrustedProvisioningCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-TrustedProvisioningCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ProvisioningPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-ProvisioningPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-ProvisioningPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-ProvisioningPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TrustedProvisioningCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-Trace.command
│ │ │ │ │ │ │ │ │ │ ├── shieldedvmdatafile
│ │ │ │ │ │ │ │ │ │ │ ├── Unprotect-ShieldedVMRecoveryKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-ShieldedVMRecoveryKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-VolumeSignatureCatalog.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ShieldingDataFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-ShieldingDataFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VolumeIDQualifier.command
│ │ │ │ │ │ │ │ │ │ ├── hyper-v
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMGroupMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VMReplicationAuthorizationEntry.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMTPM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMStoragePath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMNetworkAdapterAcl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMHostCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMMigrationNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VMSan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMFibreChannelHba.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VmNetworkAdapterRoutingDomainMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VmNetworkAdapterRoutingDomainMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMHost.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMSwitchTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMFirmware.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-VMConnectAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMFloppyDiskDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMSan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Complete-VMFailover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMHostNumaNodeStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VmNetworkAdapterIsolation.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VFD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-VMSan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Dismount-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-VMFailover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Compare-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMMigrationNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMMigrationNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMDvdDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resize-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Convert-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMSwitchExtensionSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VmNetworkAdapterIsolation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitchExtensionSwitchData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMSan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitchExtensionSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-VMResourcePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Optimize-VHDSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMHardDiskDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMTPM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMConsoleSupport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VHDSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMSwitchExtensionPortFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMKeyProtector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMDvdDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMRemoteFXPhysicalVideoAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMFirmware.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMGroupMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMNetworkAdapterExtendedAcl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitchExtensionPortData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-VMReplicationConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMRemoteFXPhysicalVideoAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMSwitchExtensionSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMProcessor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMFibreChannelHba.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMSavedState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapterTeamMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMNetworkAdapterAcl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMNetworkAdapterFailoverConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-VMGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMStoragePath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMDvdDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMScsiController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Measure-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMSwitchExtension.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-VMInitialReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMSecurity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Optimize-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-VMFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMSwitchExtensionPortFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapterRoutingDomainMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMDvdDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMHostSupportedVersion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMNetworkAdapterTeamMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSystemSwitchExtension.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMEventing.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMFloppyDiskDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitchExtension.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMScsiController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMHardDiskDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMIntegrationService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMIntegrationService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMResourceMetering.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMBios.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMIdeController.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMRemoteFXPhysicalVideoAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VMResourcePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMScsiController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMHost.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMMigration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMMemory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMSecurityPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMKeyProtector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMSwitchTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMNetworkAdapterVlan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-VMStorage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitchTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-VMInitialReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMConnectAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMNetworkAdapterTeamMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMRemoteFx3dVideoAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMSwitchExtensionSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMNetworkAdapterRoutingDomainMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMHostCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapterFailoverConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapterAcl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMIntegrationService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-VMTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMResourcePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMHostNumaNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMSwitchTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Measure-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMResourcePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Connect-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMReplicationAuthorizationEntry.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VMGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSecurity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMFibreChannelHba.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMConsoleSupport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-VMSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMSwitchExtensionPortFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-VMReplicationStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMHardDiskDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Merge-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapterExtendedAcl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-VMSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Measure-VMResourcePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMVideo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-VMResourceMetering.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMReplicationServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-VMTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-VMSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMNetworkAdapterExtendedAcl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VHDSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-VMEventing.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VHDSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMResourceMetering.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMSwitchExtension.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSystemSwitchExtensionPortFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMVideo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Connect-VMSan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-VMConnectAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-VMMigration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMRemoteFx3dVideoAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMBios.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Checkpoint-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMComPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-VMVersion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMReplicationAuthorizationEntry.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VMSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMRemoteFx3dVideoAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMReplicationAuthorizationEntry.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSystemSwitchExtensionSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-VM.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-VMReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMComPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMHardDiskDrive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMResourcePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMProcessor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMMigrationNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VMStoragePath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-VMSan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMNetworkAdapterVlan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-VHD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-VMInitialReplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-VMSwitch.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMMemory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-VMFailover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VMRemoteFx3dVideoAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VMNetworkAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMReplicationServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMSwitchExtensionPortFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VMFibreChannelHba.command
│ │ │ │ │ │ │ │ │ │ ├── uev
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-Uev.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-UevTemplateIndex.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-UevBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UevTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-UevTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-UevTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-Uev.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-UevTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UevConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-UevConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-UevUserSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UevTemplateProgram.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UevAppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-UevConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-UevTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-UevAppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-UevAppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UevStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-UevConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-UevTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-UevTemplateProfile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-UevAppxPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-UevPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-UevTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-UevConfiguration.command
│ │ │ │ │ │ │ │ │ │ ├── pki
│ │ │ │ │ │ │ │ │ │ │ ├── Test-Certificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CertificateAutoEnrollmentPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-PfxCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PfxData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CertificateNotificationTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SelfSignedCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CertificateNotificationTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Switch-Certificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-Certificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-CertificateAutoEnrollmentPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CertificateEnrollmentPolicyServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-Certificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-CertificateEnrollmentPolicyServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Certificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CertificateEnrollmentPolicyServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-CertificateNotificationTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-PfxCertificate.command
│ │ │ │ │ │ │ │ │ │ ├── iscsi
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Connect-IscsiTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-IscsiTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-IscsiSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IscsiTargetPortal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiTargetPortal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IscsiChapSecret.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-IscsiTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-IscsiSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-IscsiTargetPortal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-IscsiTargetPortal.command
│ │ │ │ │ │ │ │ │ │ ├── hgskeyprotection
│ │ │ │ │ │ │ │ │ │ │ ├── Set-HgsKeyProtectionAttestationSignerCertificatePolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-HgsKeyProtectionState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-HgsKeyProtectionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-HgsKeyProtectionAttestationSignerCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-HgsKeyProtectionCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsKeyProtectionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-HgsKeyProtectionState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-HgsKeyProtectionAttestationSignerCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-HgsKeyProtectionCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsKeyProtectionAttestationSignerCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsKeyProtectionCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-HgsKeyProtectionCertificate.command
│ │ │ │ │ │ │ │ │ │ ├── trustedplatformmodule
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TpmEndorsementKeyInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TpmSupportedFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-Tpm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-TpmAutoProvisioning.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-Tpm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Tpm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unblock-Tpm.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-TpmOwnerAuth.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-TpmAutoProvisioning.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-TpmOwnerAuth.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-TpmOwnerAuth.command
│ │ │ │ │ │ │ │ │ │ ├── windowsdiagnosticdata
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-WindowsDiagnosticData.command
│ │ │ │ │ │ │ │ │ │ ├── pnpdevice
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PnpDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-PnpDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-PnpDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PnpDeviceProperty.command
│ │ │ │ │ │ │ │ │ │ ├── addsdeployment
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ADDSReadOnlyDomainControllerAccountCreation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ADDSForestInstallation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-ADDSForest.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-ADDSDomainController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ADDSDomainInstallation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ADDSDomainControllerInstallation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ADDSDomainControllerUninstallation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-ADDSDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADDSReadOnlyDomainControllerAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-ADDSDomainController.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.Windows.ServerManager.Migration
│ │ │ │ │ │ │ │ │ │ │ ├── Send-SmigServerData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-WindowsFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-ServerManagerStandardUserRemoting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Receive-SmigServerData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-SmigServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-ServerManagerStandardUserRemoting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-WindowsFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-SmigServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmigServerFeature.command
│ │ │ │ │ │ │ │ │ │ ├── hgsdiagnostics
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-HgsTraceTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsTraceFileData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-HgsTraceTarget.command
│ │ │ │ │ │ │ │ │ │ ├── booteventcollector
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecBackupConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-SbecSimpleLogSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecLogSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-SbecBcd.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-SbecBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecLocalizedMessage.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SbecUnattendFragment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecForwarding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Redo-SbecActiveConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SbecActiveConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-SbecLogSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-SbecLogSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-SbecConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SbecLogSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-SbecInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-SbecAutologger.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-SbecInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-SbecBackupConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-SbecBcd.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-SbecLogSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-SbecProviderCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecHistory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecTraceProviders.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-SbecInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Undo-SbecActiveConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-SbecWdsBcd.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecDestination.command
│ │ │ │ │ │ │ │ │ │ │ ├── Checkpoint-SbecActiveConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-SbecAutologger.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SbecActiveConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-SbecNtKernelLogSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-SbecActiveConfig.command
│ │ │ │ │ │ │ │ │ │ ├── adrmsadmin
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-RmsMfgSupport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-RmsCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-RmsMfgSupport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-RmsMfgEnrollment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsRequestInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsCertChain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-RmsMfgEnrollment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-RmsTPD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsCertInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-RmsTPD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsUserRequestReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsSystemHealthReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsSvcAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-RmsReportDefinitionLanguage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsEncryptedIL.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RmsSvcAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-RmsTUD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-RmsCryptoMode2.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RmsChildCert.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-RmsMfgEnrollment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-RmsTUD.command
│ │ │ │ │ │ │ │ │ │ ├── devicehealthattestation
│ │ │ │ │ │ │ │ │ │ │ ├── Install-DeviceHealthAttestation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-DeviceHealthAttestation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DHASInactiveSigningCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DHASActiveEncryptionCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DHASSupportedAuthenticationSchema.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DHASInactiveSigningCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DHASActiveSigningCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DHASInactiveEncryptionCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DHASActiveEncryptionCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Backup-DHASConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DHASCertificateChainPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-DHASConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DHASActiveSigningCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DHASInactiveEncryptionCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DHASCertificateChainPolicy.command
│ │ │ │ │ │ │ │ │ │ ├── dnsclient
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClientNrptGlobal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-DnsClientCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClientServerAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsClientNrptGlobal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsClientServerAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClientDohServerAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resolve-DnsName.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClientNrptPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClientCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-DnsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClientNrptRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsClientDohServerAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsClientNrptRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsClientGlobalSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsClientDohServerAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsClientNrptRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsClientGlobalSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsClientDohServerAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsClientNrptRule.command
│ │ │ │ │ │ │ │ │ │ ├── windowsserverbackup
│ │ │ │ │ │ │ │ │ │ │ ├── Backup-ACL.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBBareMetalRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WBFileRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WBBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBPerformanceConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBBackupSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBVirtualMachine.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBSummary.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WBVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-WBBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBFileSpec.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WBApplicationRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WBVssBackupOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBBareMetalRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBSystemState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WBSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBBackupVolumeBrowsePath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-WBCatalog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WBBackupTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WBPerformanceConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WBFileSpec.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WBVolumeRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WBPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WBHyperVRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-ACL.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBCatalog.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WBBackupTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBFileSpec.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBBackupTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBBackupTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-WBVolumeRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WBVirtualMachine.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBSystemState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBVssBackupOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WBBareMetalRecovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WBFileSpec.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WBPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBBackupSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-WBJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WBPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WBSystemState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WBVirtualMachine.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WBSystemStateRecovery.command
│ │ │ │ │ │ │ │ │ │ ├── fileserverresourcemanager
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-FsrmFileManagementJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmFileScreen.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFmjNotificationAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmStorageReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFileGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmAdrSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmMgmtProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-FsrmStorageReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFileManagementJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmClassificationPropertyDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmQuotaTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmMacro.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmQuotaTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-FsrmFileScreen.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-FsrmFileManagementJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmFileGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFmjAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmClassificationRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmClassification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-FsrmClassificationPropertyDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmFileManagementJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmFileScreenException.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmFileScreen.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmMgmtProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-FsrmStorageReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmAutoQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-FsrmClassification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmAdrSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFileScreenTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmAutoQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmClassification.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFileScreen.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmFileManagementJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmClassificationPropertyDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmAutoQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmStorageReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-FsrmAutoQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmFileScreenTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-FsrmClassification.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFMJNotification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmFileGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmFileScreenException.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmQuotaTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmClassificationRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmQuotaThreshold.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmAutoQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmFileScreenTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-FsrmQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmClassificationPropertyValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmStorageReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmFileScreenTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmFileGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmMgmtProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmQuotaTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Wait-FsrmClassification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmRmsTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmFileScreenException.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmClassificationPropertyDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmClassificationRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmEffectiveNamespace.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmClassificationRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-FsrmQuota.command
│ │ │ │ │ │ │ │ │ │ │ ├── Send-FsrmTestEmail.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFmjCondition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Wait-FsrmFileManagementJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FsrmClassificationPropertyDefinition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FsrmFileScreen.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmFileScreenException.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FsrmStorageReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FsrmFileManagementJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Wait-FsrmStorageReport.command
│ │ │ │ │ │ │ │ │ │ ├── shieldedvmcmdlets
│ │ │ │ │ │ │ │ │ │ │ ├── New-ShieldedVMSpecializationDataFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ShieldingDataApplicability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-KeyProtectorFromShieldingDataFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ShieldedVMProvisioningStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-ShieldedVM.command
│ │ │ │ │ │ │ │ │ │ ├── hgsattestation
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-HgsAttestationHostGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-HgsAttestationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-HgsAttestationTpmHost.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-HgsAttestationHostGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-HgsAttestationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsAttestationTpmHost.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsAttestationSignerCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-HgsAttestationCIPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-HgsAttestationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsAttestationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-HgsAttestationTpmPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-HgsAttestationDumpPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsAttestationHostGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-HgsAttestationTpmHost.command
│ │ │ │ │ │ │ │ │ │ ├── branchcache
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BCDataCacheExtension.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BCMinSMBLatency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-BCSecretKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BCServeOnBattery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BCHostedClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BCAuthentication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BCDataCacheEntryMaxAge.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BCHostedServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-BCDowngrading.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BCDistributed.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCContentServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BCLocal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-BCWebContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-BCCachePackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCHashCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BCSecretKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-BC.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCHostedCacheServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BCCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCClientConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BCDataCacheExtension.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCNetworkConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-BCCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-BCCachePackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BCDowngrading.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-BCServeOnBattery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-BCSecretKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCDataCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-BCFileContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BCDataCacheExtension.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-BC.command
│ │ │ │ │ │ │ │ │ │ ├── bitlocker
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-BitLockerAutoUnlock.command
│ │ │ │ │ │ │ │ │ │ │ ├── BackupToAAD-BitLockerKeyProtector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-BitLocker.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unlock-BitLocker.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BitLocker.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BitLockerVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BitLockerKeyProtector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-BitLocker.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-BitLockerAutoUnlock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-BitLocker.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BitLockerKeyProtector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Lock-BitLocker.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-BitLockerAutoUnlock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Backup-BitLockerKeyProtector.command
│ │ │ │ │ │ │ │ │ │ ├── dism
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WindowsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-WindowsDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WindowsOptionalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-OSUninstall.command
│ │ │ │ │ │ │ │ │ │ │ ├── Expand-WindowsCustomDataImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Split-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-WIMBootEntry.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WindowsPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WindowsDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsEdition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NonRemovableAppsPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WindowsEdition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NonRemovableAppsPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WindowsReservedStorageState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WIMBootEntry.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsImageContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WindowsProductKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsReservedStorageState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WindowsDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WindowsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Optimize-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppxProvisionedPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WindowsOptionalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Expand-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-WindowsCorruptMountPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Use-WindowsUnattend.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsOptionalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WindowsPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AppxProvisionedPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppXProvisionedDataFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-AppxProvisionedPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Optimize-AppXProvisionedPackages.command
│ │ │ │ │ │ │ │ │ │ │ ├── Dismount-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-WindowsCapabilitySource.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WindowsCustomImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsPackage.command
│ │ │ │ │ │ │ │ │ │ ├── scheduledtasks
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusteredScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ScheduledTaskInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusteredScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ScheduledTaskTrigger.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-ClusteredScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ScheduledTaskAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ScheduledTaskSettingsSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ScheduledTaskPrincipal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-ClusteredScheduledTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-ScheduledTask.command
│ │ │ │ │ │ │ │ │ │ ├── rdmgmt
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDSessionCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDClientAccessName.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-RDOUAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDRemoteApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-RDRemoteApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDSessionCollectionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-RDServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDPersonalVirtualDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-RDUserLogoff.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-RDPersonalVirtualDesktopPatchSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDConnectionBrokerHighAvailability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDRemoteApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Send-RDUserMessage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-RDVirtualDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDFileTypeAssociation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-RDPersonalSessionDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-RDPersonalVirtualDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDPersonalVirtualDesktopPatchSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDRemoteDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDVirtualDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-RDPersonalSessionDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDSessionCollectionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDVirtualDesktopIdleCount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDSessionHost.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDVirtualDesktopTemplateExportPath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-RDOUAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-RDVirtualDesktopDeployment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-RDUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-RDVirtualDesktopCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDVirtualDesktopCollectionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-RDCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-RDVirtualDesktopCollectionJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDVirtualDesktopConcurrency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-RDVirtualDesktopToCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDLicenseConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDFileTypeAssociation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-RDVirtualDesktopCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDAvailableApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-RDVirtualDesktopADMachineAccountReuse.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDSessionHost.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDVirtualDesktopFromCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDLicenseConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDPersonalSessionDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDVirtualDesktopTemplateExportPath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-RDVirtualDesktopADMachineAccountReuse.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDWorkspace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDRemoteApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDVirtualDesktopConcurrency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDDatabaseConnectionString.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDSessionCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-RDPersonalVirtualDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDPersonalVirtualDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDPersonalVirtualDesktopPatchSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-RDSessionHost.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-RDSessionDeployment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-RDVirtualDesktopADMachineAccountReuse.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDDeploymentGatewayConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDVirtualDesktopCollectionJobStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDPersonalVirtualDesktopPatchSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDPersonalVirtualDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDVirtualDesktopCollectionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDDatabaseConnectionString.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDPersonalSessionDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDActiveManagementServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDConnectionBrokerHighAvailability.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-RDSessionCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDWorkspace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDVirtualDesktopIdleCount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDDeploymentGatewayConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-RDVirtualDesktopCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDRemoteDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDPersonalSessionDesktopAssignment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDVirtualDesktopCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RDUserSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RDSessionHost.command
│ │ │ │ │ │ │ │ │ │ ├── secureboot
│ │ │ │ │ │ │ │ │ │ │ ├── Format-SecureBootUEFI.command
│ │ │ │ │ │ │ │ │ │ │ ├── Confirm-SecureBootUEFI.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SecureBootUEFI.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SecureBootPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SecureBootUEFI.command
│ │ │ │ │ │ │ │ │ │ ├── softwareinventorylogging
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SilComputer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SilSoftware.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SilComputerIdentity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SilData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SilWindowsUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SilUalAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-SilLogging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-SilData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-SilLogging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SilLogging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SilLogging.command
│ │ │ │ │ │ │ │ │ │ ├── nettcpip
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetTCPSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetNeighbor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetOffloadGlobalSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetTransportFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetNeighbor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetTCPSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetOffloadGlobalSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetUDPEndpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPv6Protocol.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-NetConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetUDPSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNeighbor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetUDPSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPv4Protocol.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-NetRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetCompartment.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPv4Protocol.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetTCPConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetTransportFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetTransportFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPv6Protocol.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetPrefixPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetNeighbor.command
│ │ │ │ │ │ │ │ │ │ ├── hgsserver
│ │ │ │ │ │ │ │ │ │ │ ├── Set-HgsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-HgsServerState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-HgsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-HgsServerState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HgsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-HgsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-HgsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-HgsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-HgsServer.command
│ │ │ │ │ │ │ │ │ │ ├── multipointvdi
│ │ │ │ │ │ │ │ │ │ │ ├── New-WmsVirtualDesktopTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WmsVirtualDesktopRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Open-WmsVirtualDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WmsVirtualDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WmsVirtualDesktopRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-WmsVirtualDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsVirtualDesktop.command
│ │ │ │ │ │ │ │ │ │ ├── iscsitarget
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IscsiTargetServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IscsiServerTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-IscsiServerTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IscsiVirtualDiskTargetMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Convert-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Checkpoint-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-IscsiVirtualDiskOperation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-IscsiVirtualDiskSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IscsiServerTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IscsiVirtualDiskSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IscsiVirtualDiskSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiTargetServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-IscsiTargetServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-IscsiTargetServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiVirtualDiskSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IscsiServerTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IscsiVirtualDiskTargetMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-IscsiVirtualDiskSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resize-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IscsiVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Dismount-IscsiVirtualDiskSnapshot.command
│ │ │ │ │ │ │ │ │ │ ├── defender
│ │ │ │ │ │ │ │ │ │ │ ├── Add-MpPreference.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-MpThreat.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-MpPreference.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MpComputerStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-MpWDOScan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MpThreatDetection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MpPreference.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MpThreatCatalog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-MpScan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MpThreat.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MpPreference.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-MpSignature.command
│ │ │ │ │ │ │ │ │ │ ├── webapplicationproxy
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebApplicationProxyApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebApplicationProxySslCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebApplicationProxyConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-WebApplicationProxyDeviceRegistration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebApplicationProxyAvailableADFSRelyingParty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-WebApplicationProxy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebApplicationProxyApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WebApplicationProxyApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebApplicationProxyConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebApplicationProxyHealth.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebApplicationProxyApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebApplicationProxySslCertificate.command
│ │ │ │ │ │ │ │ │ │ ├── updateservices
│ │ │ │ │ │ │ │ │ │ │ ├── Approve-WsusUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WsusServerSynchronization.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WsusDynamicCategory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WsusClassification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WsusProduct.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WsusServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-WsusServerCleanup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WsusDynamicCategory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WsusComputer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WsusUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WsusClassification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WsusProduct.command
│ │ │ │ │ │ │ │ │ │ │ ├── Deny-WsusUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WsusDynamicCategory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WsusDynamicCategory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WsusComputer.command
│ │ │ │ │ │ │ │ │ │ ├── smbwitness
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SmbWitnessClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-SmbWitnessClient.command
│ │ │ │ │ │ │ │ │ │ ├── appvsequencer
│ │ │ │ │ │ │ │ │ │ │ ├── New-AppvPackageAccelerator.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-AppvSequencerPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AppvSequencerPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Expand-AppvSequencerPackage.command
│ │ │ │ │ │ │ │ │ │ ├── platformidentifier
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PlatformIdentifier.command
│ │ │ │ │ │ │ │ │ │ ├── shieldedvmtemplate
│ │ │ │ │ │ │ │ │ │ │ ├── Protect-TemplateDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-VMShieldingHelperVHD.command
│ │ │ │ │ │ │ │ │ │ ├── networkcontroller
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualGateway.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerServiceInsertion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancerBackendAddressPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancerFrontendIpConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLogicalSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerIpPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerFabricRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkControllerAuditingSettingsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualNetworkConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-NetworkControllerCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkControllerDiagnostic.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerMacPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancerMux.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-NetworkControllerState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerNetworkInterfaceIpConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerNetworkInterfaceIpConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerGatewayPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerRestore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerPublicIpAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-NetworkControllerNodeContent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualGateway.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerPublicIpAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerServerInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancerInboundNatRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancerProbe.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancerProbe.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancingRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerIDnsServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerFabricRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerServiceInsertion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualGatewayBgpRouter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancerProbe.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancerInboundNatRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerInternalResourceInstances.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerNetworkInterfaceIpConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerRestore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerIpPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerAccessControlList.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerNetworkInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualNetworkPeering.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerAccessControlList.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancerOutboundNatRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-NetworkController.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerAccessControlListRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerSubnetEgressReset.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerIpPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-NetworkController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerAccessControlListRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerConnectivityCheckResult.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkControllerVirtualNetworkConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerGatewayPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancerMux.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerRouteTable.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerGateway.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualNetworkPeering.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerRouteTable.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerIpReservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerServiceInsertion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualGatewayPolicyMap.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualGatewayNetworkConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetworkControllerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerAccessControlListRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualGatewayBgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualGatewayBgpRouter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualGatewayBgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetworkControllerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerIpReservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerNetworkInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancerMux.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerRouteTable.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualGatewayPolicyMap.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerGateway.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLogicalNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerIDnsServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualGatewayNetworkConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerGatewayPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-NetworkControllerSubnetEgressReset.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLogicalNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancingRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualGateway.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancerBackendAddressPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkControllerCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLogicalSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerIpReservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkControllerVirtualSwitchConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerRestore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerAccessControlList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualSwitchConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancerFrontendIpConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLogicalSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerServerInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerAuditingSettingsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerServerInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancerFrontendIpConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerPublicIpAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerMacPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerDiagnostic.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancerOutboundNatRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-NetworkControllerCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkControllerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerDiscovery.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualGatewayNetworkConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetworkControllerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualNetworkPeering.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerNetworkInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerLoadBalancerInboundNatRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerMacPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerLoadBalancerOutboundNatRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-NetworkControllerConnectivityCheck.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerVirtualNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerFabricRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerGateway.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualGatewayBgpRouter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-NetworkControllerCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkControllerVirtualGatewayPolicyMap.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerNodeObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLogicalNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-NetworkController.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancerBackendAddressPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancingRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkControllerLoadBalancerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerVirtualGatewayBgpPeer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerConnectivityCheck.command
│ │ │ │ │ │ │ │ │ │ ├── webadministration
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebGlobalModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebGlobalModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-WebItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-WebRequestTracingSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-WebConfigurationLocation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebConfigurationProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WebRequestTracing.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Website.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-WebApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebHandler.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebFtpSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebManagedModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebGlobalModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Website.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-WebRequestTracingSettings.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebsiteState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebVirtualDirectory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Website.command
│ │ │ │ │ │ │ │ │ │ │ ├── Backup-WebConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebConfigurationProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebConfigurationProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebAppPoolState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebAppPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WebRequestTracing.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WebCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-WebConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Select-WebConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebConfigurationLocation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WebCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebAppDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebConfigurationLocation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebConfigFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WebGlobalModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WebCommitDelay.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-WebCommitDelay.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WebItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebConfigurationBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WebConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-WebAppPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebCentralCertProviderCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebHandler.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Website.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebHandler.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WebConfigurationLock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebItemState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebConfigurationBackup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebHandler.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-WebAppPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WebGlobalModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebManagedModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebConfigurationLock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebManagedModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-WebCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebVirtualDirectory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-WebConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-WebItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WebConfigurationProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebURL.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebAppPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebGlobalModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Website.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebFilePath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-WebAppPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WebConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebVirtualDirectory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WebConfigurationLock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WebRequest.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WebManagedModule.command
│ │ │ │ │ │ │ │ │ │ ├── international
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinLanguageBarOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinUserLanguageList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinSystemLocale.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinHomeLocation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinCultureFromLanguageListOptOut.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinUILanguageOverride.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinLanguageBarOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinUILanguageOverride.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinCultureFromLanguageListOptOut.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinSystemLocale.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinUserLanguageList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinDefaultInputMethodOverride.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-UserInternationalSettingsToSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinAcceptLanguageFromLanguageListOptOut.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Culture.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WinUserLanguageList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinDefaultInputMethodOverride.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WinHomeLocation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinAcceptLanguageFromLanguageListOptOut.command
│ │ │ │ │ │ │ │ │ │ ├── networkconnectivitystatus
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NCSIPolicyConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAConnectionStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-NCSIPolicyConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NCSIPolicyConfiguration.command
│ │ │ │ │ │ │ │ │ │ ├── networkswitchmanager
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkSwitchVlan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetworkSwitchVlan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetworkSwitchEthernetPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkSwitchVlanProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-NetworkSwitchConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkSwitchPortProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetworkSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetworkSwitchVlan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkSwitchEthernetPortIPAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetworkSwitchPortMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetworkSwitchEthernetPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkSwitchEthernetPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkSwitchGlobalData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetworkSwitchVlan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkSwitchVlan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-NetworkSwitchConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetworkSwitchFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetworkSwitchEthernetPortIPAddress.command
│ │ │ │ │ │ │ │ │ │ ├── clusterawareupdating
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CauClusterRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-CauReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-CauClusterRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-CauClusterRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CauPlugin.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-CauRun.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-CauClusterRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-CauScan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CauRun.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-CauSetup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-CauPlugin.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-CauClusterRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-CauRun.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-CauDebugTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-CauPlugin.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CauReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CauClusterRole.command
│ │ │ │ │ │ │ │ │ │ ├── useraccesslogging
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalDns.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalDailyAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalServerUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalHyperV.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalOverview.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalDailyUserAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalServerDevice.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalSystemId.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalUserAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalDeviceAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-Ual.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Ual.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-Ual.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UalDailyDeviceAccess.command
│ │ │ │ │ │ │ │ │ │ ├── netqos
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetQosPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetQosPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetQosPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetQosPolicy.command
│ │ │ │ │ │ │ │ │ │ ├── servercore
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DisplayResolution.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DisplayResolution.command
│ │ │ │ │ │ │ │ │ │ ├── windowsdeveloperlicense
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsDeveloperLicense.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-WindowsDeveloperLicense.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-WindowsDeveloperLicenseRegistration.command
│ │ │ │ │ │ │ │ │ │ ├── networkcontrollerdiagnostics
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-ServiceFabricNodeStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-NetworkController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerDeploymentInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-NetworkControllerConfigurationState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerReplica.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetworkControllerManagedDevices.command
│ │ │ │ │ │ │ │ │ │ ├── dfsn
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsnFolderTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsnServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DfsnFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsnRoot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-DfsnAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsnRoot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-DfsnFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsnFolderTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsnFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DfsnFolderTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DfsnRootTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsnRootTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsnAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsnAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DfsnRoot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsnRootTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsnRoot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-DfsnAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsnFolderTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsnServerConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsnRootTarget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsnFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsnFolder.command
│ │ │ │ │ │ │ │ │ │ ├── dfsr
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsrPropagationTestFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DfsReplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-DfsReplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-DfsrDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DfsrConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsReplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrConnectionSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsrConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-DfsrConfigurationFromAD.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsrGroupSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsReplicatedFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsrMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-DfsrClone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsReplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrCloneState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-DfsrCloneState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-DfsrPreservedFiles.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-DfsrPropagationTest.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DfsReplicatedFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrServiceConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-DfsrDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsReplicatedFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsrConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsReplicatedFolder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DfsrMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsrServiceConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-DfsrClone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrIdRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrMembership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-DfsrPropagationReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrPreservedFiles.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsrMembership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DfsrMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrBacklog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrFileHash.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DfsrConnectionSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-DfsrHealthReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Sync-DfsReplicationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-DfsrGuid.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsrGroupSchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DfsReplicationGroup.command
│ │ │ │ │ │ │ │ │ │ ├── wds
│ │ │ │ │ │ │ │ │ │ │ ├── Import-WdsBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-WdsDriverPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WdsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WdsDriverPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WdsInstallImageGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WdsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WdsBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WdsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WdsDriverPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WdsBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Approve-WdsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WdsDriverPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-WdsBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WdsBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-WdsMulticastClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WdsDriverPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WdsInstallImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WdsBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WdsBootImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Deny-WdsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WdsInstallImageGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WdsDriverPackage.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WdsInstallImageGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WdsClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WdsMulticastClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WdsInstallImageGroup.command
│ │ │ │ │ │ │ │ │ │ ├── vpnclient
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnConnectionTriggerApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VpnConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnConnectionIPsecConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnConnectionTriggerDnsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnConnectionTriggerTrustedNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnConnectionTriggerTrustedNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-EapConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnConnectionTriggerDnsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VpnConnectionRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VpnConnectionTrigger.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnConnectionTriggerTrustedNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnConnectionRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnConnectionTriggerDnsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VpnConnectionTriggerApplication.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VpnServerAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VpnConnectionProxy.command
│ │ │ │ │ │ │ │ │ │ ├── hostcomputeservice
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ComputeProcess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-ComputeProcess.command
│ │ │ │ │ │ │ │ │ │ ├── netswitchteam
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetSwitchTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetSwitchTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetSwitchTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetSwitchTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetSwitchTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetSwitchTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetSwitchTeam.command
│ │ │ │ │ │ │ │ │ │ ├── netwnv
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetVirtualizationCustomerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetVirtualizationProviderRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetVirtualizationProviderAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetVirtualizationLookupRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetVirtualizationProviderAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetVirtualizationCustomerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetVirtualizationLookupRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetVirtualizationCustomerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetVirtualizationGlobal.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetVirtualizationProviderAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Select-NetVirtualizationNextHop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetVirtualizationGlobal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetVirtualizationLookupRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetVirtualizationProviderRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetVirtualizationCustomerRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetVirtualizationProviderRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetVirtualizationProviderAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetVirtualizationProviderRoute.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetVirtualizationLookupRecord.command
│ │ │ │ │ │ │ │ │ │ ├── netnat
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetNat.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetNat.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetNat.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetNatExternalAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetNatGlobal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNat.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetNatStaticMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNatStaticMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetNatExternalAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNatExternalAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNatGlobal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetNatStaticMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetNatSession.command
│ │ │ │ │ │ │ │ │ │ ├── windowssearch
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WindowsSearchSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsSearchSetting.command
│ │ │ │ │ │ │ │ │ │ ├── wdac
│ │ │ │ │ │ │ │ │ │ │ ├── Get-OdbcDsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WdacBidTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-OdbcPerfCounter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-OdbcDsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-OdbcDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WdacBidTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-OdbcDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-OdbcDsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WdacBidTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-OdbcPerfCounter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-OdbcDsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-OdbcPerfCounter.command
│ │ │ │ │ │ │ │ │ │ ├── startlayout
│ │ │ │ │ │ │ │ │ │ │ ├── Import-StartLayout.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StartApps.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-StartLayout.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-StartLayoutEdgeAssets.command
│ │ │ │ │ │ │ │ │ │ ├── netlbfo
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetLbfoTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetLbfoTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetLbfoTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetLbfoTeamNic.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetLbfoTeamNic.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetLbfoTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetLbfoTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NetLbfoTeamNic.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetLbfoTeamMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetLbfoTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetLbfoTeamNic.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetLbfoTeam.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetLbfoTeamMember.command
│ │ │ │ │ │ │ │ │ │ ├── netadapter
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-NetAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterVmqQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterAdvancedProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterSriov.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetAdapterAdvancedProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterRss.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-NetAdapterAdvancedProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterIPsecOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterLso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterRdma.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterEncapsulatedPacketTaskOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterRsc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetAdapterAdvancedProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterQos.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterQos.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterEncapsulatedPacketTaskOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterQos.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterPowerManagement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterRdma.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterLso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterVPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterSriov.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterUso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterHardwareInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterIPsecOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterUso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterUso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterRsc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterLso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterUso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterChecksumOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterVmq.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterPowerManagement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterAdvancedProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterPowerManagement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterSriov.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterRss.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterRsc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterChecksumOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterRdma.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterChecksumOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterVmq.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterRdma.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterEncapsulatedPacketTaskOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterPowerManagement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterEncapsulatedPacketTaskOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterSriov.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterQos.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterChecksumOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterDataPathConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterIPsecOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterIPsecOffload.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterRss.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterLso.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterRsc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetAdapterSriovVf.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterDataPathConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetAdapterVmq.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetAdapterVmq.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetAdapterRss.command
│ │ │ │ │ │ │ │ │ │ ├── msdtc
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Dtc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcDefault.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcTransactionsTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Undo-DtcDiagnosticTransaction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcDefault.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcClusterDefault.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcNetworkSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DtcClusterTMMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DtcClusterTMMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcNetworkSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcClusterTMMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Send-DtcDiagnosticTransaction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcClusterTMMapping.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-Dtc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcAdvancedSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcAdvancedHostSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-DtcDiagnosticTransaction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcTransactionsTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-Dtc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-DtcLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcAdvancedSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-Dtc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcTransactionsStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-DtcDiagnosticResourceManager.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcTransactionsTraceSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcAdvancedHostSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-DtcTransactionsTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-DtcDiagnosticResourceManager.command
│ │ │ │ │ │ │ │ │ │ │ ├── Join-DtcDiagnosticResourceManager.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Dtc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcTransactionsTraceSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Complete-DtcDiagnosticTransaction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcTransaction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcClusterDefault.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-DtcTransactionsTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DtcLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Receive-DtcDiagnosticTransaction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-DtcTransactionsTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DtcTransaction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Dtc.command
│ │ │ │ │ │ │ │ │ │ ├── networkloadbalancingclusters
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NlbClusterNodeDip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NlbClusterVip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NlbClusterIpv6Address.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NlbClusterNodeDip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-NlbClusterPortRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NlbClusterPortRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NlbClusterNodeDip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NlbClusterVip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NlbClusterNodeDip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NlbClusterPortRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NlbClusterPortRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-NlbClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NlbClusterPortRuleNodeWeight.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NlbClusterNodeNetworkInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NlbClusterVip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NlbClusterVip.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-NlbCluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NlbClusterPortRuleNodeHandlingPriority.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NlbClusterPortRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NlbClusterPortRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NlbClusterDriverInfo.command
│ │ │ │ │ │ │ │ │ │ ├── failoverclusters
│ │ │ │ │ │ │ │ │ │ │ ├── New-ClusterFaultDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterFaultDomainXML.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-ClusterStorageSpacesDirect.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterSharedVolumeState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterFaultDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ClusterSharedVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterResourceDependency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-ClusterVirtualMachineConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterScaleOutFileServerRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterSharedVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterGroupSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-ClusterStorageSpacesDirect.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterResourceDependency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterVMMonitoredItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterOwnerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterSharedVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterGroupSetDependency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-ClusterNetworkNameResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterFaultDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterDiagnosticInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-ClusterVMMonitoredState.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterAvailableDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-ClusterAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterSharedVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterStorageSpacesDirectDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterGroupToSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ClusterVirtualMachineRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterFaultDomainXML.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterResourceType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterResourceDependencyReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterGenericServiceRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterGroupSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterResourceType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterGroupSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterStorageSpacesDirect.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterResourceDependency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-ClusterGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterCheckpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterCheckpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterFaultDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterNetwork.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-ClusterDiskReservation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-Cluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterQuorum.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterFileServerRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterGroupSetDependency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ClusterNameAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterNetworkInterface.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterStorageSpacesDirect.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Cluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-ClusterFunctionalLevel.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterCheckpoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-ClusterIPResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-ClusterGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterGroupFromSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterVMMonitoredItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterGenericScriptRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ClusterGroupSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterVirtualMachineRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterQuorum.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterOwnerNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterResourceDependency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ClusterGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-ClusterResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ClusterVMMonitoredItem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Block-ClusterAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Cluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterResourceType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-ClusterStorageSpacesDirect.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterGroupSetDependency.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-ClusterNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Cluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Cluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Cluster.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ClusterParameter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusterGenericApplicationRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ClusterParameter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ClusteriSCSITargetServerRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ClusterResourceFailure.command
│ │ │ │ │ │ │ │ │ │ ├── systeminsights
│ │ │ │ │ │ │ │ │ │ │ ├── Update-InsightsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-InsightsCapabilitySchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-InsightsCapabilityAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-InsightsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-InsightsCapabilitySchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-InsightsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-InsightsCapabilitySchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-InsightsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InsightsCapabilityResult.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-InsightsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-InsightsCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InsightsCapabilitySchedule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-InsightsCapabilityAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InsightsCapabilityAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InsightsCapability.command
│ │ │ │ │ │ │ │ │ │ ├── smisconfig
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-SmisProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-SmisProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Search-SmisProvider.command
│ │ │ │ │ │ │ │ │ │ ├── mmagent
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MMAgent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-MMAgent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MMAgent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-MMAgent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-MMAppPrelaunch.command
│ │ │ │ │ │ │ │ │ │ ├── configci
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CIPolicyIdInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-RuleOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-HVCIOptions.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SystemDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-SignerRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CIPolicyRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-CIPolicyIdInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-CIPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-CIPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-CIPolicySetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CIPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CIPolicyInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Merge-CIPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-CIPolicyVersion.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-CIPolicyRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Edit-CIPolicyRule.command
│ │ │ │ │ │ │ │ │ │ ├── activedirectory
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADOrganizationalUnit.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADResourcePropertyListMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADFineGrainedPasswordPolicySubject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADClaimType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADCentralAccessPolicyMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADDefaultDomainPasswordPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-ADAuthenticationPolicySiloAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADDomainMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationQueueOperation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADComputerServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADResourceProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADReplicationSiteLinkBridge.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADClaimType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADFineGrainedPasswordPolicySubject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADResourcePropertyValueType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-ADAuthenticationPolicyExpression.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADComputerServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADFineGrainedPasswordPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADOrganizationalUnit.command
│ │ │ │ │ │ │ │ │ │ │ ├── Search-ADAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADReplicationSiteLinkBridge.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADDomainControllerPasswordReplicationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ADDirectoryServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADAccountExpiration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-ADAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADForest.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADResourcePropertyList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADRootDSE.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADAuthenticationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADOrganizationalUnit.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADDCCloningExcludedApplicationList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-ADAuthenticationPolicySiloAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADCentralAccessPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADGroupMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADPrincipalGroupMembership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADCentralAccessRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationUpToDatenessVectorTable.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADTrust.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADResourcePropertyList.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADFineGrainedPasswordPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADReplicationSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADAuthenticationPolicySilo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationSiteLinkBridge.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-ADServiceAccountPassword.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADClaimTransformPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unlock-ADAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADReplicationSiteLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADAuthenticationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADAccountControl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADReplicationSiteLinkBridge.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADResourceProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADCentralAccessPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADOptionalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADClaimTransformPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADFineGrainedPasswordPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADComputer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationAttributeMetadata.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADComputer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADDomainControllerPasswordReplicationPolicyUsage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-ADServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADResourcePropertyListMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADResourceProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADComputer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADReplicationSiteLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADAccountResultantPasswordReplicationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADFineGrainedPasswordPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADCentralAccessPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADDomainControllerPasswordReplicationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-ADAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADComputer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADAccountPassword.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADDomainControllerPasswordReplicationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADGroupMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADForestMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADReplicationSiteLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADAccountAuthenticationPolicySilo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADPrincipalGroupMembership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADAccountAuthorizationGroup.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADCentralAccessPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADResourceProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADResourcePropertyList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADForest.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADAuthenticationPolicySilo.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADDCCloneConfigFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADReplicationSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-ADAccountExpiration.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADResourcePropertyList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationSiteLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ADServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADReplicationSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-ADClaimTransformLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADAuthenticationPolicySilo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADPrincipalGroupMembership.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADDefaultDomainPasswordPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Sync-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADClaimTransformLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADClaimTransformPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADReplicationSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADClaimTransformPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADDomainController.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADObject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADFineGrainedPasswordPolicySubject.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-ADOptionalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-ADServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADClaimType.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADReplicationConnection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADComputerServiceAccount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADAuthenticationPolicySilo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADCentralAccessRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ADDirectoryServerOperationMasterRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-ADOptionalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADReplicationSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADReplicationSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADCentralAccessRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationPartnerMetadata.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADClaimType.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADCentralAccessRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADGroupMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ADAuthenticationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADReplicationFailure.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-ADCentralAccessPolicyMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADAuthenticationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ADOrganizationalUnit.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ADUserResultantPasswordPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ADDomain.command
│ │ │ │ │ │ │ │ │ │ ├── appbackgroundtask
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-AppBackgroundTaskDiagnosticLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppBackgroundTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppBackgroundTaskResourcePolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-AppBackgroundTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-AppBackgroundTask.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-AppBackgroundTaskDiagnosticLog.command
│ │ │ │ │ │ │ │ │ │ ├── storage
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageEnclosureStorageNodeView.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageHealthSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-MaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-Disk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-TargetPortToMaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Grant-FileShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resize-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InitiatorId.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-Volume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PhysicalExtent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PhysicalDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SupportedFileSystems.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageHealthReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-InitiatorIdFromMaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-StorageDiagnosticLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-InitiatorIdToMaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-PhysicalDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VirtualDiskSupportedSize.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FileShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-PartitionAccessPath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Partition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Volume.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-FileShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-StorageDiagnosticLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-StoragePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resize-Partition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-MaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-OffloadDataTransferSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-VolumeCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-StorageHighAvailability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageAdvancedProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-PhysicalDiskIdentification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-Volume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Format-Volume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-PhysicalDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-StorageProviderCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Disk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PartitionSupportedSize.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VolumeScrubPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Partition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Dismount-DiskImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageDiagnosticInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StoragePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VirtualDiskToMaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Optimize-Volume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-StorageSubSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SupportedClusterSizes.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageHealthAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DiskImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unblock-FileShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DedupProperties.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DiskStorageNodeView.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-StorageHealthSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageEnclosureVendorData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ResiliencySetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-StorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-StoragePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VolumeScrubPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-StorageReliabilityCounter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Partition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-StoragePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-StorageSubsystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FileStorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-FileShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PhysicalDiskStorageNodeView.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PhysicalDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InitiatorPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VolumeCorruptionCount.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-FileShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-Disk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TargetPortal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Block-FileShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VirtualDiskClone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FileIntegrity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Connect-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-StorageEnclosureIdentification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PhysicalDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-FileShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Optimize-StoragePool.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-StorageMaintenanceMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FileIntegrity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resize-StorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-StorageHighAvailability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Partition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-HostStorageCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-VirtualDiskFromMaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TargetPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageSubSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Volume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-StorageJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PhysicalExtentAssociation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageTierSupportedSize.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageReliabilityCounter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-InitiatorId.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageEnclosure.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-MaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageFileServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-TargetPortFromMaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageFaultDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PartitionAccessPath.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-StorageFileServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-StorageSubsystemVirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-PhysicalDiskIdentification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-InitiatorPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageHealthSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-StorageFirmware.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ResiliencySetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Revoke-FileShareAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-StorageEnclosureIdentification.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageNode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FileShareAccessControlEntry.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-StorageFileServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageFirmwareInformation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-FileIntegrity.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageSubSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-StorageMaintenanceMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-StorageSubsystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-VirtualDiskSnapshot.command
│ │ │ │ │ │ │ │ │ │ │ ├── Hide-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-VirtualDisk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Disk.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Volume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-Disk.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-StorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-FileStorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MaskingSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageFileServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FileStorageTier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Mount-DiskImage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StoragePool.command
│ │ │ │ │ │ │ │ │ │ ├── adrms
│ │ │ │ │ │ │ │ │ │ │ ├── Update-ADRMS.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-ADRMS.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-ADRMS.command
│ │ │ │ │ │ │ │ │ │ ├── eventtracingmanagement
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-EtwTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-EtwTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AutologgerConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-AutologgerConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-EtwTraceProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-EtwTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-EtwTraceProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Send-EtwTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-EtwTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-EtwTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-EtwTraceSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AutologgerConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-EtwTraceProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-EtwTraceProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-AutologgerConfig.command
│ │ │ │ │ │ │ │ │ │ ├── remotedesktopservices
│ │ │ │ │ │ │ │ │ │ │ ├── Convert-License.command
│ │ │ │ │ │ │ │ │ │ ├── kds
│ │ │ │ │ │ │ │ │ │ │ ├── Set-KdsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-KdsRootKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-KdsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-KdsRootKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-KdsRootKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-KdsCache.command
│ │ │ │ │ │ │ │ │ │ ├── ServerManager
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WindowsFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-WindowsFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-ServerManagerStandardUserRemoting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-ServerManagerStandardUserRemoting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-WindowsFeature.command
│ │ │ │ │ │ │ │ │ │ ├── bitstransfer
│ │ │ │ │ │ │ │ │ │ │ ├── Start-BitsTransfer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Complete-BitsTransfer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-BitsTransfer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-BitsFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-BitsTransfer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BitsTransfer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BitsTransfer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-BitsTransfer.command
│ │ │ │ │ │ │ │ │ │ ├── msmq
│ │ │ │ │ │ │ │ │ │ │ ├── New-MsmqMessage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MSMQOutgoingQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MSMQCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-MsmqQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MsmqQueueACL.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MsmqQueueACL.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MsmqQueueManagerACL.command
│ │ │ │ │ │ │ │ │ │ │ ├── Receive-MsmqQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-MSMQOutgoingQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-MsmqQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MsmqQueueManagerACL.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-MsmqOutgoingQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-MSMQCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MsmqQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-MSMQQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-MsmqMessage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MsmqQueueManager.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-MsmqCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MsmqQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-MsmqOutgoingQueue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MsmqQueueManager.command
│ │ │ │ │ │ │ │ │ │ │ ├── Send-MsmqQueue.command
│ │ │ │ │ │ │ │ │ │ ├── nps
│ │ │ │ │ │ │ │ │ │ │ ├── New-NpsRadiusClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NpsRadiusClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NpsSharedSecretTemplate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NpsRadiusClient.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-NpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-NpsConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NpsRadiusClient.command
│ │ │ │ │ │ │ │ │ │ ├── tls
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-TlsCipherSuite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-TlsSessionTicketKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-TlsSessionTicketKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-TlsEccCurve.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-TlsSessionTicketKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-TlsCipherSuite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-TlsSessionTicketKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-TlsEccCurve.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TlsCipherSuite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TlsEccCurve.command
│ │ │ │ │ │ │ │ │ │ ├── mpio
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MPIOSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MPIOAvailableHW.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MPIOSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-MSDSMSupportedHW.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-MSDSMSupportedHW.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MSDSMSupportedHW.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-MPIOClaimedHW.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MSDSMAutomaticClaimSettings.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MSDSMGlobalDefaultLoadBalancePolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-MSDSMSupportedHW.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-MSDSMAutomaticClaim.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-MSDSMAutomaticClaim.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MSDSMGlobalDefaultLoadBalancePolicy.command
│ │ │ │ │ │ │ │ │ │ ├── storageqos
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageQosPolicyStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageQoSFlow.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageQosPolicyStore.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-StorageQosPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageQosVolume.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-StorageQosPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-StorageQosPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StorageQosPolicy.command
│ │ │ │ │ │ │ │ │ │ ├── multipoint
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WmsSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Lock-WmsSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsVersion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Close-WmsApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Hide-WmsIdentifier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-WmsDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WmsWebLimiting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-WmsSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsScheduledUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-WmsDiskProtection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WmsScheduledUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-WmsStation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsAlert.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unlock-WmsSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Close-WmsSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WmsDiskProtection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WmsWebLimiting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Join-WmsStation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WmsDiskProtection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-WmsStation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WmsScheduledUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unpublish-WmsDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Split-WmsStation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WmsSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WmsUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WmsUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unlock-WmsUsbStorage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WmsWebLimiting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsDiskProtection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WmsStation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-WmsSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-WmsSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-WmsIdentifier.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsStation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Search-WmsSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-WmsDesktop.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-WmsDiskProtection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Open-WmsApp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WmsUser.command
│ │ │ │ │ │ │ │ │ │ │ ├── Lock-WmsUsbStorage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WmsScheduledUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-WmsSystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WmsWebLimiting.command
│ │ │ │ │ │ │ │ │ │ ├── processmitigations
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ProcessMitigation.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-ProcessMitigationPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ProcessMitigation.command
│ │ │ │ │ │ │ │ │ │ ├── vamt
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VamtProductKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-VamtProductKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VamtProduct.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-VamtProduct.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-VamtData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-VamtConfirmationId.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-VamtManagedMachine.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-VamtConfirmationId.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-VamtProductActivation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-VamtProductKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Initialize-VamtData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-VamtData.command
│ │ │ │ │ │ │ │ │ │ ├── iisadministration
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISConfigElement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-IISSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IISSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISAppPool.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-IISSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IISConfigAttributeValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISConfigCollectionElement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISConfigAttributeValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISSharedConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IISConfigAttribute.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-IISCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISConfigSection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-IISSharedConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-IISSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-IISSharedConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-IISConfigCollectionElement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IISSiteBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-IISCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IISCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISConfigCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-IISSiteBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-IISCentralCertProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-IISConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-IISCommitDelay.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISSite.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-IISServerManager.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-IISCommitDelay.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IISConfigCollectionElement.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IISCentralCertProviderCredential.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISSiteBinding.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IISServerManager.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-IISConfigCollection.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IISConfigElement.command
│ │ │ │ │ │ │ │ │ │ ├── ipamserver
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamAddressSpace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamCustomFieldAssociation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamAddressSpace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamDiscoveryDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDnsResourceRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamAddressSpace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamCustomField.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDnsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-IpamRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-IpamServerProvisioning.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamCustomValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-IpamCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamServerInventory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamDatabase.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-IpamSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamConfigurationEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamAccessScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-IpamFreeRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDhcpConfigurationEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamServerInventory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamCustomField.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamDiscoveryDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamBlock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDnsConditionalForwarder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-IpamRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamCustomFieldAssociation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamServerInventory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamCustomFieldAssociation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-IpamCustomField.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDhcpSuperscope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamCustomFieldAssociation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamAddressUtilizationThreshold.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamServerInventory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-IpamServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamDhcpConfigurationEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamBlock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-IpamAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-IpamAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamBlock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamCustomField.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-IpamSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamCustomValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-IpamGpoProvisioning.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamAddressSpace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDnsZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamIpAddressAuditEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDhcpScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamAddressUtilizationThreshold.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamUtilizationData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-IpamFreeSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamConfigurationEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDhcpServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDatabase.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-IpamRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamDiscoveryDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamDiscoveryDomain.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamRange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-IpamIpAddressAuditEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-IpamCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-IpamBlock.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-IpamDatabase.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-IpamCustomValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-IpamCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-IpamFreeAddress.command
│ │ │ │ │ │ │ │ │ │ ├── applocker
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AppLockerPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-AppLockerPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppLockerPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AppLockerFileInformation.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-AppLockerPolicy.command
│ │ │ │ │ │ │ │ │ │ ├── bestpractices
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BpaResult.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-BpaModel.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-BpaResult.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-BpaModel.command
│ │ │ │ │ │ │ │ │ │ ├── servermanagertasks
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMPerformanceCollector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMServerClusterName.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-SMPerformanceCollector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMServerInventory.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMServerService.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-SMPerformanceCollector.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMCounterSample.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMServerFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMServerBpaResult.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SMServerPerformanceLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SMServerEvent.command
│ │ │ │ │ │ │ │ │ │ ├── netsecurity
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallInterfaceTypeFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetIPsecPhase2AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallDynamicKeywordAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecQuickModeSA.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetIPsecQuickModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallApplicationFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-NetIPsecPhase2AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPsecMainModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecPhase2AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecMainModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecQuickModeCryptoProposal.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecPhase2AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallInterfaceTypeFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallPortFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPsecDospSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetFirewallDynamicKeywordAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecMainModeSA.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecMainModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecPhase1AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecMainModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallApplicationFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetFirewallDynamicKeywordAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-NetIPsecMainModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPsecPhase2AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecQuickModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPsecQuickModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DAPolicyChange.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-NetIPsecPhase1AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-NetIPsecQuickModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallAddressFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-NetGPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecPhase2AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetIPsecMainModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetIPsecPhase1AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallSecurityFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecAuthProposal.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecMainModeCryptoProposal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetIPsecPhase1AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallPortFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecQuickModeSA.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallInterfaceFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecQuickModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallInterfaceFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Sync-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecDospSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallProfile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecMainModeRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-NetFirewallDynamicKeywordAddress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallSecurityFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecQuickModeCryptoSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetIPsecDospSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallServiceFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallServiceFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecDospSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Open-NetGPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecMainModeSA.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-NetIPsecPhase1AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-NetFirewallRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-NetFirewallAddressFilter.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-NetIPsecRule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-NetIPsecPhase1AuthSet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-NetFirewallProfile.command
│ │ │ │ │ │ │ │ │ │ ├── syncshare
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SyncServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-SyncShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SyncShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SyncServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-SyncShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-SyncShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Repair-SyncShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-SyncShare.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-SyncUserStatus.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-SyncShare.command
│ │ │ │ │ │ │ │ │ │ ├── printmanagement
│ │ │ │ │ │ │ │ │ │ │ ├── Add-PrinterDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PrintConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-Printer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PrintJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-PrinterPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PrinterDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Printer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Printer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Read-PrinterNfcTag.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Printer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-PrinterNfcTag.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PrinterProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PrintJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-PrintJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PrinterProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-PrintJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PrinterDriver.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PrinterPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-Printer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PrinterPort.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-PrintJob.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PrintConfiguration.command
│ │ │ │ │ │ │ │ │ │ ├── grouppolicy
│ │ │ │ │ │ │ │ │ │ │ ├── Set-GPInheritance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-GPUpdate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPStarterGPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Backup-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-GPPrefRegistryValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPInheritance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPOReport.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-GPStarterGPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-GPPermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-GPLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-GPPrefRegistryValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-GPRegistryValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-GPRegistryValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-GPLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-GPLink.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPResultantSetOfPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPPrefRegistryValue.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPPermission.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-GPO.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-GPRegistryValue.command
│ │ │ │ │ │ │ │ │ │ ├── dnsserver
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerClientSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerZoneScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerDsSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerClientSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerZoneDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerForwarder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-DnsServerDnsSecPublicKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-DnsServerZoneUnsign.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-DnsServerStatistics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-DnsServerPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-DnsServerTrustAnchor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerRecursionScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerResourceRecordAging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerStubZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerResourceRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerScavenging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-DnsServerKeyStorageProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerPrimaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-DnsServerSigningKeyRollover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerZoneTransferPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-DnsServerPrimaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecordA.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerQueryResolutionPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecordCName.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-DnsServerCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerEDns.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerZoneScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerZoneTransferPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerVirtualizationInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerTrustAnchor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResponseRateLimitingExceptionlist.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-DnsServerSecondaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-DnsServerPrimaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerSecondaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerRecursionScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-DnsServerPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerZoneScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerTrustAnchor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerVirtualizationInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerResponseRateLimitingExceptionlist.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-DnsServerTrustPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerRootHint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerForwarder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-DnsServerRootHint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecordAAAA.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerDirectoryPartition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerPrimaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-DnsServerDirectoryPartition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerResponseRateLimitingExceptionlist.command
│ │ │ │ │ │ │ │ │ │ │ ├── Reset-DnsServerZoneKeyMasterRole.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerGlobalNameZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerDiagnostics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerSigningKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerDiagnostics.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerZoneTransferPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerStubZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerResourceRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerGlobalNameZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerConditionalForwarderZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerDsSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerZoneAging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerSigningKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerDirectoryPartition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerQueryResolutionPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Step-DnsServerSigningKeyRollover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerRootHint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Sync-DnsServerZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerDnsSecZoneSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerQueryResolutionPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerDnsSecZoneSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerSigningKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerZoneAging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerResponseRateLimiting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerTrustAnchor.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-DnsServerScavenging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerConditionalForwarderZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerResponseRateLimiting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerDirectoryPartition.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-DnsServerSigningKeyRollover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-DnsServerSigningKeyRollover.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecordMX.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerEDns.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-DnsServerZoneTransfer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restore-DnsServerSecondaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-DnsServerZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerTrustPoint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerQueryResolutionPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerGlobalQueryBlockList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerClientSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerZoneDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerClientSubnet.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerRecursionScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecordPtr.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerZoneDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-DnsServer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-DnsServerZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerRecursion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerResponseRateLimitingExceptionlist.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-DnsServerResourceRecordDS.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecordDS.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerForwarder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerRecursionScope.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerGlobalQueryBlockList.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-DnsServerZoneSign.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerZoneTransferPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-DnsServerZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerVirtualizationInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerScavenging.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerZoneDelegation.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerSecondaryZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-DnsServerRootHint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-DnsServerDnsSecZoneSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerSigningKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerVirtualizationInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerRecursion.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerSetting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-DnsServerCache.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-DnsServerResourceRecordDnsKey.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-DnsServerRootHint.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerForwarder.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-DnsServerResourceRecord.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-DnsServerDirectoryPartition.command
│ │ │ │ │ │ │ │ │ │ ├── assignedaccess
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AssignedAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-AssignedAccess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AssignedAccess.command
│ │ │ │ │ │ │ │ │ ├── v7.3
│ │ │ │ │ │ │ │ │ │ ├── PSDiagnostics
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-PSTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Trace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-LogProperties.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-PSTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WSManTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Trace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-LogProperties.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-PSWSManCombinedTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WSManTrace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-PSWSManCombinedTrace.command
│ │ │ │ │ │ │ │ │ │ ├── ThreadJob
│ │ │ │ │ │ │ │ │ │ │ ├── Start-ThreadJob.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.WSMan.Management
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_154942
│ │ │ │ │ │ │ │ │ │ │ ├── About
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_171040
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-WSMan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WSManInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WSManQuickConfig.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-WSMan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-WSManCredSSP.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WSManCredSSP.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-WSManInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-WSManAction.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WSManInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-WSManCredSSP.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WSManSessionOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-WSManInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Connect-WSMan.command
│ │ │ │ │ │ │ │ │ │ ├── PackageManagement
│ │ │ │ │ │ │ │ │ │ │ ├── Find-Package.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-Package.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PackageProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Package.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-PackageProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-PackageSource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-Package.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-PackageProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-PackageProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PackageSource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-PackageSource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-Package.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PackageSource.command
│ │ │ │ │ │ │ │ │ │ ├── CimCmdlets
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CimInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CimSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-BinaryMiLog.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-CimSessionOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-CimInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-CimSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CimAssociatedInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-CimInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CimSession.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-CimInstance.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-CimIndicationEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-CimMethod.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CimClass.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.PowerShell.Archive
│ │ │ │ │ │ │ │ │ │ │ ├── Compress-Archive.command
│ │ │ │ │ │ │ │ │ │ │ ├── Expand-Archive.command
│ │ │ │ │ │ │ │ │ │ ├── PowerShellGet
│ │ │ │ │ │ │ │ │ │ │ ├── Install-Module.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-ScriptFileInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-Module.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-Module.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-PSRepository.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ScriptFileInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSRepository.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-Script.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-PSRepository.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-Script.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-Script.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-DscResource.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ScriptFileInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-Module.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-RoleCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InstalledScript.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PSRepository.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-Command.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-Module.command
│ │ │ │ │ │ │ │ │ │ │ ├── Uninstall-Module.command
│ │ │ │ │ │ │ │ │ │ │ ├── Publish-Script.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-InstalledModule.command
│ │ │ │ │ │ │ │ │ │ │ ├── Find-Script.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-ModuleManifest.command
│ │ │ │ │ │ │ │ │ │ │ ├── Install-Script.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.PowerShell.Management
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Service,gsv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Service,spsv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-ItemProperty,rp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-Item,copy,cp,cpi.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Content,sc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-Content,ac.command
│ │ │ │ │ │ │ │ │ │ │ ├── Push-Location,pushd.command
│ │ │ │ │ │ │ │ │ │ │ ├── Join-Path.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-Item,ren,rni.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-RecycleBin.command
│ │ │ │ │ │ │ │ │ │ │ ├── Copy-ItemProperty,cpp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-ItemProperty,mp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-Item,ii.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PSDrive,mount,ndr.command
│ │ │ │ │ │ │ │ │ │ │ ├── Pop-Location,popd.command
│ │ │ │ │ │ │ │ │ │ │ ├── Move-Item,mi,move,mv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-Computer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Clipboard.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Service,sasv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Wait-Process.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Location,cd,chdir,sl.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ItemProperty.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ItemProperty,gp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Process,gps,ps.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-ItemProperty,clp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ComputerInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Convert-Path,cvpa.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Service.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSProvider.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PSDrive,rdr.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Clipboard.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Item,si.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TimeZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-Process.command
│ │ │ │ │ │ │ │ │ │ │ ├── Restart-Service.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-Connection.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Service.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Computer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ItemProperty,sp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Service.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ChildItem,dir,gci,ls.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Process,kill,spps.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Location,gl,pwd.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-ItemProperty,rnp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resume-Service.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-HotFix.command
│ │ │ │ │ │ │ │ │ │ │ ├── Suspend-Service.command
│ │ │ │ │ │ │ │ │ │ │ ├── Resolve-Path,rvpa.command
│ │ │ │ │ │ │ │ │ │ │ ├── Split-Path.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-Path.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Item,ni.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-Item,cli.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Content,cat,gc,type.command
│ │ │ │ │ │ │ │ │ │ │ ├── Rename-Computer.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Item,del,erase,rd,ri,rm,rmdir.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-TimeZone.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSDrive,gdr.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ItemPropertyValue,gpv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Item,gi.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-Content,clc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Process,saps,start.command
│ │ │ │ │ │ │ │ │ │ ├── PSReadLine
│ │ │ │ │ │ │ │ │ │ │ ├── About
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_171041
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_154944
│ │ │ │ │ │ │ │ │ │ │ ├── PSConsoleHostReadLine.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PSReadLineOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PSReadLineKeyHandler.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSReadLineKeyHandler.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PSReadLineKeyHandler.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSReadLineOption.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.PowerShell.Core
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_154926
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_171031
│ │ │ │ │ │ │ │ │ │ │ ├── About
│ │ │ │ │ │ │ │ │ │ │ ├── Receive-PSSession,rcsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disconnect-PSSession,dnsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSHostProcessInfo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Job,rjb.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PSSessionOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Where-Object,%3F,where.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-History,ihy,r.command
│ │ │ │ │ │ │ │ │ │ │ ├── Receive-Job,rcjb.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Help.command
│ │ │ │ │ │ │ │ │ │ │ ├── Out-Default.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-ModuleMember.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSSession,gsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── ForEach-Object,%25,foreach.command
│ │ │ │ │ │ │ │ │ │ │ ├── Out-Null.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-ModuleManifest.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-PSRemoting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ExperimentalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-ModuleManifest.command
│ │ │ │ │ │ │ │ │ │ │ ├── Switch-Process.command
│ │ │ │ │ │ │ │ │ │ │ ├── Wait-Job,wjb.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PSTransportOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-PSSessionConfigurationFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-PSRemoting.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-History,ghy,h,history.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-Host,clear,cls.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-Help.command
│ │ │ │ │ │ │ │ │ │ │ ├── Save-Help.command
│ │ │ │ │ │ │ │ │ │ │ ├── Exit-PSSession,exsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-PSSessionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Module,rmo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSSessionCapability.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-PSSessionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PSSessionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-History.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Module,nmo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-ExperimentalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Out-Host,oh.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PSDebug.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PSRoleCapabilityFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSSessionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-PSSessionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-Job.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PSSessionConfigurationFile,npssc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enter-PSSession,etsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-History,clhy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Job,spjb.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-Module,ipmo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Command,gcm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-ExperimentalFeature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-StrictMode.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Job,sajb.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Module,gmo.command
│ │ │ │ │ │ │ │ │ │ │ ├── Connect-PSSession,cnsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Job,gjb.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSSubsystem.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-PSSessionConfiguration.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-Command,icm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PSSession,rsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-ArgumentCompleter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-PSSession,nsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enter-PSHostProcess.command
│ │ │ │ │ │ │ │ │ │ │ ├── Exit-PSHostProcess.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.PowerShell.Diagnostics
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Counter.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-WinEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-WinEvent.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.PowerShell.Utility
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSCallStack,gcs.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-TimeSpan.command
│ │ │ │ │ │ │ │ │ │ │ ├── Read-Host.command
│ │ │ │ │ │ │ │ │ │ │ ├── Select-Object,select.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-FormatData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Out-GridView,ogv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-RunspaceDebug.command
│ │ │ │ │ │ │ │ │ │ │ ├── Clear-Variable,clv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-Alias,ipal.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Guid.command
│ │ │ │ │ │ │ │ │ │ │ ├── Sort-Object,sort.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-TemporaryFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Variable,set,sv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-PSBreakpoint,sbp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Runspace.command
│ │ │ │ │ │ │ │ │ │ │ ├── Select-String,sls.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-RunspaceDebug.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Culture.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PSBreakpoint,gbp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-Clixml.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-PSBreakpoint,ebp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Variable,gv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Format-Table,ft.command
│ │ │ │ │ │ │ │ │ │ │ ├── Format-Custom,fc.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-TypeData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-WebRequest,curl,iwr,wget.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Alias.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-PSBreakpoint,rbp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Debug.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-ObjectEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Debug-Runspace.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-Csv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-Csv,ipcsv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-Alias,epal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-RestMethod,irm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Verb.command
│ │ │ │ │ │ │ │ │ │ │ ├── Select-Xml.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Event.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-Html.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Alias,sal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Format-List,fl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Date.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-LocalizedData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Tee-Object,tee.command
│ │ │ │ │ │ │ │ │ │ │ ├── Measure-Command.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Alias,nal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Warning.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Variable,rv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Member,gm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Sleep,sleep.command
│ │ │ │ │ │ │ │ │ │ │ ├── Enable-RunspaceDebug.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Event.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-PowerShellDataFile.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-PSSession,epsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TraceSource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Disable-PSBreakpoint,dbp.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-Command,shcm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Host.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-Csv,epcsv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-FormatData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-Type.command
│ │ │ │ │ │ │ │ │ │ │ ├── Show-Markdown.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Uptime.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FormatData.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Object.command
│ │ │ │ │ │ │ │ │ │ │ ├── Format-Wide,fw.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-Json.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-TypeData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Date.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-SddlString.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-TraceSource.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-EventSubscriber.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-TypeData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Error.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unblock-File.command
│ │ │ │ │ │ │ │ │ │ │ ├── Add-Member.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Random.command
│ │ │ │ │ │ │ │ │ │ │ ├── Register-EngineEvent.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Host.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unregister-Event.command
│ │ │ │ │ │ │ │ │ │ │ ├── Invoke-Expression,iex.command
│ │ │ │ │ │ │ │ │ │ │ ├── Out-File.command
│ │ │ │ │ │ │ │ │ │ │ ├── Wait-Debugger.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Progress.command
│ │ │ │ │ │ │ │ │ │ │ ├── Wait-Event.command
│ │ │ │ │ │ │ │ │ │ │ ├── New-Variable,nv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-UICulture.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-Json.command
│ │ │ │ │ │ │ │ │ │ │ ├── Export-Clixml.command
│ │ │ │ │ │ │ │ │ │ │ ├── Join-String.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Verbose.command
│ │ │ │ │ │ │ │ │ │ │ ├── Send-MailMessage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-MarkdownOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── Out-Printer,lp.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-Xml.command
│ │ │ │ │ │ │ │ │ │ │ ├── Format-Hex,fhx.command
│ │ │ │ │ │ │ │ │ │ │ ├── Update-List.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-Markdown.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Alias,gal.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-MarkdownOption.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-StringData.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-FileHash.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Error.command
│ │ │ │ │ │ │ │ │ │ │ ├── Remove-Event.command
│ │ │ │ │ │ │ │ │ │ │ ├── Out-String.command
│ │ │ │ │ │ │ │ │ │ │ ├── Import-PSSession,ipsn.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Unique,gu.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Information.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-Json.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-Csv.command
│ │ │ │ │ │ │ │ │ │ │ ├── Measure-Object,measure.command
│ │ │ │ │ │ │ │ │ │ │ ├── Write-Output,echo,write.command
│ │ │ │ │ │ │ │ │ │ │ ├── Trace-Command,trcm.command
│ │ │ │ │ │ │ │ │ │ │ ├── Compare-Object,compare,diff.command
│ │ │ │ │ │ │ │ │ │ │ ├── Group-Object,group.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.PowerShell.Security
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_171036
│ │ │ │ │ │ │ │ │ │ │ ├── About
│ │ │ │ │ │ │ │ │ │ │ ├── About_20260302_154935
│ │ │ │ │ │ │ │ │ │ │ ├── New-FileCatalog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-Acl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Test-FileCatalog.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-PfxCertificate.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Credential.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertFrom-SecureString.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-Acl.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-ExecutionPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Unprotect-CmsMessage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-CmsMessage.command
│ │ │ │ │ │ │ │ │ │ │ ├── Set-AuthenticodeSignature.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-AuthenticodeSignature.command
│ │ │ │ │ │ │ │ │ │ │ ├── ConvertTo-SecureString.command
│ │ │ │ │ │ │ │ │ │ │ ├── Get-ExecutionPolicy.command
│ │ │ │ │ │ │ │ │ │ │ ├── Protect-CmsMessage.command
│ │ │ │ │ │ │ │ │ │ ├── Microsoft.PowerShell.Host
│ │ │ │ │ │ │ │ │ │ │ ├── Stop-Transcript.command
│ │ │ │ │ │ │ │ │ │ │ ├── Start-Transcript.command
│ │ │ │ │ │ │ │ │ ├── __init__.command
│ │ │ │ │ │ │ ├── terms
│ │ │ │ │ │ │ │ ├── xterm.term
│ │ │ │ │ │ │ │ ├── vt520.term
│ │ │ │ │ │ │ │ ├── vt220.term
│ │ │ │ │ │ │ │ ├── vt340.term
│ │ │ │ │ │ │ │ ├── vt52.term
│ │ │ │ │ │ │ │ ├── vt102.term
│ │ │ │ │ │ │ │ ├── xterm-256color.term
│ │ │ │ │ │ │ │ ├── vt100.term
│ │ │ │ │ │ │ │ ├── vt420.term
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ ├── imageformats
│ │ │ │ │ │ │ │ ├── qsvg.dll
│ │ │ │ │ │ │ ├── iconengines
│ │ │ │ │ │ │ │ ├── qsvgicon.dll
│ │ │ │ │ │ │ ├── platforms
│ │ │ │ │ │ │ │ ├── qminimal.dll
│ │ │ │ │ │ │ │ ├── qwindows.dll
│ │ │ │ │ │ │ ├── mediaservice
│ │ │ │ │ │ │ │ ├── dsengine.dll
│ │ │ │ │ │ ├── global
│ │ │ │ │ │ │ ├── palettes
│ │ │ │ │ │ │ │ ├── calculator.palette
│ │ │ │ │ │ │ │ ├── goto-line.palette
│ │ │ │ │ │ │ ├── locales
│ │ │ │ │ │ │ │ ├── id.locale
│ │ │ │ │ │ │ │ ├── tr.locale
│ │ │ │ │ │ │ │ ├── km.locale
│ │ │ │ │ │ │ │ ├── nl.locale
│ │ │ │ │ │ │ │ ├── nb-NO.locale
│ │ │ │ │ │ │ │ ├── fa.locale
│ │ │ │ │ │ │ │ ├── pl.locale
│ │ │ │ │ │ │ │ ├── zh-CN.locale
│ │ │ │ │ │ │ │ ├── es.locale
│ │ │ │ │ │ │ │ ├── fi.locale
│ │ │ │ │ │ │ │ ├── sv-SE.locale
│ │ │ │ │ │ │ │ ├── hu.locale
│ │ │ │ │ │ │ │ ├── cs.locale
│ │ │ │ │ │ │ │ ├── el.locale
│ │ │ │ │ │ │ │ ├── th.locale
│ │ │ │ │ │ │ │ ├── it.locale
│ │ │ │ │ │ │ │ ├── uk.locale
│ │ │ │ │ │ │ │ ├── hi.locale
│ │ │ │ │ │ │ │ ├── da.locale
│ │ │ │ │ │ │ │ ├── ru.locale
│ │ │ │ │ │ │ │ ├── ms.locale
│ │ │ │ │ │ │ │ ├── he.locale
│ │ │ │ │ │ │ │ ├── ko.locale
│ │ │ │ │ │ │ │ ├── ja.locale
│ │ │ │ │ │ │ │ ├── ar.locale
│ │ │ │ │ │ │ │ ├── pt.locale
│ │ │ │ │ │ │ │ ├── bn.locale
│ │ │ │ │ │ │ │ ├── fr.locale
│ │ │ │ │ │ │ │ ├── vi.locale
│ │ │ │ │ │ │ │ ├── ur.locale
│ │ │ │ │ │ │ │ ├── de.locale
│ │ │ │ │ │ │ │ ├── pa-IN.locale
│ │ │ │ │ │ │ │ ├── zh-TW.locale
│ │ │ │ │ │ │ │ ├── is.locale
│ │ │ │ │ │ │ ├── themes
│ │ │ │ │ │ │ │ ├── dige-black-and-white
│ │ │ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ │ │ ├── radiobox-checked.svg
│ │ │ │ │ │ │ │ │ │ ├── close-normal.svg
│ │ │ │ │ │ │ │ │ │ ├── checkbox-checked.svg
│ │ │ │ │ │ │ │ │ │ ├── checkbox-unchecked.svg
│ │ │ │ │ │ │ │ │ │ ├── radiobox-unchecked.svg
│ │ │ │ │ │ │ │ │ ├── icon.theme
│ │ │ │ │ │ │ │ │ ├── scheme.theme
│ │ │ │ │ │ │ │ │ ├── gui.theme
│ │ │ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ │ │ │ ├── RobotoMono.ttf
│ │ │ │ │ │ │ │ │ │ ├── FiraCode-Retina.ttf
│ │ │ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ │ │ ├── button-down.svg
│ │ │ │ │ │ │ │ │ │ ├── radiobox-checked.svg
│ │ │ │ │ │ │ │ │ │ ├── icon.theme
│ │ │ │ │ │ │ │ │ │ ├── close-unactivated.svg
│ │ │ │ │ │ │ │ │ │ ├── warning.svg
│ │ │ │ │ │ │ │ │ │ ├── close-changed.svg
│ │ │ │ │ │ │ │ │ │ ├── question.svg
│ │ │ │ │ │ │ │ │ │ ├── close-saved.svg
│ │ │ │ │ │ │ │ │ │ ├── radiobox-disabled.svg
│ │ │ │ │ │ │ │ │ │ ├── critical.svg
│ │ │ │ │ │ │ │ │ │ ├── checkbox-unchecked.svg
│ │ │ │ │ │ │ │ │ │ ├── checkbox-disabled.svg
│ │ │ │ │ │ │ │ │ │ ├── close-normal.svg
│ │ │ │ │ │ │ │ │ │ ├── button-up.svg
│ │ │ │ │ │ │ │ │ │ ├── king.svg
│ │ │ │ │ │ │ │ │ │ ├── close-warning.svg
│ │ │ │ │ │ │ │ │ │ ├── session.svg
│ │ │ │ │ │ │ │ │ │ ├── close-error.svg
│ │ │ │ │ │ │ │ │ │ ├── checkbox-checked.svg
│ │ │ │ │ │ │ │ │ │ ├── logo.svg
│ │ │ │ │ │ │ │ │ │ ├── close-hover.svg
│ │ │ │ │ │ │ │ │ │ ├── radiobox-unchecked.svg
│ │ │ │ │ │ │ │ │ │ ├── information.svg
│ │ │ │ │ │ │ │ ├── dige-white
│ │ │ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ │ │ ├── radiobox-unchecked.svg
│ │ │ │ │ │ │ │ │ │ ├── close-normal.svg
│ │ │ │ │ │ │ │ │ │ ├── checkbox-unchecked.svg
│ │ │ │ │ │ │ │ │ │ ├── radiobox-checked.svg
│ │ │ │ │ │ │ │ │ │ ├── checkbox-checked.svg
│ │ │ │ │ │ │ │ │ ├── icon.theme
│ │ │ │ │ │ │ │ │ ├── gui.theme
│ │ │ │ │ │ │ │ │ ├── scheme.theme
│ │ │ │ │ │ │ │ ├── dige-black
│ │ │ │ │ │ │ │ │ ├── scheme.theme
│ │ │ │ │ │ │ │ │ ├── gui.theme
│ │ │ │ │ │ │ │ │ ├── icon.theme
│ │ │ │ │ │ │ ├── wind.actions
│ │ │ │ │ │ │ ├── wind.config
│ │ │ │ │ │ │ ├── wind.variables
│ │ │ │ │ │ │ ├── wind.keymaps
│ │ │ │ │ │ ├── vendors
│ │ │ │ │ │ │ ├── clink
│ │ │ │ │ │ │ │ ├── clink_x64.exe
│ │ │ │ │ │ │ │ ├── version.txt
│ │ │ │ │ │ │ │ ├── CHANGES
│ │ │ │ │ │ │ │ ├── clink.lua
│ │ │ │ │ │ │ │ ├── _default_settings
│ │ │ │ │ │ │ │ ├── clink_dll_x64.dll
│ │ │ │ │ │ │ │ ├── _default_inputrc
│ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ ├── clink.bat
│ │ │ │ │ │ │ │ ├── clink.html
│ │ │ │ │ │ │ ├── vcxsrv
│ │ │ │ │ │ │ │ ├── bitmaps
│ │ │ │ │ │ │ │ │ ├── dropbar7
│ │ │ │ │ │ │ │ │ ├── menu8
│ │ │ │ │ │ │ │ │ ├── grid2
│ │ │ │ │ │ │ │ │ ├── black
│ │ │ │ │ │ │ │ │ ├── vlines2
│ │ │ │ │ │ │ │ │ ├── cntr_ptrmsk
│ │ │ │ │ │ │ │ │ ├── hlines2
│ │ │ │ │ │ │ │ │ ├── light_gray
│ │ │ │ │ │ │ │ │ ├── dimple1
│ │ │ │ │ │ │ │ │ ├── 2×2
│ │ │ │ │ │ │ │ │ ├── calculator
│ │ │ │ │ │ │ │ │ ├── gray3
│ │ │ │ │ │ │ │ │ ├── letters
│ │ │ │ │ │ │ │ │ ├── xfd_icon
│ │ │ │ │ │ │ │ │ ├── right_ptrmsk
│ │ │ │ │ │ │ │ │ ├── xlogo32
│ │ │ │ │ │ │ │ │ ├── dot
│ │ │ │ │ │ │ │ │ ├── mailempty
│ │ │ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ │ │ ├── menu6
│ │ │ │ │ │ │ │ │ ├── starMask
│ │ │ │ │ │ │ │ │ ├── black6
│ │ │ │ │ │ │ │ │ ├── star
│ │ │ │ │ │ │ │ │ ├── COPYING
│ │ │ │ │ │ │ │ │ ├── 1×1
│ │ │ │ │ │ │ │ │ ├── escherknot
│ │ │ │ │ │ │ │ │ ├── opendotMask
│ │ │ │ │ │ │ │ │ ├── menu16
│ │ │ │ │ │ │ │ │ ├── mensetmanus
│ │ │ │ │ │ │ │ │ ├── grid4
│ │ │ │ │ │ │ │ │ ├── grid8
│ │ │ │ │ │ │ │ │ ├── flipped_gray
│ │ │ │ │ │ │ │ │ ├── cntr_ptr
│ │ │ │ │ │ │ │ │ ├── menu12
│ │ │ │ │ │ │ │ │ ├── gray1
│ │ │ │ │ │ │ │ │ ├── tie_fighter
│ │ │ │ │ │ │ │ │ ├── box6
│ │ │ │ │ │ │ │ │ ├── right_ptr
│ │ │ │ │ │ │ │ │ ├── mailfull
│ │ │ │ │ │ │ │ │ ├── autogen.sh
│ │ │ │ │ │ │ │ │ ├── stipple
│ │ │ │ │ │ │ │ │ ├── dropbar8
│ │ │ │ │ │ │ │ │ ├── flagdown
│ │ │ │ │ │ │ │ │ ├── noletters
│ │ │ │ │ │ │ │ │ ├── mailemptymsk
│ │ │ │ │ │ │ │ │ ├── xlogo64
│ │ │ │ │ │ │ │ │ ├── cross_weave
│ │ │ │ │ │ │ │ │ ├── woman
│ │ │ │ │ │ │ │ │ ├── root_weave
│ │ │ │ │ │ │ │ │ ├── gray
│ │ │ │ │ │ │ │ │ ├── scales
│ │ │ │ │ │ │ │ │ ├── weird_size
│ │ │ │ │ │ │ │ │ ├── target
│ │ │ │ │ │ │ │ │ ├── menu10
│ │ │ │ │ │ │ │ │ ├── boxes
│ │ │ │ │ │ │ │ │ ├── grid16
│ │ │ │ │ │ │ │ │ ├── wingdogs
│ │ │ │ │ │ │ │ │ ├── left_ptr
│ │ │ │ │ │ │ │ │ ├── terminal
│ │ │ │ │ │ │ │ │ ├── dimple3
│ │ │ │ │ │ │ │ │ ├── xbitmaps.pc.in
│ │ │ │ │ │ │ │ │ ├── plaid
│ │ │ │ │ │ │ │ │ ├── wide_weave
│ │ │ │ │ │ │ │ │ ├── mailfullmsk
│ │ │ │ │ │ │ │ │ ├── flagup
│ │ │ │ │ │ │ │ │ ├── left_ptrmsk
│ │ │ │ │ │ │ │ │ ├── sipb
│ │ │ │ │ │ │ │ │ ├── xsnow
│ │ │ │ │ │ │ │ │ ├── xlogo16
│ │ │ │ │ │ │ │ │ ├── icon
│ │ │ │ │ │ │ │ │ ├── keyboard16
│ │ │ │ │ │ │ │ │ ├── hlines3
│ │ │ │ │ │ │ │ │ ├── vlines3
│ │ │ │ │ │ │ │ │ ├── opendot
│ │ │ │ │ │ │ │ │ ├── xlogo11
│ │ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ ├── xkbdata
│ │ │ │ │ │ │ │ │ ├── keycodes
│ │ │ │ │ │ │ │ │ │ ├── digital_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── lk
│ │ │ │ │ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ │ │ ├── sgi_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── iris
│ │ │ │ │ │ │ │ │ │ │ ├── indigo
│ │ │ │ │ │ │ │ │ │ │ ├── indy
│ │ │ │ │ │ │ │ │ │ ├── macintosh
│ │ │ │ │ │ │ │ │ │ ├── amiga
│ │ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ │ ├── aliases
│ │ │ │ │ │ │ │ │ │ ├── jolla
│ │ │ │ │ │ │ │ │ │ ├── xfree98
│ │ │ │ │ │ │ │ │ │ ├── sun
│ │ │ │ │ │ │ │ │ │ ├── fujitsu
│ │ │ │ │ │ │ │ │ │ ├── ibm
│ │ │ │ │ │ │ │ │ │ ├── sony
│ │ │ │ │ │ │ │ │ │ ├── evdev
│ │ │ │ │ │ │ │ │ │ ├── empty
│ │ │ │ │ │ │ │ │ │ ├── olpc
│ │ │ │ │ │ │ │ │ │ ├── ataritt
│ │ │ │ │ │ │ │ │ │ ├── hp
│ │ │ │ │ │ │ │ │ │ ├── xfree86
│ │ │ │ │ │ │ │ │ ├── symbols
│ │ │ │ │ │ │ │ │ │ ├── digital_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── us
│ │ │ │ │ │ │ │ │ │ │ ├── vt
│ │ │ │ │ │ │ │ │ │ │ ├── lk
│ │ │ │ │ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ │ │ ├── sony_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── us
│ │ │ │ │ │ │ │ │ │ ├── sharp_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── sl-c3x00
│ │ │ │ │ │ │ │ │ │ │ ├── ws003sh
│ │ │ │ │ │ │ │ │ │ │ ├── ws020sh
│ │ │ │ │ │ │ │ │ │ │ ├── ws007sh
│ │ │ │ │ │ │ │ │ │ │ ├── ws011sh
│ │ │ │ │ │ │ │ │ │ ├── xfree68_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── amiga
│ │ │ │ │ │ │ │ │ │ │ ├── ataritt
│ │ │ │ │ │ │ │ │ │ ├── hp_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── us
│ │ │ │ │ │ │ │ │ │ ├── sgi_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── jp
│ │ │ │ │ │ │ │ │ │ ├── jolla_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── sbj
│ │ │ │ │ │ │ │ │ │ ├── nec_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── jp
│ │ │ │ │ │ │ │ │ │ ├── nokia_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── rx-51
│ │ │ │ │ │ │ │ │ │ │ ├── rx-44
│ │ │ │ │ │ │ │ │ │ │ ├── su-8w
│ │ │ │ │ │ │ │ │ │ ├── macintosh_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── fr
│ │ │ │ │ │ │ │ │ │ │ ├── fi
│ │ │ │ │ │ │ │ │ │ │ ├── apple
│ │ │ │ │ │ │ │ │ │ │ ├── jp
│ │ │ │ │ │ │ │ │ │ │ ├── se
│ │ │ │ │ │ │ │ │ │ │ ├── ch
│ │ │ │ │ │ │ │ │ │ │ ├── us
│ │ │ │ │ │ │ │ │ │ │ ├── nl
│ │ │ │ │ │ │ │ │ │ │ ├── de
│ │ │ │ │ │ │ │ │ │ │ ├── is
│ │ │ │ │ │ │ │ │ │ │ ├── dk
│ │ │ │ │ │ │ │ │ │ │ ├── pt
│ │ │ │ │ │ │ │ │ │ │ ├── it
│ │ │ │ │ │ │ │ │ │ │ ├── no
│ │ │ │ │ │ │ │ │ │ │ ├── gb
│ │ │ │ │ │ │ │ │ │ │ ├── latam
│ │ │ │ │ │ │ │ │ │ ├── sun_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── ee
│ │ │ │ │ │ │ │ │ │ │ ├── pt
│ │ │ │ │ │ │ │ │ │ │ ├── ca
│ │ │ │ │ │ │ │ │ │ │ ├── pl
│ │ │ │ │ │ │ │ │ │ │ ├── be
│ │ │ │ │ │ │ │ │ │ │ ├── fi
│ │ │ │ │ │ │ │ │ │ │ ├── lt
│ │ │ │ │ │ │ │ │ │ │ ├── br
│ │ │ │ │ │ │ │ │ │ │ ├── it
│ │ │ │ │ │ │ │ │ │ │ ├── ua
│ │ │ │ │ │ │ │ │ │ │ ├── lv
│ │ │ │ │ │ │ │ │ │ │ ├── tw
│ │ │ │ │ │ │ │ │ │ │ ├── ch
│ │ │ │ │ │ │ │ │ │ │ ├── ro
│ │ │ │ │ │ │ │ │ │ │ ├── cz
│ │ │ │ │ │ │ │ │ │ │ ├── dk
│ │ │ │ │ │ │ │ │ │ │ ├── us
│ │ │ │ │ │ │ │ │ │ │ ├── jp
│ │ │ │ │ │ │ │ │ │ │ ├── fr
│ │ │ │ │ │ │ │ │ │ │ ├── solaris
│ │ │ │ │ │ │ │ │ │ │ ├── no
│ │ │ │ │ │ │ │ │ │ │ ├── ru
│ │ │ │ │ │ │ │ │ │ │ ├── gb
│ │ │ │ │ │ │ │ │ │ │ ├── es
│ │ │ │ │ │ │ │ │ │ │ ├── de
│ │ │ │ │ │ │ │ │ │ │ ├── kr
│ │ │ │ │ │ │ │ │ │ │ ├── sk
│ │ │ │ │ │ │ │ │ │ │ ├── gr
│ │ │ │ │ │ │ │ │ │ │ ├── se
│ │ │ │ │ │ │ │ │ │ │ ├── nl
│ │ │ │ │ │ │ │ │ │ │ ├── ara
│ │ │ │ │ │ │ │ │ │ │ ├── tr
│ │ │ │ │ │ │ │ │ │ ├── fujitsu_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── jp
│ │ │ │ │ │ │ │ │ │ │ ├── us
│ │ │ │ │ │ │ │ │ │ ├── tm
│ │ │ │ │ │ │ │ │ │ ├── bt
│ │ │ │ │ │ │ │ │ │ ├── fi
│ │ │ │ │ │ │ │ │ │ ├── bw
│ │ │ │ │ │ │ │ │ │ ├── kr
│ │ │ │ │ │ │ │ │ │ ├── mm
│ │ │ │ │ │ │ │ │ │ ├── hr
│ │ │ │ │ │ │ │ │ │ ├── eurosign
│ │ │ │ │ │ │ │ │ │ ├── au
│ │ │ │ │ │ │ │ │ │ ├── uz
│ │ │ │ │ │ │ │ │ │ ├── ca
│ │ │ │ │ │ │ │ │ │ ├── pk
│ │ │ │ │ │ │ │ │ │ ├── za
│ │ │ │ │ │ │ │ │ │ ├── ke
│ │ │ │ │ │ │ │ │ │ ├── tj
│ │ │ │ │ │ │ │ │ │ ├── kh
│ │ │ │ │ │ │ │ │ │ ├── ph
│ │ │ │ │ │ │ │ │ │ ├── terminate
│ │ │ │ │ │ │ │ │ │ ├── pl
│ │ │ │ │ │ │ │ │ │ ├── es
│ │ │ │ │ │ │ │ │ │ ├── trans
│ │ │ │ │ │ │ │ │ │ ├── np
│ │ │ │ │ │ │ │ │ │ ├── ba
│ │ │ │ │ │ │ │ │ │ ├── level5
│ │ │ │ │ │ │ │ │ │ ├── ch
│ │ │ │ │ │ │ │ │ │ ├── lv
│ │ │ │ │ │ │ │ │ │ ├── dk
│ │ │ │ │ │ │ │ │ │ ├── sy
│ │ │ │ │ │ │ │ │ │ ├── in
│ │ │ │ │ │ │ │ │ │ ├── nbsp
│ │ │ │ │ │ │ │ │ │ ├── de
│ │ │ │ │ │ │ │ │ │ ├── apl
│ │ │ │ │ │ │ │ │ │ ├── jp
│ │ │ │ │ │ │ │ │ │ ├── shift
│ │ │ │ │ │ │ │ │ │ ├── af
│ │ │ │ │ │ │ │ │ │ ├── vn
│ │ │ │ │ │ │ │ │ │ ├── kpdl
│ │ │ │ │ │ │ │ │ │ ├── lk
│ │ │ │ │ │ │ │ │ │ ├── at
│ │ │ │ │ │ │ │ │ │ ├── altwin
│ │ │ │ │ │ │ │ │ │ ├── bd
│ │ │ │ │ │ │ │ │ │ ├── cm
│ │ │ │ │ │ │ │ │ │ ├── typo
│ │ │ │ │ │ │ │ │ │ ├── ee
│ │ │ │ │ │ │ │ │ │ ├── am
│ │ │ │ │ │ │ │ │ │ ├── ng
│ │ │ │ │ │ │ │ │ │ ├── capslock
│ │ │ │ │ │ │ │ │ │ ├── keypad
│ │ │ │ │ │ │ │ │ │ ├── group
│ │ │ │ │ │ │ │ │ │ ├── th
│ │ │ │ │ │ │ │ │ │ ├── dz
│ │ │ │ │ │ │ │ │ │ ├── cn
│ │ │ │ │ │ │ │ │ │ ├── empty
│ │ │ │ │ │ │ │ │ │ ├── epo
│ │ │ │ │ │ │ │ │ │ ├── latam
│ │ │ │ │ │ │ │ │ │ ├── ie
│ │ │ │ │ │ │ │ │ │ ├── sk
│ │ │ │ │ │ │ │ │ │ ├── eu
│ │ │ │ │ │ │ │ │ │ ├── me
│ │ │ │ │ │ │ │ │ │ ├── ru
│ │ │ │ │ │ │ │ │ │ ├── ctrl
│ │ │ │ │ │ │ │ │ │ ├── lt
│ │ │ │ │ │ │ │ │ │ ├── rs
│ │ │ │ │ │ │ │ │ │ ├── kg
│ │ │ │ │ │ │ │ │ │ ├── gb
│ │ │ │ │ │ │ │ │ │ ├── compose
│ │ │ │ │ │ │ │ │ │ ├── be
│ │ │ │ │ │ │ │ │ │ ├── tg
│ │ │ │ │ │ │ │ │ │ ├── by
│ │ │ │ │ │ │ │ │ │ ├── is
│ │ │ │ │ │ │ │ │ │ ├── cz
│ │ │ │ │ │ │ │ │ │ ├── level3
│ │ │ │ │ │ │ │ │ │ ├── my
│ │ │ │ │ │ │ │ │ │ ├── tz
│ │ │ │ │ │ │ │ │ │ ├── se
│ │ │ │ │ │ │ │ │ │ ├── mt
│ │ │ │ │ │ │ │ │ │ ├── olpc
│ │ │ │ │ │ │ │ │ │ ├── fr
│ │ │ │ │ │ │ │ │ │ ├── ma
│ │ │ │ │ │ │ │ │ │ ├── al
│ │ │ │ │ │ │ │ │ │ ├── gr
│ │ │ │ │ │ │ │ │ │ ├── mn
│ │ │ │ │ │ │ │ │ │ ├── parens
│ │ │ │ │ │ │ │ │ │ ├── ir
│ │ │ │ │ │ │ │ │ │ ├── mk
│ │ │ │ │ │ │ │ │ │ ├── gh
│ │ │ │ │ │ │ │ │ │ ├── no
│ │ │ │ │ │ │ │ │ │ ├── az
│ │ │ │ │ │ │ │ │ │ ├── tw
│ │ │ │ │ │ │ │ │ │ ├── mao
│ │ │ │ │ │ │ │ │ │ ├── hu
│ │ │ │ │ │ │ │ │ │ ├── nl
│ │ │ │ │ │ │ │ │ │ ├── bg
│ │ │ │ │ │ │ │ │ │ ├── et
│ │ │ │ │ │ │ │ │ │ ├── mv
│ │ │ │ │ │ │ │ │ │ ├── brai
│ │ │ │ │ │ │ │ │ │ ├── si
│ │ │ │ │ │ │ │ │ │ ├── srvr_ctrl
│ │ │ │ │ │ │ │ │ │ ├── inet
│ │ │ │ │ │ │ │ │ │ ├── id
│ │ │ │ │ │ │ │ │ │ ├── latin
│ │ │ │ │ │ │ │ │ │ ├── sn
│ │ │ │ │ │ │ │ │ │ ├── ara
│ │ │ │ │ │ │ │ │ │ ├── iq
│ │ │ │ │ │ │ │ │ │ ├── fo
│ │ │ │ │ │ │ │ │ │ ├── ua
│ │ │ │ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ │ │ ├── ro
│ │ │ │ │ │ │ │ │ │ ├── us
│ │ │ │ │ │ │ │ │ │ ├── tr
│ │ │ │ │ │ │ │ │ │ ├── il
│ │ │ │ │ │ │ │ │ │ ├── rupeesign
│ │ │ │ │ │ │ │ │ │ ├── kz
│ │ │ │ │ │ │ │ │ │ ├── cd
│ │ │ │ │ │ │ │ │ │ ├── md
│ │ │ │ │ │ │ │ │ │ ├── ml
│ │ │ │ │ │ │ │ │ │ ├── la
│ │ │ │ │ │ │ │ │ │ ├── it
│ │ │ │ │ │ │ │ │ │ ├── gn
│ │ │ │ │ │ │ │ │ │ ├── pt
│ │ │ │ │ │ │ │ │ │ ├── ge
│ │ │ │ │ │ │ │ │ │ ├── br
│ │ │ │ │ │ │ │ │ ├── types
│ │ │ │ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ │ │ ├── nokia
│ │ │ │ │ │ │ │ │ │ ├── basic
│ │ │ │ │ │ │ │ │ │ ├── cancel
│ │ │ │ │ │ │ │ │ │ ├── numpad
│ │ │ │ │ │ │ │ │ │ ├── mousekeys
│ │ │ │ │ │ │ │ │ │ ├── caps
│ │ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ │ ├── level5
│ │ │ │ │ │ │ │ │ │ ├── iso9995
│ │ │ │ │ │ │ │ │ │ ├── complete
│ │ │ │ │ │ │ │ │ │ ├── extra
│ │ │ │ │ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ │ │ │ ├── ledscroll
│ │ │ │ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ │ │ ├── lednum
│ │ │ │ │ │ │ │ │ │ ├── iso9995
│ │ │ │ │ │ │ │ │ │ ├── misc
│ │ │ │ │ │ │ │ │ │ ├── accessx
│ │ │ │ │ │ │ │ │ │ ├── pc98
│ │ │ │ │ │ │ │ │ │ ├── xtest
│ │ │ │ │ │ │ │ │ │ ├── olpc
│ │ │ │ │ │ │ │ │ │ ├── ledcompose
│ │ │ │ │ │ │ │ │ │ ├── japan
│ │ │ │ │ │ │ │ │ │ ├── level5
│ │ │ │ │ │ │ │ │ │ ├── basic
│ │ │ │ │ │ │ │ │ │ ├── mousekeys
│ │ │ │ │ │ │ │ │ │ ├── ledcaps
│ │ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ │ ├── caps
│ │ │ │ │ │ │ │ │ │ ├── complete
│ │ │ │ │ │ │ │ │ │ ├── xfree86
│ │ │ │ │ │ │ │ │ ├── geometry
│ │ │ │ │ │ │ │ │ │ ├── sgi_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── O2
│ │ │ │ │ │ │ │ │ │ │ ├── indigo
│ │ │ │ │ │ │ │ │ │ │ ├── indy
│ │ │ │ │ │ │ │ │ │ ├── digital_vndr
│ │ │ │ │ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ │ │ │ ├── unix
│ │ │ │ │ │ │ │ │ │ │ ├── lk
│ │ │ │ │ │ │ │ │ │ ├── nec
│ │ │ │ │ │ │ │ │ │ ├── dell
│ │ │ │ │ │ │ │ │ │ ├── nokia
│ │ │ │ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ │ │ ├── ataritt
│ │ │ │ │ │ │ │ │ │ ├── fujitsu
│ │ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ │ ├── keytronic
│ │ │ │ │ │ │ │ │ │ ├── thinkpad
│ │ │ │ │ │ │ │ │ │ ├── macintosh
│ │ │ │ │ │ │ │ │ │ ├── sun
│ │ │ │ │ │ │ │ │ │ ├── sanwa
│ │ │ │ │ │ │ │ │ │ ├── winbook
│ │ │ │ │ │ │ │ │ │ ├── hhk
│ │ │ │ │ │ │ │ │ │ ├── hp
│ │ │ │ │ │ │ │ │ │ ├── everex
│ │ │ │ │ │ │ │ │ │ ├── amiga
│ │ │ │ │ │ │ │ │ │ ├── steelseries
│ │ │ │ │ │ │ │ │ │ ├── kinesis
│ │ │ │ │ │ │ │ │ │ ├── typematrix
│ │ │ │ │ │ │ │ │ │ ├── teck
│ │ │ │ │ │ │ │ │ │ ├── sony
│ │ │ │ │ │ │ │ │ │ ├── chicony
│ │ │ │ │ │ │ │ │ │ ├── northgate
│ │ │ │ │ │ │ │ │ │ ├── microsoft
│ │ │ │ │ │ │ │ │ ├── rules
│ │ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ │ ├── evdev.extras.xml
│ │ │ │ │ │ │ │ │ │ ├── xorg.xml
│ │ │ │ │ │ │ │ │ │ ├── evdev
│ │ │ │ │ │ │ │ │ │ ├── base.lst
│ │ │ │ │ │ │ │ │ │ ├── xfree98
│ │ │ │ │ │ │ │ │ │ ├── evdev.lst
│ │ │ │ │ │ │ │ │ │ ├── evdev.xml
│ │ │ │ │ │ │ │ │ │ ├── xorg
│ │ │ │ │ │ │ │ │ │ ├── base.xml
│ │ │ │ │ │ │ │ │ │ ├── base.extras.xml
│ │ │ │ │ │ │ │ │ │ ├── xorg.lst
│ │ │ │ │ │ │ │ │ │ ├── base
│ │ │ │ │ │ │ │ │ │ ├── xkb.dtd
│ │ │ │ │ │ │ │ │ ├── keycodes.dir
│ │ │ │ │ │ │ │ │ ├── compat.dir
│ │ │ │ │ │ │ │ │ ├── geometry.dir
│ │ │ │ │ │ │ │ │ ├── types.dir
│ │ │ │ │ │ │ │ │ ├── symbols.dir
│ │ │ │ │ │ │ │ ├── locale
│ │ │ │ │ │ │ │ │ ├── zh_HK.big5
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── ko_KR.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── microsoft-cp1251
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── ja_JP.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-6
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-14
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── tscii-0
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── zh_CN
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-15
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── ja.SJIS
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── zh_TW.big5
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── zh_HK.big5hkscs
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── zh_HK.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── mulelao-1
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── nokhchi-1
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── zh_CN.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── koi8-u
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-8
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── tatar-cyr
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── iso8859-11
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── iso8859-10
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── ibm-cp1133
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-4
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── iso8859-3
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── zh_CN.gb18030
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── georgian-academy
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── georgian-ps
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-7
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── ja
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── el_GR.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── iscii-dev
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── koi8-c
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── microsoft-cp1255
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── iso8859-9e
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── am_ET.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-13
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── zh_TW
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── th_TH.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── ru_RU.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── zh_TW.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── iso8859-9
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── C
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── armscii-8
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── microsoft-cp1256
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── iso8859-2
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── isiri-3342
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── zh_CN.gbk
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── ja.JIS
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── iso8859-5
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── ko
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ ├── vi_VN.tcvn
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── pt_BR.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── iso8859-1
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── en_US.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── th_TH
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── fi_FI.UTF-8
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ ├── vi_VN.viscii
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── koi8-r
│ │ │ │ │ │ │ │ │ │ ├── Compose
│ │ │ │ │ │ │ │ │ │ ├── XLC_LOCALE
│ │ │ │ │ │ │ │ │ │ ├── XI18N_OBJS
│ │ │ │ │ │ │ │ │ ├── locale.dir
│ │ │ │ │ │ │ │ │ ├── locale.alias
│ │ │ │ │ │ │ │ │ ├── compose.dir
│ │ │ │ │ │ │ │ ├── xkbcomp.exe
│ │ │ │ │ │ │ │ ├── vcruntime140_1.dll
│ │ │ │ │ │ │ │ ├── libwinpthread-1.dll
│ │ │ │ │ │ │ │ ├── xrdb.exe
│ │ │ │ │ │ │ │ ├── libgcc_s_sjlj-1.dll
│ │ │ │ │ │ │ │ ├── XtErrorDB
│ │ │ │ │ │ │ │ ├── protocol.txt
│ │ │ │ │ │ │ │ ├── libcrypto-1_1-x64.dll
│ │ │ │ │ │ │ │ ├── dxtn.dll
│ │ │ │ │ │ │ │ ├── vcxsrv.exe
│ │ │ │ │ │ │ │ ├── msvcp140.dll
│ │ │ │ │ │ │ │ ├── libX11.dll
│ │ │ │ │ │ │ │ ├── help.md
│ │ │ │ │ │ │ │ ├── vcruntime140.dll
│ │ │ │ │ │ │ │ ├── .Xdefaults
│ │ │ │ │ │ │ │ ├── X0.hosts
│ │ │ │ │ │ │ │ ├── xkeysymdb
│ │ │ │ │ │ │ │ ├── libXmu.dll
│ │ │ │ │ │ │ │ ├── libxcb.dll
│ │ │ │ │ │ │ │ ├── libXext.dll
│ │ │ │ │ │ │ │ ├── libXau.dll
│ │ │ │ │ │ │ │ ├── version.txt
│ │ │ │ │ │ │ │ ├── system.XWinrc
│ │ │ │ │ │ │ │ ├── zlib1.dll
│ │ │ │ │ │ │ ├── gsudo
│ │ │ │ │ │ │ │ ├── gsudo.exe
│ │ │ │ │ │ │ │ ├── gsudoModule.psm1
│ │ │ │ │ │ │ │ ├── gsudoModule.psd1
│ │ │ │ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ │ │ │ ├── gsudo
│ │ │ │ │ │ │ │ ├── version.txt
│ │ │ │ │ │ │ │ ├── Invoke-gsudo.ps1
│ │ │ │ │ │ │ ├── lrzsz
│ │ │ │ │ │ │ │ ├── COPYING
│ │ │ │ │ │ │ │ ├── version.txt
│ │ │ │ │ │ │ │ ├── rz.exe
│ │ │ │ │ │ │ │ ├── sz.exe
│ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ ├── msvcp140_1.dll
│ │ │ │ │ │ ├── zlib1.dll
│ │ │ │ │ │ ├── Qt5Core.dll
│ │ │ │ │ │ ├── Qt5Gui.dll
│ │ │ │ │ │ ├── Qt5Svg.dll
│ │ │ │ │ │ ├── qt.conf
│ │ │ │ │ │ ├── license.txt
│ │ │ │ │ │ ├── msvcp140_2.dll
│ │ │ │ │ │ ├── ssh.dll
│ │ │ │ │ │ ├── Qt5Network.dll
│ │ │ │ │ │ ├── vcruntime140.dll
│ │ │ │ │ │ ├── profiles.config
│ │ │ │ │ │ ├── vcruntime140_1.dll
│ │ │ │ │ │ ├── Qt5Multimedia.dll
│ │ │ │ │ │ ├── winpty-agent.exe
│ │ │ │ │ │ ├── winpty.dll
│ │ │ │ │ │ ├── libcrypto.dll
│ │ │ │ │ │ ├── WindTerm.exe
│ │ │ │ │ │ ├── Qt5Qml.dll
│ │ │ │ │ │ ├── Qt5Widgets.dll
│ │ │ │ │ │ ├── Qt5SerialPort.dll
│ │ │ │ │ │ ├── msvcp140.dll
│ │ │ │ │ ├── finalshell_windows_x64.exe
│ │ │ │ │ ├── YoudaoDict_webdict_default_8.8.0.0.exe
│ │ │ │ │ ├── notepad-plus-8.4.6-installer.exe
│ │ │ │ │ ├── offsetexplorer_64bit.exe
│ │ │ │ │ ├── Typora1.3.6.exe
│ │ │ │ │ ├── Snipaste-2.7.3-Beta-x64.zip
│ │ │ │ │ ├── 内网通.exe
│ │ │ │ │ ├── Git-2.50.1-64-bit.exe
│ │ │ │ │ ├── gitlab-ce-15.9.3-ce.0.el7.x86_64.rpm
│ │ │ │ ├── 资料
│ │ │ │ │ ├── bird
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ ├── bg2.jpg
│ │ │ │ │ │ │ ├── s1.png
│ │ │ │ │ │ │ ├── number2.png
│ │ │ │ │ │ │ ├── s2.png
│ │ │ │ │ │ │ ├── number1.png
│ │ │ │ │ │ │ ├── bg1.jpg
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ ├── 2000.png
│ │ │ │ │ │ ├── 21.js
│ │ │ │ │ │ ├── sound1.mp3
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jenkins
│ │ │ │ │ │ ├── xzs
│ │ │ │ │ │ │ ├── xzs-sql-v3.9.0
│ │ │ │ │ │ │ │ ├── xzs-mysql.sql
│ │ │ │ │ │ │ │ ├── xzs-postgresql.sql
│ │ │ │ │ │ │ ├── xzs-jars.tar.gz
│ │ │ │ │ │ │ ├── xzs-mysql-code.tar.gz
│ │ │ │ │ │ │ ├── exam.conf
│ │ │ │ │ │ │ ├── xzs-sql-v3.9.0.zip
│ │ │ │ │ │ ├── java-code
│ │ │ │ │ │ │ ├── helloworld
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── main
│ │ │ │ │ │ │ │ │ │ ├── webapp
│ │ │ │ │ │ │ │ │ │ │ ├── WEB-INF
│ │ │ │ │ │ │ │ │ │ │ │ ├── web.xml
│ │ │ │ │ │ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ │ │ ├── .gitignore
│ │ │ │ │ │ │ │ ├── pom.xml
│ │ │ │ │ │ │ ├── helloworld.zip
│ │ │ │ │ │ ├── tomcat
│ │ │ │ │ │ │ ├── apache-tomcat-8.5.87.tar.gz
│ │ │ │ │ │ │ ├── tomcat.service
│ │ │ │ │ │ ├── nodejs
│ │ │ │ │ │ │ ├── node-v16.16.0-linux-x64.tar.gz
│ │ │ │ │ │ ├── jdk
│ │ │ │ │ │ │ ├── openjdk-11.0.23-rpm.tar.gz
│ │ │ │ │ │ │ ├── jdk-8u212-linux-x64.tar.gz
│ │ │ │ │ │ │ ├── jdk-8u144-linux-x64.tar.gz
│ │ │ │ │ │ ├── nginx-1.26.1_rpm.tar.gz
│ │ │ │ │ │ ├── jenkins-2.361.4-dingding-plugins.zip
│ │ │ │ │ │ ├── apache-maven-3.6.3-bin.tar.gz
│ │ │ │ │ │ ├── jenkins-2.361.4-1.1.noarch.rpm
│ │ │ │ │ ├── hadoop-2.7.2
│ │ │ │ │ │ ├── hadoop-2.7.2.tar.gz
│ │ │ │ │ │ ├── jdk-8u144-linux-x64.tar.gz
│ │ │ │ │ │ ├── jdk-8u212-linux-x64.tar.gz
│ │ │ │ │ ├── MySQL
│ │ │ │ │ │ ├── mysql-5.7.44.tar.gz
│ │ │ │ │ ├── docker-images
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── save-redis-6.0-alpine.tar
│ │ │ │ │ │ │ ├── save-centos-7.tar
│ │ │ │ │ │ │ ├── save-ubuntu-20.04.tar
│ │ │ │ │ │ │ ├── save-mysql-5.7-debian.tar
│ │ │ │ │ │ │ ├── save-ubuntu-22.04.tar
│ │ │ │ │ │ │ ├── save-tomcat-9.0-jdk8.tar
│ │ │ │ │ │ │ ├── save-nginx-1.19.tar
│ │ │ │ │ │ │ ├── save-nginx-1.24.tar
│ │ │ │ │ │ │ ├── save-php-7-fpm.tar
│ │ │ │ │ │ │ ├── save-redis-5.0-alpine.tar
│ │ │ │ │ │ │ ├── save-java-8u111-jdk.tar
│ │ │ │ │ │ │ ├── save-debian-bookworm.tar
│ │ │ │ │ │ │ ├── save-debian-buster.tar
│ │ │ │ │ │ │ ├── save-mysql-8.0-debian.tar
│ │ │ │ │ │ │ ├── save-mysql-5.7.tar
│ │ │ │ │ │ │ ├── save-debian-bullseye.tar
│ │ │ │ │ │ │ ├── save-alpine-latest.tar
│ │ │ │ │ │ │ ├── save-redis-4.0-alpine.tar
│ │ │ │ │ │ │ ├── save-centos-7.5.1804.tar
│ │ │ │ │ │ │ ├── save-nginx-1.24-alpine.tar
│ │ │ │ │ │ │ ├── save-registry-latest.tar
│ │ │ │ │ │ │ ├── save-centos-jdk-ssh-1.0.tar
│ │ │ │ │ │ ├── load-images.sh
│ │ │ │ │ │ ├── save-images.sh
│ │ │ │ │ ├── 代码流星雨
│ │ │ │ │ │ ├── cmatrix-1.2a.tar.gz
│ │ │ │ │ │ ├── cmatrix-rpm.tar.gz
│ │ │ │ │ ├── game
│ │ │ │ │ │ ├── cxk
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── paddle2_1.png
│ │ │ │ │ │ │ │ ├── paddle2_2.png
│ │ │ │ │ │ │ │ ├── paddle_1.png
│ │ │ │ │ │ │ │ ├── ball.png
│ │ │ │ │ │ │ │ ├── paddle4_1.png
│ │ │ │ │ │ │ │ ├── screenshot1.png
│ │ │ │ │ │ │ │ ├── block01.png
│ │ │ │ │ │ │ │ ├── b2.png
│ │ │ │ │ │ │ │ ├── screenshot2.png
│ │ │ │ │ │ │ │ ├── paddle3_2.png
│ │ │ │ │ │ │ │ ├── block02.png
│ │ │ │ │ │ │ │ ├── paddle4_2.png
│ │ │ │ │ │ │ │ ├── ca0182f200f6ce71f5105c481afa756d.jpg
│ │ │ │ │ │ │ │ ├── background.jpg
│ │ │ │ │ │ │ │ ├── paddle3_1.png
│ │ │ │ │ │ │ │ ├── block002.png
│ │ │ │ │ │ │ │ ├── block001.png
│ │ │ │ │ │ │ │ ├── f0d572d66656d92bf984f866cc5efb42.png
│ │ │ │ │ │ │ │ ├── block_02.png
│ │ │ │ │ │ │ │ ├── test.gif
│ │ │ │ │ │ │ │ ├── paddle_2.png
│ │ │ │ │ │ │ │ ├── b1.png
│ │ │ │ │ │ │ │ ├── ballshadow.png
│ │ │ │ │ │ │ │ ├── block_01.png
│ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ ├── common.css
│ │ │ │ │ │ │ │ ├── style.css
│ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ ├── game.js
│ │ │ │ │ │ │ │ ├── scene.js
│ │ │ │ │ │ │ │ ├── common.js
│ │ │ │ │ │ │ │ ├── main.js
│ │ │ │ │ │ │ │ ├── skills.js
│ │ │ │ │ │ │ ├── README_EN.md
│ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── about.md
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── fc.tar.gz
│ │ │ │ │ │ ├── cxk.tar.gz
│ │ │ │ │ │ ├── bird.tar.gz
│ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ ├── shell
│ │ │ │ │ │ │ ├── xjps.sh
│ │ │ │ │ │ │ ├── xshutdown.sh
│ │ │ │ │ │ │ ├── zk.sh
│ │ │ │ │ │ │ ├── xsync.sh
│ │ │ │ │ │ │ ├── change.sh
│ │ │ │ │ │ │ ├── auto-ssh-sshpass.sh
│ │ │ │ │ │ │ ├── xcall.sh
│ │ │ │ │ │ ├── zookeeper-3.4.10.tar.gz
│ │ │ │ │ ├── docker
│ │ │ │ │ │ ├── harbor-2.3.1
│ │ │ │ │ │ │ ├── harbor-offline-installer-v2.3.1.tgz
│ │ │ │ │ │ ├── hadoop-2.7.2
│ │ │ │ │ │ │ ├── jdk-8u144-linux-x64.tar.gz
│ │ │ │ │ │ │ ├── jdk-8u212-linux-x64.tar.gz
│ │ │ │ │ │ │ ├── hadoop-2.7.2.tar.gz
│ │ │ │ │ │ ├── docker-images
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── save-redis-6.0-alpine.tar
│ │ │ │ │ │ │ │ ├── save-nginx-1.24-alpine.tar
│ │ │ │ │ │ │ │ ├── save-nginx-1.24.tar
│ │ │ │ │ │ │ │ ├── save-redis-5.0-alpine.tar
│ │ │ │ │ │ │ │ ├── save-mysql-5.7.tar
│ │ │ │ │ │ │ │ ├── save-ubuntu-22.04.tar
│ │ │ │ │ │ │ │ ├── save-ubuntu-20.04.tar
│ │ │ │ │ │ │ │ ├── save-redis-4.0-alpine.tar
│ │ │ │ │ │ │ │ ├── save-debian-bullseye.tar
│ │ │ │ │ │ │ │ ├── save-nginx-1.19.tar
│ │ │ │ │ │ │ │ ├── save-centos-jdk-ssh-1.0.tar
│ │ │ │ │ │ │ │ ├── save-php-7-fpm.tar
│ │ │ │ │ │ │ │ ├── save-alpine-latest.tar
│ │ │ │ │ │ │ │ ├── save-debian-buster.tar
│ │ │ │ │ │ │ │ ├── save-tomcat-9.0-jdk8.tar
│ │ │ │ │ │ │ │ ├── save-registry-latest.tar
│ │ │ │ │ │ │ │ ├── save-java-8u111-jdk.tar
│ │ │ │ │ │ │ │ ├── save-mysql-8.0-debian.tar
│ │ │ │ │ │ │ │ ├── save-mysql-5.7-debian.tar
│ │ │ │ │ │ │ │ ├── save-debian-bookworm.tar
│ │ │ │ │ │ │ │ ├── save-centos-7.5.1804.tar
│ │ │ │ │ │ │ │ ├── save-centos-7.tar
│ │ │ │ │ │ │ ├── save-images.sh
│ │ │ │ │ │ │ ├── load-images.sh
│ │ │ │ │ │ ├── save_py.tar
│ │ │ │ │ │ ├── bridge-utils-1.5-rpm.tar.gz
│ │ │ │ │ │ ├── docker-20.10.5-install.tar.gz
│ │ │ │ │ │ ├── tengine-2.3.3.tar.gz
│ │ │ │ │ │ ├── nginxWebUI-3.4.0.jar
│ │ │ │ │ │ ├── pipework.tar.gz
│ │ │ │ │ │ ├── jdk-8u212-linux-x64.tar.gz
│ │ │ │ │ │ ├── jq-1.6-rpm.tar.gz
│ │ │ │ │ │ ├── jdk-17.0.8_linux-x64_bin.tar.gz
│ │ │ │ │ │ ├── docker-compose
│ │ │ │ │ ├── nginxWebUI-3.4.0.jar
│ │ │ │ │ ├── pipework.tar.gz
│ │ │ │ │ ├── git-1.8.3.1-rpm.tar.gz
│ │ │ │ │ ├── jdk-8u212-linux-x64.tar.gz
│ │ │ │ │ ├── tree-1.6.0-rpm.tar.gz
│ │ │ │ │ ├── save-nexus3.tar
│ │ │ │ │ ├── jdk-17.0.8_linux-x64_bin.tar.gz
│ │ │ │ │ ├── bridge-utils-1.5-rpm.tar.gz
│ │ │ │ │ ├── apache-maven-3.3.9-bin.tar.gz
│ │ │ │ │ ├── jq-1.6-rpm.tar.gz
│ │ │ │ │ ├── tengine-2.3.3.tar.gz
│ │ │ │ │ ├── nexus-3.13.0-01-unix.tar.gz
│ │ │ │ │ ├── towel-rpm.tar.gz
│ │ │ │ │ ├── docker-20.10.5-install.tar.gz
│ │ ├── 代码
│ │ │ ├── 代码.txt
│ ├── day62_Nginx
│ │ ├── 课件
│ │ │ ├── Linux综合架构-02-Nginx.docx
│ │ ├── 视频
│ │ │ ├── 05-Nginx负载均衡状态检查:检查所有虚拟主机.mp4
│ │ │ ├── 06-Nginx版本平滑升级.mp4
│ │ │ ├── 01-Nginx负载均衡策略.mp4
│ │ │ ├── 11-Nginx重定向set案例:引入变量文件.mp4
│ │ │ ├── 07-Nginx重定向功能概述.mp4
│ │ │ ├── 03-Nginx负载均衡状态检查:相关配置.mp4
│ │ │ ├── 09-Nginx重定向if案例.mp4
│ │ │ ├── 08-Nginx重定向return案例.mp4
│ │ │ ├── 02-Nginx负载均衡状态检查:安装软件.mp4
│ │ │ ├── 13-Nginx重定向rewrite案例:测试四种标记.mp4
│ │ │ ├── 10-Nginx重定向set案例:子配置文件中声明变量.mp4
│ │ │ ├── 04-Nginx负载均衡状态检查:检查lb.mp4
│ │ │ ├── 12-Nginx重定向rewrite案例:测试.mp4
│ ├── day66_tomcat
│ │ ├── 视频
│ │ │ ├── 05-Java故障案例(jmap).mp4
│ │ │ ├── 20-前后端分离项目搭建流程.mp4
│ │ │ ├── 01-Tomcat实现多实例.mp4
│ │ │ ├── 09-Tomcat实现HTTPS.mp4
│ │ │ ├── 13-Tomcat的安全优化(修改响应头中服务器信息).mp4
│ │ │ ├── 16-Tomcat性能优化(java线城数和DNS压缩).mp4
│ │ │ ├── 03-Java远程监控.mp4
│ │ │ ├── 02-Windows安装JDK8.mp4
│ │ │ ├── 08-Java会话共享方案.mp4
│ │ │ ├── 14-Tomcat的安全优化(隐藏指定的响应头信息).mp4
│ │ │ ├── 17-JVM优化.mp4
│ │ │ ├── 06-Java故障案例(mat和脚本分析).mp4
│ │ │ ├── 10-Tomcat中HTTP转换为HTTPS以及生成pfx证书.mp4
│ │ │ ├── 15-Tomcat性能优化(io模型).mp4
│ │ │ ├── 18-前后端分离概述.mp4
│ │ │ ├── 07-Java故障案例(应用负载高).mp4
│ │ │ ├── 04-Java故障案例(jps和jstack).mp4
│ │ │ ├── 19-项目构建.mp4
│ │ │ ├── 12-Tomcat的安全优化(监牢模式).mp4
│ │ │ ├── 11-Tomcat的安全优化概述.mp4
│ │ ├── 软件
│ │ │ ├── tomcat
│ │ │ │ ├── apache-tomcat-8.5.87.tar.gz
│ │ │ ├── 学而思
│ │ │ │ ├── 学之思后端
│ │ │ │ │ ├── xzs-3.9.0.jar
│ │ │ │ │ ├── application-prod.yml
│ │ │ │ ├── 学之思前端
│ │ │ │ │ ├── exam.conf
│ │ │ │ │ ├── exam-web.zip
│ │ │ │ ├── xzs-mysql.sql
│ │ │ ├── shell
│ │ │ │ ├── show-busy-java-threads.sh
│ │ │ │ ├── check_cpu_count.sh
│ │ │ ├── project
│ │ │ │ ├── zrlog.war
│ │ │ │ ├── tomcat.conf
│ │ │ │ ├── nginxWebUI-3.4.0.jar
│ │ │ │ ├── nginxWebUI-master.zip
│ │ │ │ ├── memtest.war
│ │ │ ├── eclipse
│ │ │ │ ├── MemoryAnalyzer-1.8.0.20180604-win32.win32.x86_64.zip
│ │ │ │ ├── eclipse-jee-neon-3-win32-x86_64.zip
│ │ │ ├── jdk
│ │ │ │ ├── jdk-8u212-windows-x64.exe
│ │ │ │ ├── jdk-8u212-linux-x64.tar.gz
│ │ │ ├── zrlog.atguigu.cn_tomcat.zip
│ │ ├── Linux综合架构-1-Tomcat.docx
│ ├── day67_iptables
│ │ ├── 视频
│ │ │ ├── 11-iptables案例:拒绝指定IP.mp4
│ │ │ ├── 02-前后端分离案例(nginx实现前端资源的访问和反向代理).mp4
│ │ │ ├── 06-iptables执行过程.mp4
│ │ │ ├── 04-防火墙种类.mp4
│ │ │ ├── 01-前后端分离案例(安装数据库和运行后端工程).mp4
│ │ │ ├── 08-安装iptables-services.mp4
│ │ │ ├── 10-iptables案例:拒绝访问指定端口.mp4
│ │ │ ├── 03-防火墙概述.mp4
│ │ │ ├── 13-iptables案例:拒绝指定协议和限速.mp4
│ │ │ ├── 07-iptables中的表与链.mp4
│ │ │ ├── 14-iptables案例:实际生产用法.mp4
│ │ │ ├── 05-iptables概述.mp4
│ │ │ ├── 12-iptables案例:拒绝指定网段和设置多个端口.mp4
│ │ │ ├── 09-iptables的命令以及选项.mp4
│ │ ├── 课件
│ │ │ ├── Linux综合架构-1-Iptables.docx
│ ├── day72_docker02
│ │ ├── 代码
│ │ │ ├── 2.复习.txt
│ │ │ ├── 3.代码.txt
│ │ │ ├── 1.晨测.txt
│ │ ├── 视频
│ │ │ ├── 10.数据卷的练习.mp4
│ │ │ ├── 15.构建的历史信息查看.mp4
│ │ │ ├── 14.WORKDIR参与镜像操作.mp4
│ │ │ ├── 20.总结.mp4
│ │ │ ├── 2.复习.mp4
│ │ │ ├── 6.目录挂载.mp4
│ │ │ ├── 13.使用Dockerfile构建镜像1.mp4
│ │ │ ├── 5.数据卷的介绍.mp4
│ │ │ ├── 7.数据卷.mp4
│ │ │ ├── 16.使用Dockfile构建游戏镜像.mp4
│ │ │ ├── 12.Dockerfile指令的介绍.mp4
│ │ │ ├── 17.Dockerfile构建游戏再说明.mp4
│ │ │ ├── 8.匿名卷.mp4
│ │ │ ├── 4.进入容器的操作.mp4
│ │ │ ├── 1.晨测.mp4
│ │ │ ├── 18.游戏指定目录.mp4
│ │ │ ├── 3.nginx实操回顾.mp4
│ │ │ ├── 11.创建镜像的方式.mp4
│ │ │ ├── 9.数据卷注意.mp4
│ │ │ ├── 19.cmdAndentrypoint.mp4
│ ├── day63_keepalived
│ │ ├── 视频
│ │ │ ├── 08-Keepalived基础功能演示.mp4
│ │ │ ├── 01-总结:HTTP.mp4
│ │ │ ├── 03-总结:Nginx(2).mp4
│ │ │ ├── 04-总结:Nginx(3).mp4
│ │ │ ├── 12-Keepalived模拟Nginx故障.mp4
│ │ │ ├── 14-Keepalived的双主模式.mp4
│ │ │ ├── 02-总结:Nginx(1).mp4
│ │ │ ├── 11-Keepalived检查Nginx的脚本.mp4
│ │ │ ├── 05-Keepalived概述.mp4
│ │ │ ├── 09-Keepalived故障模拟.mp4
│ │ │ ├── 10-Keepalived检查vip的脚本.mp4
│ │ │ ├── 07-Keepalived配置文件讲解.mp4
│ │ │ ├── 13-Keepalived的非抢占模式.mp4
│ │ │ ├── 06-Keepalived原理和应用场景.mp4
│ │ ├── 课件
│ │ │ ├── Linux综合架构-1-keepalived.docx
│ ├── day64_HTTPS
│ │ ├── 课件
│ │ │ ├── ssl.atguigu.cn_nginx.zip
│ │ │ ├── Linux综合架构-1-HTTPS.docx
│ │ ├── 视频
│ │ │ ├── 01-HTTPS概述.mp4
│ │ │ ├── 06-HTTP重定向HTTPS.mp4
│ │ │ ├── 12-设置监听http2的请求报文.mp4
│ │ │ ├── 05-使用Nginx访问HTTPS资源.mp4
│ │ │ ├── 13-负载均衡使用HTTPS完成部分加密.mp4
│ │ │ ├── 10-负载均衡使用HTTPS的两种模式.mp4
│ │ │ ├── 03-TLS加密过程.mp4
│ │ │ ├── 09-自生成证书的使用以及一键生成脚本.mp4
│ │ │ ├── 08-命令行生成证书.mp4
│ │ │ ├── 11-负载均衡使用HTTPS完成全部加密.mp4
│ │ │ ├── 02-HTTPS核心定义.mp4
│ │ │ ├── 07-return和rewrite的区别.mp4
│ │ │ ├── 04-HTTPS相关专业名词.mp4
│ │ │ ├── 14-HTTPS的优化和监控.mp4
│ ├── day65_tomcat
│ │ ├── 软件
│ │ │ ├── memtest.war
│ │ │ ├── tomcat.conf
│ │ │ ├── apache-tomcat-8.5.87.tar.gz
│ │ │ ├── zrlog.war
│ │ │ ├── nginxWebUI-master.zip
│ │ │ ├── jdk-8u212-linux-x64.tar.gz
│ │ │ ├── nginxWebUI-3.4.0.jar
│ │ ├── 视频
│ │ │ ├── 12-Tomcat的配置文件server.xml.mp4
│ │ │ ├── 07-Tomcat的目录结构(2).mp4
│ │ │ ├── 04-安装JDK并配置环境变量.mp4
│ │ │ ├── 06-Tomcat的目录结构(1).mp4
│ │ │ ├── 15-Tomcat和Nginx实现动静分离.mp4
│ │ │ ├── 05-安装Tomcat和Tomcat的启动和关闭.mp4
│ │ │ ├── 14-Tomcat接入Nginx.mp4
│ │ │ ├── 01-Tomcat学习目标.mp4
│ │ │ ├── 08-创建系统服务tomcat.service.mp4
│ │ │ ├── 11-Tomcat管理端.mp4
│ │ │ ├── 09-war和jar.mp4
│ │ │ ├── 02-常见的Java的Web服务器.mp4
│ │ │ ├── 03-JDK、JVM和JRE.mp4
│ │ │ ├── 10-运行war包案例和jar包案例.mp4
│ │ │ ├── 13-Tomcat部署war案例zrlog.mp4
│ │ ├── 课件
│ │ │ ├── Linux综合架构-1-Tomcat.docx
│ ├── day83_kafka
│ │ ├── 视频
│ │ │ ├── 13.测试kafka客户端工具.mp4
│ │ │ ├── 11.kafka-kraft搭建完毕.mp4
│ │ │ ├── 9.监控资源问题.mp4
│ │ │ ├── 3.broker的流程.mp4
│ │ │ ├── 7.监控的环境准备.mp4
│ │ │ ├── 2.JAVAAPI发送消息.mp4
│ │ │ ├── 6.节点服役.mp4
│ │ │ ├── 5.controller选举再次展示.mp4
│ │ │ ├── 10.kafka-kraft模式准备.mp4
│ │ │ ├── 8.监控搭建完毕.mp4
│ │ │ ├── 4.其他节点介绍.mp4
│ │ │ ├── 12.脚本修改的建议.mp4
│ │ │ ├── 14.刚才问题的说明以及工具的使用.mp4
│ │ │ ├── 1.复习.mp4
│ │ ├── 资料
│ │ │ ├── kafka
│ │ │ │ ├── kafka-shell
│ │ │ │ │ ├── xsync.sh
│ │ │ │ │ ├── xkafka.sh
│ │ │ │ │ ├── xkafka-producer.sh
│ │ │ │ │ ├── xkafka-topic-list.sh
│ │ │ │ │ ├── xkafka-topic-delete.sh
│ │ │ │ │ ├── xjps.sh
│ │ │ │ │ ├── xkafka-topic-update-partition.sh
│ │ │ │ │ ├── xkafka-consume.sh
│ │ │ │ │ ├── xkafka-topic-describe.sh
│ │ │ │ │ ├── xkafka-topic-create.sh
│ │ │ │ │ ├── zk.sh
│ │ │ │ ├── kafka可视化工具
│ │ │ │ │ ├── offsetexplorer_64bit.exe
│ │ │ │ │ ├── readme.txt
│ │ │ │ │ ├── kafkatool.dmg
│ │ │ │ ├── zookeeper可视化工具
│ │ │ │ │ ├── prettyZoo-win.msi
│ │ │ │ │ ├── ZooInspector.zip
│ │ │ │ ├── kafka_2.13-3.2.1.tgz
│ │ │ │ ├── efak-web-3.0.1-bin.tar.gz
│ │ │ ├── 晨测.txt
│ │ ├── 笔记
│ ├── day71_阿里云
│ │ ├── 视频
│ │ │ ├── 07-阿里云自动化发展过程.mp4
│ │ │ ├── 01-弹性伸缩ESS.mp4
│ │ │ ├── 08-ROS和OOS.mp4
│ │ │ ├── 09-阿里云与安全.mp4
│ │ │ ├── 05-测试弹性伸缩创建ECS实例.mp4
│ │ │ ├── 06-创建弹性伸缩的报警任务.mp4
│ │ │ ├── 03-配置CLB负载均衡.mp4
│ │ │ ├── 02-购买ECS并配置.mp4
│ │ │ ├── 04-配置弹性伸缩组.mp4
│ ├── day58_HTTP_Nginx
│ │ ├── 课件
│ │ │ ├── Linux综合架构-01-HTTP.docx
│ │ │ ├── Linux综合架构-02-Nginx.docx
│ │ ├── 视频
│ │ │ ├── 05-HTTP协议版本.mp4
│ │ │ ├── 04-案例:使用curl和wget查看报文信息.mp4
│ │ │ ├── 13-Nginx配置文件.mp4
│ │ │ ├── 09-衡量系统访问量指标.mp4
│ │ │ ├── 11-使用yum安装Nginx.mp4
│ │ │ ├── 08-HTTP响应报文.mp4
│ │ │ ├── 01-HTML介绍.mp4
│ │ │ ├── 12-使用二进制方式安装Nginx.mp4
│ │ │ ├── 03-请求响应流程.mp4
│ │ │ ├── 10-Web服务概述.mp4
│ │ │ ├── 06-HTTP请求报文.mp4
│ │ │ ├── 02-HTTP介绍.mp4
│ │ │ ├── 07-HTTP请求方式.mp4
│ │ ├── 面试题
│ │ │ ├── 05、尚硅谷AI智能运维-面试宝典之nginx+自动化.md
│ │ │ ├── 03、尚硅谷AI智能运维-面试宝典之DBA.md
│ │ │ ├── 02、尚硅谷AI智能运维-面试宝典之三剑客+shell.md
│ │ │ ├── 06、尚硅谷AI智能运维-面试宝典之代码上线+运维监控.md
│ │ │ ├── 07、尚硅谷AI智能运维-面试宝典之容器化docker.md
│ │ │ ├── 04、尚硅谷AI智能运维-面试宝典之中间件.md
│ │ │ ├── 01、尚硅谷AI智能运维-面试宝典之Linux+网络.md
│ ├── day57_Ansible
│ │ ├── 视频
│ │ │ ├── 08-Jinja2语法之for.mp4
│ │ │ ├── 03-Ansible的触发器案例.mp4
│ │ │ ├── 13-Ansible优化.mp4
│ │ │ ├── 11-Ansible Vault加密.mp4
│ │ │ ├── 05-Ansible剧本模式之检查和单步执行.mp4
│ │ │ ├── 10-Ansible的Roles案例.mp4
│ │ │ ├── 12-Ansible Galaxy功能.mp4
│ │ │ ├── 02-Ansible的循环案例(2).mp4
│ │ │ ├── 01-Ansible的循环案例(1).mp4
│ │ │ ├── 09-Ansible的Roles概述.mp4
│ │ │ ├── 07-Jinja2语法之if.mp4
│ │ │ ├── 04-Ansible的when判断案例.mp4
│ │ │ ├── 06-Ansible剧本模式之tags(标签).mp4
│ │ ├── 课件
│ │ │ ├── Linux综合架构-07-Ansible-Jinja2-Roles-Vault-Galaxy.assets
│ │ │ │ ├── 1686045318380.png
│ │ │ │ ├── 1686036594700.png
│ │ │ │ ├── 1686045889624.png
│ │ │ │ ├── 1686045858836.png
│ │ │ ├── Linux综合架构-03-Ansible-Jinja2-Roles-Vault-Galaxy.md
│ │ ├── playbook.tar.gz
│ ├── day78_jenkins
│ │ ├── 视频
│ │ │ ├── 15.配置文件的介绍以及将来会发生的问题.mp4
│ │ │ ├── 17.完成前后端部署.mp4
│ │ │ ├── 16.学之思前端配置完毕.mp4
│ │ │ ├── 10.web节点安装tomcat测试成功.mp4
│ │ │ ├── 7.全自动化部署完成.mp4
│ │ │ ├── 6.自动化部署介绍.mp4
│ │ │ ├── 9.maven安装测试完毕.mp4
│ │ │ ├── 5.自动部署小鸟jenkins完成.mp4
│ │ │ ├── 3.自动部署小鸟代码准备完毕.mp4
│ │ │ ├── 14.学之思手动打包测试成功.mp4
│ │ │ ├── 4.自动部署小鸟web节点可以使用.mp4
│ │ │ ├── 1.Morning.mp4
│ │ │ ├── 11.git推送代码到gitlab.mp4
│ │ │ ├── 12.完成jenkins拉取代码分发到web服务器.mp4
│ │ │ ├── 13.前后端分离项目部署介绍.mp4
│ │ │ ├── 2.自动部署前端项目流程.mp4
│ │ │ ├── 8.部署java项目流程.mp4
│ │ ├── 资料
│ │ │ ├── tomcat
│ │ │ │ ├── tomcat.service
│ │ │ │ ├── apache-tomcat-8.5.87.tar.gz
│ │ │ ├── ${imgs}
│ │ │ │ ├── image-20260114104616699.png
│ │ │ │ ├── image-20260115220456539.png
│ │ │ │ ├── wps3-17709029205105.jpg
│ │ │ │ ├── wps5-17695227132905.jpg
│ │ │ │ ├── image-20260213085329243.png
│ │ │ │ ├── image-20260116131159511.png
│ │ │ │ ├── image-20260127190755423.png
│ │ │ │ ├── image-20260116171704123.png
│ │ │ │ ├── wps15.jpg
│ │ │ │ ├── wps4-17683821875113.jpg
│ │ │ │ ├── wps9-176950336086610.jpg
│ │ │ │ ├── wps7-177090379007311.jpg
│ │ │ │ ├── image-20260128201651893.png
│ │ │ │ ├── wps2-17683821875112.jpg
│ │ │ │ ├── image-20260115111547077.png
│ │ │ │ ├── image-20260116115140613.png
│ │ │ │ ├── wps3-17711550340333.jpg
│ │ │ │ ├── image-20260127183112445.png
│ │ │ │ ├── image-20260113211708348.png
│ │ │ │ ├── image-20260128090931987.png
│ │ │ │ ├── image-20260115175900237.png
│ │ │ │ ├── image-20260116172116465.png
│ │ │ │ ├── image-20260113214550876.png
│ │ │ │ ├── image-20260116145214750.png
│ │ │ │ ├── image-20260212204527400.png
│ │ │ │ ├── image-20260128200532464.png
│ │ │ │ ├── image-20260116164729604.png
│ │ │ │ ├── image-20260212213819054.png
│ │ │ │ ├── image-20260114085452254.png
│ │ │ │ ├── image-20260116131732844.png
│ │ │ │ ├── wps8-176956276713112.jpg
│ │ │ │ ├── wps4-17711551216337.jpg
│ │ │ │ ├── image-20260213203329256.png
│ │ │ │ ├── wps23.jpg
│ │ │ │ ├── image-20260116160001913.png
│ │ │ │ ├── image-20260128211958507.png
│ │ │ │ ├── image-20260115180251273.png
│ │ │ │ ├── image-20260213203038472.png
│ │ │ │ ├── image-20260129142529557.png
│ │ │ │ ├── image-20260128130343313.png
│ │ │ │ ├── wps22.jpg
│ │ │ │ ├── wps29.jpg
│ │ │ │ ├── image-20260116170944372.png
│ │ │ │ ├── image-20260209114933002.png
│ │ │ │ ├── image-20260127190355734.png
│ │ │ │ ├── wps11-177098561662918.jpg
│ │ │ │ ├── wps13.jpg
│ │ │ │ ├── wps12-177098561662920.jpg
│ │ │ │ ├── image-20260128131319745.png
│ │ │ │ ├── image-20260129100445585.png
│ │ │ │ ├── wps10.jpg
│ │ │ │ ├── image-20260116115500616.png
│ │ │ │ ├── image-20260114085636376-176835219802713.png
│ │ │ │ ├── image-20260114100607182.png
│ │ │ │ ├── wps11-176956276713216.jpg
│ │ │ │ ├── image-20260114104342602.png
│ │ │ │ ├── image-20260116203858485.png
│ │ │ │ ├── image-20260128092026767.png
│ │ │ │ ├── wps5-17711552478189.jpg
│ │ │ │ ├── wps36.jpg
│ │ │ │ ├── image-20260116131621835.png
│ │ │ │ ├── image-20260114085606133-176835216791811.png
│ │ │ │ ├── image-20260213202947370.png
│ │ │ │ ├── wps12-17695063165192.jpg
│ │ │ │ ├── wps1-17695028512801.jpg
│ │ │ │ ├── image-20260113211708348-17683102301593.png
│ │ │ │ ├── image-20260114152425625.png
│ │ │ │ ├── image-20260128200831289.png
│ │ │ │ ├── image-20260115094014399.png
│ │ │ │ ├── image-20260129104304101.png
│ │ │ │ ├── wps1-17695227132891.jpg
│ │ │ │ ├── image-20260116164834442.png
│ │ │ │ ├── image-20260115093901414.png
│ │ │ │ ├── image-20260114085452254-17683520934409.png
│ │ │ │ ├── image-20260129102213016.png
│ │ │ │ ├── image-20260114110730921.png
│ │ │ │ ├── image-20260215193714420.png
│ │ │ │ ├── image-20260128194701324.png
│ │ │ │ ├── image-20260212204647181.png
│ │ │ │ ├── image-20260128161543517.png
│ │ │ │ ├── wps3-17695033608654.jpg
│ │ │ │ ├── wps1-17709028335321.jpg
│ │ │ │ ├── wps13-17695063165194.jpg
│ │ │ │ ├── image-20260127161329687.png
│ │ │ │ ├── image-20260115180307398.png
│ │ │ │ ├── image-20260114103625823-176835818745121.png
│ │ │ │ ├── image-20260213211707566.png
│ │ │ │ ├── image-20260128112216118.png
│ │ │ │ ├── image-20260116115426767.png
│ │ │ │ ├── image-20260114153008405.png
│ │ │ │ ├── image-20260209114948296.png
│ │ │ │ ├── image-20260127174057207.png
│ │ │ │ ├── image-20260212213457217.png
│ │ │ │ ├── image-20260114104721349.png
│ │ │ │ ├── image-20260128131310505.png
│ │ │ │ ├── image-20260114085636376.png
│ │ │ │ ├── image-20260114105756709.png
│ │ │ │ ├── image-20260128212030367.png
│ │ │ │ ├── image-20260116153922850.png
│ │ │ │ ├── wps25.jpg
│ │ │ │ ├── image-20260127181525712.png
│ │ │ │ ├── wps8.jpg
│ │ │ │ ├── image-20260213085435785.png
│ │ │ │ ├── wps15-177098561662922.jpg
│ │ │ │ ├── image-20260127190627987.png
│ │ │ │ ├── wps19.jpg
│ │ │ │ ├── image-20260209114715005.png
│ │ │ │ ├── image-20260114085707280.png
│ │ │ │ ├── image-20260114085903384.png
│ │ │ │ ├── image-20260215195749508.png
│ │ │ │ ├── image-20260116172344987.png
│ │ │ │ ├── wps5-17709037900719.jpg
│ │ │ │ ├── image-20260213085526803.png
│ │ │ │ ├── wps2-17695033608653.jpg
│ │ │ │ ├── image-20260116145056444.png
│ │ │ │ ├── image-20260114104536622.png
│ │ │ │ ├── image-20260114085903384-176835234567117.png
│ │ │ │ ├── image-20260116151057363.png
│ │ │ │ ├── image-20260213203305867.png
│ │ │ │ ├── wps4-17695227132893.jpg
│ │ │ │ ├── image-20260114154957065.png
│ │ │ │ ├── image-20260115175924516.png
│ │ │ │ ├── wps4-17709029205116.jpg
│ │ │ │ ├── image-20260116115518879.png
│ │ │ │ ├── image-20260209114805990.png
│ │ │ │ ├── image-20260116131402134.png
│ │ │ │ ├── image-20260113214234844.png
│ │ │ │ ├── image-20260114085733587.png
│ │ │ │ ├── image-20260115175815684.png
│ │ │ │ ├── wps10-176956276713217.jpg
│ │ │ │ ├── image-20260114100607182-176835637051719.png
│ │ │ │ ├── image-20260127192654665.png
│ │ │ │ ├── image-20260116131509124.png
│ │ │ │ ├── wps6-17695033608667.jpg
│ │ │ │ ├── wps31.jpg
│ │ │ │ ├── image-20260128131520925.png
│ │ │ │ ├── wps6-177090379007310.jpg
│ │ │ │ ├── image-20260114095930528.png
│ │ │ │ ├── image-20260208165839879.png
│ │ │ │ ├── image-20260207221426376.png
│ │ │ │ ├── wps16-17695063165216.jpg
│ │ │ │ ├── wps17-177098561662924.jpg
│ │ │ │ ├── wps3-17683821875124.jpg
│ │ │ │ ├── image-20260115180936291.png
│ │ │ │ ├── image-20260114104342602-176835862383423.png
│ │ │ │ ├── image-20260127163750481.png
│ │ │ │ ├── wps27.jpg
│ │ │ │ ├── image-20260116150802907.png
│ │ │ │ ├── image-20260116172304086.png
│ │ │ │ ├── image-20260128161502869.png
│ │ │ │ ├── wps7.jpg
│ │ │ │ ├── image-20260209115437271.png
│ │ │ │ ├── image-20260114154610834.png
│ │ │ │ ├── image-20260116132142963.png
│ │ │ │ ├── image-20260114154125383.png
│ │ │ │ ├── wps30.jpg
│ │ │ │ ├── wps5.jpg
│ │ │ │ ├── wps2-17711550340322.jpg
│ │ │ │ ├── image-20260114154652559.png
│ │ │ │ ├── wps28.jpg
│ │ │ │ ├── wps15-176956810192029.jpg
│ │ │ │ ├── wps6-176956276713011.jpg
│ │ │ │ ├── image-20260116172014413.png
│ │ │ │ ├── wps3.jpg
│ │ │ │ ├── image-20260127161543424.png
│ │ │ │ ├── wps9.jpg
│ │ │ │ ├── wps12-176956276713215.jpg
│ │ │ │ ├── wps8-177090379007312.jpg
│ │ │ │ ├── image-20260114105637253.png
│ │ │ │ ├── image-20260213211535600.png
│ │ │ │ ├── image-20260116204230936.png
│ │ │ │ ├── image-20260115094303539.png
│ │ │ │ ├── image-20260114155212769.png
│ │ │ │ ├── image-20260115090250709.png
│ │ │ │ ├── image-20260116131553694.png
│ │ │ │ ├── wps14-176956810191928.jpg
│ │ │ │ ├── wps6.jpg
│ │ │ │ ├── image-20260129100403567.png
│ │ │ │ ├── image-20260209114905928.png
│ │ │ │ ├── wps21.jpg
│ │ │ │ ├── image-20260215195904889.png
│ │ │ │ ├── wps1-17683821875111.jpg
│ │ │ │ ├── image-20260114111027185.png
│ │ │ │ ├── image-20260223202659637.png
│ │ │ │ ├── image-20260114153307449.png
│ │ │ │ ├── wps4.jpg
│ │ │ │ ├── image-20260127161823912.png
│ │ │ │ ├── image-20260113194348049-17683046303031.png
│ │ │ │ ├── image-20260128110311458.png
│ │ │ │ ├── wps8-17695033608669.jpg
│ │ │ │ ├── image-20260114154020679.png
│ │ │ │ ├── wps16-176956810192031.jpg
│ │ │ │ ├── image-20260116120530075.png
│ │ │ │ ├── image-20260128092458146.png
│ │ │ │ ├── image-20260115093539729.png
│ │ │ │ ├── image-20260215193140439.png
│ │ │ │ ├── image-20260114154047048.png
│ │ │ │ ├── wps18-177098561662926.jpg
│ │ │ │ ├── image-20260113214154770.png
│ │ │ │ ├── wps2-17709028335332.jpg
│ │ │ │ ├── image-20260114153809400.png
│ │ │ │ ├── image-20260114110859705.png
│ │ │ │ ├── image-20260127160513628.png
│ │ │ │ ├── wps3-17695227132904.jpg
│ │ │ │ ├── image-20260114103625823.png
│ │ │ │ ├── wps2-17695227132892.jpg
│ │ │ │ ├── wps18.jpg
│ │ │ │ ├── image-20260128104210748.png
│ │ │ │ ├── image-20260114154847369.png
│ │ │ │ ├── image-20260212213939905.png
│ │ │ │ ├── wps14-17695063165193.jpg
│ │ │ │ ├── image-20260127165605743.png
│ │ │ │ ├── image-20260113213834594.png
│ │ │ │ ├── image-20260114190007636.png
│ │ │ │ ├── image-20260115180858898.png
│ │ │ │ ├── image-20260115094320889.png
│ │ │ │ ├── wps13-176956810192030.jpg
│ │ │ │ ├── image-20260114154540944.png
│ │ │ │ ├── wps11-176950392853920.jpg
│ │ │ │ ├── wps9-177098561662717.jpg
│ │ │ │ ├── image-20260212212933839.png
│ │ │ │ ├── image-20260115112551313.png
│ │ │ │ ├── wps5-17695033608666.jpg
│ │ │ │ ├── wps33.jpg
│ │ │ │ ├── wps1-17711550340321.jpg
│ │ │ │ ├── image-20260128111923875.png
│ │ │ │ ├── image-20260116130823718.png
│ │ │ │ ├── wps4-17706093042834.jpg
│ │ │ │ ├── image-20260213212811398.png
│ │ │ │ ├── wps10-177098561662919.jpg
│ │ │ │ ├── image-20260215195852310.png
│ │ │ │ ├── wps14.jpg
│ │ │ │ ├── wps11.jpg
│ │ │ │ ├── image-20260116132411397.png
│ │ │ │ ├── image-20260215193747971.png
│ │ │ │ ├── image-20260115095429660.png
│ │ │ │ ├── image-20260114103851819.png
│ │ │ │ ├── image-20260114154701553.png
│ │ │ │ ├── wps6-177115524781810.jpg
│ │ │ │ ├── image-20260115180232068.png
│ │ │ │ ├── wps15-17695063165181.jpg
│ │ │ │ ├── image-20260113214154770-17683117167765.png
│ │ │ │ ├── image-20260116164537295.png
│ │ │ │ ├── wps13-177098561662921.jpg
│ │ │ │ ├── image-20260116131306598.png
│ │ │ │ ├── image-20260127220319104.png
│ │ │ │ ├── wps32.jpg
│ │ │ │ ├── image-20260212112936595.png
│ │ │ │ ├── image-20260212192905329.png
│ │ │ │ ├── wps4-17695033608655.jpg
│ │ │ │ ├── image-20260114085606133.png
│ │ │ │ ├── image-20260114105637253-176835939930425.png
│ │ │ │ ├── image-20260115093915987.png
│ │ │ │ ├── image-20260116120726897.png
│ │ │ │ ├── wps10-176950392853919.jpg
│ │ │ │ ├── wps24.jpg
│ │ │ │ ├── wps2-17706093042823.jpg
│ │ │ │ ├── wps14-177098561662925.jpg
│ │ │ │ ├── wps3-17706093042835.jpg
│ │ │ │ ├── wps2.jpg
│ │ │ │ ├── image-20260115090340866.png
│ │ │ │ ├── image-20260128113555638.png
│ │ │ │ ├── wps12.jpg
│ │ │ │ ├── image-20260116171635199.png
│ │ │ │ ├── image-20260114152504561.png
│ │ │ │ ├── wps35.jpg
│ │ │ │ ├── image-20260116155900689.png
│ │ │ │ ├── image-20260209153847318.png
│ │ │ │ ├── image-20260127160943120.png
│ │ │ │ ├── image-20260113194348049.png
│ │ │ │ ├── image-20260115093834357.png
│ │ │ │ ├── wps1-17706087394041.jpg
│ │ │ │ ├── image-20260209153917929.png
│ │ │ │ ├── wps16-177098561662923.jpg
│ │ │ │ ├── wps17.jpg
│ │ │ │ ├── wps7-17695033608668.jpg
│ │ │ │ ├── image-20260116131220543.png
│ │ │ │ ├── image-20260116120611163.png
│ │ │ │ ├── image-20260212212608327.png
│ │ │ │ ├── image-20260113214550876-17683119522217.png
│ │ │ │ ├── wps34.jpg
│ │ │ │ ├── image-20260212214428056.png
│ │ │ │ ├── wps5-17706093042836.jpg
│ │ │ │ ├── image-20260213203155150.png
│ │ │ │ ├── wps16.jpg
│ │ │ │ ├── image-20260128110951746.png
│ │ │ │ ├── image-20260116164706120.png
│ │ │ │ ├── wps20.jpg
│ │ │ │ ├── image-20260116151617962.png
│ │ │ │ ├── image-20260128092654277.png
│ │ │ │ ├── image-20260114155105087.png
│ │ │ │ ├── image-20260127161017365.png
│ │ │ │ ├── image-20260127180840273.png
│ │ │ │ ├── image-20260213212909348.png
│ │ │ │ ├── image-20260209114734834.png
│ │ │ │ ├── image-20260116131114137.png
│ │ │ │ ├── wps1.jpg
│ │ │ │ ├── image-20260209114636234.png
│ │ │ │ ├── image-20260114085707280-176835222970715.png
│ │ │ ├── java-code
│ │ │ │ ├── helloworld
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── main
│ │ │ │ │ │ │ ├── webapp
│ │ │ │ │ │ │ │ ├── WEB-INF
│ │ │ │ │ │ │ │ │ ├── web.xml
│ │ │ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── .gitignore
│ │ │ │ │ ├── pom.xml
│ │ │ │ ├── helloworld.zip
│ │ │ ├── xzs
│ │ │ │ ├── xzs-mysql-code.tar.gz
│ │ │ │ ├── exam.conf
│ │ │ │ ├── xzs-jars.tar.gz
│ │ │ │ ├── m2.tar.gz
│ │ │ ├── node-v16.16.0-linux-x64.tar.gz
│ │ │ ├── apache-maven-3.6.3-bin.tar.gz
│ │ │ ├── jekens01.md
│ │ │ ├── bird.zip
│ │ │ ├── jenkins-2.361.4-dingding-plugins.zip
│ │ │ ├── 自动部署前端项目流程.png
│ │ │ ├── 晨测.txt
│ │ │ ├── 部署java代码.png
│ │ │ ├── nginx-1.26.1_rpm.tar.gz
│ ├── day69_阿里云
│ │ ├── 视频
│ │ │ ├── 05-七牛云对象存储.mp4
│ │ │ ├── 13-aliyun-web01配置nginx的配置文件.mp4
│ │ │ ├── 06-OSS创建bucket.mp4
│ │ │ ├── 01-NAS和OSS的本质区别.mp4
│ │ │ ├── 14-aliyun-web01配置数据库.mp4
│ │ │ ├── 12-aliyun-web01下载可道云程序.mp4
│ │ │ ├── 10-aliyun-web01安装宝塔.mp4
│ │ │ ├── 16-购买Redis.mp4
│ │ │ ├── 02-NAS和OSS的使用区别.mp4
│ │ │ ├── 07-OSS上传文件.mp4
│ │ │ ├── 04-挂载和删除NAS.mp4
│ │ │ ├── 03-购买NAS.mp4
│ │ │ ├── 17-连接Redis.mp4
│ │ │ ├── 09-RDS创建用户和数据库以及登录测试.mp4
│ │ │ ├── 11-aliyun-web01安装nginx和php.mp4
│ │ │ ├── 15-aliyun-web01配置可道云关联OSS.mp4
│ │ │ ├── 08-购买RDS.mp4
│ ├── day74_docker04
│ │ ├── 代码
│ │ │ ├── 1.晨测.txt
│ │ │ ├── 2.复习.txt
│ │ ├── 视频
│ │ │ ├── 12.查看日志删除数据卷.mp4
│ │ │ ├── 11.dockercompose部署多容器应用.mp4
│ │ │ ├── 9.compose的复用.mp4
│ │ │ ├── 15.搭建harbor私有仓.mp4
│ │ │ ├── 13.私有仓库搭建完毕.mp4
│ │ │ ├── 8.使用dockercompose部署可道云.mp4
│ │ │ ├── 5.dockercompose的命令介绍.mp4
│ │ │ ├── 6.简单的入门案例.mp4
│ │ │ ├── 19.harborAPI再说明.mp4
│ │ │ ├── 14.私有仓上传拉取完毕.mp4
│ │ │ ├── 20.总结.mp4
│ │ │ ├── 4.联网安装dockercompose.mp4
│ │ │ ├── 7.简单入门程序的解释参考官方文档.mp4
│ │ │ ├── 3.dockercompose的介绍.mp4
│ │ │ ├── 10.复用dockercompose文件.mp4
│ │ │ ├── 17.harborAPI.mp4
│ │ │ ├── 1.复习.mp4
│ │ │ ├── 2.晨测.mp4
│ │ │ ├── 16.推送和拉取镜像.mp4
│ │ ├── 资料
│ │ │ ├── save-kedaoyun.tar
│ │ │ ├── harbor-offline-installer-v2.3.1.tgz
│ │ │ ├── save_py.tar
│ ├── day61_Nginx
│ │ ├── project
│ │ │ ├── nginxconf.zip
│ │ │ ├── bird.zip
│ │ │ ├── v.tar.gz
│ │ │ ├── buy.tar.gz
│ │ │ ├── excel.zip
│ │ │ ├── wordpress-6.2.2-zh_CN.tar.gz
│ │ │ ├── phpMyAdmin-5.2.1-all-languages.zip
│ │ │ ├── cxk.zip
│ │ │ ├── phpshe1.8.zip
│ │ │ ├── china.tar.gz
│ │ │ ├── dl.tar.gz
│ │ ├── 课件
│ │ │ ├── Linux综合架构-02-Nginx.docx
│ │ ├── 视频
│ │ │ ├── 04-Nginx负载均衡和反向代理.mp4
│ │ │ ├── 11-Nginx负载均衡案例1:配置web02.mp4
│ │ │ ├── 01-Nginx处理请求的过程.mp4
│ │ │ ├── 15-Nginx会话案例1:配置web01.mp4
│ │ │ ├── 14-Nginx之会话保持.mp4
│ │ │ ├── 07-Nginx负载均衡处理客户端IP问题.mp4
│ │ │ ├── 02-Nginx案例之搭建电商项目.mp4
│ │ │ ├── 16-Nginx会话案例1:配置web02和lb01.mp4
│ │ │ ├── 09-Nginx负载均衡案例1:配置nfs01和db01.mp4
│ │ │ ├── 03-Nginx案例之测试电商项目.mp4
│ │ │ ├── 13-Nginx负载均衡案例1:测试.mp4
│ │ │ ├── 08-Nginx负载均衡常用选项.mp4
│ │ │ ├── 12-Nginx负载均衡案例1:配置lb01.mp4
│ │ │ ├── 06-Nginx负载均衡案例实现.mp4
│ │ │ ├── 10-Nginx负载均衡案例1:配置web01.mp4
│ │ │ ├── 18-Nginx负载均衡问题解决.mp4
│ │ │ ├── 05-Nginx负载均衡案例之准备工作.mp4
│ │ │ ├── 17-Nginx会话案例1:使用redis存储session.mp4
│ ├── day81_zookeeper
│ │ ├── 视频
│ │ │ ├── 2.复习.mp4
│ │ │ ├── 15.四字命令和脚本.mp4
│ │ │ ├── 7.伪集群.mp4
│ │ │ ├── 10.不能启动怎么办.mp4
│ │ │ ├── 17.javaAPI.mp4
│ │ │ ├── 16.理论内容.mp4
│ │ │ ├── 9.集群搭建完毕.mp4
│ │ │ ├── 5.zookeeper环境搭建.mp4
│ │ │ ├── 1.morning.mp4
│ │ │ ├── 20.客户端操作.mp4
│ │ │ ├── 3.zookeeper的介绍.mp4
│ │ │ ├── 14.监听节点.mp4
│ │ │ ├── 4.zookeeper的应用.mp4
│ │ │ ├── 11.删除日志的方式.mp4
│ │ │ ├── 6.单机节点测试.mp4
│ │ │ ├── 19.动态服役完成.mp4
│ │ │ ├── 12.常见命令操作.mp4
│ │ │ ├── 18.动态服役1.mp4
│ │ │ ├── 8.集群搭建1.mp4
│ │ │ ├── 13.临时节点和序号节点.mp4
│ │ ├── 资料
│ │ │ ├── shell
│ │ │ │ ├── zookeeper-3.4.10
│ │ │ │ │ ├── conf
│ │ │ │ │ │ ├── log4j.properties
│ │ │ │ │ │ ├── configuration.xsl
│ │ │ │ │ │ ├── zoo_sample.cfg
│ │ │ │ │ ├── recipes
│ │ │ │ │ │ ├── queue
│ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ ├── queue
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── DistributedQueueTest.java
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── queue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── DistributedQueue.java
│ │ │ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ │ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ │ │ │ │ │ ├── Util.cc
│ │ │ │ │ │ │ │ │ │ ├── Util.h
│ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ ├── zoo_queue.c
│ │ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ │ ├── zoo_queue.h
│ │ │ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ │ │ ├── aminclude.am
│ │ │ │ │ │ │ │ │ ├── acinclude.m4
│ │ │ │ │ │ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ │ │ │ │ │ ├── INSTALL
│ │ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── zookeeper-3.4.10-recipes-queue.jar
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ ├── lock
│ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ ├── lock
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZNodeNameTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── WriteLockTest.java
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── lock
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZNodeName.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LockListener.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ProtocolSupport.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperOperation.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── WriteLock.java
│ │ │ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ │ │ ├── Util.h
│ │ │ │ │ │ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ │ │ │ │ │ ├── Util.cc
│ │ │ │ │ │ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ │ ├── zoo_lock.h
│ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ ├── zoo_lock.c
│ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ │ ├── acinclude.m4
│ │ │ │ │ │ │ │ │ ├── INSTALL
│ │ │ │ │ │ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ │ │ │ │ │ ├── aminclude.am
│ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── zookeeper-3.4.10-recipes-lock.jar
│ │ │ │ │ │ ├── election
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── leader
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionAware.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderOffer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionSupport.java
│ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ ├── leader
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionSupportTest.java
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── zookeeper-3.4.10-recipes-election.jar
│ │ │ │ │ ├── dist-maven
│ │ │ │ │ │ ├── zookeeper-3.4.10-sources.jar.sha1
│ │ │ │ │ │ ├── zookeeper-3.4.10-sources.jar.asc
│ │ │ │ │ │ ├── zookeeper-3.4.10.jar.asc
│ │ │ │ │ │ ├── zookeeper-3.4.10.pom.md5
│ │ │ │ │ │ ├── zookeeper-3.4.10-tests.jar.asc
│ │ │ │ │ │ ├── zookeeper-3.4.10-tests.jar.sha1
│ │ │ │ │ │ ├── zookeeper-3.4.10-javadoc.jar
│ │ │ │ │ │ ├── zookeeper-3.4.10.pom.asc
│ │ │ │ │ │ ├── zookeeper-3.4.10-javadoc.jar.md5
│ │ │ │ │ │ ├── zookeeper-3.4.10-sources.jar.md5
│ │ │ │ │ │ ├── zookeeper-3.4.10-javadoc.jar.asc
│ │ │ │ │ │ ├── zookeeper-3.4.10.pom.sha1
│ │ │ │ │ │ ├── zookeeper-3.4.10-tests.jar
│ │ │ │ │ │ ├── zookeeper-3.4.10-sources.jar
│ │ │ │ │ │ ├── zookeeper-3.4.10-tests.jar.md5
│ │ │ │ │ │ ├── zookeeper-3.4.10.jar.md5
│ │ │ │ │ │ ├── zookeeper-3.4.10.jar.sha1
│ │ │ │ │ │ ├── zookeeper-3.4.10.pom
│ │ │ │ │ │ ├── zookeeper-3.4.10.jar
│ │ │ │ │ │ ├── zookeeper-3.4.10-javadoc.jar.sha1
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── jdiff
│ │ │ │ │ │ │ ├── zookeeper_3.4.10.xml
│ │ │ │ │ │ │ ├── zookeeper_3.1.1.xml
│ │ │ │ │ │ ├── cobertura
│ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ ├── jline-0.9.94.LICENSE.txt
│ │ │ │ │ │ ├── log4j-1.2.16.jar
│ │ │ │ │ │ ├── netty-3.10.5.Final.jar
│ │ │ │ │ │ ├── jline-0.9.94.jar
│ │ │ │ │ │ ├── slf4j-1.6.1.LICENSE.txt
│ │ │ │ │ │ ├── slf4j-api-1.6.1.jar
│ │ │ │ │ │ ├── log4j-1.2.16.LICENSE.txt
│ │ │ │ │ │ ├── slf4j-log4j12-1.6.1.jar
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── docs
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── documentation
│ │ │ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ │ │ │ ├── zkperfRW.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── zknamespace.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── zkperfreliability.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── bk-overview.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── zkperfRW-3.2.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── 2pc.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── zkservice.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── state_dia.dia
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper_small.gif
│ │ │ │ │ │ │ │ │ │ │ ├── state_dia.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── zkarch.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── zkcomponents.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── hadoop-logo.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ │ │ │ ├── xdocs
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperStarted.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperJMX.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperInternals.xml
│ │ │ │ │ │ │ │ │ │ │ ├── bookkeeperOverview.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperProgrammers.xml
│ │ │ │ │ │ │ │ │ │ │ ├── recipes.xml
│ │ │ │ │ │ │ │ │ │ │ ├── javaExample.xml
│ │ │ │ │ │ │ │ │ │ │ ├── bookkeeperStarted.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperOtherInfo.xml
│ │ │ │ │ │ │ │ │ │ │ ├── index.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperObservers.xml
│ │ │ │ │ │ │ │ │ │ │ ├── bookkeeperConfig.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperQuotas.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperAdmin.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperHierarchicalQuorums.xml
│ │ │ │ │ │ │ │ │ │ │ ├── bookkeeperStream.xml
│ │ │ │ │ │ │ │ │ │ │ ├── site.xml
│ │ │ │ │ │ │ │ │ │ │ ├── bookkeeperProgrammer.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperTutorial.xml
│ │ │ │ │ │ │ │ │ │ │ ├── tabs.xml
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeperOver.xml
│ │ │ │ │ │ │ │ │ ├── conf
│ │ │ │ │ │ │ │ │ │ ├── cli.xconf
│ │ │ │ │ │ │ │ │ ├── classes
│ │ │ │ │ │ │ │ │ │ ├── CatalogManager.properties
│ │ │ │ │ │ │ │ │ ├── TODO.txt
│ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ │ ├── skinconf.xml
│ │ │ │ │ │ │ ├── status.xml
│ │ │ │ │ │ │ ├── forrest.properties
│ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ ├── jdiff
│ │ │ │ │ │ │ │ │ ├── zookeeper_3.1.1.xml
│ │ │ │ │ │ │ │ │ ├── zookeeper_3.4.10.xml
│ │ │ │ │ │ │ │ ├── cobertura
│ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── slf4j-1.6.1.LICENSE.txt
│ │ │ │ │ │ │ │ ├── log4j-1.2.16.LICENSE.txt
│ │ │ │ │ │ │ │ ├── jline-0.9.94.LICENSE.txt
│ │ │ │ │ │ │ ├── main
│ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ ├── jute
│ │ │ │ │ │ │ │ │ │ │ ├── compiler
│ │ │ │ │ │ │ │ │ │ │ │ ├── generated
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Token.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── TokenMgrError.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── RccTokenManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SimpleCharStream.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── rcc.jj
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ParseException.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── package.html
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── RccConstants.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Rcc.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JDouble.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JVector.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JType.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JString.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JavaGenerator.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JLong.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JByte.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JRecord.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── package.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── JInt.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JBuffer.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JFloat.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JBoolean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JMap.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CppGenerator.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JFile.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JCompType.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CGenerator.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JField.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CSharpGenerator.java
│ │ │ │ │ │ │ │ │ │ │ ├── CsvOutputArchive.java
│ │ │ │ │ │ │ │ │ │ │ ├── Utils.java
│ │ │ │ │ │ │ │ │ │ │ ├── RecordReader.java
│ │ │ │ │ │ │ │ │ │ │ ├── XmlInputArchive.java
│ │ │ │ │ │ │ │ │ │ │ ├── RecordWriter.java
│ │ │ │ │ │ │ │ │ │ │ ├── package.html
│ │ │ │ │ │ │ │ │ │ │ ├── XmlOutputArchive.java
│ │ │ │ │ │ │ │ │ │ │ ├── InputArchive.java
│ │ │ │ │ │ │ │ │ │ │ ├── BinaryInputArchive.java
│ │ │ │ │ │ │ │ │ │ │ ├── OutputArchive.java
│ │ │ │ │ │ │ │ │ │ │ ├── BinaryOutputArchive.java
│ │ │ │ │ │ │ │ │ │ │ ├── Index.java
│ │ │ │ │ │ │ │ │ │ │ ├── Record.java
│ │ │ │ │ │ │ │ │ │ │ ├── CsvInputArchive.java
│ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ │ │ │ ├── quorum
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── flexible
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumMaj.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumVerifier.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumHierarchical.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── auth
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NullQuorumAuthServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SaslQuorumAuthLearner.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NullQuorumAuthLearner.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumAuthLearner.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumAuth.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SaslQuorumAuthServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SaslQuorumServerCallbackHandler.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumAuthServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LocalPeerBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── RemotePeerMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumZooKeeperServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Leader.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LocalPeerMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ProposalRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LearnerHandler.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── RemotePeerBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FollowerZooKeeperServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LearnerSessionTracker.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── StateSummary.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ServerMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Election.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Observer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ReadOnlyBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderZooKeeperServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FollowerMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ReadOnlyZooKeeperServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FastLeaderElection.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LearnerSyncRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FollowerRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SendAckRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeerConfig.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LearnerZooKeeperServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumCnxManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverZooKeeperServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumStats.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ReadOnlyRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FollowerBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── CommitProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ServerBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeerMain.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── AckRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── AuthFastLeaderElection.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElection.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Learner.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Vote.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Follower.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── KerberosUtil.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── OSMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Profiler.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZxidUtils.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SerializeUtils.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── upgrade
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── DataNodeV1.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── DataTreeV1.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UpgradeSnapShot.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UpgradeSnapShotV1.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UpgradeMain.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── auth
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SASLAuthenticationProvider.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── KerberosName.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ProviderRegistry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SaslServerCallbackHandler.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── DigestLoginModule.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── AuthenticationProvider.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── DigestAuthenticationProvider.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── IPAuthenticationProvider.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── persistence
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FileTxnSnapLog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Util.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── TxnLog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SnapShot.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FileTxnLog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FileSnap.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── PurgeTxnLog.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ServerConfig.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SnapshotFormatter.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SessionTracker.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ConnectionMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ReferenceCountedACLCache.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ServerCnxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DataTree.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ByteBufferOutputStream.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── UnimplementedRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── package.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── NIOServerCnxnFactory.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ServerCnxnFactory.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FinalRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooTrace.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DataNode.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NIOServerCnxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SessionTrackerImpl.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DataTreeBean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperCriticalThread.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerListener.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── PrepRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ConnectionBean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperSaslServer.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ServerStats.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerShutdownHandler.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerListenerImpl.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── WatchManager.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── TraceFormatter.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZKDatabase.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ByteBufferInputStream.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── RequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DatadirCleanupManager.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ExitCode.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerMain.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SyncRequestProcessor.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperThread.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NettyServerCnxnFactory.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── Stats.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverBean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── LogFormatter.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NettyServerCnxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerBean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DataTreeMXBean.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── Request.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServer.java
│ │ │ │ │ │ │ │ │ │ │ ├── version
│ │ │ │ │ │ │ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── VerGen.java
│ │ │ │ │ │ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ │ │ │ │ │ ├── SecurityUtils.java
│ │ │ │ │ │ │ │ │ │ │ ├── client
│ │ │ │ │ │ │ │ │ │ │ │ ├── FourLetterWordMain.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ConnectStringParser.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── HostProvider.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperSaslClient.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── StaticHostProvider.java
│ │ │ │ │ │ │ │ │ │ │ ├── jmx
│ │ │ │ │ │ │ │ │ │ │ │ ├── ManagedUtil.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZKMBeanInfo.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CommonNames.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── MBeanRegistry.java
│ │ │ │ │ │ │ │ │ │ │ ├── common
│ │ │ │ │ │ │ │ │ │ │ │ ├── PathTrie.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AtomicFileOutputStream.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── IOUtils.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── PathUtils.java
│ │ │ │ │ │ │ │ │ │ │ ├── Environment.java
│ │ │ │ │ │ │ │ │ │ │ ├── MultiTransactionRecord.java
│ │ │ │ │ │ │ │ │ │ │ ├── ZKUtil.java
│ │ │ │ │ │ │ │ │ │ │ ├── OpResult.java
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.java
│ │ │ │ │ │ │ │ │ │ │ ├── JLineZNodeCompletor.java
│ │ │ │ │ │ │ │ │ │ │ ├── SaslClientCallbackHandler.java
│ │ │ │ │ │ │ │ │ │ │ ├── ClientCnxnSocketNIO.java
│ │ │ │ │ │ │ │ │ │ │ ├── WatchedEvent.java
│ │ │ │ │ │ │ │ │ │ │ ├── Op.java
│ │ │ │ │ │ │ │ │ │ │ ├── ClientCnxnSocket.java
│ │ │ │ │ │ │ │ │ │ │ ├── ZooDefs.java
│ │ │ │ │ │ │ │ │ │ │ ├── Version.java
│ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperMain.java
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.java
│ │ │ │ │ │ │ │ │ │ │ ├── Login.java
│ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeper.java
│ │ │ │ │ │ │ │ │ │ │ ├── ClientCnxn.java
│ │ │ │ │ │ │ │ │ │ │ ├── StatsTrack.java
│ │ │ │ │ │ │ │ │ │ │ ├── Shell.java
│ │ │ │ │ │ │ │ │ │ │ ├── Quotas.java
│ │ │ │ │ │ │ │ │ │ │ ├── MultiResponse.java
│ │ │ │ │ │ │ │ │ │ │ ├── Watcher.java
│ │ │ │ │ │ │ │ │ │ │ ├── CreateMode.java
│ │ │ │ │ │ │ │ │ │ │ ├── Transaction.java
│ │ │ │ │ │ │ │ │ │ │ ├── ClientWatchManager.java
│ │ │ │ │ │ │ │ │ │ │ ├── ServerAdminClient.java
│ │ │ │ │ │ │ │ ├── overview.html
│ │ │ │ │ │ │ ├── generated
│ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ │ │ │ ├── quorum
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumAuthPacket.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPacket.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LearnerInfo.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── persistence
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FileHeader.java
│ │ │ │ │ │ │ │ │ │ │ ├── txn
│ │ │ │ │ │ │ │ │ │ │ │ ├── CheckVersionTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── MultiTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CreateTxnV0.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetMaxChildrenTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetDataTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ErrorTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── Txn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetACLTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── TxnHeader.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DeleteTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CreateSessionTxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CreateTxn.java
│ │ │ │ │ │ │ │ │ │ │ ├── proto
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetACLResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SyncResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetSASLRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ConnectRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AuthPacket.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetMaxChildrenRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── WatcherEvent.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetMaxChildrenRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ReplyHeader.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetDataRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetDataResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetWatches.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetChildrenResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CreateResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetACLRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetACLResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetACLRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetSASLResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetSASLRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SyncRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetChildren2Request.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetMaxChildrenResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── RequestHeader.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ErrorResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ExistsRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetDataResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ExistsResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DeleteRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetChildren2Response.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ConnectResponse.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SetDataRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── MultiHeader.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CheckVersionRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetChildrenRequest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CreateRequest.java
│ │ │ │ │ │ │ │ │ │ │ ├── data
│ │ │ │ │ │ │ │ │ │ │ │ ├── StatPersistedV1.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── StatPersisted.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ACL.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── Stat.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── Id.java
│ │ │ │ │ │ │ │ │ │ │ ├── version
│ │ │ │ │ │ │ │ │ │ │ │ ├── Info.java
│ │ │ │ │ │ │ │ ├── .generated
│ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ ├── data
│ │ │ │ │ │ │ │ │ ├── buffersize
│ │ │ │ │ │ │ │ │ │ ├── create
│ │ │ │ │ │ │ │ │ │ │ ├── version-2
│ │ │ │ │ │ │ │ │ │ │ │ ├── log.1
│ │ │ │ │ │ │ │ │ │ │ │ ├── snapshot.0
│ │ │ │ │ │ │ │ │ │ ├── set
│ │ │ │ │ │ │ │ │ │ │ ├── version-2
│ │ │ │ │ │ │ │ │ │ │ │ ├── snapshot.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── log.1
│ │ │ │ │ │ │ │ │ │ ├── snapshot
│ │ │ │ │ │ │ │ │ │ │ ├── version-2
│ │ │ │ │ │ │ │ │ │ │ │ ├── log.1
│ │ │ │ │ │ │ │ │ │ │ │ ├── snapshot.2
│ │ │ │ │ │ │ │ │ │ │ │ ├── snapshot.0
│ │ │ │ │ │ │ │ │ ├── invalidsnap
│ │ │ │ │ │ │ │ │ │ ├── version-2
│ │ │ │ │ │ │ │ │ │ │ ├── snapshot.273
│ │ │ │ │ │ │ │ │ │ │ ├── log.63b
│ │ │ │ │ │ │ │ │ │ │ ├── snapshot.639
│ │ │ │ │ │ │ │ │ │ │ ├── snapshot.272
│ │ │ │ │ │ │ │ │ │ │ ├── snapshot.0
│ │ │ │ │ │ │ │ │ │ │ ├── snapshot.83f
│ │ │ │ │ │ │ │ │ │ │ ├── log.1
│ │ │ │ │ │ │ │ │ │ │ ├── log.274
│ │ │ │ │ │ │ │ │ ├── kerberos
│ │ │ │ │ │ │ │ │ │ ├── minikdc-krb5.conf
│ │ │ │ │ │ │ │ │ │ ├── minikdc.ldiff
│ │ │ │ │ │ │ │ │ ├── upgrade
│ │ │ │ │ │ │ │ │ │ ├── snapshot.100001bec
│ │ │ │ │ │ │ │ │ │ ├── log.100001bf0
│ │ │ │ │ │ │ │ │ │ ├── snapshot.100000000
│ │ │ │ │ │ │ │ │ │ ├── log.100000001
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ │ ├── findbugsExcludeFile.xml
│ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ │ │ │ ├── MultiTransactionTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ChrootClientTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── WatcherFuncTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── InvalidSnapshotTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FourLetterWordsQuorumTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperTestClient.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── BufferSizeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumHammerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AuthTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AsyncOpsTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FLERestartTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AsyncTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ChrootTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumZxidSyncTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ClientRetry.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FourLetterWordsTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── OSMXBeanTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FollowerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AsyncHammerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumBase.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslAuthTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── UpgradeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── JMXEnv.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── LENonTerminateTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslAuthFailTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── StatTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverQuorumHammerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── EventTypeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── WatcherTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ClientBase.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── GetChildren2Test.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── StaticHostProviderTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ACLCountTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NioNettySuiteBase.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── HierarchicalQuorumTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslAuthDesignatedServerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DisconnectedWatcherTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ReadOnlyModeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ChrootAsyncTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SessionInvalidationTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FLEZeroWeightTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SessionTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FLEPredicateTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── WatchEventWhenAutoReset.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ClientHammerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumUtil.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FLENewEpochTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslAuthMissingClientConfigTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── LETest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── StandaloneTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SledgeHammer.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NullDataTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── LoadFromLogTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DisconnectableZooKeeper.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ConnectStringParserTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ACLRootTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperQuotaTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FollowerResyncConcurrencyTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── RepeatStartupTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ClientTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NonRecoverableErrorTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AsyncOps.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NioNettySuiteTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZkDatabaseCorruptionTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── RestoreCommittedLogTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverHierarchicalQuorumTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumQuotaTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ClientPortBindTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── WatchedEventTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ACLTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NioNettySuiteHammerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── IntegrityCheck.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── OOMTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── TestHammer.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ObserverLETest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslAuthFailNotifyTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslAuthDesignatedClientTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── KeeperStateTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FLETest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── TruncateTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SyncCallTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── AtomicFileOutputStreamTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── RecoveryTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CreateModeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslClientTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── MaxCnxnsTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SaslAuthFailDesignatedClientTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── FourLetterWordsWhiteListTest.java
│ │ │ │ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── PortForwarder.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── quorum
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── auth
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── MiniKdcTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── KerberosSecurityTestcase.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumKerberosHostBasedAuthTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumAuthUpgradeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumDigestAuthTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── KerberosTestUtils.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumKerberosAuthTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── MiniKdc.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumAuthTestBase.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeerMainTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── WatchLeakTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FLELostMessageTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FLEBackwardElectionRoundTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FLECompatibilityTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeerTestBase.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumCnxManagerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FLEDontCareTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── CnxManagerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LearnerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FLETestUtils.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Zab1_0Test.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DataTreeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperThreadTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DataTreeUnitTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── MockNIOServerCnxn.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SessionTrackerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerMainTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ReferenceCountedACLCacheTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── InvalidSnapshotTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── SerializationPerfTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZxidRolloverTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DataNodeTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NIOServerCnxnTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerStartupTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── PrepRequestProcessorTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── NettyServerCnxnTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ServerCnxnFactoryAccessor.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DatadirCleanupManagerTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── InvalidSnapCountTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── DeserializationPerfTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── PurgeTxnTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ToStringTest.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── CRCTest.java
│ │ │ │ │ │ │ │ │ │ │ ├── ZKTestCase.java
│ │ │ │ │ │ │ │ │ │ │ ├── JaasConfiguration.java
│ │ │ │ │ │ │ │ │ │ │ ├── ClientReconnectTest.java
│ │ │ │ │ │ │ │ │ │ │ ├── PortAssignment.java
│ │ │ │ │ │ │ │ │ │ │ ├── MultiResponseTest.java
│ │ │ │ │ │ │ │ │ │ │ ├── JUnit4ZKTestRunner.java
│ │ │ │ │ │ │ │ │ │ │ ├── MockPacket.java
│ │ │ │ │ │ │ │ │ │ │ ├── TestableZooKeeper.java
│ │ │ │ │ │ │ │ │ │ │ ├── ServerConfigTest.java
│ │ │ │ │ │ │ │ │ │ │ ├── MultiTransactionRecordTest.java
│ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperTest.java
│ │ │ │ │ │ │ │ │ │ │ ├── VerGenTest.java
│ │ │ │ │ │ │ │ │ │ ├── jute
│ │ │ │ │ │ │ │ │ │ │ ├── BinaryInputArchiveTest.java
│ │ │ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ │ │ ├── test-patch.sh
│ │ │ │ │ │ │ │ │ ├── test-patch.properties
│ │ │ │ │ │ │ │ │ ├── test-github-pr.sh
│ │ │ │ │ │ │ │ ├── checkstyle-noframes-sorted.xsl
│ │ │ │ │ │ │ │ ├── checkstyle.xml
│ │ │ │ │ │ │ ├── systest
│ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ │ │ │ ├── system
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── DuplicateNameException.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── GenerateLoad.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SimpleClient.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── NoAvailableContainers.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Instance.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── InstanceContainer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── BaseSysTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeerInstance.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── InstanceManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── NoAssignmentException.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── SimpleSysTest.java
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── OldChangeLog
│ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ ├── autom4te.cache
│ │ │ │ │ │ │ │ ├── traces.1
│ │ │ │ │ │ │ │ ├── traces.0
│ │ │ │ │ │ │ │ ├── output.0
│ │ │ │ │ │ │ │ ├── output.1
│ │ │ │ │ │ │ │ ├── requests
│ │ │ │ │ │ │ ├── generated
│ │ │ │ │ │ │ │ ├── zookeeper.jute.c
│ │ │ │ │ │ │ │ ├── zookeeper.jute.h
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── hashtable
│ │ │ │ │ │ │ │ │ ├── hashtable_itr.h
│ │ │ │ │ │ │ │ │ ├── hashtable.c
│ │ │ │ │ │ │ │ │ ├── hashtable_private.h
│ │ │ │ │ │ │ │ │ ├── hashtable_itr.c
│ │ │ │ │ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ │ │ │ │ ├── hashtable.h
│ │ │ │ │ │ │ │ ├── mt_adaptor.c
│ │ │ │ │ │ │ │ ├── zk_hashtable.c
│ │ │ │ │ │ │ │ ├── st_adaptor.c
│ │ │ │ │ │ │ │ ├── winport.h
│ │ │ │ │ │ │ │ ├── zk_log.c
│ │ │ │ │ │ │ │ ├── recordio.c
│ │ │ │ │ │ │ │ ├── load_gen.c
│ │ │ │ │ │ │ │ ├── winport.c
│ │ │ │ │ │ │ │ ├── zk_hashtable.h
│ │ │ │ │ │ │ │ ├── zookeeper.c
│ │ │ │ │ │ │ │ ├── zk_adaptor.h
│ │ │ │ │ │ │ │ ├── cli.c
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ ├── LibCSymTable.h
│ │ │ │ │ │ │ │ ├── LibCSymTable.cc
│ │ │ │ │ │ │ │ ├── TestWatchers.cc
│ │ │ │ │ │ │ │ ├── Vector.h
│ │ │ │ │ │ │ │ ├── ThreadingUtil.cc
│ │ │ │ │ │ │ │ ├── TestZookeeperInit.cc
│ │ │ │ │ │ │ │ ├── ZKMocks.h
│ │ │ │ │ │ │ │ ├── PthreadMocks.cc
│ │ │ │ │ │ │ │ ├── MocksBase.h
│ │ │ │ │ │ │ │ ├── wrappers-mt.opt
│ │ │ │ │ │ │ │ ├── CppAssertHelper.h
│ │ │ │ │ │ │ │ ├── TestZookeeperClose.cc
│ │ │ │ │ │ │ │ ├── MocksBase.cc
│ │ │ │ │ │ │ │ ├── LibCMocks.cc
│ │ │ │ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ │ │ │ ├── LibCMocks.h
│ │ │ │ │ │ │ │ ├── PthreadMocks.h
│ │ │ │ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ │ │ │ ├── Util.cc
│ │ │ │ │ │ │ │ ├── wrappers.opt
│ │ │ │ │ │ │ │ ├── TestClientRetry.cc
│ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ ├── TestMulti.cc
│ │ │ │ │ │ │ │ ├── CollectionUtil.h
│ │ │ │ │ │ │ │ ├── ZKMocks.cc
│ │ │ │ │ │ │ │ ├── TestOperations.cc
│ │ │ │ │ │ │ │ ├── ThreadingUtil.h
│ │ │ │ │ │ │ │ ├── Util.h
│ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ ├── recordio.h
│ │ │ │ │ │ │ │ ├── winconfig.h
│ │ │ │ │ │ │ │ ├── winstdint.h
│ │ │ │ │ │ │ │ ├── proto.h
│ │ │ │ │ │ │ │ ├── zookeeper_log.h
│ │ │ │ │ │ │ │ ├── zookeeper.h
│ │ │ │ │ │ │ │ ├── zookeeper_version.h
│ │ │ │ │ │ │ ├── aclocal.m4
│ │ │ │ │ │ │ ├── ltmain.sh
│ │ │ │ │ │ │ ├── config.guess
│ │ │ │ │ │ │ ├── acinclude.m4
│ │ │ │ │ │ │ ├── config.sub
│ │ │ │ │ │ │ ├── NOTICE.txt
│ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ ├── zookeeper.vcproj
│ │ │ │ │ │ │ ├── zookeeper.sln
│ │ │ │ │ │ │ ├── Cli.vcproj
│ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ ├── aminclude.am
│ │ │ │ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ │ │ │ ├── depcomp
│ │ │ │ │ │ │ ├── missing
│ │ │ │ │ │ │ ├── config.h.in
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── configure
│ │ │ │ │ │ │ ├── ChangeLog
│ │ │ │ │ │ │ ├── install-sh
│ │ │ │ │ │ │ ├── Makefile.in
│ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ ├── compile
│ │ │ │ │ │ │ ├── INSTALL
│ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ ├── election
│ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── leader
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionSupportTest.java
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── leader
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderOffer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionAware.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LeaderElectionSupport.java
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── queue
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── queue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── DistributedQueue.java
│ │ │ │ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ │ │ ├── zoo_queue.h
│ │ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ │ ├── zoo_queue.c
│ │ │ │ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ │ │ │ │ │ │ ├── Util.cc
│ │ │ │ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ │ │ │ │ │ │ ├── Util.h
│ │ │ │ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ │ │ │ ├── aminclude.am
│ │ │ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ │ │ ├── INSTALL
│ │ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ │ ├── acinclude.m4
│ │ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── queue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── DistributedQueueTest.java
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── lock
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ │ │ ├── zoo_lock.h
│ │ │ │ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ │ │ │ │ │ │ ├── Util.cc
│ │ │ │ │ │ │ │ │ │ │ ├── Util.h
│ │ │ │ │ │ │ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ │ ├── zoo_lock.c
│ │ │ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ │ │ ├── acinclude.m4
│ │ │ │ │ │ │ │ │ │ ├── aminclude.am
│ │ │ │ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ │ │ │ │ │ │ ├── INSTALL
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── lock
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── WriteLock.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LockListener.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperOperation.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZNodeName.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ProtocolSupport.java
│ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── recipes
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── lock
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── WriteLockTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZNodeNameTest.java
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── build-recipes.xml
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ ├── packages
│ │ │ │ │ │ │ ├── templates
│ │ │ │ │ │ │ │ ├── conf
│ │ │ │ │ │ │ │ │ ├── zookeeper-env.sh
│ │ │ │ │ │ │ ├── rpm
│ │ │ │ │ │ │ │ ├── init.d
│ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ ├── spec
│ │ │ │ │ │ │ │ │ ├── zookeeper.spec
│ │ │ │ │ │ │ ├── deb
│ │ │ │ │ │ │ │ ├── init.d
│ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ ├── zookeeper.control
│ │ │ │ │ │ │ │ │ ├── postinst
│ │ │ │ │ │ │ │ │ ├── preinst
│ │ │ │ │ │ │ │ │ ├── conffile
│ │ │ │ │ │ │ │ │ ├── postrm
│ │ │ │ │ │ │ │ │ ├── prerm
│ │ │ │ │ │ │ │ │ ├── control
│ │ │ │ │ │ │ ├── update-zookeeper-env.sh
│ │ │ │ │ │ ├── contrib
│ │ │ │ │ │ │ ├── zkfuse
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── zkadapter.cc
│ │ │ │ │ │ │ │ │ ├── thread.h
│ │ │ │ │ │ │ │ │ ├── event.cc
│ │ │ │ │ │ │ │ │ ├── doxygen.cfg
│ │ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ │ ├── blockingqueue.h
│ │ │ │ │ │ │ │ │ ├── zkadapter.h
│ │ │ │ │ │ │ │ │ ├── event.h
│ │ │ │ │ │ │ │ │ ├── log4cxx.properties
│ │ │ │ │ │ │ │ │ ├── log.cc
│ │ │ │ │ │ │ │ │ ├── zkfuse.cc
│ │ │ │ │ │ │ │ │ ├── log.h
│ │ │ │ │ │ │ │ │ ├── mutex.h
│ │ │ │ │ │ │ │ │ ├── thread.cc
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── loggraph
│ │ │ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ │ │ ├── loggraph-dev.sh
│ │ │ │ │ │ │ │ │ ├── loggraph.sh
│ │ │ │ │ │ │ │ ├── web
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── graph
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── load.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── load-big.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── loggraph.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── loggraph.session.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── g.dot.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── loggraph.css
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── main.html
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── g.raphael.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── loggraph.stats.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── loggraph.server.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── date.format.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── g.line.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── g.bar.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── loggraph.ui.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── g.pie.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── raphael.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── loggraph.log.js
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── yui-min.js
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── log4j.properties
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── graph
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── filterops
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SymbolArg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── GreaterThanOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Arg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── XorOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LessThanOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── EqualsOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── StringArg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NumberArg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── OrOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── AndOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NotOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── servlets
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── GraphData.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── JsonServlet.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Throughput.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Fs.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NumEvents.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── FileLoader.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── StaticContent.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogEntry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── FilterOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── TxnLogSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogSkipList.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── MeasureThroughput.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Log4JSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogIterator.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── MergedLogSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── JsonGenerator.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── TransactionEntry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Log4JEntry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── FilterParser.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── FilterException.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── RandomAccessFileReader.java
│ │ │ │ │ │ │ │ ├── ivy.xml
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── huebrowser
│ │ │ │ │ │ │ │ ├── zkui
│ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ ├── zkui
│ │ │ │ │ │ │ │ │ │ │ ├── static
│ │ │ │ │ │ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Source
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Zkui
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Zkui.js
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── package.yml
│ │ │ │ │ │ │ │ │ │ │ │ ├── art
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── line_icons.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── zkui.png
│ │ │ │ │ │ │ │ │ │ │ │ ├── help
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── zkui.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ │ │ │ │ │ │ ├── templates
│ │ │ │ │ │ │ │ │ │ │ │ ├── view.mako
│ │ │ │ │ │ │ │ │ │ │ │ ├── edit.mako
│ │ │ │ │ │ │ │ │ │ │ │ ├── clients.mako
│ │ │ │ │ │ │ │ │ │ │ │ ├── shared_components.mako
│ │ │ │ │ │ │ │ │ │ │ │ ├── create.mako
│ │ │ │ │ │ │ │ │ │ │ │ ├── index.mako
│ │ │ │ │ │ │ │ │ │ │ │ ├── tree.mako
│ │ │ │ │ │ │ │ │ │ │ ├── views.py
│ │ │ │ │ │ │ │ │ │ │ ├── models.py
│ │ │ │ │ │ │ │ │ │ │ ├── stats.py
│ │ │ │ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ │ │ │ ├── urls.py
│ │ │ │ │ │ │ │ │ │ │ ├── settings.py
│ │ │ │ │ │ │ │ │ │ │ ├── windmilltests.py
│ │ │ │ │ │ │ │ │ │ │ ├── forms.py
│ │ │ │ │ │ │ │ │ │ │ ├── rest.py
│ │ │ │ │ │ │ │ │ │ │ ├── utils.py
│ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ ├── monitoring
│ │ │ │ │ │ │ │ ├── cacti
│ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ ├── nagios
│ │ │ │ │ │ │ │ │ ├── services.cfg
│ │ │ │ │ │ │ │ │ ├── Screenshot-1.png
│ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ │ ├── zookeeper.cfg
│ │ │ │ │ │ │ │ │ ├── Screenshot.png
│ │ │ │ │ │ │ │ │ ├── hostgroups.cfg
│ │ │ │ │ │ │ │ ├── ganglia
│ │ │ │ │ │ │ │ │ ├── zookeeper_ganglia.py
│ │ │ │ │ │ │ │ │ ├── Screenshot.png
│ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ ├── modpython.conf
│ │ │ │ │ │ │ │ │ ├── zookeeper.pyconf
│ │ │ │ │ │ │ │ ├── check_zookeeper.py
│ │ │ │ │ │ │ │ ├── test.py
│ │ │ │ │ │ │ │ ├── JMX-RESOURCES
│ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ ├── zktreeutil
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── ZkAdaptor.cc
│ │ │ │ │ │ │ │ │ ├── ZkTreeUtil.h
│ │ │ │ │ │ │ │ │ ├── SimpleTree.h
│ │ │ │ │ │ │ │ │ ├── ZkTreeUtil.cc
│ │ │ │ │ │ │ │ │ ├── ZkTreeUtilMain.cc
│ │ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ │ ├── ZkAdaptor.h
│ │ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ │ ├── zk_sample.xml
│ │ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── rest
│ │ │ │ │ │ │ │ ├── conf
│ │ │ │ │ │ │ │ │ ├── keys
│ │ │ │ │ │ │ │ │ │ ├── rest.jks
│ │ │ │ │ │ │ │ │ │ ├── rest.cer
│ │ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ ├── rest.properties
│ │ │ │ │ │ │ │ │ ├── log4j.properties
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── jersey
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── cfg
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── HostPort.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── RestCfg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── HostPortSet.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Endpoint.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Credentials.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── filters
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── HTTPBasicAuth.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── jaxb
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZSession.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZChildrenJSON.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZChildren.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZPath.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZStat.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZError.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZErrorWriter.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZNodeResource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── JAXBContextResolver.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── RuntimeExceptionMapper.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SessionsResource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── KeeperExceptionMapper.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperService.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── RestMain.java
│ │ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── jersey
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Base.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── CreateTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── RestTestSuite.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SetTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── DeleteTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── WadlTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── RootTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SessionTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── GetTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── GetChildrenTest.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ExistsTest.java
│ │ │ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ │ ├── python
│ │ │ │ │ │ │ │ │ │ ├── demo_master_election.py
│ │ │ │ │ │ │ │ │ │ ├── test.py
│ │ │ │ │ │ │ │ │ │ ├── zk_dump_tree.py
│ │ │ │ │ │ │ │ │ │ ├── demo_queue.py
│ │ │ │ │ │ │ │ │ │ ├── zkrest.py
│ │ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── rest.sh
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ ├── SPEC.txt
│ │ │ │ │ │ │ │ ├── NOTICE.txt
│ │ │ │ │ │ │ │ ├── ivy.xml
│ │ │ │ │ │ │ ├── zkpython
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ │ │ │ ├── watch_znode_for_changes.py
│ │ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ │ ├── delete_test.py
│ │ │ │ │ │ │ │ │ │ ├── acl_test.py
│ │ │ │ │ │ │ │ │ │ ├── exists_test.py
│ │ │ │ │ │ │ │ │ │ ├── run_tests.sh
│ │ │ │ │ │ │ │ │ │ ├── async_test.py
│ │ │ │ │ │ │ │ │ │ ├── connection_test.py
│ │ │ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ │ │ ├── get_set_test.py
│ │ │ │ │ │ │ │ │ │ ├── clientid_test.py
│ │ │ │ │ │ │ │ │ │ ├── close_deadlock_test.py
│ │ │ │ │ │ │ │ │ │ ├── callback_test.py
│ │ │ │ │ │ │ │ │ │ ├── zktestbase.py
│ │ │ │ │ │ │ │ │ │ ├── create_test.py
│ │ │ │ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ │ │ │ ├── pyzk_docstrings.h
│ │ │ │ │ │ │ │ │ │ ├── zookeeper.c
│ │ │ │ │ │ │ │ │ ├── python
│ │ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ │ ├── zk.py
│ │ │ │ │ │ │ │ │ ├── packages
│ │ │ │ │ │ │ │ │ │ ├── rpm
│ │ │ │ │ │ │ │ │ │ │ ├── spec
│ │ │ │ │ │ │ │ │ │ │ │ ├── zkpython.spec
│ │ │ │ │ │ │ │ │ │ ├── deb
│ │ │ │ │ │ │ │ │ │ │ ├── zkpython.control
│ │ │ │ │ │ │ │ │ │ │ │ ├── control
│ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ ├── ivy.xml
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── zooinspector
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ │ ├── defaultConnectionSettings.cfg
│ │ │ │ │ │ │ │ │ ├── defaultNodeVeiwers.cfg
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── retry
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperRetry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── inspector
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── encryption
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── DataEncryptionManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── BasicDataEncryptionManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── gui
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── nodeviewer
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewerMetaData.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewerData.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewerACL.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeViewer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── about.html
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorTreeViewer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeViewersPanel.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorAboutDialog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorPanel.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeViewersDialog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewersChangeListener.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorConnectionPropertiesDialog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorIconResources.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── manager
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Pair.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeTreeManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeListener.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorReadOnlyManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorManagerImpl.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── logger
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LoggerFactory.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspector.java
│ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ ├── jtoaster-1.0.4.jar
│ │ │ │ │ │ │ │ │ ├── log4j.properties
│ │ │ │ │ │ │ │ ├── licences
│ │ │ │ │ │ │ │ │ ├── Apache Software Licence v2.0.txt
│ │ │ │ │ │ │ │ │ ├── epl-v10.html
│ │ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ │ ├── save_edit.gif
│ │ │ │ │ │ │ │ │ ├── launch_run.gif
│ │ │ │ │ │ │ │ │ ├── search_next.gif
│ │ │ │ │ │ │ │ │ ├── jspdecl.gif
│ │ │ │ │ │ │ │ │ ├── refresh.gif
│ │ │ │ │ │ │ │ │ ├── info_obj.gif
│ │ │ │ │ │ │ │ │ ├── fldr_obj.gif
│ │ │ │ │ │ │ │ │ ├── launch_stop.gif
│ │ │ │ │ │ │ │ │ ├── file_obj.gif
│ │ │ │ │ │ │ │ │ ├── search_prev.gif
│ │ │ │ │ │ │ │ │ ├── trash.gif
│ │ │ │ │ │ │ │ │ ├── edtsrclkup_co.gif
│ │ │ │ │ │ │ │ │ ├── new_con.gif
│ │ │ │ │ │ │ │ ├── ivy.xml
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ ├── zooInspector-dev.sh
│ │ │ │ │ │ │ │ ├── zooInspector.sh
│ │ │ │ │ │ │ │ ├── NOTICE.txt
│ │ │ │ │ │ │ │ ├── zooInspector.cmd
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── fatjar
│ │ │ │ │ │ │ │ ├── conf
│ │ │ │ │ │ │ │ │ ├── mainClasses
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── FatJarMain.java
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── zkperl
│ │ │ │ │ │ │ │ ├── t
│ │ │ │ │ │ │ │ │ ├── 50_access.t
│ │ │ │ │ │ │ │ │ ├── 40_basic.t
│ │ │ │ │ │ │ │ │ ├── 45_class.t
│ │ │ │ │ │ │ │ │ ├── 30_connect.t
│ │ │ │ │ │ │ │ │ ├── util.pl
│ │ │ │ │ │ │ │ │ ├── 24_watch_tie.t
│ │ │ │ │ │ │ │ │ ├── 15_thread.t
│ │ │ │ │ │ │ │ │ ├── 22_stat_tie.t
│ │ │ │ │ │ │ │ │ ├── 35_log.t
│ │ │ │ │ │ │ │ │ ├── 10_invalid.t
│ │ │ │ │ │ │ │ │ ├── 20_tie.t
│ │ │ │ │ │ │ │ │ ├── 60_watch.t
│ │ │ │ │ │ │ │ ├── build
│ │ │ │ │ │ │ │ │ ├── check_zk_version.h
│ │ │ │ │ │ │ │ │ ├── check_zk_version.c
│ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ ├── ZooKeeper.pm
│ │ │ │ │ │ │ │ ├── ZooKeeper.xs
│ │ │ │ │ │ │ │ ├── Makefile.PL
│ │ │ │ │ │ │ │ ├── typemap
│ │ │ │ │ │ │ │ ├── NOTICE
│ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ ├── Changes
│ │ │ │ │ │ │ │ ├── MANIFEST
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── build-contrib.xml
│ │ │ │ │ │ ├── NOTICE.txt
│ │ │ │ │ │ ├── lastRevision.bat
│ │ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ │ ├── zookeeper.jute
│ │ │ │ │ │ ├── lastRevision.sh
│ │ │ │ │ │ ├── pom.template
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ ├── zkCli.cmd
│ │ │ │ │ │ ├── zkServer.cmd
│ │ │ │ │ │ ├── zkCleanup.sh
│ │ │ │ │ │ ├── zkEnv.sh
│ │ │ │ │ │ ├── zkEnv.cmd
│ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ ├── zkCli.sh
│ │ │ │ │ ├── docs
│ │ │ │ │ │ ├── skin
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── forrest-credit-logo.png
│ │ │ │ │ │ │ │ ├── txtdoc.png
│ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── valid-html401.png
│ │ │ │ │ │ │ │ ├── instruction_arrow.png
│ │ │ │ │ │ │ │ ├── rc-t-l-5-1header-2searchbox-3searchbox.png
│ │ │ │ │ │ │ │ ├── rc-b-l-15-1body-2menu-3menu.png
│ │ │ │ │ │ │ │ ├── chapter.gif
│ │ │ │ │ │ │ │ ├── page.gif
│ │ │ │ │ │ │ │ ├── rc-t-r-5-1header-2tab-selected-3tab-selected.png
│ │ │ │ │ │ │ │ ├── rss.png
│ │ │ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ │ │ ├── header_white_line.gif
│ │ │ │ │ │ │ │ ├── rc-t-r-15-1body-2menu-3menu.png
│ │ │ │ │ │ │ │ ├── update.jpg
│ │ │ │ │ │ │ │ ├── hack.jpg
│ │ │ │ │ │ │ │ ├── current.gif
│ │ │ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ │ │ ├── rc-t-r-5-1header-2tab-unselected-3tab-unselected.png
│ │ │ │ │ │ │ │ ├── warning.png
│ │ │ │ │ │ │ │ ├── rc-t-l-5-1header-2tab-unselected-3tab-unselected.png
│ │ │ │ │ │ │ │ ├── poddoc.png
│ │ │ │ │ │ │ │ ├── info.png
│ │ │ │ │ │ │ │ ├── apache-thanks.png
│ │ │ │ │ │ │ │ ├── printer.gif
│ │ │ │ │ │ │ │ ├── external-link.gif
│ │ │ │ │ │ │ │ ├── rc-b-r-5-1header-2tab-selected-3tab-selected.png
│ │ │ │ │ │ │ │ ├── add.jpg
│ │ │ │ │ │ │ │ ├── vcss.png
│ │ │ │ │ │ │ │ ├── rc-b-r-15-1body-2menu-3menu.png
│ │ │ │ │ │ │ │ ├── chapter_open.gif
│ │ │ │ │ │ │ │ ├── fix.jpg
│ │ │ │ │ │ │ │ ├── built-with-forrest-button.png
│ │ │ │ │ │ │ │ ├── remove.jpg
│ │ │ │ │ │ │ │ ├── rc-t-r-5-1header-2searchbox-3searchbox.png
│ │ │ │ │ │ │ │ ├── xmldoc.gif
│ │ │ │ │ │ │ │ ├── rc-t-l-5-1header-2tab-selected-3tab-selected.png
│ │ │ │ │ │ │ │ ├── error.png
│ │ │ │ │ │ │ │ ├── pdfdoc.gif
│ │ │ │ │ │ │ │ ├── label.gif
│ │ │ │ │ │ │ │ ├── built-with-cocoon.gif
│ │ │ │ │ │ │ ├── screen.css
│ │ │ │ │ │ │ ├── getMenu.js
│ │ │ │ │ │ │ ├── breadcrumbs-optimized.js
│ │ │ │ │ │ │ ├── basic.css
│ │ │ │ │ │ │ ├── print.css
│ │ │ │ │ │ │ ├── prototype.js
│ │ │ │ │ │ │ ├── CommonMessages_es.xml
│ │ │ │ │ │ │ ├── CommonMessages_fr.xml
│ │ │ │ │ │ │ ├── CommonMessages_de.xml
│ │ │ │ │ │ │ ├── note.txt
│ │ │ │ │ │ │ ├── menu.js
│ │ │ │ │ │ │ ├── CommonMessages_en_US.xml
│ │ │ │ │ │ │ ├── breadcrumbs.js
│ │ │ │ │ │ │ ├── profile.css
│ │ │ │ │ │ │ ├── getBlank.js
│ │ │ │ │ │ │ ├── fontsize.js
│ │ │ │ │ │ ├── api
│ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ ├── inherit.gif
│ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ │ │ ├── class-use
│ │ │ │ │ │ │ │ │ │ │ │ ├── PurgeTxnLog.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerMain.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── SnapshotFormatter.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── LogFormatter.html
│ │ │ │ │ │ │ │ │ │ │ ├── upgrade
│ │ │ │ │ │ │ │ │ │ │ │ ├── class-use
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UpgradeMain.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-summary.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-frame.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── UpgradeMain.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-tree.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-use.html
│ │ │ │ │ │ │ │ │ │ │ ├── quorum
│ │ │ │ │ │ │ │ │ │ │ │ ├── class-use
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeerMain.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-frame.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-summary.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-tree.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── QuorumPeerMain.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── package-use.html
│ │ │ │ │ │ │ │ │ │ │ ├── PurgeTxnLog.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperServerMain.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-frame.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-summary.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-use.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-tree.html
│ │ │ │ │ │ │ │ │ │ │ ├── SnapshotFormatter.html
│ │ │ │ │ │ │ │ │ │ │ ├── LogFormatter.html
│ │ │ │ │ │ │ │ │ │ ├── client
│ │ │ │ │ │ │ │ │ │ │ ├── class-use
│ │ │ │ │ │ │ │ │ │ │ │ ├── FourLetterWordMain.html
│ │ │ │ │ │ │ │ │ │ │ ├── FourLetterWordMain.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-summary.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-tree.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-use.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-frame.html
│ │ │ │ │ │ │ │ │ │ ├── class-use
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.RuntimeInconsistencyException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.CodeDeprecated.html
│ │ │ │ │ │ │ │ │ │ │ ├── Watcher.Event.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.UnimplementedException.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooDefs.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.ACLCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.BadVersionException.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.Children2Callback.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.OperationTimeoutException.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperMain.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.SessionMovedException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.NoAuthException.html
│ │ │ │ │ │ │ │ │ │ │ ├── CreateMode.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.MultiCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.ChildrenCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeper.States.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.StatCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.InvalidACLException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.Code.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.SessionExpiredException.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeper.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.AuthFailedException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.APIErrorException.html
│ │ │ │ │ │ │ │ │ │ │ ├── Watcher.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.StringCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooDefs.Ids.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.InvalidCallbackException.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.DataCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.NodeExistsException.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooDefs.OpCode.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.NoNodeException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.NotEmptyException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.MarshallingErrorException.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.VoidCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── WatchedEvent.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.SystemErrorException.html
│ │ │ │ │ │ │ │ │ │ │ ├── Watcher.Event.KeeperState.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.BadArgumentsException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.NoChildrenForEphemeralsException.html
│ │ │ │ │ │ │ │ │ │ │ ├── ZooDefs.Perms.html
│ │ │ │ │ │ │ │ │ │ │ ├── ServerAdminClient.html
│ │ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.html
│ │ │ │ │ │ │ │ │ │ │ ├── Watcher.Event.EventType.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.DataInconsistencyException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.ConnectionLossException.html
│ │ │ │ │ │ │ │ │ │ │ ├── KeeperException.NotReadOnlyException.html
│ │ │ │ │ │ │ │ │ │ ├── data
│ │ │ │ │ │ │ │ │ │ │ ├── class-use
│ │ │ │ │ │ │ │ │ │ │ │ ├── Stat.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── StatPersisted.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── ACL.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── StatPersistedV1.html
│ │ │ │ │ │ │ │ │ │ │ │ ├── Id.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-frame.html
│ │ │ │ │ │ │ │ │ │ │ ├── Id.html
│ │ │ │ │ │ │ │ │ │ │ ├── StatPersistedV1.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-tree.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-use.html
│ │ │ │ │ │ │ │ │ │ │ ├── Stat.html
│ │ │ │ │ │ │ │ │ │ │ ├── ACL.html
│ │ │ │ │ │ │ │ │ │ │ ├── StatPersisted.html
│ │ │ │ │ │ │ │ │ │ │ ├── package-summary.html
│ │ │ │ │ │ │ │ │ │ ├── Watcher.Event.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.SessionMovedException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.InvalidCallbackException.html
│ │ │ │ │ │ │ │ │ │ ├── ZooKeeper.States.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.DataInconsistencyException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.NoAuthException.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.Children2Callback.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.AuthFailedException.html
│ │ │ │ │ │ │ │ │ │ ├── Watcher.Event.KeeperState.html
│ │ │ │ │ │ │ │ │ │ ├── WatchedEvent.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.NoNodeException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.NotReadOnlyException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.SessionExpiredException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.html
│ │ │ │ │ │ │ │ │ │ ├── ServerAdminClient.html
│ │ │ │ │ │ │ │ │ │ ├── package-use.html
│ │ │ │ │ │ │ │ │ │ ├── ZooDefs.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.StatCallback.html
│ │ │ │ │ │ │ │ │ │ ├── Watcher.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.BadVersionException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.InvalidACLException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.NoChildrenForEphemeralsException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.UnimplementedException.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.ChildrenCallback.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.ConnectionLossException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.SystemErrorException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.OperationTimeoutException.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.ACLCallback.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.NotEmptyException.html
│ │ │ │ │ │ │ │ │ │ ├── ZooDefs.Ids.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.DataCallback.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.CodeDeprecated.html
│ │ │ │ │ │ │ │ │ │ ├── package-frame.html
│ │ │ │ │ │ │ │ │ │ ├── ZooKeeperMain.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.NodeExistsException.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.MultiCallback.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.VoidCallback.html
│ │ │ │ │ │ │ │ │ │ ├── package-tree.html
│ │ │ │ │ │ │ │ │ │ ├── ZooKeeper.html
│ │ │ │ │ │ │ │ │ │ ├── Watcher.Event.EventType.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.BadArgumentsException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.Code.html
│ │ │ │ │ │ │ │ │ │ ├── ZooDefs.OpCode.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.RuntimeInconsistencyException.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.MarshallingErrorException.html
│ │ │ │ │ │ │ │ │ │ ├── ZooDefs.Perms.html
│ │ │ │ │ │ │ │ │ │ ├── KeeperException.APIErrorException.html
│ │ │ │ │ │ │ │ │ │ ├── AsyncCallback.StringCallback.html
│ │ │ │ │ │ │ │ │ │ ├── package-summary.html
│ │ │ │ │ │ │ │ │ │ ├── CreateMode.html
│ │ │ │ │ │ │ ├── overview-summary.html
│ │ │ │ │ │ │ ├── allclasses-noframe.html
│ │ │ │ │ │ │ ├── stylesheet.css
│ │ │ │ │ │ │ ├── serialized-form.html
│ │ │ │ │ │ │ ├── index-all.html
│ │ │ │ │ │ │ ├── overview-frame.html
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── package-list
│ │ │ │ │ │ │ ├── constant-values.html
│ │ │ │ │ │ │ ├── allclasses-frame.html
│ │ │ │ │ │ │ ├── overview-tree.html
│ │ │ │ │ │ │ ├── help-doc.html
│ │ │ │ │ │ │ ├── deprecated-list.html
│ │ │ │ │ │ ├── jdiff
│ │ │ │ │ │ │ ├── changes
│ │ │ │ │ │ │ │ ├── packages_index_removals.html
│ │ │ │ │ │ │ │ ├── pkg_org.apache.zookeeper.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.ZooKeeperMain.html
│ │ │ │ │ │ │ │ ├── classes_index_removals.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.ZooDefs.OpCode.html
│ │ │ │ │ │ │ │ ├── classes_index_all.html
│ │ │ │ │ │ │ │ ├── packages_index_changes.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.NoNodeException.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.ZooKeeper.States.html
│ │ │ │ │ │ │ │ ├── jdiff_topleftframe.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.ZooKeeper.html
│ │ │ │ │ │ │ │ ├── constructors_index_all.html
│ │ │ │ │ │ │ │ ├── fields_index_all.html
│ │ │ │ │ │ │ │ ├── alldiffs_index_changes.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.ClientCnxn.html
│ │ │ │ │ │ │ │ ├── fields_index_removals.html
│ │ │ │ │ │ │ │ ├── packages_index_all.html
│ │ │ │ │ │ │ │ ├── classes_index_changes.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.Environment.html
│ │ │ │ │ │ │ │ ├── constructors_index_additions.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.NotEmptyException.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.Code.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.Watcher.Event.KeeperState.html
│ │ │ │ │ │ │ │ ├── jdiff_statistics.html
│ │ │ │ │ │ │ │ ├── fields_index_additions.html
│ │ │ │ │ │ │ │ ├── changes-summary.html
│ │ │ │ │ │ │ │ ├── methods_index_removals.html
│ │ │ │ │ │ │ │ ├── alldiffs_index_additions.html
│ │ │ │ │ │ │ │ ├── classes_index_additions.html
│ │ │ │ │ │ │ │ ├── methods_index_all.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.Version.html
│ │ │ │ │ │ │ │ ├── alldiffs_index_removals.html
│ │ │ │ │ │ │ │ ├── methods_index_additions.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.InvalidACLException.html
│ │ │ │ │ │ │ │ ├── constructors_index_changes.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.NodeExistsException.html
│ │ │ │ │ │ │ │ ├── fields_index_changes.html
│ │ │ │ │ │ │ │ ├── methods_index_changes.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.BadArgumentsException.html
│ │ │ │ │ │ │ │ ├── org.apache.zookeeper.KeeperException.BadVersionException.html
│ │ │ │ │ │ │ │ ├── jdiff_help.html
│ │ │ │ │ │ │ │ ├── constructors_index_removals.html
│ │ │ │ │ │ │ │ ├── packages_index_additions.html
│ │ │ │ │ │ │ │ ├── alldiffs_index_all.html
│ │ │ │ │ │ │ ├── stylesheet-jdiff.css
│ │ │ │ │ │ │ ├── user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.10.xml
│ │ │ │ │ │ │ ├── missingSinces.txt
│ │ │ │ │ │ │ ├── changes.html
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── state_dia.jpg
│ │ │ │ │ │ │ ├── instruction_arrow.png
│ │ │ │ │ │ │ ├── hadoop-logo.jpg
│ │ │ │ │ │ │ ├── zkperfRW-3.2.jpg
│ │ │ │ │ │ │ ├── zookeeper_small.gif
│ │ │ │ │ │ │ ├── built-with-forrest-button.png
│ │ │ │ │ │ │ ├── bk-overview.jpg
│ │ │ │ │ │ │ ├── zknamespace.jpg
│ │ │ │ │ │ │ ├── zkperfreliability.jpg
│ │ │ │ │ │ │ ├── 2pc.jpg
│ │ │ │ │ │ │ ├── zkcomponents.jpg
│ │ │ │ │ │ │ ├── zkperfRW.jpg
│ │ │ │ │ │ │ ├── zkservice.jpg
│ │ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ ├── bookkeeperOverview.html
│ │ │ │ │ │ ├── zookeeperOtherInfo.html
│ │ │ │ │ │ ├── bookkeeperOverview.pdf
│ │ │ │ │ │ ├── bookkeeperStarted.pdf
│ │ │ │ │ │ ├── linkmap.pdf
│ │ │ │ │ │ ├── zookeeperOver.pdf
│ │ │ │ │ │ ├── zookeeperInternals.html
│ │ │ │ │ │ ├── zookeeperProgrammers.html
│ │ │ │ │ │ ├── linkmap.html
│ │ │ │ │ │ ├── zookeeperAdmin.pdf
│ │ │ │ │ │ ├── releasenotes.html
│ │ │ │ │ │ ├── zookeeperStarted.html
│ │ │ │ │ │ ├── javaExample.html
│ │ │ │ │ │ ├── zookeeperInternals.pdf
│ │ │ │ │ │ ├── zookeeperObservers.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── zookeeperHierarchicalQuorums.pdf
│ │ │ │ │ │ ├── bookkeeperStarted.html
│ │ │ │ │ │ ├── bookkeeperProgrammer.html
│ │ │ │ │ │ ├── bookkeeperStream.pdf
│ │ │ │ │ │ ├── zookeeperTutorial.pdf
│ │ │ │ │ │ ├── index.pdf
│ │ │ │ │ │ ├── bookkeeperProgrammer.pdf
│ │ │ │ │ │ ├── zookeeperQuotas.html
│ │ │ │ │ │ ├── zookeeperStarted.pdf
│ │ │ │ │ │ ├── zookeeperAdmin.html
│ │ │ │ │ │ ├── zookeeperOver.html
│ │ │ │ │ │ ├── zookeeperHierarchicalQuorums.html
│ │ │ │ │ │ ├── zookeeperTutorial.html
│ │ │ │ │ │ ├── broken-links.xml
│ │ │ │ │ │ ├── zookeeperOtherInfo.pdf
│ │ │ │ │ │ ├── zookeeperQuotas.pdf
│ │ │ │ │ │ ├── zookeeperJMX.pdf
│ │ │ │ │ │ ├── zookeeperJMX.html
│ │ │ │ │ │ ├── bookkeeperConfig.html
│ │ │ │ │ │ ├── recipes.html
│ │ │ │ │ │ ├── bookkeeperStream.html
│ │ │ │ │ │ ├── zookeeperProgrammers.pdf
│ │ │ │ │ │ ├── javaExample.pdf
│ │ │ │ │ │ ├── bookkeeperConfig.pdf
│ │ │ │ │ │ ├── recipes.pdf
│ │ │ │ │ │ ├── zookeeperObservers.pdf
│ │ │ │ │ ├── contrib
│ │ │ │ │ │ ├── fatjar
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FatJarMain.java
│ │ │ │ │ │ │ ├── conf
│ │ │ │ │ │ │ │ ├── mainClasses
│ │ │ │ │ │ │ ├── zookeeper-3.4.10-fatjar.jar
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ ├── loggraph
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── graph
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── servlets
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── GraphData.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── StaticContent.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── FileLoader.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Throughput.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── JsonServlet.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NumEvents.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Fs.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── filterops
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NotOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── SymbolArg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── StringArg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NumberArg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── OrOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Arg.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── EqualsOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── GreaterThanOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── AndOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── XorOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LessThanOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Log4JSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── Log4JEntry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── RandomAccessFileReader.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogEntry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FilterOp.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── MergedLogSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── JsonGenerator.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogSkipList.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── TransactionEntry.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── MeasureThroughput.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogServer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogIterator.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── TxnLogSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── LogSource.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FilterParser.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── FilterException.java
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── zookeeper-3.4.10-loggraph.jar
│ │ │ │ │ │ ├── rest
│ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ ├── grizzly-rcm-1.9.8.jar
│ │ │ │ │ │ │ │ ├── jersey-json-1.1.5.1.jar
│ │ │ │ │ │ │ │ ├── grizzly-framework-1.9.8.jar
│ │ │ │ │ │ │ │ ├── jersey-core-1.1.5.1.jar
│ │ │ │ │ │ │ │ ├── jaxb-api-2.1.jar
│ │ │ │ │ │ │ │ ├── grizzly-utils-1.9.8.jar
│ │ │ │ │ │ │ │ ├── servlet-api-2.5.jar
│ │ │ │ │ │ │ │ ├── slf4j-api-1.6.1.jar
│ │ │ │ │ │ │ │ ├── grizzly-http-1.9.8.jar
│ │ │ │ │ │ │ │ ├── asm-3.1.jar
│ │ │ │ │ │ │ │ ├── grizzly-http-servlet-1.9.8.jar
│ │ │ │ │ │ │ │ ├── log4j-1.2.15.jar
│ │ │ │ │ │ │ │ ├── slf4j-log4j12-1.6.1.jar
│ │ │ │ │ │ │ │ ├── jaxb-impl-2.1.12.jar
│ │ │ │ │ │ │ │ ├── grizzly-servlet-webserver-1.9.8.jar
│ │ │ │ │ │ │ │ ├── stax-api-1.0-2.jar
│ │ │ │ │ │ │ │ ├── jettison-1.1.jar
│ │ │ │ │ │ │ │ ├── jsr311-api-1.1.1.jar
│ │ │ │ │ │ │ │ ├── grizzly-portunif-1.9.8.jar
│ │ │ │ │ │ │ │ ├── jackson-core-asl-1.1.1.jar
│ │ │ │ │ │ │ │ ├── stax-api-1.0.1.jar
│ │ │ │ │ │ │ │ ├── jersey-server-1.1.5.1.jar
│ │ │ │ │ │ │ │ ├── activation-1.1.jar
│ │ │ │ │ │ │ ├── conf
│ │ │ │ │ │ │ │ ├── keys
│ │ │ │ │ │ │ │ │ ├── rest.cer
│ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ ├── rest.jks
│ │ │ │ │ │ │ │ ├── rest.properties
│ │ │ │ │ │ │ │ ├── log4j.properties
│ │ │ │ │ │ │ ├── zookeeper-3.4.10-rest.jar
│ │ │ │ │ │ ├── zkpython
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ │ │ ├── pyzk_docstrings.h
│ │ │ │ │ │ │ │ │ ├── zookeeper.c
│ │ │ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ │ ├── watch_znode_for_changes.py
│ │ │ │ │ │ │ │ ├── python
│ │ │ │ │ │ │ │ │ ├── zk.py
│ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ ├── packages
│ │ │ │ │ │ │ │ │ ├── rpm
│ │ │ │ │ │ │ │ │ │ ├── spec
│ │ │ │ │ │ │ │ │ │ │ ├── zkpython.spec
│ │ │ │ │ │ │ │ │ ├── deb
│ │ │ │ │ │ │ │ │ │ ├── zkpython.control
│ │ │ │ │ │ │ │ │ │ │ ├── control
│ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ ├── zktestbase.py
│ │ │ │ │ │ │ │ │ ├── callback_test.py
│ │ │ │ │ │ │ │ │ ├── exists_test.py
│ │ │ │ │ │ │ │ │ ├── delete_test.py
│ │ │ │ │ │ │ │ │ ├── run_tests.sh
│ │ │ │ │ │ │ │ │ ├── close_deadlock_test.py
│ │ │ │ │ │ │ │ │ ├── clientid_test.py
│ │ │ │ │ │ │ │ │ ├── acl_test.py
│ │ │ │ │ │ │ │ │ ├── zkServer.sh
│ │ │ │ │ │ │ │ │ ├── create_test.py
│ │ │ │ │ │ │ │ │ ├── connection_test.py
│ │ │ │ │ │ │ │ │ ├── get_set_test.py
│ │ │ │ │ │ │ │ │ ├── async_test.py
│ │ │ │ │ │ │ ├── ivy.xml
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ ├── VERSION
│ │ │ │ │ │ ├── zkfuse
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── log.cc
│ │ │ │ │ │ │ │ ├── log.h
│ │ │ │ │ │ │ │ ├── event.h
│ │ │ │ │ │ │ │ ├── blockingqueue.h
│ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ ├── event.cc
│ │ │ │ │ │ │ │ ├── mutex.h
│ │ │ │ │ │ │ │ ├── thread.h
│ │ │ │ │ │ │ │ ├── thread.cc
│ │ │ │ │ │ │ │ ├── doxygen.cfg
│ │ │ │ │ │ │ │ ├── zkadapter.h
│ │ │ │ │ │ │ │ ├── zkadapter.cc
│ │ │ │ │ │ │ │ ├── log4cxx.properties
│ │ │ │ │ │ │ │ ├── zkfuse.cc
│ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ │ │ ├── VERSION
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ ├── zkperl
│ │ │ │ │ │ │ ├── t
│ │ │ │ │ │ │ │ ├── 10_invalid.t
│ │ │ │ │ │ │ │ ├── 22_stat_tie.t
│ │ │ │ │ │ │ │ ├── 35_log.t
│ │ │ │ │ │ │ │ ├── util.pl
│ │ │ │ │ │ │ │ ├── 24_watch_tie.t
│ │ │ │ │ │ │ │ ├── 60_watch.t
│ │ │ │ │ │ │ │ ├── 15_thread.t
│ │ │ │ │ │ │ │ ├── 30_connect.t
│ │ │ │ │ │ │ │ ├── 50_access.t
│ │ │ │ │ │ │ │ ├── 20_tie.t
│ │ │ │ │ │ │ │ ├── 40_basic.t
│ │ │ │ │ │ │ │ ├── 45_class.t
│ │ │ │ │ │ │ ├── build
│ │ │ │ │ │ │ │ ├── check_zk_version.c
│ │ │ │ │ │ │ │ ├── check_zk_version.h
│ │ │ │ │ │ │ ├── Changes
│ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ ├── typemap
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── ZooKeeper.xs
│ │ │ │ │ │ │ ├── Makefile.PL
│ │ │ │ │ │ │ ├── NOTICE
│ │ │ │ │ │ │ ├── ZooKeeper.pm
│ │ │ │ │ │ │ ├── VERSION
│ │ │ │ │ │ │ ├── MANIFEST
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ ├── ZooInspector
│ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ ├── refresh.gif
│ │ │ │ │ │ │ │ ├── fldr_obj.gif
│ │ │ │ │ │ │ │ ├── launch_run.gif
│ │ │ │ │ │ │ │ ├── new_con.gif
│ │ │ │ │ │ │ │ ├── launch_stop.gif
│ │ │ │ │ │ │ │ ├── file_obj.gif
│ │ │ │ │ │ │ │ ├── info_obj.gif
│ │ │ │ │ │ │ │ ├── edtsrclkup_co.gif
│ │ │ │ │ │ │ │ ├── trash.gif
│ │ │ │ │ │ │ │ ├── search_prev.gif
│ │ │ │ │ │ │ │ ├── save_edit.gif
│ │ │ │ │ │ │ │ ├── search_next.gif
│ │ │ │ │ │ │ │ ├── jspdecl.gif
│ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ ├── jtoaster-1.0.4.jar
│ │ │ │ │ │ │ ├── licences
│ │ │ │ │ │ │ │ ├── epl-v10.html
│ │ │ │ │ │ │ │ ├── Apache Software Licence v2.0.txt
│ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ ├── defaultNodeVeiwers.cfg
│ │ │ │ │ │ │ │ ├── defaultConnectionSettings.cfg
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ ├── org
│ │ │ │ │ │ │ │ │ │ ├── apache
│ │ │ │ │ │ │ │ │ │ │ ├── zookeeper
│ │ │ │ │ │ │ │ │ │ │ │ ├── inspector
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── manager
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeListener.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorReadOnlyManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorManagerImpl.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeTreeManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── Pair.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── encryption
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── BasicDataEncryptionManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── DataEncryptionManager.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── gui
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── nodeviewer
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewerACL.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewerData.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeViewer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewerMetaData.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── NodeViewersChangeListener.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorConnectionPropertiesDialog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorTreeViewer.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeViewersPanel.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorPanel.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorAboutDialog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── about.html
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorIconResources.java
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspectorNodeViewersDialog.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── logger
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── LoggerFactory.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooInspector.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── retry
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ZooKeeperRetry.java
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── zookeeper-3.4.10-ZooInspector.jar
│ │ │ │ │ │ ├── zktreeutil
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ ├── zk_sample.xml
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── ZkTreeUtil.h
│ │ │ │ │ │ │ │ ├── ZkTreeUtilMain.cc
│ │ │ │ │ │ │ │ ├── SimpleTree.h
│ │ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ │ ├── ZkAdaptor.cc
│ │ │ │ │ │ │ │ ├── ZkAdaptor.h
│ │ │ │ │ │ │ │ ├── ZkTreeUtil.cc
│ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── VERSION
│ │ │ │ │ │ │ ├── configure.ac
│ │ │ │ │ ├── zookeeper-3.4.10.jar.asc
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── zookeeper-3.4.10.jar.md5
│ │ │ │ │ ├── NOTICE.txt
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── zookeeper-3.4.10.jar
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── README_packaging.txt
│ │ │ │ │ ├── zookeeper-3.4.10.jar.sha1
│ │ │ │ │ ├── ivy.xml
│ │ │ │ │ ├── ivysettings.xml
│ │ │ │ ├── zk.sh
│ │ │ │ ├── xjps.sh
│ │ │ │ ├── auto-ssh-sshpass.sh
│ │ │ │ ├── xcall.sh
│ │ │ │ ├── xsync.sh
│ │ │ │ ├── xshutdown.sh
│ │ │ │ ├── zookeeper-3.4.10.tar
│ │ │ │ ├── change.sh
│ │ │ ├── zookeeper-3.4.10.tar
│ │ │ ├── prettyZoo-win.msi
│ │ │ ├── zookeeper-3.4.10.tar.gz
│ │ │ ├── 晨测.txt
│ │ ├── 笔记
│ │ │ ├── ${imgs}
│ │ │ │ ├── image-20260223154935636.png
│ │ │ │ ├── wps21.jpg
│ │ │ │ ├── image-20260227065541346.png
│ │ │ │ ├── image-20260223154833508.png
│ │ │ │ ├── image-20260223152026440.png
│ │ │ │ ├── image-20260222190753102.png
│ │ │ │ ├── image-20260223154953442.png
│ │ │ │ ├── wps18.png
│ │ │ │ ├── wps23.jpg
│ │ │ │ ├── image-20260222190610544.png
│ │ │ │ ├── wps20.jpg
│ │ │ │ ├── wps19.jpg
│ │ │ │ ├── image-20260222190240226.png
│ │ │ │ ├── wps17.png
│ │ │ │ ├── image-20260222190044132.png
│ │ │ │ ├── image-20260222185936773.png
│ │ │ │ ├── image-20260222190555427.png
│ │ │ │ ├── image-20260222192752791.png
│ │ │ │ ├── wps1.png
│ │ │ │ ├── image-20260226171349125.png
│ │ │ │ ├── image-20260222190842369.png
│ │ │ │ ├── image-20260223155100392.png
│ │ │ │ ├── wps2.jpg
│ │ │ │ ├── image-20260222190339462.png
│ │ │ │ ├── wps22.png
│ │ │ ├── zookeeper.md
│ ├── day76_gitlab
│ │ ├── 笔记
│ │ │ ├── 04-gitlab
│ │ │ │ ├── ${imgs}
│ │ │ │ │ ├── image-20260207190956406.png
│ │ │ │ │ ├── wps5.jpg
│ │ │ │ │ ├── image-20260207190545872.png
│ │ │ │ │ ├── image-20260206191326495.png
│ │ │ │ │ ├── image-20260206185041017.png
│ │ │ │ │ ├── image-20260206165238304.png
│ │ │ │ │ ├── image-20260206164625367.png
│ │ │ │ │ ├── image-20260206200517821.png
│ │ │ │ │ ├── image-20260206163023498.png
│ │ │ │ │ ├── image-20260131164557563.png
│ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ ├── image-20260131164618580.png
│ │ │ │ │ ├── image-20260206170455748.png
│ │ │ │ │ ├── image-20260131161449338.png
│ │ │ │ │ ├── image-20260206165548319.png
│ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ ├── image-20260206170722089.png
│ │ │ │ │ ├── image-20260206214717393.png
│ │ │ │ │ ├── image-20260206163557905.png
│ │ │ │ │ ├── image-20260206165337360.png
│ │ │ │ │ ├── image-20260206164723673.png
│ │ │ │ │ ├── image-20260206164542138.png
│ │ │ │ │ ├── image-20260207192753742.png
│ │ │ │ │ ├── image-20260206163305230.png
│ │ │ │ │ ├── image-20260207190731626.png
│ │ │ │ │ ├── image-20260206163108948.png
│ │ │ │ │ ├── image-20260207190641015.png
│ │ │ │ │ ├── image-20260206165501236.png
│ │ │ │ │ ├── wps12224.jpg
│ │ │ │ │ ├── image-20260206170918261.png
│ │ │ │ │ ├── wps3.jpg
│ │ │ │ │ ├── image-20260206164505483.png
│ │ │ │ │ ├── image-20260206170747642.png
│ │ │ │ │ ├── image-20260206185308934.png
│ │ │ │ │ ├── wps13111.jpg
│ │ │ │ │ ├── image-20260206163405620.png
│ │ │ │ │ ├── image-20260206165145671.png
│ │ │ │ │ ├── image-20260206191431431.png
│ │ │ │ │ ├── image-20260206164855514.png
│ │ │ │ │ ├── image-20260205214022430.png
│ │ │ │ │ ├── wps1111.jpg
│ │ │ │ │ ├── image-20260131164706511.png
│ │ │ │ │ ├── wps41111.jpg
│ │ │ │ │ ├── image-20260131164633588.png
│ │ │ │ │ ├── image-20260131144304848.png
│ │ │ │ │ ├── image-20260131150007534.png
│ │ │ │ │ ├── wps4.jpg
│ │ │ │ │ ├── image-20260206170343806.png
│ │ │ │ │ ├── image-20260206163431451.png
│ │ │ │ │ ├── image-20260206164951503.png
│ │ │ │ │ ├── wps21111.jpg
│ │ │ │ ├── gitlab.md
│ │ ├── 代码
│ │ │ ├── 二.复习.txt
│ │ │ ├── 一.晨测.txt
│ │ ├── 资料
│ │ │ ├── gitlab-ce-15.9.3-ce.0.el7.x86_64.rpm
│ │ ├── 视频
│ │ │ ├── 15.邮箱的配置.mp4
│ │ │ ├── 16.创建用户的测试.mp4
│ │ │ ├── 3.gitlab的介绍.mp4
│ │ │ ├── 10.角色的介绍.mp4
│ │ │ ├── 2.复习.mp4
│ │ │ ├── 13.备份与恢复.mp4
│ │ │ ├── 12.使用git上传代码.mp4
│ │ │ ├── 1.晨测.mp4
│ │ │ ├── 4.完成虚拟机克隆.mp4
│ │ │ ├── 11.图形化界面操作文件.mp4
│ │ │ ├── 7.创建用户.mp4
│ │ │ ├── 8.创建群组添加成员.mp4
│ │ │ ├── 18.git工作流介绍.mp4
│ │ │ ├── 14.升级的规则.mp4
│ │ │ ├── 5.安装和基本配置.mp4
│ │ │ ├── 6.用户,组,项目.mp4
│ │ │ ├── 17.idea连接gitlab.mp4
│ │ │ ├── 9.更改用户密码创建项目.mp4
│ ├── day80_jenkins
│ │ ├── 视频
│ │ │ ├── 8.pipline的helloworld.mp4
│ │ │ ├── 1.复习.mp4
│ │ │ ├── 9.流水线拉取代码.mp4
│ │ │ ├── 10.配置钉钉需要注意的点.mp4
│ │ │ ├── 3.jenkins集成钉钉.mp4
│ │ │ ├── 11.角色管理.mp4
│ │ │ ├── 5.配置简单任务.mp4
│ │ │ ├── 2.晨测.mp4
│ │ │ ├── 6.配置一个docker任务.mp4
│ │ │ ├── 4.配置从节点.mp4
│ │ │ ├── 7.负载统计的一个说明.mp4
│ │ ├── 资料
│ │ │ ├── 流水线流程.png
│ │ │ ├── openjdk-11.0.23-rpm.tar.gz
│ │ ├── 笔记
│ │ │ ├── ${imgs}
│ │ │ │ ├── image-20260114153307449.png
│ │ │ │ ├── wps26.jpg
│ │ │ │ ├── image-20260127161329687.png
│ │ │ │ ├── image-20260114152504561.png
│ │ │ │ ├── wps33.jpg
│ │ │ │ ├── wps5-17711552478189.jpg
│ │ │ │ ├── wps22.jpg
│ │ │ │ ├── wps7-17720259723404.jpg
│ │ │ │ ├── image-20260114085606133.png
│ │ │ │ ├── image-20260116151057363.png
│ │ │ │ ├── wps14-177098561662925.jpg
│ │ │ │ ├── image-20260116131509124.png
│ │ │ │ ├── image-20260127180840273.png
│ │ │ │ ├── wps7-17695033608668.jpg
│ │ │ │ ├── image-20260114085733587.png
│ │ │ │ ├── wps9.jpg
│ │ │ │ ├── image-20260225074450991.png
│ │ │ │ ├── image-20260116160001913.png
│ │ │ │ ├── image-20260114085452254-17683520934409.png
│ │ │ │ ├── image-20260115093834357.png
│ │ │ │ ├── wps2-17695033608653.jpg
│ │ │ │ ├── wps2-17706093042823.jpg
│ │ │ │ ├── image-20260115175815684.png
│ │ │ │ ├── wps4.jpg
│ │ │ │ ├── wps25.jpg
│ │ │ │ ├── wps3-17695227132904.jpg
│ │ │ │ ├── image-20260127165605743.png
│ │ │ │ ├── wps2-17695227132892.jpg
│ │ │ │ ├── wps5.jpg
│ │ │ │ ├── wps14-17695063165193.jpg
│ │ │ │ ├── image-20260114154047048.png
│ │ │ │ ├── image-20260116171635199.png
│ │ │ │ ├── image-20260128092026767.png
│ │ │ │ ├── image-20260226112117508.png
│ │ │ │ ├── image-20260114105637253-176835939930425.png
│ │ │ │ ├── image-20260114104721349.png
│ │ │ │ ├── image-20260114085606133-176835216791811.png
│ │ │ │ ├── image-20260212192905329.png
│ │ │ │ ├── wps4-17720259723402.jpg
│ │ │ │ ├── image-20260114154847369.png
│ │ │ │ ├── wps24-177202597234022.jpg
│ │ │ │ ├── image-20260115093901414.png
│ │ │ │ ├── image-20260116132142963.png
│ │ │ │ ├── wps35.jpg
│ │ │ │ ├── wps13-176956810192030.jpg
│ │ │ │ ├── wps7.jpg
│ │ │ │ ├── image-20260215195904889.png
│ │ │ │ ├── image-20260114085452254.png
│ │ │ │ ├── wps11.jpg
│ │ │ │ ├── image-20260127183112445.png
│ │ │ │ ├── image-20260114110859705.png
│ │ │ │ ├── image-20260128130343313.png
│ │ │ │ ├── wps5-17695033608666.jpg
│ │ │ │ ├── wps13-177202597234014.jpg
│ │ │ │ ├── wps1.jpg
│ │ │ │ ├── image-20260114154957065.png
│ │ │ │ ├── image-20260116131621835.png
│ │ │ │ ├── image-20260116115140613.png
│ │ │ │ ├── image-20260128161502869.png
│ │ │ │ ├── wps13-17695063165194.jpg
│ │ │ │ ├── image-20260128092654277.png
│ │ │ │ ├── image-20260116171704123.png
│ │ │ │ ├── wps3.jpg
│ │ │ │ ├── image-20260209153917929.png
│ │ │ │ ├── image-20260215193140439.png
│ │ │ │ ├── wps24.jpg
│ │ │ │ ├── wps6-17695033608667.jpg
│ │ │ │ ├── wps3-17683821875124.jpg
│ │ │ │ ├── image-20260114110730921.png
│ │ │ │ ├── wps1-17711550340321.jpg
│ │ │ │ ├── image-20260223202659637.png
│ │ │ │ ├── image-20260113214154770-17683117167765.png
│ │ │ │ ├── wps27.jpg
│ │ │ │ ├── wps30.jpg
│ │ │ │ ├── image-20260213203305867.png
│ │ │ │ ├── image-20260127163750481.png
│ │ │ │ ├── wps4-17709029205116.jpg
│ │ │ │ ├── image-20260127161823912.png
│ │ │ │ ├── wps22-177202597234019.jpg
│ │ │ │ ├── image-20260116120530075.png
│ │ │ │ ├── image-20260225074415606.png
│ │ │ │ ├── image-20260114085636376-176835219802713.png
│ │ │ │ ├── image-20260215193714420.png
│ │ │ │ ├── image-20260128111923875.png
│ │ │ │ ├── image-20260116164706120.png
│ │ │ │ ├── wps2.jpg
│ │ │ │ ├── image-20260114103625823-176835818745121.png
│ │ │ │ ├── image-20260114104342602-176835862383423.png
│ │ │ │ ├── wps3-17695033608654.jpg
│ │ │ │ ├── image-20260114105637253.png
│ │ │ │ ├── image-20260127160513628.png
│ │ │ │ ├── wps13.jpg
│ │ │ │ ├── image-20260114085903384-176835234567117.png
│ │ │ │ ├── image-20260114154540944.png
│ │ │ │ ├── wps1-177202597234010.jpg
│ │ │ │ ├── wps16-177098561662923.jpg
│ │ │ │ ├── image-20260129100403567.png
│ │ │ │ ├── wps29.jpg
│ │ │ │ ├── image-20260115111547077.png
│ │ │ │ ├── image-20260116172014413.png
│ │ │ │ ├── wps14-177202597234015.jpg
│ │ │ │ ├── image-20260212204647181.png
│ │ │ │ ├── wps2-17683821875112.jpg
│ │ │ │ ├── image-20260213203038472.png
│ │ │ │ ├── wps19-177202597234028.jpg
│ │ │ │ ├── wps6.jpg
│ │ │ │ ├── image-20260116131732844.png
│ │ │ │ ├── image-20260213211535600.png
│ │ │ │ ├── image-20260116130823718.png
│ │ │ │ ├── image-20260128131319745.png
│ │ │ │ ├── wps20.jpg
│ │ │ │ ├── image-20260129100445585.png
│ │ │ │ ├── image-20260213085526803.png
│ │ │ │ ├── image-20260209153847318.png
│ │ │ │ ├── image-20260212213939905.png
│ │ │ │ ├── wps5-17706093042836.jpg
│ │ │ │ ├── wps9-177098561662717.jpg
│ │ │ │ ├── image-20260113213834594.png
│ │ │ │ ├── wps28-177202597234025.jpg
│ │ │ │ ├── wps25-177202597234024.jpg
│ │ │ │ ├── wps4-17706093042834.jpg
│ │ │ │ ├── wps23-177202597234020.jpg
│ │ │ │ ├── image-20260212213819054.png
│ │ │ │ ├── image-20260129102213016.png
│ │ │ │ ├── image-20260128200532464.png
│ │ │ │ ├── wps5-17720259723403.jpg
│ │ │ │ ├── image-20260128104210748.png
│ │ │ │ ├── image-20260209114933002.png
│ │ │ │ ├── wps8-177090379007312.jpg
│ │ │ │ ├── image-20260115090340866.png
│ │ │ │ ├── image-20260116131306598.png
│ │ │ │ ├── wps18.jpg
│ │ │ │ ├── image-20260128131310505.png
│ │ │ │ ├── image-20260114085903384.png
│ │ │ │ ├── image-20260115093539729.png
│ │ │ │ ├── image-20260128131520925.png
│ │ │ │ ├── image-20260116120611163.png
│ │ │ │ ├── image-20260116131553694.png
│ │ │ │ ├── image-20260116172116465.png
│ │ │ │ ├── image-20260114154610834.png
│ │ │ │ ├── image-20260116145214750.png
│ │ │ │ ├── wps11-177098561662918.jpg
│ │ │ │ ├── wps12-177098561662920.jpg
│ │ │ │ ├── wps21.jpg
│ │ │ │ ├── image-20260116164729604.png
│ │ │ │ ├── image-20260129104304101.png
│ │ │ │ ├── image-20260113214550876-17683119522217.png
│ │ │ │ ├── image-20260116120726897.png
│ │ │ │ ├── image-20260113194348049.png
│ │ │ │ ├── wps8-176956276713112.jpg
│ │ │ │ ├── image-20260116145056444.png
│ │ │ │ ├── image-20260115090250709.png
│ │ │ │ ├── image-20260116131220543.png
│ │ │ │ ├── wps16.jpg
│ │ │ │ ├── image-20260115094303539.png
│ │ │ │ ├── image-20260128110311458.png
│ │ │ │ ├── wps11-176956276713216.jpg
│ │ │ │ ├── image-20260116115518879.png
│ │ │ │ ├── image-20260114085707280-176835222970715.png
│ │ │ │ ├── image-20260115094320889.png
│ │ │ │ ├── wps13-177098561662921.jpg
│ │ │ │ ├── wps11-176950392853920.jpg
│ │ │ │ ├── wps3-17711550340333.jpg
│ │ │ │ ├── image-20260128113555638.png
│ │ │ │ ├── wps15-176956810192029.jpg
│ │ │ │ ├── wps19.jpg
│ │ │ │ ├── wps8-17720259723406.jpg
│ │ │ │ ├── image-20260115180307398.png
│ │ │ │ ├── image-20260209114734834.png
│ │ │ │ ├── wps1-17709028335321.jpg
│ │ │ │ ├── image-20260115094014399.png
│ │ │ │ ├── wps1-17695028512801.jpg
│ │ │ │ ├── wps12.jpg
│ │ │ │ ├── image-20260116164537295.png
│ │ │ │ ├── wps1-17683821875111.jpg
│ │ │ │ ├── wps10.jpg
│ │ │ │ ├── wps12-17695063165192.jpg
│ │ │ │ ├── image-20260114103851819.png
│ │ │ │ ├── image-20260114154701553.png
│ │ │ │ ├── wps28.jpg
│ │ │ │ ├── wps2-17709028335332.jpg
│ │ │ │ ├── image-20260116172304086.png
│ │ │ │ ├── wps3-17706093042835.jpg
│ │ │ │ ├── wps17-177202597234021.jpg
│ │ │ │ ├── image-20260114104536622.png
│ │ │ │ ├── image-20260116131159511.png
│ │ │ │ ├── wps6-17720259723405.jpg
│ │ │ │ ├── image-20260114155212769.png
│ │ │ │ ├── image-20260128212030367.png
│ │ │ │ ├── image-20260212112936595.png
│ │ │ │ ├── wps6-176956276713011.jpg
│ │ │ │ ├── image-20260215195749508.png
│ │ │ │ ├── image-20260127161543424.png
│ │ │ │ ├── image-20260114154020679.png
│ │ │ │ ├── image-20260213085435785.png
│ │ │ │ ├── image-20260113194348049-17683046303031.png
│ │ │ │ ├── wps5-17695227132905.jpg
│ │ │ │ ├── image-20260213212811398.png
│ │ │ │ ├── image-20260113211708348-17683102301593.png
│ │ │ │ ├── image-20260114104342602.png
│ │ │ │ ├── wps8.jpg
│ │ │ │ ├── image-20260127181525712.png
│ │ │ │ ├── image-20260114111027185.png
│ │ │ │ ├── image-20260115093915987.png
│ │ │ │ ├── wps7-177090379007311.jpg
│ │ │ │ ├── image-20260209114805990.png
│ │ │ │ ├── image-20260209114636234.png
│ │ │ │ ├── wps10-177098561662919.jpg
│ │ │ │ ├── image-20260127190355734.png
│ │ │ │ ├── image-20260212204527400.png
│ │ │ │ ├── image-20260114154125383.png
│ │ │ │ ├── image-20260116155900689.png
│ │ │ │ ├── image-20260114100607182-176835637051719.png
│ │ │ │ ├── image-20260116151617962.png
│ │ │ │ ├── image-20260114153809400.png
│ │ │ │ ├── image-20260113214234844.png
│ │ │ │ ├── wps2-17711550340322.jpg
│ │ │ │ ├── image-20260212214428056.png
│ │ │ │ ├── image-20260116172344987.png
│ │ │ │ ├── image-20260115180858898.png
│ │ │ │ ├── image-20260115175924516.png
│ │ │ │ ├── wps4-17683821875113.jpg
│ │ │ │ ├── image-20260115175900237.png
│ │ │ │ ├── image-20260129142529557.png
│ │ │ │ ├── image-20260128161543517.png
│ │ │ │ ├── image-20260114190007636.png
│ │ │ │ ├── wps9-17720259723407.jpg
│ │ │ │ ├── image-20260116132411397.png
│ │ │ │ ├── wps14-176956810191928.jpg
│ │ │ │ ├── image-20260213211707566.png
│ │ │ │ ├── wps15-177098561662922.jpg
│ │ │ │ ├── wps18-177098561662926.jpg
│ │ │ │ ├── wps34.jpg
│ │ │ │ ├── image-20260128112216118.png
│ │ │ │ ├── image-20260113211708348.png
│ │ │ │ ├── image-20260116131402134.png
│ │ │ │ ├── image-20260114085707280.png
│ │ │ │ ├── image-20260127160943120.png
│ │ │ │ ├── image-20260213203155150.png
│ │ │ │ ├── image-20260114153008405.png
│ │ │ │ ├── wps18-177202597234023.jpg
│ │ │ │ ├── image-20260127192654665.png
│ │ │ │ ├── wps36.jpg
│ │ │ │ ├── image-20260224171728878.png
│ │ │ │ ├── wps21-177202597234018.jpg
│ │ │ │ ├── image-20260114100607182.png
│ │ │ │ ├── wps9-176950336086610.jpg
│ │ │ │ ├── image-20260213203329256.png
│ │ │ │ ├── image-20260127220319104.png
│ │ │ │ ├── image-20260212212933839.png
│ │ │ │ ├── wps6-177090379007310.jpg
│ │ │ │ ├── image-20260116170944372.png
│ │ │ │ ├── wps20-177202597234017.jpg
│ │ │ │ ├── wps15-177202597234012.jpg
│ │ │ │ ├── image-20260115220456539.png
│ │ │ │ ├── image-20260209115437271.png
│ │ │ │ ├── image-20260215193747971.png
│ │ │ │ ├── image-20260114154652559.png
│ │ │ │ ├── wps4-17695033608655.jpg
│ │ │ │ ├── image-20260114095930528.png
│ │ │ │ ├── image-20260128092458146.png
│ │ │ │ ├── wps17.jpg
│ │ │ │ ├── wps6-177115524781810.jpg
│ │ │ │ ├── image-20260128211958507.png
│ │ │ │ ├── wps14.jpg
│ │ │ │ ├── image-20260116150802907.png
│ │ │ │ ├── image-20260115180232068.png
│ │ │ │ ├── image-20260209114948296.png
│ │ │ │ ├── image-20260114152425625.png
│ │ │ │ ├── wps1-17706087394041.jpg
│ │ │ │ ├── wps12-176956276713215.jpg
│ │ │ │ ├── wps31.jpg
│ │ │ │ ├── image-20260208165839879.png
│ │ │ │ ├── image-20260116153922850.png
│ │ │ │ ├── image-20260128110951746.png
│ │ │ │ ├── image-20260115180251273.png
│ │ │ │ ├── image-20260113214154770.png
│ │ │ │ ├── image-20260128194701324.png
│ │ │ │ ├── image-20260114104616699.png
│ │ │ │ ├── image-20260215195852310.png
│ │ │ │ ├── image-20260224165455896.png
│ │ │ │ ├── image-20260115112551313.png
│ │ │ │ ├── wps3-17709029205105.jpg
│ │ │ │ ├── wps4-17711551216337.jpg
│ │ │ │ ├── image-20260113214550876.png
│ │ │ │ ├── image-20260115095429660.png
│ │ │ │ ├── wps16-17695063165216.jpg
│ │ │ │ ├── image-20260128201651893.png
│ │ │ │ ├── wps15-17695063165181.jpg
│ │ │ │ ├── image-20260114105756709.png
│ │ │ │ ├── image-20260116164834442.png
│ │ │ │ ├── image-20260213202947370.png
│ │ │ │ ├── wps10-176950392853919.jpg
│ │ │ │ ├── wps29-177202597234027.jpg
│ │ │ │ ├── image-20260209114715005.png
│ │ │ │ ├── image-20260226143956514.png
│ │ │ │ ├── wps16-176956810192031.jpg
│ │ │ │ ├── image-20260114155105087.png
│ │ │ │ ├── wps5-17709037900719.jpg
│ │ │ │ ├── image-20260127190627987.png
│ │ │ │ ├── image-20260127174057207.png
│ │ │ │ ├── image-20260116204230936.png
│ │ │ │ ├── image-20260213085329243.png
│ │ │ │ ├── wps17-177098561662924.jpg
│ │ │ │ ├── image-20260207221426376.png
│ │ │ │ ├── image-20260209114905928.png
│ │ │ │ ├── image-20260114085636376.png
│ │ │ │ ├── image-20260127190755423.png
│ │ │ │ ├── image-20260116203858485.png
│ │ │ │ ├── wps2-17720259723408.jpg
│ │ │ │ ├── image-20260128200831289.png
│ │ │ │ ├── image-20260212212608327.png
│ │ │ │ ├── wps4-17695227132893.jpg
│ │ │ │ ├── wps23.jpg
│ │ │ │ ├── wps8-17695033608669.jpg
│ │ │ │ ├── wps10-176956276713217.jpg
│ │ │ │ ├── image-20260128090931987.png
│ │ │ │ ├── wps1-17695227132891.jpg
│ │ │ │ ├── image-20260213212909348.png
│ │ │ │ ├── image-20260212213457217.png
│ │ │ │ ├── wps10-17720259723409.jpg
│ │ │ │ ├── wps32.jpg
│ │ │ │ ├── wps15.jpg
│ │ │ │ ├── image-20260115180936291.png
│ │ │ │ ├── wps12-177202597234013.jpg
│ │ │ │ ├── wps3-17720259723391.jpg
│ │ │ │ ├── image-20260116131114137.png
│ │ │ │ ├── image-20260116115426767.png
│ │ │ │ ├── image-20260127161017365.png
│ │ │ │ ├── image-20260116115500616.png
│ │ │ │ ├── wps11-177202597234011.jpg
│ │ │ │ ├── wps27-177202597234026.jpg
│ │ │ │ ├── image-20260114103625823.png
│ │ │ ├── jenkins03.md
│ │ │ ├── 晨测.txt
│ ├── day73_docker03
│ │ ├── 视频
│ │ │ ├── 12.hadoop介绍.mp4
│ │ │ ├── 17.复习.mp4
│ │ │ ├── 1.复习.mp4
│ │ │ ├── 8.自定义网络的使用.mp4
│ │ │ ├── 5.容器网络的介绍以及默认桥接的使用.mp4
│ │ │ ├── 15.分发文件并启动.mp4
│ │ │ ├── 16.再说明.mp4
│ │ │ ├── 7.创建和删除自定义网络.mp4
│ │ │ ├── 13.搭建hadoop集群1.mp4
│ │ │ ├── 3.完成tengine的制作.mp4
│ │ │ ├── 10.添加脚本重启后生效.mp4
│ │ │ ├── 2.制作jar包容器.mp4
│ │ │ ├── 11.问题的解释.mp4
│ │ │ ├── 4.端口映射.mp4
│ │ │ ├── 9.搭建网络外部可以访问容器内部服务1.mp4
│ │ │ ├── 14.修改配置文件完毕.mp4
│ │ │ ├── 6.系统默认网桥的通信原理.mp4
│ │ ├── 资料
│ │ │ ├── save_centos_jdk_ssh.tar
│ │ ├── 代码
│ │ │ ├── 3.总结.txt
│ │ │ ├── 复习.txt
│ │ │ ├── 1晨测.txt
│ ├── day75_git
│ │ ├── 资料
│ │ │ ├── Git-2.50.1-64-bit.exe
│ │ │ ├── 激活码-Win系统.zip
│ │ │ ├── ideaIU-2024.1.7.exe
│ │ ├── 代码
│ │ │ ├── 晨测.txt
│ │ ├── 视频
│ │ │ ├── 16.使用idea完成git操作.mp4
│ │ │ ├── 13.fork项目.mp4
│ │ │ ├── 10.回顾上午内容.mp4
│ │ │ ├── 15.安装和破解.mp4
│ │ │ ├── 14.免密传输和tag.mp4
│ │ │ ├── 11.推送拉取远程仓库代码.mp4
│ │ │ ├── 17.使用码云插件推送和拉取代码.mp4
│ │ │ ├── 1.复习.mp4
│ │ │ ├── 6.git基本指令操作.mp4
│ │ │ ├── 2.晨测.mp4
│ │ │ ├── 9.指针操作.mp4
│ │ │ ├── 5.命令的介绍.mp4
│ │ │ ├── 7.版本回退.mp4
│ │ │ ├── 3.git的介绍.mp4
│ │ │ ├── 12.团队开发.mp4
│ │ │ ├── 4.git的安装.mp4
│ │ │ ├── 8.分支管理.mp4
│ ├── day59_Nginx
│ │ ├── 课件
│ │ │ ├── Linux综合架构-02-Nginx.docx
│ │ ├── project
│ │ │ ├── nginxconf.zip
│ │ │ ├── china.tar.gz
│ │ │ ├── excel.zip
│ │ │ ├── cxk.zip
│ │ │ ├── bird.zip
│ │ ├── 视频
│ │ │ ├── 05-Nginx案例1:功能实现.mp4
│ │ │ ├── 09-Nginx案例总结(listen和server_name).mp4
│ │ │ ├── 16-Nginx的访问日志.mp4
│ │ │ ├── 14-Nginx基于IP和端口的虚拟主机.mp4
│ │ │ ├── 15-Nginx的错误日志.mp4
│ │ │ ├── 06-Nginx案例1:通过Windows访问.mp4
│ │ │ ├── 07-Nginx案例2:功能实现.mp4
│ │ │ ├── 03-Nginx配置文件的listen和server_name.mp4
│ │ │ ├── 02-Nginx的配置文件.mp4
│ │ │ ├── 08-Nginx案例总结(流程).mp4
│ │ │ ├── 04-Nginx配置文件的root.mp4
│ │ │ ├── 12-Nginx基于域名的虚拟主机(2).mp4
│ │ │ ├── 13-Nginx基于端口的虚拟主机.mp4
│ │ │ ├── 11-Nginx基于域名的虚拟主机(1).mp4
│ │ │ ├── 01-安装Nginx.mp4
│ │ │ ├── 10-Nginx测试站点目录问题.mp4
│ ├── day70_阿里云
│ │ ├── 视频
│ │ │ ├── 03-购买CLB.mp4
│ │ │ ├── 10-HTTPS和证书.mp4
│ │ │ ├── 12-购买NAT网关.mp4
│ │ │ ├── 14-经典网络和VPC.mp4
│ │ │ ├── 11-CDN概述.mp4
│ │ │ ├── 06-购买ALB.mp4
│ │ │ ├── 15-新建VPC以及ECS.mp4
│ │ │ ├── 07-ALB实现负载均衡.mp4
│ │ │ ├── 16-使用CEN使多个VPC互联.mp4
│ │ │ ├── 13-使用NAT网关实现共享上网功能.mp4
│ │ │ ├── 09-DNS解析域名相关记录.mp4
│ │ │ ├── 05-CLB配置默认服务器组和虚拟服务器组.mp4
│ │ │ ├── 08-ALB根据请求体设置请求转发.mp4
│ │ │ ├── 01-CLB和ALB.mp4
│ │ │ ├── 02-创建自定义镜像并购买ECS.mp4
│ │ │ ├── 04-实现CLB负载均衡.mp4
│ ├── day82_kafka
│ │ ├── 视频
│ │ │ ├── 7.生产者发送消息消费者消息消息.mp4
│ │ │ ├── 5.搭建集群.mp4
│ │ │ ├── 12.使用idea发送代码.mp4
│ │ │ ├── 11.生产者发送流程流程.mp4
│ │ │ ├── 10.副本的修改.mp4
│ │ │ ├── 8.消费者组.mp4
│ │ │ ├── 3.kafka和消息队列的介绍.mp4
│ │ │ ├── 4.kafka的基础架构.mp4
│ │ │ ├── 6.主题操作.mp4
│ │ │ ├── 1.复习.mp4
│ │ │ ├── 9.脚本操作.mp4
│ │ │ ├── 2.jenkins使用代码仓中的流水线.mp4
│ │ ├── 资料
│ │ │ ├── kafka_2.13-3.2.1.tgz
│ │ ├── 笔记
│ │ │ ├── 07-kafka
│ │ │ │ ├── ${imgs}
│ │ │ │ │ ├── image-20260222111315699.png
│ │ │ │ │ ├── wps4-177172789067514.png
│ │ │ │ │ ├── image-20260222084743141.png
│ │ │ │ │ ├── wps4.png
│ │ │ │ │ ├── image-20260222115909307.png
│ │ │ │ │ ├── wps9.jpg
│ │ │ │ │ ├── wps3.png
│ │ │ │ │ ├── image-20260222115834255.png
│ │ │ │ │ ├── image-20260228072656814.png
│ │ │ │ │ ├── image-20260221210449920.png
│ │ │ │ │ ├── wps8.jpg
│ │ │ │ │ ├── image-20260227192502475.png
│ │ │ │ │ ├── wps14.jpg
│ │ │ │ │ ├── wps2.png
│ │ │ │ │ ├── image-20260222111404799.png
│ │ │ │ │ ├── wps15.jpg
│ │ │ │ │ ├── wps3.jpg
│ │ │ │ │ ├── wps1.png
│ │ │ │ │ ├── image-20260222085035143.png
│ │ │ │ │ ├── wps6.jpg
│ │ │ │ │ ├── wps12.jpg
│ │ │ │ │ ├── image-20260227213553015.png
│ │ │ │ │ ├── image-20260222132838042.png
│ │ │ │ │ ├── image-20260222130958132.png
│ │ │ │ │ ├── wps2-177172767272710.png
│ │ │ │ │ ├── wps5.png
│ │ │ │ │ ├── image-20260222143927257.png
│ │ │ │ │ ├── wps7.jpg
│ │ │ │ │ ├── wps7.png
│ │ │ │ │ ├── image-20260221210419428.png
│ │ │ │ │ ├── image-20260222130947028.png
│ │ │ │ │ ├── wps13.jpg
│ │ │ │ │ ├── image-20260222084404570.png
│ │ │ │ │ ├── image-20260221153559267.png
│ │ │ │ │ ├── image-20260222141028381.png
│ │ │ │ │ ├── image-20260222114130059.png
│ │ │ │ ├── 高清图.pptx
│ │ │ │ ├── kafka.md
│ │ │ ├── 晨测.txt
│ ├── day60_Nginx
│ │ ├── project
│ │ │ ├── cxk.zip
│ │ │ ├── nginxconf.zip
│ │ │ ├── buy.tar.gz
│ │ │ ├── wordpress-6.2.2-zh_CN.tar.gz
│ │ │ ├── bird.zip
│ │ │ ├── excel.zip
│ │ │ ├── china.tar.gz
│ │ │ ├── dl.tar.gz
│ │ │ ├── v.tar.gz
│ │ ├── 课件
│ │ │ ├── Linux综合架构-02-Nginx.docx
│ │ ├── 视频
│ │ │ ├── 05-Nginx的location配置(allow和deny).mp4
│ │ │ ├── 10-Nginx案例之统计功能.mp4
│ │ │ ├── 08-Nginx案例之以文件索引的方式展示站点目录.mp4
│ │ │ ├── 12-Nginx综合案例之db01安装数据库.mp4
│ │ │ ├── 01-Nginx的location配置.mp4
│ │ │ ├── 06-Nginx的location配置(expires).mp4
│ │ │ ├── 07-Nginx的location规则总结.mp4
│ │ │ ├── 03-Nginx的location规则案例(1).mp4
│ │ │ ├── 16-Nginx综合案例之nfs01搭建共享服务.mp4
│ │ │ ├── 04-Nginx的location规则案例(2).mp4
│ │ │ ├── 14-Nginx综合案例之web01配置Nginx.mp4
│ │ │ ├── 13-Nginx综合案例之web01安装php环境.mp4
│ │ │ ├── 02-Nginx的location规则.mp4
│ │ │ ├── 15-Nginx综合案例之web01测试php的访问.mp4
│ │ │ ├── 09-Nginx案例之认证功能.mp4
│ │ │ ├── 11-Nginx动态网站架构.mp4
│ ├── day55_Ansible
│ │ ├── 课件
│ │ │ ├── Linux综合架构-05-Ansible核心模块.assets
│ │ │ │ ├── 1749223282693.png
│ │ │ │ ├── 1749223101485.png
│ │ │ │ ├── 1685535977926.png
│ │ │ │ ├── 1685544452339.png
│ │ │ ├── auto-ssh-sshpass-nb.sh
│ │ │ ├── Linux综合架构-01-Ansible核心模块.md
│ │ ├── 视频
│ │ │ ├── 08-Ansible模块之command.mp4
│ │ │ ├── 16-Ansible模块之lineinfile(替换行).mp4
│ │ │ ├── 14-Ansible模块之copy.mp4
│ │ │ ├── 15-Ansible模块之lineinfile(添加行和删除行).mp4
│ │ │ ├── 05-Ansible的主机清单和SSH免密(1).mp4
│ │ │ ├── 11-Ansible模块之file(创建文件).mp4
│ │ │ ├── 03-Ansible的架构模型.mp4
│ │ │ ├── 10-Ansible模块之script.mp4
│ │ │ ├── 17-Ansible模块之systemd.mp4
│ │ │ ├── 07-Ansible的模块概述.mp4
│ │ │ ├── 06-Ansible的主机清单(2).mp4
│ │ │ ├── 13-Ansible模块之file(删除文件、目录、软链接).mp4
│ │ │ ├── 12-Ansible模块之file(创建目录和软链接).mp4
│ │ │ ├── 09-Ansible模块之shell.mp4
│ │ │ ├── 04-Ansible的安装和配置.mp4
│ │ │ ├── 01-Ansible概述和核心定位.mp4
│ │ │ ├── 02-Ansible的核心特性.mp4
│ ├── day79_jenkins
│ │ ├── 笔记
│ │ │ ├── ${imgs}
│ │ │ │ ├── wps16.jpg
│ │ │ │ ├── image-20260213085329243.png
│ │ │ │ ├── wps3.jpg
│ │ │ │ ├── wps8-17695033608669.jpg
│ │ │ │ ├── image-20260114085636376-176835219802713.png
│ │ │ │ ├── wps31.jpg
│ │ │ │ ├── image-20260116131159511.png
│ │ │ │ ├── image-20260115093539729.png
│ │ │ │ ├── image-20260127190355734.png
│ │ │ │ ├── image-20260116131553694.png
│ │ │ │ ├── image-20260213212811398.png
│ │ │ │ ├── image-20260114154610834.png
│ │ │ │ ├── image-20260116204230936.png
│ │ │ │ ├── wps14.jpg
│ │ │ │ ├── image-20260127220319104.png
│ │ │ │ ├── wps12-176956276713215.jpg
│ │ │ │ ├── wps12-177098561662920.jpg
│ │ │ │ ├── image-20260127161543424.png
│ │ │ │ ├── image-20260114085903384.png
│ │ │ │ ├── image-20260115180232068.png
│ │ │ │ ├── image-20260225074450991.png
│ │ │ │ ├── wps2-17683821875112.jpg
│ │ │ │ ├── wps25.jpg
│ │ │ │ ├── image-20260116115500616.png
│ │ │ │ ├── image-20260116172344987.png
│ │ │ │ ├── wps15-176956810192029.jpg
│ │ │ │ ├── image-20260128211958507.png
│ │ │ │ ├── image-20260113211708348-17683102301593.png
│ │ │ │ ├── wps6-177090379007310.jpg
│ │ │ │ ├── image-20260129100403567.png
│ │ │ │ ├── wps15-17695063165181.jpg
│ │ │ │ ├── wps5-17706093042836.jpg
│ │ │ │ ├── image-20260115180307398.png
│ │ │ │ ├── image-20260116120611163.png
│ │ │ │ ├── wps12-17695063165192.jpg
│ │ │ │ ├── image-20260116164706120.png
│ │ │ │ ├── image-20260114085636376.png
│ │ │ │ ├── image-20260116131306598.png
│ │ │ │ ├── image-20260215193714420.png
│ │ │ │ ├── wps5-17695227132905.jpg
│ │ │ │ ├── image-20260116160001913.png
│ │ │ │ ├── image-20260215193747971.png
│ │ │ │ ├── image-20260128110311458.png
│ │ │ │ ├── image-20260127161823912.png
│ │ │ │ ├── image-20260113194348049-17683046303031.png
│ │ │ │ ├── image-20260116132142963.png
│ │ │ │ ├── image-20260114100607182-176835637051719.png
│ │ │ │ ├── image-20260209114636234.png
│ │ │ │ ├── image-20260115093915987.png
│ │ │ │ ├── image-20260213212909348.png
│ │ │ │ ├── image-20260114105637253-176835939930425.png
│ │ │ │ ├── image-20260128200532464.png
│ │ │ │ ├── image-20260128092654277.png
│ │ │ │ ├── image-20260213203305867.png
│ │ │ │ ├── image-20260212213939905.png
│ │ │ │ ├── image-20260115095429660.png
│ │ │ │ ├── wps6-177115524781810.jpg
│ │ │ │ ├── wps29.jpg
│ │ │ │ ├── image-20260127190627987.png
│ │ │ │ ├── image-20260215195852310.png
│ │ │ │ ├── image-20260114105637253.png
│ │ │ │ ├── wps33.jpg
│ │ │ │ ├── image-20260212214428056.png
│ │ │ │ ├── image-20260114103625823.png
│ │ │ │ ├── image-20260114154652559.png
│ │ │ │ ├── wps35.jpg
│ │ │ │ ├── image-20260223202659637.png
│ │ │ │ ├── image-20260115175924516.png
│ │ │ │ ├── image-20260209114715005.png
│ │ │ │ ├── wps3-17683821875124.jpg
│ │ │ │ ├── image-20260114154540944.png
│ │ │ │ ├── image-20260224171728878.png
│ │ │ │ ├── image-20260128212030367.png
│ │ │ │ ├── image-20260114085606133-176835216791811.png
│ │ │ │ ├── image-20260127163750481.png
│ │ │ │ ├── image-20260116151057363.png
│ │ │ │ ├── wps5-17709037900719.jpg
│ │ │ │ ├── image-20260209153847318.png
│ │ │ │ ├── image-20260209114933002.png
│ │ │ │ ├── image-20260114085452254.png
│ │ │ │ ├── image-20260209114805990.png
│ │ │ │ ├── wps16-177098561662923.jpg
│ │ │ │ ├── image-20260114155212769.png
│ │ │ │ ├── wps16-17695063165216.jpg
│ │ │ │ ├── image-20260115175815684.png
│ │ │ │ ├── image-20260128092026767.png
│ │ │ │ ├── image-20260116131220543.png
│ │ │ │ ├── wps7.jpg
│ │ │ │ ├── wps16-176956810192031.jpg
│ │ │ │ ├── image-20260116171635199.png
│ │ │ │ ├── wps1-17706087394041.jpg
│ │ │ │ ├── wps9-177098561662717.jpg
│ │ │ │ ├── image-20260116171704123.png
│ │ │ │ ├── image-20260128200831289.png
│ │ │ │ ├── image-20260209153917929.png
│ │ │ │ ├── wps10-177098561662919.jpg
│ │ │ │ ├── image-20260212213819054.png
│ │ │ │ ├── image-20260127161017365.png
│ │ │ │ ├── image-20260215193140439.png
│ │ │ │ ├── image-20260128104210748.png
│ │ │ │ ├── image-20260114154847369.png
│ │ │ │ ├── image-20260116145056444.png
│ │ │ │ ├── wps2-17695227132892.jpg
│ │ │ │ ├── wps4-17695227132893.jpg
│ │ │ │ ├── image-20260128194701324.png
│ │ │ │ ├── image-20260129142529557.png
│ │ │ │ ├── wps8-176956276713112.jpg
│ │ │ │ ├── image-20260127160513628.png
│ │ │ │ ├── image-20260114190007636.png
│ │ │ │ ├── image-20260116131114137.png
│ │ │ │ ├── wps3-17695227132904.jpg
│ │ │ │ ├── image-20260114154020679.png
│ │ │ │ ├── image-20260212112936595.png
│ │ │ │ ├── image-20260127161329687.png
│ │ │ │ ├── image-20260114085606133.png
│ │ │ │ ├── wps9.jpg
│ │ │ │ ├── image-20260128092458146.png
│ │ │ │ ├── wps18-177098561662926.jpg
│ │ │ │ ├── image-20260115180251273.png
│ │ │ │ ├── wps3-17711550340333.jpg
│ │ │ │ ├── wps5.jpg
│ │ │ │ ├── image-20260129100445585.png
│ │ │ │ ├── wps6-176956276713011.jpg
│ │ │ │ ├── image-20260116151617962.png
│ │ │ │ ├── image-20260128130343313.png
│ │ │ │ ├── image-20260115112551313.png
│ │ │ │ ├── image-20260114154047048.png
│ │ │ │ ├── image-20260115094303539.png
│ │ │ │ ├── image-20260209115437271.png
│ │ │ │ ├── wps1-17711550340321.jpg
│ │ │ │ ├── image-20260213211707566.png
│ │ │ │ ├── image-20260209114905928.png
│ │ │ │ ├── image-20260113194348049.png
│ │ │ │ ├── image-20260113214234844.png
│ │ │ │ ├── wps27.jpg
│ │ │ │ ├── wps9-176950336086610.jpg
│ │ │ │ ├── image-20260114154701553.png
│ │ │ │ ├── image-20260114152425625.png
│ │ │ │ ├── image-20260127192654665.png
│ │ │ │ ├── image-20260116131402134.png
│ │ │ │ ├── wps7-17695033608668.jpg
│ │ │ │ ├── image-20260114153307449.png
│ │ │ │ ├── wps15-177098561662922.jpg
│ │ │ │ ├── wps11-176956276713216.jpg
│ │ │ │ ├── image-20260114103625823-176835818745121.png
│ │ │ │ ├── image-20260116132411397.png
│ │ │ │ ├── image-20260114153809400.png
│ │ │ │ ├── image-20260209114734834.png
│ │ │ │ ├── wps5-17711552478189.jpg
│ │ │ │ ├── wps18.jpg
│ │ │ │ ├── image-20260113214550876-17683119522217.png
│ │ │ │ ├── wps21.jpg
│ │ │ │ ├── image-20260128112216118.png
│ │ │ │ ├── wps17-177098561662924.jpg
│ │ │ │ ├── image-20260115175900237.png
│ │ │ │ ├── image-20260113213834594.png
│ │ │ │ ├── image-20260113214154770-17683117167765.png
│ │ │ │ ├── image-20260127180840273.png
│ │ │ │ ├── wps13-17695063165194.jpg
│ │ │ │ ├── image-20260128113555638.png
│ │ │ │ ├── wps32.jpg
│ │ │ │ ├── image-20260128161543517.png
│ │ │ │ ├── image-20260116164537295.png
│ │ │ │ ├── image-20260212204647181.png
│ │ │ │ ├── wps22.jpg
│ │ │ │ ├── image-20260225074415606.png
│ │ │ │ ├── wps36.jpg
│ │ │ │ ├── image-20260213085526803.png
│ │ │ │ ├── wps4.jpg
│ │ │ │ ├── wps15.jpg
│ │ │ │ ├── wps11-176950392853920.jpg
│ │ │ │ ├── image-20260114085707280.png
│ │ │ │ ├── wps2-17706093042823.jpg
│ │ │ │ ├── image-20260116172116465.png
│ │ │ │ ├── image-20260114104342602-176835862383423.png
│ │ │ │ ├── wps14-176956810191928.jpg
│ │ │ │ ├── image-20260127190755423.png
│ │ │ │ ├── wps13.jpg
│ │ │ │ ├── image-20260116130823718.png
│ │ │ │ ├── image-20260114155105087.png
│ │ │ │ ├── image-20260114153008405.png
│ │ │ │ ├── image-20260116153922850.png
│ │ │ │ ├── image-20260116115140613.png
│ │ │ │ ├── image-20260116145214750.png
│ │ │ │ ├── wps1-17709028335321.jpg
│ │ │ │ ├── wps30.jpg
│ │ │ │ ├── image-20260113211708348.png
│ │ │ │ ├── wps2.jpg
│ │ │ │ ├── wps24.jpg
│ │ │ │ ├── wps11-177098561662918.jpg
│ │ │ │ ├── image-20260116115518879.png
│ │ │ │ ├── wps1-17695227132891.jpg
│ │ │ │ ├── wps1-17683821875111.jpg
│ │ │ │ ├── wps14-17695063165193.jpg
│ │ │ │ ├── wps2-17709028335332.jpg
│ │ │ │ ├── wps10.jpg
│ │ │ │ ├── wps10-176956276713217.jpg
│ │ │ │ ├── image-20260128131319745.png
│ │ │ │ ├── image-20260114085707280-176835222970715.png
│ │ │ │ ├── wps3-17709029205105.jpg
│ │ │ │ ├── image-20260115094014399.png
│ │ │ │ ├── image-20260115111547077.png
│ │ │ │ ├── image-20260127181525712.png
│ │ │ │ ├── image-20260128090931987.png
│ │ │ │ ├── image-20260114104342602.png
│ │ │ │ ├── image-20260213202947370.png
│ │ │ │ ├── image-20260212212933839.png
│ │ │ │ ├── wps8-177090379007312.jpg
│ │ │ │ ├── image-20260116120726897.png
│ │ │ │ ├── image-20260129104304101.png
│ │ │ │ ├── wps11.jpg
│ │ │ │ ├── image-20260114085903384-176835234567117.png
│ │ │ │ ├── image-20260114104721349.png
│ │ │ │ ├── wps12.jpg
│ │ │ │ ├── wps8.jpg
│ │ │ │ ├── wps34.jpg
│ │ │ │ ├── image-20260114154125383.png
│ │ │ │ ├── image-20260114110859705.png
│ │ │ │ ├── image-20260212212608327.png
│ │ │ │ ├── image-20260114104616699.png
│ │ │ │ ├── image-20260115180858898.png
│ │ │ │ ├── image-20260116172304086.png
│ │ │ │ ├── image-20260114104536622.png
│ │ │ │ ├── wps2-17695033608653.jpg
│ │ │ │ ├── image-20260116120530075.png
│ │ │ │ ├── wps4-17683821875113.jpg
│ │ │ │ ├── wps13-176956810192030.jpg
│ │ │ │ ├── wps1.jpg
│ │ │ │ ├── image-20260116164729604.png
│ │ │ │ ├── wps4-17695033608655.jpg
│ │ │ │ ├── image-20260115093834357.png
│ │ │ │ ├── image-20260128131310505.png
│ │ │ │ ├── wps19.jpg
│ │ │ │ ├── wps10-176950392853919.jpg
│ │ │ │ ├── image-20260116131509124.png
│ │ │ │ ├── image-20260207221426376.png
│ │ │ │ ├── image-20260116170944372.png
│ │ │ │ ├── wps5-17695033608666.jpg
│ │ │ │ ├── image-20260215195904889.png
│ │ │ │ ├── wps14-177098561662925.jpg
│ │ │ │ ├── image-20260114085452254-17683520934409.png
│ │ │ │ ├── wps28.jpg
│ │ │ │ ├── wps6.jpg
│ │ │ │ ├── wps4-17706093042834.jpg
│ │ │ │ ├── image-20260212213457217.png
│ │ │ │ ├── wps2-17711550340322.jpg
│ │ │ │ ├── image-20260114085733587.png
│ │ │ │ ├── image-20260116115426767.png
│ │ │ │ ├── image-20260127174057207.png
│ │ │ │ ├── image-20260114103851819.png
│ │ │ │ ├── image-20260115180936291.png
│ │ │ │ ├── image-20260224165455896.png
│ │ │ │ ├── image-20260213203329256.png
│ │ │ │ ├── image-20260215195749508.png
│ │ │ │ ├── image-20260114095930528.png
│ │ │ │ ├── image-20260213085435785.png
│ │ │ │ ├── image-20260129102213016.png
│ │ │ │ ├── image-20260115090340866.png
│ │ │ │ ├── image-20260128111923875.png
│ │ │ │ ├── image-20260116131732844.png
│ │ │ │ ├── image-20260113214154770.png
│ │ │ │ ├── image-20260115093901414.png
│ │ │ │ ├── wps6-17695033608667.jpg
│ │ │ │ ├── image-20260213211535600.png
│ │ │ │ ├── image-20260114152504561.png
│ │ │ │ ├── image-20260113214550876.png
│ │ │ │ ├── wps17.jpg
│ │ │ │ ├── image-20260116155900689.png
│ │ │ │ ├── image-20260127165605743.png
│ │ │ │ ├── wps13-177098561662921.jpg
│ │ │ │ ├── image-20260209114948296.png
│ │ │ │ ├── wps20.jpg
│ │ │ │ ├── image-20260114100607182.png
│ │ │ │ ├── wps23.jpg
│ │ │ │ ├── image-20260128131520925.png
│ │ │ │ ├── wps3-17695033608654.jpg
│ │ │ │ ├── image-20260115094320889.png
│ │ │ │ ├── image-20260127183112445.png
│ │ │ │ ├── image-20260114111027185.png
│ │ │ │ ├── wps7-177090379007311.jpg
│ │ │ │ ├── wps3-17706093042835.jpg
│ │ │ │ ├── image-20260128110951746.png
│ │ │ │ ├── image-20260116172014413.png
│ │ │ │ ├── image-20260114154957065.png
│ │ │ │ ├── image-20260116164834442.png
│ │ │ │ ├── image-20260212204527400.png
│ │ │ │ ├── image-20260213203155150.png
│ │ │ │ ├── image-20260115090250709.png
│ │ │ │ ├── image-20260114110730921.png
│ │ │ │ ├── wps4-17711551216337.jpg
│ │ │ │ ├── image-20260116131621835.png
│ │ │ │ ├── image-20260213203038472.png
│ │ │ │ ├── wps1-17695028512801.jpg
│ │ │ │ ├── image-20260115220456539.png
│ │ │ │ ├── image-20260114105756709.png
│ │ │ │ ├── image-20260128161502869.png
│ │ │ │ ├── image-20260116150802907.png
│ │ │ │ ├── image-20260128201651893.png
│ │ │ │ ├── image-20260212192905329.png
│ │ │ │ ├── image-20260116203858485.png
│ │ │ │ ├── image-20260208165839879.png
│ │ │ │ ├── image-20260127160943120.png
│ │ │ │ ├── wps4-17709029205116.jpg
│ │ │ ├── jenkins02.md
│ │ ├── 代码
│ │ │ ├── 晨测.txt
│ │ ├── 视频
│ │ │ ├── 6.完成jenkins构建镜像操作.mp4
│ │ │ ├── 8.sonaqube安装完毕.mp4
│ │ │ ├── 18.上传和下载资源.mp4
│ │ │ ├── 3.私有仓搭建完毕.mp4
│ │ │ ├── 17.私服的测试成功.mp4
│ │ │ ├── 4.私有仓库的配置.mp4
│ │ │ ├── 14.导出报告.mp4
│ │ │ ├── 9.对sonaqube进行汉化.mp4
│ │ │ ├── 10.分析后端代码’.mp4
│ │ │ ├── 15.导出报告问题.mp4
│ │ │ ├── 5.手动拉取代码构建镜像.mp4
│ │ │ ├── 7.sonaqube环境准备.mp4
│ │ │ ├── 1.学之思完整部署.mp4
│ │ │ ├── 11.分析前端代码.mp4
│ │ │ ├── 13.jenkins集成sonar.mp4
│ │ │ ├── 2.jenkins拉取代码制作镜像的流程.mp4
│ │ │ ├── 12.使用docker分析前端代码质量.mp4
│ │ │ ├── 16.nexus的安装和部署.mp4
│ │ ├── 资料
│ │ │ ├── mysql
│ │ │ │ ├── install-mysql-yum.sh
│ │ │ │ ├── mysql-5.7.44-rpm.tar.gz
│ │ │ │ ├── mysql.repo
│ │ │ ├── sonarqube
│ │ │ │ ├── sonar-java-maven.sh
│ │ │ │ ├── sonar-cnes-report.jar
│ │ │ │ ├── sonarqube-7.7-lib-rpm.tar.gz
│ │ │ │ ├── sonar-scanner-cli-4.8.1.3023-linux.zip
│ │ │ │ ├── save-sonarsource-sonar-scanner-cli-4.8.1.tar
│ │ │ │ ├── sonarqube-7.7-plugins.tar.gz
│ │ │ │ ├── sonarqube-7.7.zip
│ │ │ │ ├── docker-sonar-scanner.sh
│ │ │ ├── jenklins拉取代码制作镜像.png
│ ├── day77_jenkins
│ │ ├── 代码
│ │ │ ├── 晨测.txt
│ │ ├── 资料
│ │ │ ├── jenkins-2.361.4-plugins.tar.gz
│ │ │ ├── jenkins-2.361.4-1.1.noarch.rpm
│ │ │ ├── jenkins拉取代码.png
│ │ ├── 视频
│ │ │ ├── 4.jenkins的再介绍.mp4
│ │ │ ├── 9.jenkins的helloworld.mp4
│ │ │ ├── 13.gitlab配置公钥.mp4
│ │ │ ├── 14.开发已经上传代码到gitlab.mp4
│ │ │ ├── 17.jenkins根据标签拉取代码.mp4
│ │ │ ├── 5.克隆虚拟机.mp4
│ │ │ ├── 15.jenkins配置私钥.mp4
│ │ │ ├── 16.jenkins拉取代码的问题解决.mp4
│ │ │ ├── 3.jenkis介绍以及架构的设计.mp4
│ │ │ ├── 12.上午内容回顾.mp4
│ │ │ ├── 2.晨测.mp4
│ │ │ ├── 1.复习.mp4
│ │ │ ├── 8.权限更改.mp4
│ │ │ ├── 6.jenkins的安装和密码更改.mp4
│ │ │ ├── 10.参数项目.mp4
│ │ │ ├── 11.项目的复用.mp4
│ │ │ ├── 7.导入插件.mp4
├── 运维就业准备
│ ├── 简历模板
│ │ ├── 运维工程师-xx-3年.docx
│ ├── 项目相关必会面试题
│ │ ├── 04、sre可观测性平台 – 面试高频问题.md
│ │ ├── 02、容器化改造项目 – 面试高频问题 – 副本.md
│ │ ├── 03、CMDB资产管理平台- 面试高频问题.md
│ │ ├── 01、GitLab+Jenkins自动化部署平台 – 面试高频问题.md
│ │ ├── 05、临场发挥高频题目.md
│ ├── 尚硅谷AI智能运维-面试宝典
│ │ ├── 面试1
│ │ │ ├── 02、尚硅谷AI智能运维-面试宝典之三剑客+shell.md
│ │ │ ├── 05、尚硅谷AI智能运维-面试宝典之nginx+自动化.md
│ │ │ ├── 03、尚硅谷AI智能运维-面试宝典之DBA.md
│ │ │ ├── 04、尚硅谷AI智能运维-面试宝典之中间件.md
│ │ │ ├── 07、尚硅谷AI智能运维-面试宝典之容器化docker.md
│ │ │ ├── 06、尚硅谷AI智能运维-面试宝典之代码上线+运维监控.md
│ │ │ ├── 01、尚硅谷AI智能运维-面试宝典之Linux+网络.md
│ │ ├── 面试2
│ │ │ ├── 09、sre面试
│ │ │ │ ├── assets
│ │ │ │ │ ├── image-20251017163514100.png
│ │ │ │ │ ├── image-20251124140916131.png
│ │ │ │ │ ├── image-20251124140732653.png
│ │ │ │ │ ├── image-20251017163324393.png
│ │ │ │ │ ├── image-20251203115020250.png
│ │ │ │ │ ├── image-20251205205144231-4939105-4939107.png
│ │ │ │ │ ├── image-20251124140646452.png
│ │ │ │ │ ├── image-20251124133307737.png
│ │ │ │ │ ├── image-20251205205144231-4939105-4939107-4939109.png
│ │ │ │ │ ├── image-20251120124403946.png
│ │ │ │ │ ├── image-20251015143048417.png
│ │ │ │ │ ├── .DS_Store
│ │ │ │ │ ├── image-20251124135842801.png
│ │ │ │ │ ├── image-20251205205144231-4939105.png
│ │ │ │ │ ├── image-20251205205144231.png
│ │ │ │ │ ├── image-20251017163106263.png
│ │ │ │ │ ├── CMDB整体框架.png
│ │ │ │ │ ├── image-20251124133012714.png
│ │ │ │ │ ├── image-20251120124445105-3613888-3613891.png
│ │ │ │ │ ├── b6afe466c929af309d8482daa4c304dc-3613986.png
│ │ │ │ │ ├── image-20251120124403946-3613846.png
│ │ │ │ │ ├── image-20251029094249836.png
│ │ │ │ │ ├── 4d77fc44430bce84375a57d0dd357865-3613973.png
│ │ │ │ │ ├── image-20251205211534447.png
│ │ │ │ │ ├── image-20251203104442262.png
│ │ │ │ │ ├── image-20251120124403946-3613846-3613851-3613859.png
│ │ │ │ │ ├── image-20251017163237570.png
│ │ │ │ │ ├── image-20251029093735052.png
│ │ │ │ ├── SRE面试题.md
│ │ │ ├── 08、尚硅谷AI智能运维-面试宝典之K8S.md
│ ├── 其它简历模版.7z
│ ├── 运维工程师-刘开元-3年经验.docx
│ ├── 就业准备.md
├── 01、运维基础
│ ├── day21_常用服务
│ │ ├── 视频
│ │ │ ├── 06-Linux备份服务案例之编写客户端脚本(1).mp4
│ │ │ ├── 05-Linux备份服务案例之备份功能回顾.mp4
│ │ │ ├── 07-Linux备份服务案例之编写客户端脚本(2).mp4
│ │ │ ├── 12-Linux备份服务案例之添加校验功能.mp4
│ │ │ ├── 04-Linux备份服务案例之实现步骤.mp4
│ │ │ ├── 10-Linux备份服务案例之优化客户端脚本.mp4
│ │ │ ├── 11-Linux备份服务案例之编写服务器端脚本.mp4
│ │ │ ├── 09-Linux备份服务案例之添加新网卡.mp4
│ │ │ ├── 03-Linux备份服务案例之备份文件种类(2).mp4
│ │ │ ├── 02-Linux备份服务案例之备份文件种类(1).mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 08-Linux备份服务案例之编写客户端脚本(3).mp4
│ ├── day20_常用服务
│ │ ├── 视频
│ │ │ ├── 12-Linux备份服务之rsyncd.conf(1).mp4
│ │ │ ├── 04-Linux常用服务之虚拟机IP修改.mp4
│ │ │ ├── 05-Linux常用服务之修改主机名.mp4
│ │ │ ├── 03-Linux常用服务之克隆虚拟机.mp4
│ │ │ ├── 10-Linux备份服务之rsync的本地模式和远程模式.mp4
│ │ │ ├── 07-Linux备份服务之测试全量和增量.mp4
│ │ │ ├── 01-Linux常用服务之备份服务概述.mp4
│ │ │ ├── 14-Linux备份服务之配置服务器端.mp4
│ │ │ ├── 11-Linux备份服务之rsync的守护进程模式概述.mp4
│ │ │ ├── 17-Linux备份服务之客户端其他功能.mp4
│ │ │ ├── 15-Linux备份服务之客户端测试备份功能.mp4
│ │ │ ├── 06-Linux备份服务之测试全量备份(scp).mp4
│ │ │ ├── 02-Linux常用服务之rsync的特点.mp4
│ │ │ ├── 09-Linux备份服务之rsync的三种模式以及常用选项.mp4
│ │ │ ├── 13-Linux备份服务之rsyncd.conf(2).mp4
│ │ │ ├── 16-Linux备份服务之客户端无密码备份.mp4
│ │ │ ├── 08-Linux备份服务之推送和拉取.mp4
│ ├── 课件
│ │ ├── image
│ │ │ ├── image-20250612092928766.png
│ │ │ ├── 2387990-20210513083015319-1315605340.png
│ │ │ ├── image-20250610154215150.png
│ │ │ ├── image-20250611160705820.png
│ │ │ ├── 3_XgoPSawGP1.png
│ │ │ ├── image-20250809100859513.png
│ │ │ ├── image-20220627032313938.png
│ │ │ ├── image-20220625165212725.png
│ │ │ ├── image-20250611155849025.png
│ │ │ ├── 3_DNzfLIw7th.png
│ │ │ ├── image-20250610165914314.png
│ │ │ ├── 13_LmRByJgteZ.png
│ │ │ ├── image-20220702080107839.png
│ │ │ ├── image-20250627163520075.png
│ │ │ ├── image-20250709111952731.png
│ │ │ ├── vim7_F_WwN43YIy.png
│ │ │ ├── f8d538f9201e3ebee37dfdcd1922e9df.jpg
│ │ │ ├── image-20250610144952730.png
│ │ │ ├── image-20230703205329736.png
│ │ │ ├── image-20250710170842786.png
│ │ │ ├── image-20250709153121150.png
│ │ │ ├── image-20230626170741327.png
│ │ │ ├── image-20250709162818738.png
│ │ │ ├── image-20250627164345029.png
│ │ │ ├── image-20250617165058875.png
│ │ │ ├── image-20250617100514098.png
│ │ │ ├── image-20250609184216154.png
│ │ │ ├── image-20220701132959927.png
│ │ │ ├── net2_mO_rSYbMOw.png
│ │ │ ├── vm6_6_VyL7CoIS.png
│ │ │ ├── 33374db7-f35d-4c10-a9cc-31916c6f6a57.jpg
│ │ │ ├── 27_zoe6S1Hg1B.png
│ │ │ ├── l2_HAmhEeDBO8.png
│ │ │ ├── image-20250612142159227.png
│ │ │ ├── image-20250611144501564.png
│ │ │ ├── format,webp
│ │ │ ├── image-20250809165942993.png
│ │ │ ├── image-20250709162726776.png
│ │ │ ├── image-20230703205456739.png
│ │ │ ├── image-20250616161124954.png
│ │ │ ├── image-20250808150634880.png
│ │ │ ├── image-20250612141939929.png
│ │ │ ├── image-20220625232225259.png
│ │ │ ├── image-20220625194054250.png
│ │ │ ├── image-20250610153241420.png
│ │ │ ├── image-20230703205250698.png
│ │ │ ├── image-20220627033533410.png
│ │ │ ├── host2_Q86xQVAsEM.png
│ │ │ ├── image-20250808094218557.png
│ │ │ ├── image-20250808144337555.png
│ │ │ ├── image-20250721111318424.png
│ │ │ ├── mysql1_sdBnsPsiXQ.png
│ │ │ ├── image-20250619151728932.png
│ │ │ ├── vm4_xZNdpMkJz5.png
│ │ │ ├── image-20250809170109893.png
│ │ │ ├── net1_53pThC3h1n.png
│ │ │ ├── image-20220623235230971.png
│ │ │ ├── image-20250912163453617.png
│ │ │ ├── vm3_mXlDgwlXFg.png
│ │ │ ├── image-20220702073132049.png
│ │ │ ├── image-20250611171923737.png
│ │ │ ├── m3_3xSqMZd5DF.png
│ │ │ ├── image-20250809095756114.png
│ │ │ ├── image-20250627090007498.png
│ │ │ ├── 12_aZ5MUJgtZ-.png
│ │ │ ├── image-20250808094937311.png
│ │ │ ├── image-20250610170324079.png
│ │ │ ├── image-20250709105837677.png
│ │ │ ├── image-20250809100706739.png
│ │ │ ├── image-20250809165826327.png
│ │ │ ├── image-20250808113229995.png
│ │ │ ├── image-20250612115943484.png
│ │ │ ├── image-20250809152057288.png
│ │ │ ├── image-20250711094319593.png
│ │ │ ├── image-20220622234113260.png
│ │ │ ├── 23_FGfq9HZ7pg.png
│ │ │ ├── image-20250710112515851.png
│ │ │ ├── g2_8uNtEnSieA.png
│ │ │ ├── 17_zqCXRawiN1.png
│ │ │ ├── image-20220627033700466.png
│ │ │ ├── image-20250627172237611.png
│ │ │ ├── image-20250611153730939.png
│ │ │ ├── 8_ylE4efLa9d.png
│ │ │ ├── image-20250808151454895.png
│ │ │ ├── image-20251022085054932.png
│ │ │ ├── image-20250809163935331.png
│ │ │ ├── vm9_tFOK8LyFKx.png
│ │ │ ├── image-20220622234308659.png
│ │ │ ├── image-20250808095124510.png
│ │ │ ├── image-20250610140957646.png
│ │ │ ├── f3725755-bbbf-44da-99c7-20fc04d86c5d.jpg
│ │ │ ├── image-20220822160528303.png
│ │ │ ├── image-20250809155525312.png
│ │ │ ├── image-20250808145600627.png
│ │ │ ├── image-20250711120148996.png
│ │ │ ├── net2_4NnR6vyZME.png
│ │ │ ├── image-20250710102217819.png
│ │ │ ├── image-20250610160346107.png
│ │ │ ├── image-20250912194500356.png
│ │ │ ├── image-20250709105333038.png
│ │ │ ├── image-20250809165444320.png
│ │ │ ├── image-20250808144610166.png
│ │ │ ├── image-20250611164314376.png
│ │ │ ├── image-20230626170700912.png
│ │ │ ├── k1_esNXOEn2-b.png
│ │ │ ├── 2_jQoHqUJqEN.png
│ │ │ ├── image-20250627085453157.png
│ │ │ ├── clip_image026.png
│ │ │ ├── image-20250808112135934.png
│ │ │ ├── image-20250611154834872.png
│ │ │ ├── image-20230626170205586.png
│ │ │ ├── dbd71dbd-0dcb-4073-816a-0f38155f4acf.jpg
│ │ │ ├── image-20220627012614726.png
│ │ │ ├── image-20250618164956217.png
│ │ │ ├── k1__k41GzzHa8.png
│ │ │ ├── image-20250620091820607.png
│ │ │ ├── 26_ow74w6Gxn1.png
│ │ │ ├── image-20250610171116763.png
│ │ │ ├── vm01_ds4712mYIF.png
│ │ │ ├── image-20250611170932540.png
│ │ │ ├── 18_8sTOYWF4T8.png
│ │ │ ├── image-20250626111154885.png
│ │ │ ├── image-20250619164308435.png
│ │ │ ├── net1_gxb9-dG0MC.png
│ │ │ ├── image-20250619154906208.png
│ │ │ ├── 054faa1d-fea4-4577-bc48-46288091206a.jpg
│ │ │ ├── 2_7M-T6QlYUV.png
│ │ │ ├── vim4_l6RDv2H29s.png
│ │ │ ├── image-20250611172103878.png
│ │ │ ├── f1_5dNy_u4TFq.png
│ │ │ ├── image-20250612115926444.png
│ │ │ ├── image-20250619165033490.png
│ │ │ ├── image-20250913164532990.png
│ │ │ ├── 1562343004648.png
│ │ │ ├── 1e07357d-8b54-44aa-8a31-2602dcbb420c.jpg
│ │ │ ├── image-20250627090857273.png
│ │ │ ├── 31_frNA-zGZZv.png
│ │ │ ├── 136bc2f01919edcb8271df6f7e71af40.jpg
│ │ │ ├── image-20250618165158727.png
│ │ │ ├── image-20250612092459227.png
│ │ │ ├── image-20250610141341603.png
│ │ │ ├── image-20250913164640231.png
│ │ │ ├── 362d22168bf344687ec0c206aa115807.jpg
│ │ │ ├── image-20250609172155037.png
│ │ │ ├── image-20220625114724832.png
│ │ │ ├── image-20250912191833211.png
│ │ │ ├── vm10_6PwKNVDRE8.png
│ │ │ ├── image-20250808145905156.png
│ │ │ ├── image-20250619171913757.png
│ │ │ ├── vm7_V5tSYT4LHD.png
│ │ │ ├── image-20250619152010004.png
│ │ │ ├── 7_BdJFPrOtHn.png
│ │ │ ├── brige_ILdCFGOXkh.png
│ │ │ ├── vim3_whh2OZ8mt-.png
│ │ │ ├── host4_MHtYBcrwTo.png
│ │ │ ├── image-20250808094850221.png
│ │ │ ├── image-20250612100803462.png
│ │ │ ├── image-20250610170303545.png
│ │ │ ├── image-20250609171758570.png
│ │ │ ├── image-20250707101314240.png
│ │ │ ├── image-20250609162640676.png
│ │ │ ├── image-20250609171559818.png
│ │ │ ├── image-20250610162142757.png
│ │ │ ├── image-20220623193013077.png
│ │ │ ├── image-20250627094620657.png
│ │ │ ├── l1_TRu49JFdqM.png
│ │ │ ├── host3_WifIhIwrBI.png
│ │ │ ├── image-20250627164219696.png
│ │ │ ├── image-20250610172209614.png
│ │ │ ├── p2_fJeIsqV1l_.png
│ │ │ ├── vm1_yFneoH7HVD.png
│ │ │ ├── image-20250611172837398.png
│ │ │ ├── image-20250710173111628.png
│ │ │ ├── net5_YEQZK3IT95.png
│ │ │ ├── image-20250610145403977.png
│ │ │ ├── image-20250627114839976.png
│ │ │ ├── 13_gWGWmqUbRJ.png
│ │ │ ├── 6_96-sVPFqTT.png
│ │ │ ├── image-20250808095225857.png
│ │ │ ├── image-20250612142511157.png
│ │ │ ├── image-20250609171720803.png
│ │ │ ├── 34_y4OQm9Hm7P.png
│ │ │ ├── image-20250710102848020.png
│ │ │ ├── image-20250627095815418.png
│ │ │ ├── image-20250612090713095.png
│ │ │ ├── image-20250809094850132.png
│ │ │ ├── 5_0p-x59bDMK.png
│ │ │ ├── image-20250709143655189.png
│ │ │ ├── 6_nBy-jU9Cp9.png
│ │ │ ├── image-20250709153209407.png
│ │ │ ├── 2a2dba7f07581fd055d9cd5a3aa8388e.jpg
│ │ │ ├── image-20250609164029692.png
│ │ │ ├── 170b62953af78fdf4935fc04d5386813.png
│ │ │ ├── image-20250710171248247.png
│ │ │ ├── net6_pKBpw4EaYi.png
│ │ │ ├── image-20220623193115733.png
│ │ │ ├── host1_OZ4lLa_E9J.png
│ │ │ ├── image-20250627150504103.png
│ │ │ ├── mysql3_DJE9KILeco.png
│ │ │ ├── image-20250809164558025.png
│ │ │ ├── image-20250912225016157.png
│ │ │ ├── image-20250709162856366.png
│ │ │ ├── image-20250610142203418.png
│ │ │ ├── image-20250619114716607.png
│ │ │ ├── image-20250709174313001.png
│ │ │ ├── image-20250809154715615.png
│ │ │ ├── 2d93079e-b8b1-4b50-87f8-2aaefe220635.jpg
│ │ │ ├── image-20210730165317542.png
│ │ │ ├── 11_w7DSrlZUl4.png
│ │ │ ├── vim2_Mc3t-6ywoH.png
│ │ │ ├── image-20250709153311301.png
│ │ │ ├── image-20250619152314278.png
│ │ │ ├── image-20250611163643279.png
│ │ │ ├── image-20250809100009843.png
│ │ │ ├── net3_C_HHLC_v-2.png
│ │ │ ├── image-20220701123512986.png
│ │ │ ├── 16_flikMQ6Dao.png
│ │ │ ├── image-20250808145403688.png
│ │ │ ├── image-20250610154010274.png
│ │ │ ├── image-20250626114015372.png
│ │ │ ├── image-20250616161008009.png
│ │ │ ├── image-20250809170005977.png
│ │ │ ├── net4_J-BLTYb35N.png
│ │ │ ├── image-20250809173444790.png
│ │ │ ├── image-20250711145137002.png
│ │ │ ├── image-20250809151226994.png
│ │ │ ├── image-20250626110513148.png
│ │ │ ├── vmwarework2_KdxMHe3eV0.png
│ │ │ ├── image-20230613221609053.png
│ │ │ ├── 7_z_xgQhLdnL.png
│ │ │ ├── image-20250808111714603.png
│ │ │ ├── 30_09Qd8hQeKq.png
│ │ │ ├── image-20250702114152951.png
│ │ │ ├── image-20220625112051654.png
│ │ │ ├── image-20250708111024540.png
│ │ │ ├── image-20250610162019762.png
│ │ │ ├── image-20250711093011107.png
│ │ │ ├── image-20250709153544627.png
│ │ │ ├── vm8_AMhLZ3WcHm.png
│ │ │ ├── image-20250610170404342.png
│ │ │ ├── image-20250610172314172.png
│ │ │ ├── image-20250619174339603.png
│ │ │ ├── image-20230626170802772.png
│ │ │ ├── image-20250626110938086.png
│ │ │ ├── y1_acv-SC0ehK.png
│ │ │ ├── image-20250809102002035.png
│ │ │ ├── image-20250809144057526.png
│ │ │ ├── image-20220623235756510.png
│ │ │ ├── image-20250709152818002.png
│ │ │ ├── image-20220623184558116.png
│ │ │ ├── image-20250610161528415.png
│ │ │ ├── 24_f7evUbAwnJ.png
│ │ │ ├── pcLinux对比_1xoxQN97Ll.png
│ │ │ ├── image-20250611171207595.png
│ │ │ ├── 8_RwoBr48h0a.png
│ │ │ ├── 9_03AwuuWV31.png
│ │ │ ├── image-20250609184458438.png
│ │ │ ├── q3_O5aKWKg3-u.png
│ │ │ ├── 1562391252364.png
│ │ │ ├── 4_sGDWtzjz1Q.png
│ │ │ ├── image-20250808150742232.png
│ │ │ ├── image-20250627152349205.png
│ │ │ ├── image-20250709162508878.png
│ │ │ ├── 1657895068658.png
│ │ │ ├── image-20220627010215726.png
│ │ │ ├── image-20250619161520433.png
│ │ │ ├── net4_O_QsIjxaIO.png
│ │ │ ├── bell_18woc37QKG.png
│ │ │ ├── image-20220625193934340.png
│ │ │ ├── feb12da1-892b-4434-ba47-8be7e1263abe.jpg
│ │ │ ├── 4_SrKLpVDkwF.png
│ │ │ ├── image-20250809100136969.png
│ │ │ ├── image-20250809154750831.png
│ │ │ ├── image-20220625191443737.png
│ │ │ ├── 33_nqXZCJuzA5.png
│ │ │ ├── image-20250625085931644.png
│ │ │ ├── image-20250808095149998.png
│ │ │ ├── k5__Rn6tT7u2A.png
│ │ │ ├── image-20250710111638542.png
│ │ │ ├── image-20250809163836017.png
│ │ │ ├── image-20250806170019921.png
│ │ │ ├── image-20250808094650801.png
│ │ │ ├── image-20250610171320180.png
│ │ │ ├── Linux2_J-b9oqxOCM.png
│ │ │ ├── image-20250612152703352.png
│ │ │ ├── 32_d_WRDqmK_U.png
│ │ │ ├── image-20250627154218969.png
│ │ │ ├── image-20250619164530808.png
│ │ │ ├── image-20250610150910773.png
│ │ │ ├── image-20250710161755380.png
│ │ │ ├── image-20250609171626634.png
│ │ │ ├── af2eb76c-a503-4845-8fd4-3f7cd3441831.jpg
│ │ │ ├── image-20250627172600451.png
│ │ │ ├── image-20250609184037216.png
│ │ │ ├── image-20250808094757672.png
│ │ │ ├── image-20250809154035877.png
│ │ │ ├── image-20250627153218601.png
│ │ │ ├── service1_LHqVTosFFJ.png
│ │ │ ├── image-20250808094456254.png
│ │ │ ├── image-20250809154341647.png
│ │ │ ├── 29_iO9pRTz2gX.png
│ │ │ ├── image-20250809154946802.png
│ │ │ ├── k4_lEFFzssV8e.png
│ │ │ ├── 16_3d_tmv1D4W.png
│ │ │ ├── net3_M-9NEwOlMt.png
│ │ │ ├── image-20250627113421401.png
│ │ │ ├── image-20250709153026386.png
│ │ │ ├── image-20230626170118190.png
│ │ │ ├── g1_k4JaRjBxhM.png
│ │ │ ├── q1_JV7PU5ghrq.png
│ │ │ ├── image-20250808095304269.png
│ │ │ ├── image-20250627085432064.png
│ │ │ ├── image-20250610160923540.png
│ │ │ ├── image-20250610142057997.png
│ │ │ ├── 15_mDLrLn8jvS.png
│ │ │ ├── image-20250610155524486.png
│ │ │ ├── image-20250612090941844.png
│ │ │ ├── image-20250808112754767.png
│ │ │ ├── image-20250610151210151.png
│ │ │ ├── image-20250611153653727.png
│ │ │ ├── image-20250808094732848.png
│ │ │ ├── image-20250709153732514.png
│ │ │ ├── image-20250627154550741.png
│ │ │ ├── image-20250809100439822.png
│ │ │ ├── image-20250627155550671.png
│ │ │ ├── image-20250610170752694.png
│ │ │ ├── ca2e425c-63e8-4423-bb01-e4f8f63e194b.png
│ │ │ ├── image-20250619174154715.png
│ │ │ ├── image-20250809152530723.png
│ │ │ ├── 01_o6r5DAKdE_.png
│ │ │ ├── image-20220702072007905.png
│ │ │ ├── 02_xE5ZUpgFx1.png
│ │ │ ├── image-20220701130629827.png
│ │ │ ├── image-20250620090759542.png
│ │ │ ├── 2387990-20210513083357259-349631670.png
│ │ │ ├── image-20250809164057752.png
│ │ │ ├── image-20250808144030030.png
│ │ │ ├── 61e35e6a262b21d162810dd6d809563d.png
│ │ │ ├── image-20250708142015912.png
│ │ │ ├── 1657895225517.png
│ │ │ ├── image-20250610171629429.png
│ │ │ ├── 25_7CA9gsZLk_.png
│ │ │ ├── m1_SOazlwnZeT.png
│ │ │ ├── image-20250619162209002.png
│ │ │ ├── image-20250619154833040.png
│ │ │ ├── image-20250609152558694.png
│ │ │ ├── image-20250809100538530.png
│ │ │ ├── image-20250808112107864.png
│ │ │ ├── image-20250709115305025.png
│ │ │ ├── image-20250809151517602.png
│ │ │ ├── image-20250718102401951.png
│ │ │ ├── image-20250626111010389.png
│ │ │ ├── vm02_YppnWpeXN1.png
│ │ │ ├── image-20250610170044064.png
│ │ │ ├── image-20230626165558433.png
│ │ │ ├── image-20250809164348134.png
│ │ │ ├── image-20250609184420483.png
│ │ │ ├── image-20250610144207577.png
│ │ │ ├── 665ae40a-443f-4356-bb5d-4742f947c430.jpg
│ │ │ ├── image-20250612144000791.png
│ │ │ ├── image-20250808153202273.png
│ │ │ ├── image-20220623193115744.png
│ │ │ ├── image-20230703202245876.png
│ │ │ ├── 15_sa-7VfWc6u.png
│ │ │ ├── image-20250610153803583.png
│ │ │ ├── image-20250611154940373.png
│ │ │ ├── image-20250619174422633.png
│ │ │ ├── image-20250808094347580.png
│ │ │ ├── image-20250709111918870.png
│ │ │ ├── image-20250809155304326.png
│ │ │ ├── b44f857a9bdedcd6a2d53a3971fae7db.png
│ │ │ ├── image-20250809151311212.png
│ │ │ ├── image-20250806142116475.png
│ │ │ ├── image-20250610154103205.png
│ │ │ ├── gunLinux_WoP18w7bfa.png
│ │ │ ├── image-20250809100254826.png
│ │ │ ├── image-20250609162726036.png
│ │ │ ├── image-20250609141835684.png
│ │ │ ├── image-20220627012251228.png
│ │ │ ├── image-20250617171218793.png
│ │ │ ├── image-20250809153913111.png
│ │ │ ├── 1_i771qGMWfi.png
│ │ │ ├── 1_E2b9FKparo.png
│ │ │ ├── image-20250610171857001.png
│ │ │ ├── image-20230626170025229.png
│ │ │ ├── net5_Gfhkydmb8v.png
│ │ │ ├── image-20250709152122875.png
│ │ │ ├── k3_6jMbfsPvys.png
│ │ │ ├── image-20250809095405573.png
│ │ │ ├── image-20250612141922942.png
│ │ │ ├── image-20250709144042023.png
│ │ │ ├── image-20250809095214635.png
│ │ │ ├── image-20250808094419371.png
│ │ │ ├── image-20250808112526344.png
│ │ │ ├── gun_GRJmWGdMpk.png
│ │ │ ├── k2_29Oy4a95DH.png
│ │ │ ├── net6_nOBjmzJThC.png
│ │ │ ├── image-20250611092209528.png
│ │ │ ├── image-20250808150346031.png
│ │ │ ├── 14_IWD0l5uzEp.png
│ │ │ ├── image-20250809153536976.png
│ │ │ ├── image-20250619155049912.png
│ │ │ ├── vm5_NVXW0CXCms.png
│ │ │ ├── image-20250808113153478.png
│ │ │ ├── image-20250610151424881.png
│ │ │ ├── 13963382_20230830144006.372.svg
│ │ │ ├── image-20250611161430076.png
│ │ │ ├── image-20250627173649955.png
│ │ │ ├── image-20250709111544781.png
│ │ │ ├── vim1_bdwb6OOJgA.png
│ │ │ ├── image-20250610170118054.png
│ │ │ ├── vim6_05QzvG_PUU.png
│ │ │ ├── image-20250618164656921.png
│ │ │ ├── image-20220625231126326.png
│ │ │ ├── image-20250627090217208.png
│ │ │ ├── image-20250711104530395.png
│ │ │ ├── image-20220702073213225.png
│ │ │ ├── image-20220623185404618.png
│ │ │ ├── image-20230703211138655.png
│ │ │ ├── image-20250619173406101.png
│ │ │ ├── 20b1c8d567226b78352b44dc1eef6fe8.png
│ │ │ ├── 06_IZKWqQBAmN.png
│ │ │ ├── image-20250619164625715.png
│ │ │ ├── image-20250610171055084.png
│ │ │ ├── image-20250809154438368.png
│ │ │ ├── image-20250709162634410.png
│ │ │ ├── 01_TzPAIAEmXg.png
│ │ │ ├── image-20250808094526135.png
│ │ │ ├── 68705dde-06e4-4780-8389-347605646007.png
│ │ │ ├── image-20250808094559030.png
│ │ │ ├── net7_bhO5VSVI2-.png
│ │ │ ├── image-20250709143555666.png
│ │ │ ├── vim_OjF1J7zRyb.png
│ │ │ ├── image-20250627163822110.png
│ │ │ ├── image-20250611154133146.png
│ │ │ ├── image-20220623205527519.png
│ │ │ ├── host5_eyZlqVWTcZ.png
│ │ │ ├── image-20250627145946868.png
│ │ │ ├── image-20250808145942164.png
│ │ │ ├── 21_nFEGHyfzx7.png
│ │ │ ├── image-20250610145225740.png
│ │ │ ├── image-20250627154922291.png
│ │ │ ├── image-20220623191237433.png
│ │ │ ├── image-20230626163815805.png
│ │ │ ├── image-20250709151946776.png
│ │ │ ├── image-20250617165036177.png
│ │ │ ├── image-20230626165052676.png
│ │ │ ├── image-20250809153341433.png
│ │ │ ├── image-20250808112631119.png
│ │ │ ├── image-20250709152222234.png
│ │ │ ├── image-20250627153459590.png
│ │ │ ├── image-20250612092827274.png
│ │ │ ├── image-20250708155947417.png
│ │ │ ├── image-20250808150937716.png
│ │ │ ├── 5_BguN7wK7Ed.png
│ │ │ ├── image-20250610162806719.png
│ │ │ ├── nat_-7T60iClZa.png
│ │ │ ├── image-20250714144343659.png
│ │ │ ├── image-20230626165250392.png
│ │ │ ├── 10_zi8pEWIwmJ.png
│ │ │ ├── image-20250619163932272.png
│ │ │ ├── image-20250809155637672.png
│ │ │ ├── image-20250808105746801.png
│ │ │ ├── k3_KAH9nQlPmu.png
│ │ │ ├── image-20250809102136789.png
│ │ │ ├── image-20250710172003462.png
│ │ │ ├── image-20250808095001513.png
│ │ │ ├── image-20250609144054703.png
│ │ │ ├── image-20220627033754883.png
│ │ │ ├── image-20250809155828238.png
│ │ │ ├── image-20250809155029140.png
│ │ │ ├── vm8b_rKulUL0IOp.png
│ │ │ ├── 19_hn7N5j5qle.png
│ │ │ ├── image-20250626113810086.png
│ │ │ ├── image-20210730161043856-1654344794725.png
│ │ │ ├── image-20250626115059790.png
│ │ │ ├── k5_OPYXZIQ-M_.png
│ │ │ ├── image-20250808144136440.png
│ │ │ ├── image-20250710102035216.png
│ │ │ ├── image-20250626113226686.png
│ │ │ ├── image-20250609184143804.png
│ │ │ ├── q2_z9ymiP19Gd.png
│ │ │ ├── image-20250609184109752.png
│ │ │ ├── image-20250610153424935.png
│ │ │ ├── image-20220702074559798.png
│ │ │ ├── image-20250626112458579.png
│ │ │ ├── image-20250609184349633.png
│ │ │ ├── image-20250702115138981.png
│ │ │ ├── image-20250610172122047.png
│ │ │ ├── image-20250619161954499.png
│ │ │ ├── image-20220625171900320.png
│ │ │ ├── image-20250708160023750.png
│ │ │ ├── image-20250619163722343.png
│ │ │ ├── image-20250609184247979.png
│ │ │ ├── image-20220701133422028.png
│ │ │ ├── image-20230626163927774.png
│ │ │ ├── image-20250709140440985.png
│ │ │ ├── image-20250809154842054.png
│ │ │ ├── k2_lfYabhEe7r.png
│ │ │ ├── b7a8eb46-1168-434c-b63b-ec775affab7b.jpg
│ │ │ ├── hostonly_ZTuNCvNWgj.png
│ │ │ ├── mysql2_giuTaDiaqn.png
│ │ │ ├── image-20220625193923549.png
│ │ │ ├── image-20220701133611979.png
│ │ │ ├── ffd17fc3983acd856b4bd5ba654a938c.png
│ │ │ ├── 28_rg1JOBOEbU.png
│ │ │ ├── image-20250718104352774.png
│ │ │ ├── image-20230626165415599.png
│ │ │ ├── image-20250627173759564.png
│ │ │ ├── image-20250714172636031.png
│ │ │ ├── env_pYThB1h5JU.png
│ │ │ ├── image-20250610084926773.png
│ │ │ ├── 10_BYkT1YYJh8.png
│ │ │ ├── image-20250718102047482.png
│ │ │ ├── image-20250718101856464.png
│ │ │ ├── image-20250627160235150.png
│ │ │ ├── image-20250627141338639.png
│ │ │ ├── image-20250808145300945.png
│ │ │ ├── timg.jpg
│ │ │ ├── image-20250610144047456.png
│ │ │ ├── image-20250626113650573.png
│ │ │ ├── image-20250808152609340.png
│ │ │ ├── image-20250619102228132.png
│ │ │ ├── 9_rQ4GQsGXqe.png
│ │ │ ├── p1_x5SIiOoWQK.png
│ │ │ ├── image-20250619163432576.png
│ │ │ ├── image-20250627141121744.png
│ │ │ ├── d7e7cc16-62d0-4b4f-81b8-4508cbefad18.jpg
│ │ │ ├── image-20250809154310830.png
│ │ │ ├── 22_m2FS25EVcw.png
│ │ │ ├── image-20250609163950472.png
│ │ │ ├── ec4536a6-8738-4aeb-9edf-0e7d42187d86.png
│ │ │ ├── image-20250809100930757.png
│ │ │ ├── image-20250609171246051.png
│ │ │ ├── image-20250610145055088.png
│ │ │ ├── 20_m_9aC_SRzF.png
│ │ │ ├── image-20250610162539171.png
│ │ │ ├── k4_Qb7xVEWTo_.png
│ │ │ ├── image-20250610171936716.png
│ │ │ ├── clip_image002.jpg
│ │ │ ├── image-20250611153606490.png
│ │ │ ├── image-20250625143059757.png
│ │ │ ├── image-20220625185128228.png
│ │ │ ├── image-20250808112302419.png
│ │ │ ├── 14_S9eHEk73LG.png
│ │ │ ├── image-20250910165849503.png
│ │ │ ├── image-20250616161428915.png
│ │ │ ├── 12_-o_Mh0LR7Y.png
│ │ │ ├── 71f41d46cc5c0405f4d4dc944b4350c9.jpg
│ │ │ ├── vim5_4b4bcTxUt_.png
│ │ │ ├── image-20250808093704227.png
│ │ │ ├── image-20220627010639775.png
│ │ │ ├── image-20250626115952754.png
│ │ │ ├── image-20250809165909270.png
│ │ │ ├── 11_dkv7HM6FrC.png
│ │ │ ├── image-20250627163635146.png
│ │ │ ├── image-20250627143839557.png
│ │ │ ├── image-20250709151826007.png
│ │ │ ├── image-20250610141821432.png
│ │ │ ├── image-20250609172306257.png
│ │ ├── 8 第八章 Shell脚本编程(1).md
│ │ ├── 6 第六章 Linux网络基础与进阶.md
│ │ ├── 7 第七章 Linux常用服务.md
│ │ ├── 4 第四章 Linux常用命令(1).md
│ │ ├── 3 第三章 Linux的目录结构.md
│ │ ├── 5 第五章 Linux常用命令(2).md
│ │ ├── 扩展:堡垒机和其他Linux系统.md
│ │ ├── 2 第二章 服务器操作系统.md
│ │ ├── 1 第一章 云计算和运维.md
│ │ ├── 9 第九章 Shell脚本编程(2).md
│ ├── day06_Linux常用命令
│ │ ├── 作业
│ │ │ ├── 晨测(vi和vim、查看文件内容).txt
│ │ │ ├── 运维作业-文件操作2.txt
│ │ │ ├── 运维作业-文件查找.txt
│ │ │ ├── 运维作业-去重和排序.txt
│ │ ├── 视频
│ │ │ ├── 07-Linux文件权限和文件大小.mp4
│ │ │ ├── 09-Linux文件属性之查看inode和block信息.mp4
│ │ │ ├── 03-Linux常用命令之find(1).mp4
│ │ │ ├── 05-Linux常用命令之find(3).mp4
│ │ │ ├── 08-Linux文件属性之inode和block.mp4
│ │ │ ├── 14-Linux挤压压缩类命令之gzip、zip、unzip.mp4
│ │ │ ├── 01-晨测和作业(1).mp4
│ │ │ ├── 04-Linux常用命令之find(2).mp4
│ │ │ ├── 10-Linux软链接和硬连接.mp4
│ │ │ ├── 02-晨测和作业(2).mp4
│ │ │ ├── 12-Linux解压压缩类命令之tar.mp4
│ │ │ ├── 11-Linux软链接和硬链接相关操作.mp4
│ │ │ ├── 13-Linux的find和tar命令结合使用案例.mp4
│ │ │ ├── 06-Linux文件属性之文件类型.mp4
│ ├── day04_Linux常用命令
│ │ ├── 作业
│ │ │ ├── 晨测(目录结构、命令格式、关机命令).txt
│ │ ├── 视频
│ │ │ ├── 08-Linux常用命令之ls(2).mp4
│ │ │ ├── 12-Linux常用命令之rm.mp4
│ │ │ ├── 05-Linux常用命令之pwd和mkdir.mp4
│ │ │ ├── 10-Linux常用命令之cp(1).mp4
│ │ │ ├── 03-Linux的路径问题(3).mp4
│ │ │ ├── 06-Linux常用命令之touch.mp4
│ │ │ ├── 16-Linux常用命令之ntpdate.mp4
│ │ │ ├── 07-Linux常用命令之ls(1).mp4
│ │ │ ├── 04-Linux常用命令之cd.mp4
│ │ │ ├── 11-Linux常用命令之cp(2).mp4
│ │ │ ├── 15-Linux常用命令之date.mp4
│ │ │ ├── 02-Linux的路径问题(2).mp4
│ │ │ ├── 01-Linux的路径问题(1).mp4
│ │ │ ├── 09-Linux常用命令之mv.mp4
│ │ │ ├── 14-Linux常用命令之cat、alias、unalias.mp4
│ │ │ ├── 13-Linux常用命令之echo.mp4
│ ├── day08_Linux常用命令
│ │ ├── 作业
│ │ │ ├── 运维作业-用户和权限.txt
│ │ │ ├── 运维作业-软件安装和进程.txt
│ │ │ ├── 晨测(文件属性、用户组权限相关命令).txt
│ │ ├── 视频
│ │ │ ├── 13-Linux进程管理类命令之ps(-ef).mp4
│ │ │ ├── 12-Linux进程管理类命令之程序和进程.mp4
│ │ │ ├── 01-晨测和作业.mp4
│ │ │ ├── 15-Linux进程管理类命令之pstree.mp4
│ │ │ ├── 14-Linux进程管理类命令之ps(-aux).mp4
│ │ │ ├── 06-Linux用户权限类命令之sudo权限管理(1).mp4
│ │ │ ├── 03-Linux用户权限类命令之三种特殊权限(2).mp4
│ │ │ ├── 02-Linux用户权限类命令之三种特殊权限(1).mp4
│ │ │ ├── 05-Linux用户权限类命令之两种扩展属性.mp4
│ │ │ ├── 11-Linux软件包管理工具之yum.mp4
│ │ │ ├── 10-Linux软件包管理工具之yum相关配置文件.mp4
│ │ │ ├── 08-Linux软件包管理命令之常见的软件包管理工具.mp4
│ │ │ ├── 04-Linux用户权限类命令之查看和设置特殊权限.mp4
│ │ │ ├── 09-Linux软甲包管理命令之rpm.mp4
│ │ │ ├── 07-Linux用户权限类命令之sudo权限管理.mp4
│ ├── day23_常用服务_Shell入门
│ │ ├── shell
│ │ │ ├── third.sh
│ │ │ ├── forth.sh
│ │ │ ├── second.sh
│ │ │ ├── first.sh
│ │ ├── 视频
│ │ │ ├── 12-Shell脚本之Shell脚本的执行方式(调用解释器).mp4
│ │ │ ├── 06-Linux常用服务之测试功能.mp4
│ │ │ ├── 08-Shell脚本之Shell概述.mp4
│ │ │ ├── 19-Shell脚本之变量概述.mp4
│ │ │ ├── 11-Shell脚本之Shell体验.mp4
│ │ │ ├── 04-Linux常用服务之准备工作.mp4
│ │ │ ├── 15-Shell脚本之测试三种执行方式中Shell的作用域.mp4
│ │ │ ├── 14-Shell脚本之Shell脚本的执行方式(source或.).mp4
│ │ │ ├── 07-Shell脚本之概述.mp4
│ │ │ ├── 02-Linux常用服务之DHCP概述.mp4
│ │ │ ├── 09-Shell脚本之常见的命令行解释器.mp4
│ │ │ ├── 16-Shell脚本之三种执行方式Shell作用域总结.mp4
│ │ │ ├── 05-Linux常用服务之在WindowsServer中配置DHCP服务.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 17-Shell脚本之在Shell中调用子Shell.mp4
│ │ │ ├── 20-Shell脚本之为什么使用变量.mp4
│ │ │ ├── 18-Shell脚本之三种执行方式对比.mp4
│ │ │ ├── 13-Shell脚本之Shell脚本的执行方式(添加执行权限).mp4
│ │ │ ├── 10-Shell脚本之切换Shell和查看当前Shell.mp4
│ │ │ ├── 03-Linux常用服务之DHCP简单原理.mp4
│ ├── day24_Shell脚本
│ │ ├── 视频
│ │ │ ├── 11-Shell脚本之获取字符串长度和截取字符串.mp4
│ │ │ ├── 17-Shell脚本之位置变量.mp4
│ │ │ ├── 14-Shell脚本之默认值替换.mp4
│ │ │ ├── 21-Shell脚本之数学运算(let).mp4
│ │ │ ├── 13-Shell脚本之替换字符串.mp4
│ │ │ ├── 03-Shell脚本之变量的命名规则.mp4
│ │ │ ├── 10-Shell脚本之局部变量转化为全局变量.mp4
│ │ │ ├── 02-Shell脚本之子Shell问题补充.mp4
│ │ │ ├── 20-Shell脚本之数学运算($(())).mp4
│ │ │ ├── 05-Shell脚本之引号的使用.mp4
│ │ │ ├── 22-Shell脚本之数学运算(bc).mp4
│ │ │ ├── 16-Shell脚本之环境变量PATH.mp4
│ │ │ ├── 04-Shell脚本之等号的使用.mp4
│ │ │ ├── 15-Shell脚本之变量的删除.mp4
│ │ │ ├── 18-Shell脚本之预定义变量.mp4
│ │ │ ├── 08-Shell脚本之变量分类(用户自定义变量).mp4
│ │ │ ├── 07-Shell脚本之命令替换.mp4
│ │ │ ├── 06-Shell脚本之变量的引用.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 12-Shell脚本之切割字符串.mp4
│ │ │ ├── 19-Shell脚本之数学运算(expr).mp4
│ │ │ ├── 09-Shell脚本之变量分类(环境变量).mp4
│ │ ├── shell
│ │ │ ├── forth.sh
│ │ │ ├── third.sh
│ │ │ ├── sixth.sh
│ │ │ ├── first.sh
│ │ │ ├── fifth.sh
│ │ │ ├── second.sh
│ ├── day03_Linux目录结构_命令行格式
│ │ ├── 作业
│ │ │ ├── 运维作业-文件操作1.txt
│ │ ├── 视频
│ │ │ ├── 07-Linux命令行格式.mp4
│ │ │ ├── 11-Linux帮助手册之man命令.mp4
│ │ │ ├── 06-Linux目录结构(5).mp4
│ │ │ ├── 13-Linux快捷键.mp4
│ │ │ ├── 10-Linux命令格式之注意事项.mp4
│ │ │ ├── 05-Linux目录结构(4).mp4
│ │ │ ├── 14-Linux关机重启类命令.mp4
│ │ │ ├── 09-Linux命令格式之参数.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 03-Linux目录结构(2).mp4
│ │ │ ├── 12-Linux帮助手册之help选项.mp4
│ │ │ ├── 04-Linux目录结构(3).mp4
│ │ │ ├── 02-Linux目录结构(1).mp4
│ │ │ ├── 08-Linux命令格式之命令和选项.mp4
│ ├── day05_Linux常用命令
│ │ ├── 视频
│ │ │ ├── 12-Linux常用命令之wc、which、whereis.mp4
│ │ │ ├── 11-Linux常用命令之more.mp4
│ │ │ ├── 09-Linux常用命令之tail.mp4
│ │ │ ├── 01-Linux常用命令之rz和sz.mp4
│ │ │ ├── 13-Linux常用命令之diff.mp4
│ │ │ ├── 04-vi和vim的普通模式(2).mp4
│ │ │ ├── 08-Linux常用命令之head.mp4
│ │ │ ├── 06-vi和vim的底行模式.mp4
│ │ │ ├── 10-Linux常用命令之less.mp4
│ │ │ ├── 07-vi和vim总结.mp4
│ │ │ ├── 02-Linux常用命令之vi和vim.mp4
│ │ │ ├── 03-vi和vim的普通模式(1).mp4
│ │ │ ├── 05-vi和vim的编辑模式.mp4
│ │ │ ├── 14-Linux常用命令之sort(1).mp4
│ │ │ ├── 15-Linux常用命令之sort(2).mp4
│ │ │ ├── 16-Linux常用命令之uniq.mp4
│ │ ├── 课件
│ │ │ ├── 5 第五章 Linux常用命令(2).md
│ │ │ ├── 4 第四章 Linux常用命令(1).md
│ │ ├── 作业
│ │ │ ├── Linux综合练习题(1).md
│ │ │ ├── 运维作业-去重和排序.txt
│ │ │ ├── 运维作业-文件操作2.txt
│ │ │ ├── 运维作业-文件操作1.txt
│ │ │ ├── 晨测(文件操作命令).txt
│ ├── day19_堡垒机_安装其他Linux系统
│ │ ├── 视频
│ │ │ ├── 05-日志处理三剑客综合练习题(4).mp4
│ │ │ ├── 03-日志处理三剑客综合练习题(2).mp4
│ │ │ ├── 10-堡垒机的运维和审计功能.mp4
│ │ │ ├── 04-日志处理三剑客综合练习题(3).mp4
│ │ │ ├── 15-使用WindowsServer.mp4
│ │ │ ├── 16-使用Ubuntu.mp4
│ │ │ ├── 02-日志处理三剑客综合练习题(1).mp4
│ │ │ ├── 08-安装堡垒机.mp4
│ │ │ ├── 11-安装Rocky.mp4
│ │ │ ├── 09-堡垒机管理页面相关操作.mp4
│ │ │ ├── 06-跳板机和堡垒机对比.mp4
│ │ │ ├── 07-跳板机和堡垒机具体功能和优点以及缺点.mp4
│ │ │ ├── 12-安装Kylin.mp4
│ │ │ ├── 13-使用Kylin.mp4
│ │ │ ├── 14-安装WindowsServer.mp4
│ │ │ ├── 01-回顾.mp4
│ │ ├── 作业
│ │ │ ├── 运维作业-三剑客综合练习(2).txt
│ ├── day30_Shell脚本
│ │ ├── 课件(更新)
│ │ │ ├── 9 第九章 Shell脚本编程(2).md
│ │ ├── 视频
│ │ │ ├── 07-Linux综合练习题二.mp4
│ │ │ ├── 05-Shell脚本综合案例二(28-35).mp4
│ │ │ ├── 01-Shell脚本综合练习题二(1-7).mp4
│ │ │ ├── 03-Shell脚本综合案例二(15-21).mp4
│ │ │ ├── 04-Shell脚本综合案例二(22-27).mp4
│ │ │ ├── 02-Shell脚本综合练习题二(8-14).mp4
│ │ │ ├── 06-Linux综合练习题一.mp4
│ │ │ ├── 09-系统U盘制作.mp4
│ │ │ ├── 08-物理机的使用流程.mp4
│ │ ├── 作业
│ │ │ ├── Linux综合练习题(1).md
│ │ │ ├── Linux综合练习题(2).md
│ │ ├── shell
│ │ │ ├── ten.sh
│ │ │ ├── eleven.sh
│ │ │ ├── seven.sh
│ │ │ ├── twenty_three.sh
│ │ │ ├── nine.sh
│ │ │ ├── twenty_two.sh
│ │ │ ├── one.sh
│ │ │ ├── six.sh
│ │ │ ├── two.sh
│ │ │ ├── thirteen.sh
│ │ ├── 软件
│ │ │ ├── 软碟通.zip
│ ├── day18_网络
│ │ ├── 视频
│ │ │ ├── 15-Linux网络基础之网卡配置文件.mp4
│ │ │ ├── 09-Linux网络基础之DNS各级别域名服务器.mp4
│ │ │ ├── 04-Linux网络基础之使用Wireshark观察三次握手的报文.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 10-Linux网络基础之DNS解析过程.mp4
│ │ │ ├── 18-Linux网络基础之检查其他服务器端口是否开启.mp4
│ │ │ ├── 14-Linux网络基础之ICMP协议.mp4
│ │ │ ├── 19-Linux网络基础之检查TCP连接状态和监听网络速度.mp4
│ │ │ ├── 06-Linux网络基础之TCP和UDP的区别.mp4
│ │ │ ├── 08-Linux网络基础之DNS概述.mp4
│ │ │ ├── 20-Linux网络基础之DNS解析相关命令.mp4
│ │ │ ├── 02-Linux网络基础之安装nginx并测试.mp4
│ │ │ ├── 12-Linux网络基础之ARP工作原理.mp4
│ │ │ ├── 11-Linux网络基础之使用dig命令查询DNS解析过程.mp4
│ │ │ ├── 16-Linux网络基础之局域网和虚拟机上网原理.mp4
│ │ │ ├── 17-Linux网络基础之检查本机端口是否开启.mp4
│ │ │ ├── 13-Linux网络基础之ARP抓包.mp4
│ │ │ ├── 03-Linux网络基础之安装并使用Wireshark.mp4
│ │ │ ├── 07-Linux网络基础之TCP头和UDP头的结构.mp4
│ │ │ ├── 05-Linux网络基础之tcpdump的使用.mp4
│ ├── day27_Shell脚本
│ │ ├── shell
│ │ │ ├── case案例
│ │ │ │ ├── case_two.sh
│ │ │ │ ├── case_one.sh
│ │ │ ├── if作业
│ │ │ │ ├── one.sh
│ │ │ │ ├── three.sh
│ │ │ │ ├── two.sh
│ │ │ ├── for案例
│ │ │ │ ├── for_two.sh
│ │ │ │ ├── for_one.sh
│ │ │ │ ├── for_three.sh
│ │ │ │ ├── for_five.sh
│ │ │ │ ├── for_four.sh
│ │ │ ├── 综合案例
│ │ │ │ ├── demo.sh
│ │ │ ├── until案例
│ │ │ │ ├── until_two.sh
│ │ │ │ ├── until_one.sh
│ │ │ ├── while案例
│ │ │ │ ├── while_six.sh
│ │ │ │ ├── while_three.sh
│ │ │ │ ├── while_five.sh
│ │ │ │ ├── while_one.sh
│ │ │ │ ├── while_four.sh
│ │ │ │ ├── while_two.sh
│ │ ├── 视频
│ │ │ ├── 08-Shell脚本之for语法格式(2).mp4
│ │ │ ├── 13-Shell脚本之while案例.mp4
│ │ │ ├── 04-Shell脚本之case语句.mp4
│ │ │ ├── 06-Shell脚本之for循环概述.mp4
│ │ │ ├── 14-Shell脚本之while案例(重复输入用户名进行校验).mp4
│ │ │ ├── 05-Shell脚本之case案例.mp4
│ │ │ ├── 10-Shell脚本之for循环案例(获取偶数).mp4
│ │ │ ├── 01-Shell脚本之if练习题(1).mp4
│ │ │ ├── 15-Shell脚本之until循环.mp4
│ │ │ ├── 17-Shell脚本之综合案例(2).mp4
│ │ │ ├── 11-Shell脚本之for语法格式(3).mp4
│ │ │ ├── 16-Shell脚本之综合案例(1).mp4
│ │ │ ├── 02-Shell脚本之if练习题(2).mp4
│ │ │ ├── 09-Shell脚本之使用{}或seq命令获取数值列表.mp4
│ │ │ ├── 07-Shell脚本之for语法格式(1).mp4
│ │ │ ├── 12-Shell脚本之while语法格式.mp4
│ │ │ ├── 03-Shell脚本之if练习题(3).mp4
│ │ ├── 作业
│ │ │ ├── 运维作业-Shell练习1.txt
│ │ │ ├── 运维作业-Shell练习2.txt
│ ├── day26_Shell脚本
│ │ ├── 作业
│ │ │ ├── 运维作业-Shell练习1.txt
│ │ ├── shell
│ │ │ ├── if_five.sh
│ │ │ ├── if_four.sh
│ │ │ ├── if_ten.sh
│ │ │ ├── if_nine.sh
│ │ │ ├── if_seven.sh
│ │ │ ├── if_two.sh
│ │ │ ├── if_one.sh
│ │ │ ├── if_six.sh
│ │ │ ├── if_eight.sh
│ │ │ ├── if_eleven.sh
│ │ │ ├── if_three.sh
│ │ ├── 视频
│ │ │ ├── 08-Shell脚本之if案例(判断用户是否存在).mp4
│ │ │ ├── 11-Shell脚本之if多分支.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 07-Shell脚本之if案例(判断根分区的使用情况).mp4
│ │ │ ├── 15-Shell脚本之if作业.mp4
│ │ │ ├── 03-Shell脚本之if案例(判断文件是否存在).mp4
│ │ │ ├── 09-Shell脚本之if案例(若用户不存在则创建用户并设置密码).mp4
│ │ │ ├── 02-Shell脚本之if语句概述.mp4
│ │ │ ├── 06-Shell脚本之if案例(若目录不存在则创建).mp4
│ │ │ ├── 14-Shell脚本之if判断原理.mp4
│ │ │ ├── 05-Shell脚本之if案例(校验用户名是否符合规则).mp4
│ │ │ ├── 04-Shell脚本之if案例(文件不存在则创建).mp4
│ │ │ ├── 13-Shell脚本之if案例(根据根分区的使用情况输出提示信息).mp4
│ │ │ ├── 12-Shell脚本之if案例(根据成绩输出等级).mp4
│ │ │ ├── 10-Shell脚本之if案例(判断服务的状态).mp4
│ ├── day11_Linux常用命令
│ │ ├── 视频
│ │ │ ├── 08-Linux磁盘管理之企业分区方案.mp4
│ │ │ ├── 06-Linux磁盘管理之swap分区概述.mp4
│ │ │ ├── 10-Linux磁盘管理之企业故障模拟(block不足).mp4
│ │ │ ├── 15-Linux磁盘管理之磁盘性能指标.mp4
│ │ │ ├── 02-回顾(2).mp4
│ │ │ ├── 01-回顾(1).mp4
│ │ │ ├── 07-Linux磁盘管理之swap分区操作.mp4
│ │ │ ├── 04-Linux磁盘管理之使用parted命令完成GPT格式的分区操作.mp4
│ │ │ ├── 05-Linux磁盘管理之GPT分区的格式化和挂载.mp4
│ │ │ ├── 03-Linux磁盘管理之MBR和GPT.mp4
│ │ │ ├── 16-Linux磁盘管理之查看磁盘信息相关命令.mp4
│ │ │ ├── 11-Linux磁盘管理之企业故障模拟(inode不足).mp4
│ │ │ ├── 13-Linux磁盘管理之企业故障模拟(进程占用文件).mp4
│ │ │ ├── 14-Linux磁盘管理之文件系统.mp4
│ │ │ ├── 12-Linux磁盘管理之企业故障模拟(inode不足的解决方案).mp4
│ │ │ ├── 09-Linux磁盘管理之企业故障案例分析.mp4
│ ├── day01_运维介绍_安装VMware
│ │ ├── 软件
│ │ │ ├── VMware
│ │ │ │ ├── vmware序列号.txt
│ │ │ │ ├── VMware-workstation-full-17.0.0-20800274.exe
│ │ │ ├── CentOS-7-x86_64-Minimal-2009.iso
│ │ ├── 视频
│ │ │ ├── 03-运维介绍之行业应用场景和人才结构转型.mp4
│ │ │ ├── 02-运维介绍之市场格局和技术演进.mp4
│ │ │ ├── 08-服务器的不同类型.mp4
│ │ │ ├── 05-运维分类.mp4
│ │ │ ├── 09-服务器操作系统.mp4
│ │ │ ├── 10-安装VMware.mp4
│ │ │ ├── 04-运维发展历史.mp4
│ │ │ ├── 01-运维介绍之核心定位与价值.mp4
│ │ │ ├── 06-云计算和云平台简介.mp4
│ │ │ ├── 07-服务器概念.mp4
│ ├── day14_Linux日志处理三剑客
│ │ ├── 作业
│ │ │ ├── 运维作业-三剑客awk.txt
│ │ ├── 视频
│ │ │ ├── 09-Linux日志处理三剑客之awk的语法测试.mp4
│ │ │ ├── 05-Linux日志处理三剑客之sed合并两行为一行.mp4
│ │ │ ├── 13-Linux日志处理三剑客之awk通过某列筛选数据.mp4
│ │ │ ├── 11-Linux日志处理三剑客之awk通过行数筛选数据.mp4
│ │ │ ├── 15-Linux日志处理三剑客之awk筛选行并获取指定列.mp4
│ │ │ ├── 06-Linux日志处理三剑客之sed倒序输出文件内容.mp4
│ │ │ ├── 14-Linux日志处理三剑客之awk筛选行案例.mp4
│ │ │ ├── 08-Linux日志处理三剑客之awk语法格式.mp4
│ │ │ ├── 03-sed作业题(2).mp4
│ │ │ ├── 02-sed作业题(1).mp4
│ │ │ ├── 01-回顾sed.mp4
│ │ │ ├── 12-Linux日志处理三剑客之awk通过正则筛选数据.mp4
│ │ │ ├── 04-Linux日志处理三剑客之sed的模式空间和保持空间.mp4
│ │ │ ├── 07-Linux日志处理三剑客之awk概述.mp4
│ │ │ ├── 10-Linux日志处理三剑客之awk获取列.mp4
│ │ ├── 笔记(更新)
│ │ │ ├── 5 第五章 Linux常用命令(2).md
│ ├── day22_常用服务
│ │ ├── 视频
│ │ │ ├── 11-NFS服务实操之相关配置文件(2).mp4
│ │ │ ├── 05-Linux常用服务之存储分类.mp4
│ │ │ ├── 15-实时同步服务之备份客户端设置sersync的环境变量.mp4
│ │ │ ├── 06-Linux常用服务之NFS原理.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 14-实时同步服务之备份服务器配置.mp4
│ │ │ ├── 04-Linux常用服务之NFS的特点(2).mp4
│ │ │ ├── 03-Linux常用服务之NFS的特点(1).mp4
│ │ │ ├── 02-Linux常用服务之NFS服务概述.mp4
│ │ │ ├── 13-实时同步服务概述和准备工作.mp4
│ │ │ ├── 09-NFS服务实操之客户端实现.mp4
│ │ │ ├── 10-NFS服务实操之相关配置文件(1).mp4
│ │ │ ├── 12-NFS服务实操之客户端永久挂载.mp4
│ │ │ ├── 16-实时同步服务之备份客户端配置sersync的配置文件.mp4
│ │ │ ├── 17-实时同步服务之功能测试.mp4
│ │ │ ├── 08-NFS服务实操之服务器端配置.mp4
│ │ │ ├── 07-NFS服务实操之准备工作.mp4
│ ├── day12_Linux常用命令
│ │ ├── 视频
│ │ │ ├── 15-Linux正则表达式之^和$.mp4
│ │ │ ├── 19-Linux正则表达式之重复次数(2).mp4
│ │ │ ├── 18-Linux正则表达式之重复次数(1).mp4
│ │ │ ├── 21-Linux正则表达式之或的功能.mp4
│ │ │ ├── 08-Linux日志处理三剑客之输出重定向.mp4
│ │ │ ├── 10-Linux日志处理三剑客之错误重定向.mp4
│ │ │ ├── 13-Linux日志处理三剑客之三剑客对正则的支持.mp4
│ │ │ ├── 12-Linux日志处理三剑客之正则表达式概述.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 16-Linux正则表达式之字符集(.).mp4
│ │ │ ├── 05-Linux磁盘管理之扩展和删除逻辑卷.mp4
│ │ │ ├── 17-Linux正则表达式之转义、自定义字符集和排除.mp4
│ │ │ ├── 14-Linux正则表达式之包含.mp4
│ │ │ ├── 07-Linux日志处理三剑客之重定向符号.mp4
│ │ │ ├── 03-Linux磁盘管理之创建物理卷和卷组.mp4
│ │ │ ├── 11-Linux日志处理三剑客之通配符和{}.mp4
│ │ │ ├── 09-Linux日志处理三剑客之输入重定向.mp4
│ │ │ ├── 06-Linux日志处理三剑客之特殊符号.mp4
│ │ │ ├── 20-Linux正则表达式之重复次数(3).mp4
│ │ │ ├── 04-Linux磁盘管理之创建逻辑卷、格式化和挂载.mp4
│ │ │ ├── 02-Linux磁盘管理之LVM概述.mp4
│ │ │ ├── 22-Linux正则表达式之测试案例.mp4
│ │ ├── 作业
│ │ │ ├── 运维作业-三剑客grep.txt
│ ├── day28_Shell脚本
│ │ ├── 作业
│ │ │ ├── Linux综合练习题(2).md
│ │ │ ├── 运维作业-Shell综合练习(1).txt
│ │ │ ├── 运维作业-Shell综合练习(2).txt
│ │ ├── 视频
│ │ │ ├── 15-Shell脚本之函数案例(2).mp4
│ │ │ ├── 13-Shell脚本之函数概述.mp4
│ │ │ ├── 09-Shell脚本之shift案例.mp4
│ │ │ ├── 07-Shell脚本之break.mp4
│ │ │ ├── 06-Shell脚本之continue案例.mp4
│ │ │ ├── 12-Shell脚本之continue、break、exit的区别.mp4
│ │ │ ├── 04-Shell脚本之循环练习题(2).mp4
│ │ │ ├── 02-Shell脚本之case练习题(服务操作).mp4
│ │ │ ├── 16-Shell脚本之函数中声明局部变量.mp4
│ │ │ ├── 01-Shell脚本之case练习题(菜单脚本).mp4
│ │ │ ├── 11-Shell脚本之exit案例.mp4
│ │ │ ├── 14-Shell脚本之函数案例(1).mp4
│ │ │ ├── 10-Shell脚本之exit概述.mp4
│ │ │ ├── 03-Shell脚本之循环练习题(1).mp4
│ │ │ ├── 08-Shell脚本之shift.mp4
│ │ │ ├── 05-Shell脚本之continue概述.mp4
│ │ ├── shell
│ │ │ ├── 函数案例
│ │ │ │ ├── fun_four.sh
│ │ │ │ ├── fun_one.sh
│ │ │ │ ├── fun_three.sh
│ │ │ │ ├── fun_two.sh
│ │ │ ├── shift案例
│ │ │ │ ├── shift_two.sh
│ │ │ │ ├── shift_one.sh
│ │ │ ├── break案例
│ │ │ ├── continue案例
│ │ │ │ ├── continue_two.sh
│ │ │ │ ├── continue_three.sh
│ │ │ │ ├── break_one.sh
│ │ │ │ ├── continue_one.sh
│ │ │ │ ├── break_two.sh
│ │ │ ├── 练习题答案
│ │ │ │ ├── service_while.sh
│ │ │ │ ├── two.sh
│ │ │ │ ├── menu.sh
│ │ │ │ ├── four.sh
│ │ │ │ ├── one.sh
│ │ │ │ ├── five.sh
│ │ │ │ ├── service.sh
│ │ │ │ ├── menu_while.sh
│ │ │ │ ├── three.sh
│ │ │ ├── exit案例
│ │ │ │ ├── exit_two.sh
│ │ │ │ ├── exit_one.sh
│ ├── day29_Shell脚本
│ │ ├── shell
│ │ │ ├── 综合案例
│ │ │ │ ├── demo.sh
│ │ │ ├── 函数返回值
│ │ │ │ ├── return_three.sh
│ │ │ │ ├── return_five.sh
│ │ │ │ ├── return_two.sh
│ │ │ │ ├── return_four.sh
│ │ │ │ ├── return_one.sh
│ │ │ ├── Shell调试
│ │ │ │ ├── test.sh
│ │ │ ├── Shell综合练习题一
│ │ │ │ ├── six.sh
│ │ │ │ ├── five.sh
│ │ │ │ ├── two.sh
│ │ │ │ ├── three.sh
│ │ │ │ ├── eight.sh
│ │ │ │ ├── one.sh
│ │ │ │ ├── four.sh
│ │ │ │ ├── seven.sh
│ │ ├── 视频
│ │ │ ├── 13-Shell脚本综合练习题一(5-6).mp4
│ │ │ ├── 03-Shell脚本之使用echo设置函数的返回值.mp4
│ │ │ ├── 05-Shell脚本之return和exit的区别.mp4
│ │ │ ├── 07-Shell脚本之调试相关选项.mp4
│ │ │ ├── 14-Shell脚本综合练习题一(7-8).mp4
│ │ │ ├── 06-Shell脚本之函数返回值案例.mp4
│ │ │ ├── 11-Shell脚本综合练习题一(1-2).mp4
│ │ │ ├── 10-Shell脚本之综合案例(2).mp4
│ │ │ ├── 08-Shell脚本之脚本调试方式.mp4
│ │ │ ├── 02-Shell脚本之函数回顾.mp4
│ │ │ ├── 04-Shell脚本之使用return设置函数的返回值.mp4
│ │ │ ├── 12-Shell脚本综合练习题一(3-4).mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 09-Shell脚本之综合案例(1).mp4
│ ├── day09_Linux常用命令
│ │ ├── 测试僵尸进程
│ │ │ ├── zombie.c
│ │ ├── 视频
│ │ │ ├── 19-Linux服务管理类命令之Linux的运行流程.mp4
│ │ │ ├── 07-Linux进程管理类命令之僵尸进程.mp4
│ │ │ ├── 15-Linux服务管理类命令之服务概述.mp4
│ │ │ ├── 02-Linux进程管理类命令之top.mp4
│ │ │ ├── 08-Linux进程管理类命令之识别和清理僵尸进程.mp4
│ │ │ ├── 05-Linux进程管理类命令之htop.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 17-Linux服务管理类命令之关闭防火墙和SELINUX.mp4
│ │ │ ├── 13-Linux进程管理类命令之进程后台运行方式(ctrl+z).mp4
│ │ │ ├── 20-Linux服务管理类命令之救援模式.mp4
│ │ │ ├── 18-Linux服务管理类命令之运行级别.mp4
│ │ │ ├── 16-Linux服务管理类命令之操作服务命令systemctl.mp4
│ │ │ ├── 09-Linux进程管理类命令之孤儿进程.mp4
│ │ │ ├── 11-Linux进程管理类命令之进程后台运行方式(&).mp4
│ │ │ ├── 14-Linux进程管理类命令之进程后台运行方式(screen).mp4
│ │ │ ├── 06-Linux进程管理类命令之杀手三剑客.mp4
│ │ │ ├── 03-Linux进程管理类命令之top展示信息介绍.mp4
│ │ │ ├── 12-Linux进程管理类命令之进程后台运行方式(nohup和&).mp4
│ │ │ ├── 04-Linux进程管理类命令之top命令中的操作.mp4
│ │ │ ├── 21-Linux服务管理类命令之光盘救援模式.mp4
│ │ │ ├── 10-Linux进程管理类命令之前台进程和后台进程.mp4
│ ├── day16_定时任务_网络
│ │ ├── 课件
│ │ │ ├── 扩展:堡垒机和其他Linux系统.md
│ │ │ ├── 9 第九章 Shell脚本编程(2).md
│ │ │ ├── 8 第八章 Shell脚本编程(1).md
│ │ │ ├── 7 第七章 Linux常用服务.md
│ │ │ ├── 6 第六章 Linux网络基础与进阶.md
│ │ ├── 作业
│ │ │ ├── 运维作业-三剑客awk.txt
│ │ │ ├── 运维作业-三剑客综合练习(1).txt
│ │ ├── 视频
│ │ │ ├── 04-Linux日志处理三剑客之综合练习题(3).mp4
│ │ │ ├── 13-Linux网络基础之数制.mp4
│ │ │ ├── 10-Linux定时任务之发送邮件.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 06-Linux定时任务之crontab命令.mp4
│ │ │ ├── 08-Linux定时任务之案例测试.mp4
│ │ │ ├── 11-Linux网络基础之网络介质(网线).mp4
│ │ │ ├── 09-Linux定时任务之安装并使用mailx软件.mp4
│ │ │ ├── 15-Linux网络基础之数据帧.mp4
│ │ │ ├── 14-Linux网络基础之交换机概述.mp4
│ │ │ ├── 02-Linux日志处理三剑客之综合练习题(1).mp4
│ │ │ ├── 03-Linux日志处理三剑客之综合练习题(2).mp4
│ │ │ ├── 07-Linux定时任务之cron表达式.mp4
│ │ │ ├── 12-Linux网络基础之网络介质(光纤和WIFI).mp4
│ │ │ ├── 05-Linux定时任务概述.mp4
│ ├── day07_Linux常用命令
│ │ ├── 作业
│ │ │ ├── 运维作业-文件查找.txt
│ │ │ ├── 运维作业-用户和权限.txt
│ │ │ ├── 晨测(find、文件属性、解压缩).txt
│ │ ├── 视频
│ │ │ ├── 07-Linux用户权限类命令之su.mp4
│ │ │ ├── 14-Linux用户权限类命令之chown.mp4
│ │ │ ├── 01-晨测和作业(1).mp4
│ │ │ ├── 15-Linux用户权限类命令之权限作用于文件.mp4
│ │ │ ├── 08-Linux用户权限类命令之userdel和usermod.mp4
│ │ │ ├── 10-Linux用户权限类命令之常见问题模拟.mp4
│ │ │ ├── 17-Linux用户权限类命令之系统默认权限.mp4
│ │ │ ├── 06-Linux用户权限类命令之useradd和passwd.mp4
│ │ │ ├── 12-Linux用户权限类命令之权限概述.mp4
│ │ │ ├── 11-Linux用户权限类命令之groupadd.mp4
│ │ │ ├── 04-Linux用户权限类命令之UID和GID.mp4
│ │ │ ├── 13-Linux用户权限类命令之chmod.mp4
│ │ │ ├── 16-Linux用户权限类命令之权限作用于目录.mp4
│ │ │ ├── 03-Linux用户概述.mp4
│ │ │ ├── 05-Linux用户权限类命令之用户、密码和组相关配置文件.mp4
│ │ │ ├── 02-晨测和作业(2).mp4
│ │ │ ├── 09-Linux用户权限类命令之查看用户信息.mp4
│ ├── day15_Linux日志处理三剑客
│ │ ├── 视频
│ │ │ ├── 07-Linux日志处理三剑客之awk中操作数组(1).mp4
│ │ │ ├── 10-Linux日志处理三剑客之awk中for循环的语法(1).mp4
│ │ │ ├── 06-Linux日志处理三剑客之awk判断功能.mp4
│ │ │ ├── 13-Linux日志处理三剑客之awk中for循环案例(2).mp4
│ │ │ ├── 12-Linux日志处理三剑客之awk中for循环的语法(2).mp4
│ │ │ ├── 11-Linux日志处理三剑客之awk中for循环案例(1).mp4
│ │ │ ├── 05-Linux日志处理三剑客之awk实现数学运算.mp4
│ │ │ ├── 04-Linux日志处理三剑客之awk累加功能.mp4
│ │ │ ├── 09-Linux日志处理三剑客之awk数组总结.mp4
│ │ │ ├── 03-Linux日志处理三剑客之awk统计行数案例.mp4
│ │ │ ├── 02-Linux日志处理三剑客之awk统计行数.mp4
│ │ │ ├── 14-Linux日志处理三剑客之awk中printf的占位符功能.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 08-Linux日志处理三剑客之awk中操作数组(2).mp4
│ │ │ ├── 15-Linux日志处理三剑客之awk中for循环案例(3).mp4
│ │ ├── 作业
│ │ │ ├── 运维作业-三剑客综合练习(1).txt
│ │ │ ├── 运维作业-三剑客awk.txt
│ │ │ ├── 运维作业-三剑客综合练习(2).txt
│ │ ├── 笔记(更新)
│ │ │ ├── 5 第五章 Linux常用命令(2).md
│ ├── day10_Linux常用命令
│ │ ├── 视频
│ │ │ ├── 06-Linux磁盘管理类命令之企业级环境磁盘选型.mp4
│ │ │ ├── 12-Linux磁盘管理类命令之RAID5(2).mp4
│ │ │ ├── 16-Linux磁盘分区MBR之添加硬盘.mp4
│ │ │ ├── 13-Linux磁盘管理类命令之RAID10.mp4
│ │ │ ├── 05-Linux磁盘管理类命令之磁盘接口.mp4
│ │ │ ├── 08-Linux磁盘管理类命令之RAID简介.mp4
│ │ │ ├── 02-Linux磁盘管理类命令之磁盘概念.mp4
│ │ │ ├── 14-Linux磁盘管理类命令之MBR概述.mp4
│ │ │ ├── 18-Linux磁盘分区MBR之格式化分区(创建文件系统).mp4
│ │ │ ├── 03-Linux磁盘管理类命令之内存和磁盘的比较.mp4
│ │ │ ├── 19-Linux磁盘分区MBR之临时挂载.mp4
│ │ │ ├── 20-Linux磁盘分区MBR之永久挂载.mp4
│ │ │ ├── 04-Linux磁盘管理类命令之机械硬盘和固态硬盘.mp4
│ │ │ ├── 10-Linux磁盘管理类命令之RAID1.mp4
│ │ │ ├── 09-Linux磁盘管理类命令之RAID0.mp4
│ │ │ ├── 01-晨测和回顾.mp4
│ │ │ ├── 15-Linux磁盘管理类命令之磁盘以及分区命名.mp4
│ │ │ ├── 17-Linux磁盘分区MBR之磁盘分区.mp4
│ │ │ ├── 11-Linux磁盘管理类命令之RAID5(1).mp4
│ │ │ ├── 07-Linux磁盘管理类命令之磁盘内部结构.mp4
│ │ ├── RAID资料
│ │ │ ├── flashcenter_pp_ax_install_cn.exe
│ │ │ ├── RAID演示动画.zip
│ ├── day13_Linux日志处理三剑客
│ │ ├── 视频
│ │ │ ├── 01-晨测.mp4
│ │ │ ├── 12-Linux日志处理三剑客之测试删除功能.mp4
│ │ │ ├── 09-Linux日志处理三剑客之打印范围内数据.mp4
│ │ │ ├── 14-Linux日志处理三剑客之测试后向引用.mp4
│ │ │ ├── 05-Linux日志处理三剑客之grep常用选项.mp4
│ │ │ ├── 03-作业(2).mp4
│ │ │ ├── 10-Linux日志处理三剑客之测试替换功能.mp4
│ │ │ ├── 06-Linux日志处理三剑客之sed概述.mp4
│ │ │ ├── 04-Linux日志处理三剑客之grep概述.mp4
│ │ │ ├── 11-Linux日志处理三剑客之测试替换功能(指定行数或正则).mp4
│ │ │ ├── 13-Linux日志处理三剑客之测试追加、插入、替换整行、一对一替换.mp4
│ │ │ ├── 07-Linux日志处理三剑客之sed的语法格式.mp4
│ │ │ ├── 08-Linux日志处理三剑客之指定行数测试sed的打印功能.mp4
│ │ │ ├── 02-作业(1).mp4
│ │ ├── 笔记(更新)
│ │ │ ├── 5 第五章 Linux常用命令(2).md
│ │ ├── 作业
│ │ │ ├── 运维作业-三剑客grep.txt
│ │ │ ├── 晨测(正则表达式).txt
│ │ │ ├── 运维作业-三剑客sed.txt
│ ├── day02_安装Linux
│ │ ├── 软件
│ │ │ ├── VM的三种网络模式.xlsx
│ │ │ ├── Xshell-8.0.0069p.exe
│ │ ├── 视频
│ │ │ ├── 04-Linux各发行版本.mp4
│ │ │ ├── 02-VM操作之创建虚拟机.mp4
│ │ │ ├── 12-远程访问工具Xshell.mp4
│ │ │ ├── 08-VM三种网络模式之NAT模式和仅主机模式.mp4
│ │ │ ├── 06-登录Linux并查看网络.mp4
│ │ │ ├── 11-VM常见操作之快照操作.mp4
│ │ │ ├── 03-Linux简介.mp4
│ │ │ ├── 07-VM三种网络模式之桥接模式.mp4
│ │ │ ├── 05-安装Linux.mp4
│ │ │ ├── 09-VMware故障总结.mp4
│ │ │ ├── 01-VM操作之删除虚拟机.mp4
│ │ │ ├── 10-VM常见操作之关机、重启、挂起、删除.mp4
│ │ │ ├── 13-远程连接三要素.mp4
│ ├── day25_Shell脚本
│ │ ├── shell
│ │ │ ├── 变量案例
│ │ │ │ ├── system.sh
│ │ │ │ ├── monitor.sh
│ │ │ ├── read案例
│ │ │ │ ├── read_four.sh
│ │ │ │ ├── read_three.sh
│ │ │ │ ├── read_two.sh
│ │ │ │ ├── read_one.sh
│ │ │ ├── test案例
│ │ │ │ ├── test_three.sh
│ │ │ │ ├── test_four.sh
│ │ │ │ ├── test_two.sh
│ │ │ │ ├── test_five.sh
│ │ │ │ ├── test_one.sh
│ │ ├── 视频
│ │ │ ├── 15-Shell脚本之test命令判断字符串(1).mp4
│ │ │ ├── 19-Shell脚本之test、[]和[[]]的比较.mp4
│ │ │ ├── 02-回顾(2).mp4
│ │ │ ├── 17-Shell脚本之test命令判断数值.mp4
│ │ │ ├── 09-Shell脚本之read命令常用选项(2).mp4
│ │ │ ├── 18-Shell脚本之使用(())进行数值判断.mp4
│ │ │ ├── 20-Shell脚本之$的使用位置mp4.mp4
│ │ │ ├── 12-Shell脚本之test命令判断文件(1).mp4
│ │ │ ├── 01-回顾(1).mp4
│ │ │ ├── 13-Shell脚本之test命令判断文件(2).mp4
│ │ │ ├── 14-Shell脚本之test命令的简写方式和加强写法.mp4
│ │ │ ├── 04-Shell脚本之变量案例(2).mp4
│ │ │ ├── 11-Shell脚本之test命令概述.mp4
│ │ │ ├── 06-Shell脚本之read命令入门案例.mp4
│ │ │ ├── 07-Shell脚本之read命令读取多个数据.mp4
│ │ │ ├── 16-Shell脚本之test命令判断字符串(2).mp4
│ │ │ ├── 05-Shell脚本之read命令概述.mp4
│ │ │ ├── 03-Shell脚本之变量案例(1).mp4
│ │ │ ├── 08-Shell脚本之read命令常用选项(1).mp4
│ │ │ ├── 10-Shell脚本之read命令结合管道符读取文件.mp4
│ ├── day17_网络
│ │ ├── 软件
│ │ │ ├── Wireshark-4.2.5-x64.exe
│ │ ├── 视频
│ │ │ ├── 12-Linux网络基础之数据封装过程.mp4
│ │ │ ├── 14-Linux网络基础之三次握手.mp4
│ │ │ ├── 05-Linux网络基础之路由器概述.mp4
│ │ │ ├── 04-Linux网络基础之交换机的双工模式.mp4
│ │ │ ├── 15-Linux网络基础之三次握手分析.mp4
│ │ │ ├── 17-Linux网络基础之三次握手和四次挥手的状态.mp4
│ │ │ ├── 03-Linux网络基础之交换机的工作原理.mp4
│ │ │ ├── 16-Linux网络基础之四次挥手.mp4
│ │ │ ├── 02-回顾交换机.mp4
│ │ │ ├── 09-Linux网络基础之TCP、IP五层模型.mp4
│ │ │ ├── 06-Linux网络基础之路由器的工作原理.mp4
│ │ │ ├── 10-Linux网络基础之TCP、IP各层使用的协议.mp4
│ │ │ ├── 01-回顾.mp4
│ │ │ ├── 11-Linux网络基础之数据封装和解封装.mp4
│ │ │ ├── 13-Linux网络基础之数据解封装过程.mp4
│ │ │ ├── 08-Linux网络基础之OSI七层模型.mp4
│ │ │ ├── 07-Linux网络基础之路由表的形成.mp4
│ ├── 资料
│ │ ├── VMware
│ │ │ ├── VMware-workstation-full-17.0.0-20800274.exe
│ │ │ ├── vmware序列号.txt
│ │ ├── Linux系统镜像
│ │ │ ├── ubuntu-25.04-desktop-amd64.iso
│ │ │ ├── CentOS-7-x86_64-Minimal-2009.iso
│ │ │ ├── cn_windows_server_2016_updated_feb_2018_x64_dvd_11636703.iso
│ │ │ ├── CentOS-7.9-x86_64-DVD-2009.iso
│ │ │ ├── Rocky-9-latest-x86_64-minimal.iso
│ │ │ ├── openEuler-24.03-LTS-x86_64-dvd.iso
│ │ │ ├── Kylin-Server-V10-SP3-2403-Release-20240426-x86_64.iso
│ │ ├── 堡垒机
│ │ │ ├── teleport-assist-windows-3.6.3.exe
│ │ │ ├── teleport-server-linux-x64-3.6.4-b3.tar.gz
│ │ ├── 测试僵尸进程
│ │ │ ├── zombie.c
│ │ ├── 远程访问工具
│ │ │ ├── WindTerm_2.5.0_Windows_Portable_x86_64.zip
│ │ │ ├── Xshell-8.0.0069p.exe
│ │ ├── RAID演示
│ │ │ ├── raid.exe
│ │ │ ├── 03-RAID高级演示程序.exe
│ │ ├── windows.zip
│ │ ├── CCleaner pro 6.15.10623.rar
│ │ ├── test.txt
│ │ ├── Wireshark-4.2.5-x64.exe
│ │ ├── sersync2.5.4_64bit_binary_stable_final.tar.gz
│ │ ├── RAID演示动画.zip
├── 05、sre+k8s
│ ├── 运维课程之SREk8s
│ │ ├── 19-k8s【总结和面试题】
│ │ │ ├── 视频
│ │ │ │ ├── 02-k8s总结(Deployment和Statefulset).mp4
│ │ │ │ ├── 06-k8s总结(项目描述).mp4
│ │ │ │ ├── 03-k8s总结(Service和Ingress和存储抽象和调度).mp4
│ │ │ │ ├── 01-k8s总结(基本概念和命名空间和Pod).mp4
│ │ │ │ ├── 05-k8s总结(之前班级面试题目总结).mp4
│ │ │ │ ├── 04-k8s总结(多master方案).mp4
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ ├── k8s总结.md
│ │ │ ├── k8s自动化部署听书项目描述.md
│ │ │ ├── k8s面试题目整理.md
│ │ │ ├── K8S (150)完整版.pdf
│ │ ├── 16-k8s【云上集群部署案例-搭建环境】
│ │ │ ├── 视频
│ │ │ │ ├── 08-总结.mp4
│ │ │ │ ├── 06-云上部署-部署Jenkins平台.mp4
│ │ │ │ ├── 04-云上部署-部署Rancher平台.mp4
│ │ │ │ ├── 01-云上部署-项目和技术的介绍.mp4
│ │ │ │ ├── 03-云上部署-搭建k3s集群(配置加速器).mp4
│ │ │ │ ├── 07-云上部署-准备阿里云私有仓库和Gitee私人令牌.mp4
│ │ │ │ ├── 02-云上部署-购买阿里云ECS和搭建k3s集群.mp4
│ │ │ │ ├── 05-上午总结.mp4
│ │ │ ├── 部署文档
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260301113905768.png
│ │ │ │ │ ├── image-20260302003427401.png
│ │ │ │ │ ├── image-20260303224404131.png
│ │ │ │ │ ├── image-20260302000749936.png
│ │ │ │ │ ├── image-20260302003026185.png
│ │ │ │ │ ├── image-20260305170152660.png
│ │ │ │ │ ├── image-20260301232258004.png
│ │ │ │ │ ├── image-20260305163001275.png
│ │ │ │ │ ├── image-20260301224743179.png
│ │ │ │ │ ├── image-20260304085229039.png
│ │ │ │ │ ├── image-20260302001620479.png
│ │ │ │ │ ├── image-20260301225022634.png
│ │ │ │ │ ├── image-20260301235658949.png
│ │ │ │ │ ├── image-20260303223438939.png
│ │ │ │ │ ├── image-20260302223518259.png
│ │ │ │ │ ├── image-20260301232713803.png
│ │ │ │ │ ├── image-20260301235319018.png
│ │ │ │ │ ├── image-20260302004720966.png
│ │ │ │ │ ├── image-20260302001422787.png
│ │ │ │ │ ├── image-20260301233259611.png
│ │ │ │ │ ├── image-20260302091528028.png
│ │ │ │ │ ├── image-20260303223850686.png
│ │ │ │ │ ├── image-20260302083618259-17724117867671.png
│ │ │ │ │ ├── image-20260301235337272.png
│ │ │ │ │ ├── image-20260302000140499.png
│ │ │ │ │ ├── image-20260302232741568.png
│ │ │ │ │ ├── image-20260302001444340.png
│ │ │ │ │ ├── image-20260302224123782.png
│ │ │ │ │ ├── image-20260301233408029.png
│ │ │ │ │ ├── image-20260302223641113.png
│ │ │ │ │ ├── image-20260301224923840.png
│ │ │ │ │ ├── image-20260302001935336.png
│ │ │ │ │ ├── image-20260301234421792.png
│ │ │ │ │ ├── image-20260302005101656.png
│ │ │ │ │ ├── image-20260304160723443.png
│ │ │ │ │ ├── image-20260301145135131.png
│ │ │ │ │ ├── image-20260302002658004.png
│ │ │ │ │ ├── image-20260302083701508.png
│ │ │ │ │ ├── image-20260301233121234.png
│ │ │ │ │ ├── image-20260303223622867.png
│ │ │ │ │ ├── image-20260305162437848.png
│ │ │ │ │ ├── image-20260301232634689.png
│ │ │ │ │ ├── image-20260302000006453.png
│ │ │ │ │ ├── image-20260305170604444.png
│ │ │ │ │ ├── image-20260302001351061.png
│ │ │ │ │ ├── image-20260303224037453.png
│ │ │ │ │ ├── image-20260302000604260.png
│ │ │ │ │ ├── image-20260302083919956.png
│ │ │ │ │ ├── image-20260301145323796.png
│ │ │ │ │ ├── image-20260412203811635.png
│ │ │ │ │ ├── image-20260302004950412.png
│ │ │ │ │ ├── image-20260302223028135.png
│ │ │ │ │ ├── image-20260301232426712.png
│ │ │ │ │ ├── image-20260301144031233.png
│ │ │ │ │ ├── image-20260302002742256.png
│ │ │ │ │ ├── image-20260301233746316.png
│ │ │ │ │ ├── image-20260301233829878.png
│ │ │ │ │ ├── image-20260301232526198.png
│ │ │ │ │ ├── image-20260301234321090.png
│ │ │ │ │ ├── image-20260412203908449.png
│ │ │ │ │ ├── image-20260302001201815.png
│ │ │ │ │ ├── image-20260301233923350.png
│ │ │ │ │ ├── image-20260301234152210.png
│ │ │ │ │ ├── image-20260301234010610.png
│ │ │ │ │ ├── image-20260302000733401.png
│ │ │ │ │ ├── image-20260302003054415.png
│ │ │ │ │ ├── image-20260301232902606.png
│ │ │ │ │ ├── image-20260302010515664.png
│ │ │ │ │ ├── image-20260412203947173.png
│ │ │ │ │ ├── image-20260301224648576.png
│ │ │ │ │ ├── image-20260303224756161.png
│ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ ├── image-20260302004905172.png
│ │ │ │ │ ├── image-20260303223932900.png
│ │ │ │ │ ├── image-20260302004637257.png
│ │ │ │ │ ├── image-20260302001513083.png
│ │ │ │ │ ├── image-20260302001535069.png
│ │ │ │ │ ├── image-20260301233601869.png
│ │ │ │ │ ├── image-20260302004745711.png
│ │ │ │ │ ├── image-20260301234234812.png
│ │ │ │ │ ├── image-20260302223118125.png
│ │ │ │ │ ├── image-20260304160924393.png
│ │ │ │ │ ├── image-20260301224625857.png
│ │ │ │ │ ├── image-20260301145518539.png
│ │ │ │ │ ├── image-20260305200830235.png
│ │ │ │ │ ├── image-20260305164051846.png
│ │ │ │ │ ├── image-20260303224305633.png
│ │ │ │ │ ├── image-20260301232153307.png
│ │ │ │ │ ├── image-20260303223711861.png
│ │ │ │ │ ├── image-20260302002434283.png
│ │ │ │ │ ├── image-20260302001036255.png
│ │ │ │ │ ├── image-20260305162704843.png
│ │ │ │ │ ├── image-20260301224957340.png
│ │ │ │ │ ├── image-20260302003140321.png
│ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ ├── image-20260306091807725.png
│ │ │ │ │ ├── image-20260302000405769.png
│ │ │ │ │ ├── image-20260301232336964.png
│ │ │ │ │ ├── image-20260301234845546.png
│ │ │ │ │ ├── image-20260303214002193.png
│ │ │ │ │ ├── image-20260301225117433.png
│ │ │ │ │ ├── image-20260303223506068.png
│ │ │ │ │ ├── image-20260301233505545.png
│ │ │ │ │ ├── image-20260301235635354.png
│ │ │ │ ├── 3-K8S企业级部署实战文档-部署前端.md
│ │ │ │ ├── 1-K8S企业级部署实战文档-搭建环境和部署中间件.md
│ │ │ │ ├── 2-K8S企业级部署实战文档-部署微服务模块.md
│ │ │ ├── 部署项目概述.png
│ │ ├── 15-k8s【本地集群部署案例】
│ │ │ ├── 资料
│ │ │ │ ├── 后端镜像
│ │ │ │ │ ├── app.tar
│ │ │ │ ├── 项目源码
│ │ │ │ │ ├── 后端
│ │ │ │ │ │ ├── service-project
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── main
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ │ │ ├── com
│ │ │ │ │ │ │ │ │ │ │ ├── atguigu
│ │ │ │ │ │ │ │ │ │ │ │ ├── mapper
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UserMapper.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── entity
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── User.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── service
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UserService.java
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UserServiceImpl.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── controller
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── UserController.java
│ │ │ │ │ │ │ │ │ │ │ │ ├── ServiceApplication.java
│ │ │ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ │ │ ├── bootstrap.properties
│ │ │ │ │ │ │ │ │ │ ├── application.yaml
│ │ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ ├── .idea
│ │ │ │ │ │ │ │ ├── workspace.xml
│ │ │ │ │ │ │ │ ├── jarRepositories.xml
│ │ │ │ │ │ │ │ ├── encodings.xml
│ │ │ │ │ │ │ │ ├── compiler.xml
│ │ │ │ │ │ │ │ ├── misc.xml
│ │ │ │ │ │ │ │ ├── .gitignore
│ │ │ │ │ │ │ ├── target
│ │ │ │ │ │ │ │ ├── maven-archiver
│ │ │ │ │ │ │ │ │ ├── pom.properties
│ │ │ │ │ │ │ │ ├── generated-test-sources
│ │ │ │ │ │ │ │ │ ├── test-annotations
│ │ │ │ │ │ │ │ ├── generated-sources
│ │ │ │ │ │ │ │ │ ├── annotations
│ │ │ │ │ │ │ │ ├── classes
│ │ │ │ │ │ │ │ │ ├── com
│ │ │ │ │ │ │ │ │ │ ├── atguigu
│ │ │ │ │ │ │ │ │ │ │ ├── entity
│ │ │ │ │ │ │ │ │ │ │ │ ├── User.class
│ │ │ │ │ │ │ │ │ │ │ ├── service
│ │ │ │ │ │ │ │ │ │ │ │ ├── UserService.class
│ │ │ │ │ │ │ │ │ │ │ │ ├── UserServiceImpl.class
│ │ │ │ │ │ │ │ │ │ │ ├── controller
│ │ │ │ │ │ │ │ │ │ │ │ ├── UserController.class
│ │ │ │ │ │ │ │ │ │ │ ├── mapper
│ │ │ │ │ │ │ │ │ │ │ │ ├── UserMapper.class
│ │ │ │ │ │ │ │ │ │ │ ├── ServiceApplication.class
│ │ │ │ │ │ │ │ │ ├── application.yaml
│ │ │ │ │ │ │ │ │ ├── bootstrap.properties
│ │ │ │ │ │ │ │ ├── test-classes
│ │ │ │ │ │ │ │ ├── maven-status
│ │ │ │ │ │ │ │ │ ├── maven-compiler-plugin
│ │ │ │ │ │ │ │ │ │ ├── compile
│ │ │ │ │ │ │ │ │ │ │ ├── default-compile
│ │ │ │ │ │ │ │ │ │ │ │ ├── createdFiles.lst
│ │ │ │ │ │ │ │ │ │ │ │ ├── inputFiles.lst
│ │ │ │ │ │ │ │ │ │ ├── testCompile
│ │ │ │ │ │ │ │ │ │ │ ├── default-testCompile
│ │ │ │ │ │ │ │ │ │ │ │ ├── createdFiles.lst
│ │ │ │ │ │ │ │ │ │ │ │ ├── inputFiles.lst
│ │ │ │ │ │ │ │ ├── service-project-1.0-SNAPSHOT.jar
│ │ │ │ │ │ │ │ ├── service-project-1.0-SNAPSHOT.jar.original
│ │ │ │ │ │ │ ├── pom.xml
│ │ │ │ │ │ │ ├── .gitignore
│ │ │ │ │ │ ├── service-project.jar
│ │ │ │ │ ├── 前端
│ │ │ │ │ │ ├── user-front
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ ├── components
│ │ │ │ │ │ │ │ │ ├── UserList.vue
│ │ │ │ │ │ │ │ ├── api
│ │ │ │ │ │ │ │ │ ├── user.js
│ │ │ │ │ │ │ │ ├── styles
│ │ │ │ │ │ │ │ │ ├── table.css
│ │ │ │ │ │ │ │ ├── main.js
│ │ │ │ │ │ │ │ ├── App.vue
│ │ │ │ │ │ │ ├── vite.config.js
│ │ │ │ │ │ │ ├── nginx.conf
│ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ ├── k8s.yaml
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── Dockerfile
│ │ │ │ │ │ │ ├── package-lock.json
│ │ │ │ ├── nginx.tar
│ │ │ │ ├── node.tar
│ │ │ │ ├── mysql.tar
│ │ │ │ ├── service-project.jar
│ │ │ │ ├── jdk17.tar
│ │ │ │ ├── nacos.tar
│ │ │ ├── 画图
│ │ │ │ ├── 00-资料内容.png
│ │ │ │ ├── 01-部署概述.png
│ │ │ │ ├── 03-mysql部署.png
│ │ │ │ ├── 04-.png
│ │ │ │ ├── 05-.png
│ │ │ ├── 视频
│ │ │ │ ├── 04-上午总结.mp4
│ │ │ │ ├── 05-部署Ingress.mp4
│ │ │ │ ├── 01-部署Nacos服务.mp4
│ │ │ │ ├── 06-部署前端项目.mp4
│ │ │ │ ├── 03-部署微服务模块.mp4
│ │ │ │ ├── 07-跨域问题说明.mp4
│ │ │ │ ├── 02-部署MySQL服务.mp4
│ │ │ │ ├── 08-总结.mp4
│ │ │ ├── k8s集群-部署项目案例.md
│ │ ├── 20-ELK-day01
│ │ │ ├── 课件
│ │ │ │ ├── images
│ │ │ │ │ ├── a4ea64ee1bc0e076805ebf705d0b540c.png
│ │ │ │ │ ├── image-20260417165205576.png
│ │ │ │ │ ├── image-20211006153847981.png
│ │ │ │ │ ├── tingshu052.png
│ │ │ │ │ ├── c47ad528d01a412a85b5f2e7aff877d7.png
│ │ │ │ │ ├── 02d43aeb4492c0ac838150ad1d600a21.png
│ │ │ │ ├── ElasticStack实战手册(1).md
│ │ │ ├── 视频
│ │ │ │ ├── 07-上午总结.mp4
│ │ │ │ ├── 03-es安装(单机版).mp4
│ │ │ │ ├── 02-es基础概念.mp4
│ │ │ │ ├── 11-总结.mp4
│ │ │ │ ├── 01-ELFK基础概念.mp4
│ │ │ │ ├── 04-es安装(集群版本).mp4
│ │ │ │ ├── 05-安装es的ik分词器.mp4
│ │ │ │ ├── 06-安装kibana.mp4
│ │ │ │ ├── 10-DSL语句(3).mp4
│ │ │ │ ├── 08-DSL语句(1).mp4
│ │ │ │ ├── 09-DSL语句(2).mp4
│ │ │ ├── 资料
│ │ │ │ ├── ELk镜像
│ │ │ │ │ ├── kibana.tar
│ │ │ │ │ ├── elasticsearch.tar
│ │ │ │ │ ├── elasticsearch-analysis-ik-8.5.0.zip
│ │ │ ├── 04-分组.png
│ │ │ ├── 02-es搜索底层(1).png
│ │ │ ├── dsl.txt
│ │ │ ├── 01-ELFK.png
│ │ │ ├── 03-es搜索底层(2).png
│ │ ├── 14-k8s【存储抽象和调度】
│ │ │ ├── 视频
│ │ │ │ ├── 07-上午总结.mp4
│ │ │ │ ├── 12-总结.mp4
│ │ │ │ ├── 10-前后端项目部署流程介绍.mp4
│ │ │ │ ├── 04-k8s-存储抽象(PV和PVC绑定).mp4
│ │ │ │ ├── 01-内容回顾和内容介绍.mp4
│ │ │ │ ├── 03-k8s-存储抽象(原始方式绑定).mp4
│ │ │ │ ├── 02-k8s-存储抽象概念.mp4
│ │ │ │ ├── 08-k8s调度机制(流程).mp4
│ │ │ │ ├── 09-k8s调用机制(亲和性、污点和容忍).mp4
│ │ │ │ ├── 11-项目部署介绍.mp4
│ │ │ │ ├── 05-k8s补充-ConfigMap和Secret.mp4
│ │ │ │ ├── 06-k8s调度机制(概述).mp4
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260410162624723.png
│ │ │ │ │ ├── image-20260410105831603.png
│ │ │ │ │ ├── image-20260410155713259.png
│ │ │ │ │ ├── image-20260410084843262.png
│ │ │ │ │ ├── image-20260410095432984.png
│ │ │ │ │ ├── image-20260410091106850.png
│ │ │ │ │ ├── image-20260410093338399.png
│ │ │ │ │ ├── image-20260410091833888.png
│ │ │ │ ├── 02-Redis持久化.png
│ │ │ │ ├── 01-PV和PVC.png
│ │ │ │ ├── 03-.png
│ │ │ │ ├── 节点调度1.md
│ │ │ │ ├── k8s-day05笔记.md
│ │ │ │ ├── 节点调度2.md
│ │ │ │ ├── 04-.png
│ │ │ │ ├── 05-调度机制.png
│ │ │ ├── 资料
│ │ │ │ ├── k8s集群-部署项目案例.md
│ │ ├── 11-k8s【资源namespace和pod】
│ │ │ ├── 资料
│ │ │ │ ├── dashboard镜像
│ │ │ │ │ ├── 执行命令.txt
│ │ │ │ │ ├── metrics-scraper.tar
│ │ │ │ │ ├── dashboard.tar
│ │ │ │ ├── tomcat.tar
│ │ │ │ ├── nginx.tar
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260403094730516.png
│ │ │ │ │ ├── image-20260403091825672.png
│ │ │ │ │ ├── image-20260403094655240.png
│ │ │ │ │ ├── image-20260403095038820.png
│ │ │ │ │ ├── image-20260403094221865.png
│ │ │ │ │ ├── image-20260403101739548.png
│ │ │ │ │ ├── image-20260403092408945.png
│ │ │ │ │ ├── image-20260403093131612.png
│ │ │ │ │ ├── image-20260403092855782.png
│ │ │ │ ├── k8s-day02笔记.md
│ │ │ ├── 视频
│ │ │ │ ├── 03-k8s资源-概述.mp4
│ │ │ │ ├── 07-上午总结.mp4
│ │ │ │ ├── 02-部署dashboard图形化界面.mp4
│ │ │ │ ├── 05-k8s资源-命令方式创建命名空间.mp4
│ │ │ │ ├── 09-k8s资源-yaml操作Pod.mp4
│ │ │ │ ├── 11-k8s资源-创建pod执行流程.mp4
│ │ │ │ ├── 12-总结.mp4
│ │ │ │ ├── 04-k8s资源-命名空间概述.mp4
│ │ │ │ ├── 10-k8s资源-pod操作命令总结.mp4
│ │ │ │ ├── 06-k8s资源-yaml创建命名空间和删除操作.mp4
│ │ │ │ ├── 01-内容回顾和内容介绍.mp4
│ │ │ │ ├── 08-k8s资源-Pod概述和命令行操作Pod.mp4
│ │ ├── 1-SRE【环境搭建和CMDB】
│ │ │ ├── 资料
│ │ │ │ ├── 导入镜像命令.txt
│ │ │ │ ├── mysql.tar
│ │ │ │ ├── node_exporter-1.10.2.linux-amd64.tar.gz
│ │ │ ├── 视频
│ │ │ │ ├── 08-CMDB-客户端代码实现(3).mp4
│ │ │ │ ├── 05-搭建python环境(linux环境).mp4
│ │ │ │ ├── 01-SRE基本概念(1).mp4
│ │ │ │ ├── 02-SRE基本概念(2).mp4
│ │ │ │ ├── 04-搭建python环境(windows环境).mp4
│ │ │ │ ├── 09-总结.mp4
│ │ │ │ ├── 06-CMDB-客户端代码实现(1).mp4
│ │ │ │ ├── 03-运维参与项目环节概述.mp4
│ │ │ │ ├── 07-CMDB-客户端代码实现(2).mp4
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260321113807448.png
│ │ │ │ │ ├── image-20260321112234232.png
│ │ │ │ │ ├── image-20260321112112922.png
│ │ │ │ │ ├── image-20260321142642109.png
│ │ │ │ │ ├── image-20260321112641425.png
│ │ │ │ │ ├── image-20260321113831430.png
│ │ │ │ ├── 01-课程介绍.png
│ │ │ │ ├── 02-cmdb流程.png
│ │ │ │ ├── SRE-day01笔记.md
│ │ │ │ ├── 03-.png
│ │ │ ├── 课件
│ │ │ │ ├── 运维SRE项目实战.zip
│ │ │ ├── client_cmdb.py
│ │ ├── 22-Prometheus-day01
│ │ │ ├── 视频
│ │ │ │ ├── 02-部署Prometheus Server.mp4
│ │ │ │ ├── 08-部署Pushgateway.mp4
│ │ │ │ ├── 06-上午总结.mp4
│ │ │ │ ├── 11-日志分析和监控告警总结.mp4
│ │ │ │ ├── 03-部署Exporter服务.mp4
│ │ │ │ ├── 01-内容介绍.mp4
│ │ │ │ ├── 07-部署Grafana.mp4
│ │ │ │ ├── 05-Prometheus联邦模式.mp4
│ │ │ │ ├── 12-总结.mp4
│ │ │ │ ├── 09-部署Alertmanager告警(1).mp4
│ │ │ │ ├── 04-Prometheus文件服务发现机制.mp4
│ │ │ │ ├── 10-部署Alertmanager告警(2).mp4
│ │ │ ├── 资料
│ │ │ │ ├── prometheus.tar
│ │ │ │ ├── alertmanager.tar
│ │ │ │ ├── node-export.tar
│ │ │ │ ├── grafana.tar
│ │ │ │ ├── pushgateway.tar
│ │ │ ├── 课件
│ │ │ │ ├── Prometheus实战课程文档.md
│ │ │ ├── 总结.md
│ │ │ ├── 01-联邦模式.png
│ │ ├── 3-SRE【CMDB和RabbitMQ】
│ │ │ ├── 课件
│ │ │ │ ├── cmdb补充课件.md
│ │ │ │ ├── RabbitMQ.zip
│ │ │ ├── 代码
│ │ │ │ ├── cmdb
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── server_cmdb.cpython-310.pyc
│ │ │ │ │ ├── static
│ │ │ │ │ ├── templates
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ ├── server_cmdb.py
│ │ │ │ │ ├── client_cmdb.py
│ │ │ │ ├── rabbitmq
│ │ │ │ │ ├── revice_message.py
│ │ │ │ │ ├── send_message.py
│ │ │ ├── 资料
│ │ │ │ ├── 前端页面
│ │ │ │ │ ├── templates
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ ├── static
│ │ │ │ ├── rabbitmq.tar
│ │ │ │ ├── 导入镜像命令.txt
│ │ │ ├── 视频
│ │ │ │ ├── 09-RabbitMQ-安装.mp4
│ │ │ │ ├── 12-总结.mp4
│ │ │ │ ├── 03-cmdb整合前端.mp4
│ │ │ │ ├── 10-RabbitMQ-入门案例(python实现).mp4
│ │ │ │ ├── 01-内容回顾和介绍.mp4
│ │ │ │ ├── 05-RabbitMQ-消息中间件概述.mp4
│ │ │ │ ├── 07-RabbitMQ-消息队列其他应用场景.mp4
│ │ │ │ ├── 06-RabbitMQ-消息队列应用场景(异步处理).mp4
│ │ │ │ ├── 04-cmdb总结.mp4
│ │ │ │ ├── 11-RabbitMQ-五种工作模式.mp4
│ │ │ │ ├── 02-cmdb服务端-前端调用数据接口实现.mp4
│ │ │ │ ├── 08-RabbitMQ-架构.mp4
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260324145129175.png
│ │ │ │ │ ├── image-20260324161758392.png
│ │ │ │ │ ├── image-20260324143750821.png
│ │ │ │ │ ├── image-20260324161654694.png
│ │ │ │ │ ├── image-20260324145646726.png
│ │ │ │ │ ├── image-20260324144001600.png
│ │ │ │ │ ├── image-20260324140956486.png
│ │ │ │ │ ├── image-20260324162410991.png
│ │ │ │ │ ├── image-20260324151654187.png
│ │ │ │ │ ├── image-20260324163250327.png
│ │ │ │ │ ├── image-20260324163122478.png
│ │ │ │ │ ├── image-20260324113716536.png
│ │ │ │ │ ├── image-20260324101701771.png
│ │ │ │ │ ├── image-20260324141719719.png
│ │ │ │ │ ├── image-20260324162842840.png
│ │ │ │ ├── 01-rabbitmq架构图.png
│ │ │ │ ├── SRE-day03笔记.md
│ │ │ │ ├── 02-.png
│ │ ├── 6-SRE【稳定性观测平台2】
│ │ │ ├── 代码
│ │ │ │ ├── 发邮件和短信
│ │ │ │ │ ├── sendMessage.py
│ │ │ │ │ ├── sendMail.py
│ │ │ │ ├── sop
│ │ │ │ │ ├── static
│ │ │ │ │ │ ├── axios.min.js
│ │ │ │ │ ├── templates
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── data_calculator.cpython-310.pyc
│ │ │ │ │ ├── data_collect.py
│ │ │ │ │ ├── sendMessage.py
│ │ │ │ │ ├── data_calculator.py
│ │ │ │ │ ├── .env
│ │ │ │ │ ├── data_server.py
│ │ │ │ │ ├── scheduler_caculator.py
│ │ │ ├── 视频
│ │ │ │ ├── 08-大模型基本概念-LLM分类和建立流程.mp4
│ │ │ │ ├── 02-稳定性观测平台-后端服务和前端页面整合.mp4
│ │ │ │ ├── 01-内容回顾和今天介绍.mp4
│ │ │ │ ├── 09-大模型基本概念-提示词 聊天记忆 RAG.mp4
│ │ │ │ ├── 05-稳定性观测平台-增加重试和告警(1).mp4
│ │ │ │ ├── 10-总结.mp4
│ │ │ │ ├── 03-稳定性观测平台-增加定时任务框架(1).mp4
│ │ │ │ ├── 07-大模型基本概念-LLM概述.mp4
│ │ │ │ ├── 04-稳定性观测平台-增加定时任务框架(2).mp4
│ │ │ │ ├── 06-稳定性观测平台-增加重试和告警(2).mp4
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260328113713074.png
│ │ │ │ │ ├── image-20260328162856880.png
│ │ │ │ │ ├── image-20260328113826810.png
│ │ │ │ │ ├── image-20260328140827434.png
│ │ │ │ │ ├── image-20260328094553567.png
│ │ │ │ │ ├── image-20260328162900785.png
│ │ │ │ │ ├── image-20260328140816509.png
│ │ │ │ ├── SRE-day06笔记.md
│ │ │ ├── 资料
│ │ │ │ ├── 前端页面
│ │ │ │ │ ├── templates
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ ├── static
│ │ │ │ │ │ ├── axios.min.js
│ │ │ │ ├── 计算侧功能完善.md
│ │ ├── 8-SRE【AI智能体实战2】
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260331105403319.png
│ │ │ │ │ ├── image-20260331152553366.png
│ │ │ │ │ ├── image-20260331152625718.png
│ │ │ │ │ ├── image-20260331152231816.png
│ │ │ │ ├── SRE-day08笔记.md
│ │ │ ├── 视频
│ │ │ │ ├── 10-调用本地deepseek流式输出.mp4
│ │ │ │ ├── 03-AI故障排查工具-qianwen_api_utils模块测试.mp4
│ │ │ │ ├── 06-AI故障排查工具-增加时间统计.mp4
│ │ │ │ ├── 08-本地部署deepseek(概述).mp4
│ │ │ │ ├── 05-上午总结.mp4
│ │ │ │ ├── 04-AI故障排查工具-logger_utils模块.mp4
│ │ │ │ ├── 02-AI故障排查工具-qianwen_api_utils模块编写.mp4
│ │ │ │ ├── 07-AI故障排查工具-重试装饰器.mp4
│ │ │ │ ├── 01-内容回顾和内容介绍.mp4
│ │ │ │ ├── 09-调用本地deepseek代码实现.mp4
│ │ │ │ ├── 11-总结.mp4
│ │ │ ├── 代码
│ │ │ │ ├── cluster_monitor_ai
│ │ │ │ │ ├── cluster_logs
│ │ │ │ │ │ ├── cluster_status_20260331_135553.json
│ │ │ │ │ │ ├── cluster_status_20260331_105234.json
│ │ │ │ │ │ ├── cluster_status_20260331_141852.json
│ │ │ │ │ │ ├── llm_info_20260331_105246.txt
│ │ │ │ │ │ ├── cluster_status_20260331_135650.json
│ │ │ │ │ │ ├── llm_info_20260331_141903.txt
│ │ │ │ │ │ ├── llm_info_20260331_135558.txt
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── health_check.cpython-310.pyc
│ │ │ │ │ │ ├── config.cpython-310.pyc
│ │ │ │ │ ├── utils
│ │ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ │ ├── ssh_utils.cpython-310.pyc
│ │ │ │ │ │ │ ├── __init__.cpython-310.pyc
│ │ │ │ │ │ │ ├── logger_utils.cpython-310.pyc
│ │ │ │ │ │ │ ├── qianwen_api_utils.cpython-310.pyc
│ │ │ │ │ │ │ ├── timer_utils.cpython-310.pyc
│ │ │ │ │ │ ├── logger_utils.py
│ │ │ │ │ │ ├── timer_utils.py
│ │ │ │ │ │ ├── deepseek_api_utils_stream.py
│ │ │ │ │ │ ├── deepseek_api_utils.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── ssh_utils.py
│ │ │ │ │ │ ├── qianwen_api_utils.py
│ │ │ │ │ ├── health_check.py
│ │ │ │ │ ├── config.py
│ │ │ │ │ ├── requirements.txt
│ │ │ │ │ ├── main.py
│ │ │ ├── 资料
│ │ │ │ ├── ollama软件
│ │ │ │ │ ├── OllamaSetup.exe
│ │ ├── 4-SRE【RabbitMQ】
│ │ │ ├── 代码
│ │ │ │ ├── rabbitmq
│ │ │ │ │ ├── topic
│ │ │ │ │ │ ├── consume.py
│ │ │ │ │ │ ├── send.py
│ │ │ │ │ ├── deadnumber
│ │ │ │ │ │ ├── send.py
│ │ │ │ │ │ ├── consume.py
│ │ │ │ │ ├── deadreject
│ │ │ │ │ │ ├── send.py
│ │ │ │ │ │ ├── consume.py
│ │ │ │ │ │ ├── consumedead.py
│ │ │ │ │ ├── deadmessage
│ │ │ │ │ │ ├── consume.py
│ │ │ │ │ │ ├── send.py
│ │ │ │ │ ├── work
│ │ │ │ │ │ ├── send.py
│ │ │ │ │ │ ├── reciver1.py
│ │ │ │ │ │ ├── reciver2.py
│ │ │ │ │ ├── fanout
│ │ │ │ │ │ ├── consume1.py
│ │ │ │ │ │ ├── send.py
│ │ │ │ │ │ ├── consume2.py
│ │ │ │ │ ├── hello
│ │ │ │ │ │ ├── send_message.py
│ │ │ │ │ │ ├── revice_message.py
│ │ │ │ │ ├── direct
│ │ │ │ │ │ ├── consume.py
│ │ │ │ │ │ ├── send.py
│ │ │ ├── 课件
│ │ │ │ ├── RabbitMQ补充课件.zip
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260325105425073.png
│ │ │ │ │ ├── image-20260325091153558.png
│ │ │ │ │ ├── image-20260325162218290.png
│ │ │ │ │ ├── image-20260325101716863.png
│ │ │ │ │ ├── image-20260325141043908.png
│ │ │ │ │ ├── image-20260325104808300.png
│ │ │ │ │ ├── image-20260325155456432.png
│ │ │ │ │ ├── image-20260325155519377.png
│ │ │ │ │ ├── image-20260325145406415.png
│ │ │ │ │ ├── image-20260325155507217.png
│ │ │ │ │ ├── image-20260325112603922.png
│ │ │ │ │ ├── image-20260325102520575.png
│ │ │ │ │ ├── image-20260325152848645.png
│ │ │ │ │ ├── image-20260325093119945.png
│ │ │ │ ├── 06-乐观锁.png
│ │ │ │ ├── 05-消息百分百投递成功.png
│ │ │ │ ├── 04-消费端拒绝签收实现死信队列.png
│ │ │ │ ├── 02-死信队列应用场景.png
│ │ │ │ ├── 01-死信队列.png
│ │ │ │ ├── SRE-day04笔记.md
│ │ │ │ ├── 03-过期时间实现死信队列.png
│ │ │ ├── 视频
│ │ │ │ ├── 03-RabbitMQ工作模式演示(路由和通配符模式).mp4
│ │ │ │ ├── 04-RabbitMQ死信队列(概念).mp4
│ │ │ │ ├── 11-消息幂等性保证.mp4
│ │ │ │ ├── 08-RabbitMQ死信队列其他方式(超过队列容量).mp4
│ │ │ │ ├── 05-RabbitMQ死信队列应用场景.mp4
│ │ │ │ ├── 02-RabbitMQ工作模式演示(工作和广播模式).mp4
│ │ │ │ ├── 09-RabbitMQ实现延迟队列.mp4
│ │ │ │ ├── 01-内容回顾和介绍.mp4
│ │ │ │ ├── 12-总结.mp4
│ │ │ │ ├── 06-RabbitMQ死信队列代码实现(超时时间方式).mp4
│ │ │ │ ├── 10-消息百分百投递成功方案.mp4
│ │ │ │ ├── 07-RabbitMQ死信队列其他方法(消费端拒绝签收).mp4
│ │ ├── 21-ELK-day02
│ │ │ ├── 视频
│ │ │ │ ├── 06-上午总结.mp4
│ │ │ │ ├── 04-Filebeat案例2:采集多日志.mp4
│ │ │ │ ├── 01-内容回顾和内容介绍.mp4
│ │ │ │ ├── 12-总结.mp4
│ │ │ │ ├── 10-ELFK总结.mp4
│ │ │ │ ├── 02-Filebeat概述.mp4
│ │ │ │ ├── 11-Prometheus概述.mp4
│ │ │ │ ├── 07-Logstash采用解析Nginx日志.mp4
│ │ │ │ ├── 05-Filebeat总结.mp4
│ │ │ │ ├── 03-Filebeat案例1:采集mysql日志.mp4
│ │ │ │ ├── 09-Logstash采集解析k8s pod日志(2).mp4
│ │ │ │ ├── 08-Logstash采集解析k8s pod日志(1).mp4
│ │ │ ├── 课件
│ │ │ │ ├── images
│ │ │ │ │ ├── c47ad528d01a412a85b5f2e7aff877d7.png
│ │ │ │ │ ├── image-20260417165205576.png
│ │ │ │ │ ├── tingshu052.png
│ │ │ │ │ ├── 02d43aeb4492c0ac838150ad1d600a21.png
│ │ │ │ │ ├── image-20211006153847981.png
│ │ │ │ │ ├── a4ea64ee1bc0e076805ebf705d0b540c.png
│ │ │ │ ├── ElasticStack实战手册(2) .md
│ │ │ │ ├── ElasticStack实战手册(1).md
│ │ │ │ ├── Prometheus实战课程文档(1).md
│ │ │ ├── 资料
│ │ │ │ ├── 镜像
│ │ │ │ │ ├── filebeat.tar
│ │ │ │ │ ├── mysql.tar
│ │ │ │ │ ├── logstash.tar
│ │ │ │ │ ├── tomcat.tar
│ │ │ │ │ ├── nginx.tar
│ │ │ ├── 02-.png
│ │ │ ├── 01-.png
│ │ │ ├── 03-.png
│ │ ├── 17-k8s【云上集群部署案例-部署中间件服务】
│ │ │ ├── 资料
│ │ │ │ ├── tingshu
│ │ │ │ │ ├── deploy
│ │ │ │ │ │ ├── middleware
│ │ │ │ │ │ │ ├── mysql
│ │ │ │ │ │ │ │ ├── mysql-k8s.yaml
│ │ │ │ │ │ │ │ ├── tingshu.sql
│ │ │ │ │ │ │ │ ├── Dockerfile.mysql
│ │ │ ├── 部署文档
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260301224923840.png
│ │ │ │ │ ├── image-20260301233121234.png
│ │ │ │ │ ├── image-20260302000006453.png
│ │ │ │ │ ├── image-20260305200830235.png
│ │ │ │ │ ├── image-20260302000604260.png
│ │ │ │ │ ├── image-20260305170152660.png
│ │ │ │ │ ├── image-20260302003054415.png
│ │ │ │ │ ├── image-20260302223118125.png
│ │ │ │ │ ├── image-20260302001201815.png
│ │ │ │ │ ├── image-20260301235658949.png
│ │ │ │ │ ├── image-20260301232902606.png
│ │ │ │ │ ├── image-20260302001620479.png
│ │ │ │ │ ├── image-20260301235319018.png
│ │ │ │ │ ├── image-20260302010515664.png
│ │ │ │ │ ├── image-20260303224756161.png
│ │ │ │ │ ├── image-20260303223850686.png
│ │ │ │ │ ├── image-20260301232153307.png
│ │ │ │ │ ├── image-20260301144031233.png
│ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ ├── image-20260301234234812.png
│ │ │ │ │ ├── image-20260305164051846.png
│ │ │ │ │ ├── image-20260302083701508.png
│ │ │ │ │ ├── image-20260412203908449.png
│ │ │ │ │ ├── image-20260302000749936.png
│ │ │ │ │ ├── image-20260304085229039.png
│ │ │ │ │ ├── image-20260302001351061.png
│ │ │ │ │ ├── image-20260301225022634.png
│ │ │ │ │ ├── image-20260302003026185.png
│ │ │ │ │ ├── image-20260303224404131.png
│ │ │ │ │ ├── image-20260302002434283.png
│ │ │ │ │ ├── image-20260306091807725.png
│ │ │ │ │ ├── image-20260302004950412.png
│ │ │ │ │ ├── image-20260302000733401.png
│ │ │ │ │ ├── image-20260302083618259-17724117867671.png
│ │ │ │ │ ├── image-20260305162704843.png
│ │ │ │ │ ├── image-20260303214002193.png
│ │ │ │ │ ├── image-20260304160924393.png
│ │ │ │ │ ├── image-20260301232634689.png
│ │ │ │ │ ├── image-20260301232258004.png
│ │ │ │ │ ├── image-20260303224037453.png
│ │ │ │ │ ├── image-20260301233408029.png
│ │ │ │ │ ├── image-20260302004905172.png
│ │ │ │ │ ├── image-20260301233259611.png
│ │ │ │ │ ├── image-20260302004745711.png
│ │ │ │ │ ├── image-20260302223028135.png
│ │ │ │ │ ├── image-20260302083919956.png
│ │ │ │ │ ├── image-20260303223438939.png
│ │ │ │ │ ├── image-20260301234010610.png
│ │ │ │ │ ├── image-20260305170604444.png
│ │ │ │ │ ├── image-20260301233601869.png
│ │ │ │ │ ├── image-20260301145323796.png
│ │ │ │ │ ├── image-20260302004637257.png
│ │ │ │ │ ├── image-20260301233829878.png
│ │ │ │ │ ├── image-20260302000405769.png
│ │ │ │ │ ├── image-20260301225117433.png
│ │ │ │ │ ├── image-20260301232426712.png
│ │ │ │ │ ├── image-20260301224957340.png
│ │ │ │ │ ├── image-20260302004720966.png
│ │ │ │ │ ├── image-20260301235337272.png
│ │ │ │ │ ├── image-20260302003427401.png
│ │ │ │ │ ├── image-20260302001935336.png
│ │ │ │ │ ├── image-20260303223622867.png
│ │ │ │ │ ├── image-20260301145518539.png
│ │ │ │ │ ├── image-20260301234845546.png
│ │ │ │ │ ├── image-20260302232741568.png
│ │ │ │ │ ├── image-20260301233746316.png
│ │ │ │ │ ├── image-20260302001036255.png
│ │ │ │ │ ├── image-20260302001513083.png
│ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ ├── image-20260303224305633.png
│ │ │ │ │ ├── image-20260301233923350.png
│ │ │ │ │ ├── image-20260302000140499.png
│ │ │ │ │ ├── image-20260302224123782.png
│ │ │ │ │ ├── image-20260302001444340.png
│ │ │ │ │ ├── image-20260303223506068.png
│ │ │ │ │ ├── image-20260305162437848.png
│ │ │ │ │ ├── image-20260303223932900.png
│ │ │ │ │ ├── image-20260302002742256.png
│ │ │ │ │ ├── image-20260304160723443.png
│ │ │ │ │ ├── image-20260301235635354.png
│ │ │ │ │ ├── image-20260301145135131.png
│ │ │ │ │ ├── image-20260302005101656.png
│ │ │ │ │ ├── image-20260301232713803.png
│ │ │ │ │ ├── image-20260302091528028.png
│ │ │ │ │ ├── image-20260303223711861.png
│ │ │ │ │ ├── image-20260301224743179.png
│ │ │ │ │ ├── image-20260412203811635.png
│ │ │ │ │ ├── image-20260412203947173.png
│ │ │ │ │ ├── image-20260302223518259.png
│ │ │ │ │ ├── image-20260301224625857.png
│ │ │ │ │ ├── image-20260301234152210.png
│ │ │ │ │ ├── image-20260301113905768.png
│ │ │ │ │ ├── image-20260302001535069.png
│ │ │ │ │ ├── image-20260301234421792.png
│ │ │ │ │ ├── image-20260301232336964.png
│ │ │ │ │ ├── image-20260301234321090.png
│ │ │ │ │ ├── image-20260301224648576.png
│ │ │ │ │ ├── image-20260301232526198.png
│ │ │ │ │ ├── image-20260302223641113.png
│ │ │ │ │ ├── image-20260301233505545.png
│ │ │ │ │ ├── image-20260302001422787.png
│ │ │ │ │ ├── image-20260302002658004.png
│ │ │ │ │ ├── image-20260305163001275.png
│ │ │ │ │ ├── image-20260302003140321.png
│ │ │ │ ├── 2-K8S企业级部署实战文档-部署微服务模块.md
│ │ │ │ ├── 1-K8S企业级部署实战文档-搭建环境和部署中间件.md
│ │ │ │ ├── 3-K8S企业级部署实战文档-部署前端.md
│ │ │ ├── 视频
│ │ │ │ ├── 01-云上部署-部署MySQL(准备工作1).mp4
│ │ │ │ ├── 02-云上部署-部署MySQL(准备工作2).mp4
│ │ │ │ ├── 03-云上部署-部署MySQL(构建过程).mp4
│ │ │ │ ├── 05-云上部署-部署Redis.mp4
│ │ │ │ ├── 04-云上部署-部署MySQL(总结).mp4
│ │ │ │ ├── 06-云上部署-部署Nacos和其他中间件.mp4
│ │ ├── 23-Prometheus-day02
│ │ │ ├── 视频
│ │ │ │ ├── 04-内容补充-监控优化.mp4
│ │ │ │ ├── 07-总结.mp4
│ │ │ │ ├── 05-内容补充-监控常见面试题目(1).mp4
│ │ │ │ ├── 06-内容补充-监控创建面试题目(2).mp4
│ │ │ │ ├── 03-内容补充-PromQL.mp4
│ │ │ │ ├── 02-远程存储概述和演示.mp4
│ │ │ │ ├── 01-内容介绍.mp4
│ │ │ ├── 资料
│ │ │ │ ├── victoria.tar
│ │ │ ├── 课件
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260422152856433.png
│ │ │ │ │ ├── image-20260422152610235.png
│ │ │ │ ├── 总结.md
│ │ │ │ ├── Prometheus实战课程文档-补充.md
│ │ │ ├── 之前班上面试题目.md
│ │ ├── 2-SRE【CMDB】
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260323085638076.png
│ │ │ │ │ ├── image-20260323104106639.png
│ │ │ │ │ ├── image-20260323092846854.png
│ │ │ │ │ ├── image-20260323103406094.png
│ │ │ │ ├── 03-多对多.png
│ │ │ │ ├── 04-orm.png
│ │ │ │ ├── 01-.png
│ │ │ │ ├── 05-.png
│ │ │ │ ├── SRE-day02笔记.md
│ │ │ │ ├── 02-一对多.png
│ │ │ ├── 视频
│ │ │ │ ├── 08-cmdb服务器-上报数据接口(2).mp4
│ │ │ │ ├── 04-cmdb服务器-操作mysql(创建实体类1).mp4
│ │ │ │ ├── 07-cmdb服务器-上报数据接口(1).mp4
│ │ │ │ ├── 05-cmdb服务器-操作mysql(创建实体类2).mp4
│ │ │ │ ├── 03-cmdb服务器-搭建web服务.mp4
│ │ │ │ ├── 01-内容回顾和今天内容介绍.mp4
│ │ │ │ ├── 10-cmdb服务器-上报数据接口(4).mp4
│ │ │ │ ├── 09-cmdb服务器-上报数据接口(3).mp4
│ │ │ │ ├── 02-cmdb服务器-安装mysql服务.mp4
│ │ │ │ ├── 06-上午总结.mp4
│ │ │ ├── server_cmdb.py
│ │ ├── 5-SRE【稳定性观测平台】
│ │ │ ├── 资料
│ │ │ │ ├── .env
│ │ │ │ ├── clickhouse.tar
│ │ │ ├── 代码
│ │ │ │ ├── sop
│ │ │ │ │ ├── data_collect.py
│ │ │ │ │ ├── sendMessage.py
│ │ │ │ │ ├── .env
│ │ │ │ │ ├── data_calculator.py
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260327150119503.png
│ │ │ │ │ ├── image-20260327105428968.png
│ │ │ │ │ ├── image-20260327092549974.png
│ │ │ │ │ ├── image-20260327113133720.png
│ │ │ │ ├── 02-分组语句.png
│ │ │ │ ├── SRE-day05笔记.md
│ │ │ │ ├── 01-稳定性观测.png
│ │ │ ├── 视频
│ │ │ │ ├── 08-稳定性观测平台-计算侧实现(代码实现1).mp4
│ │ │ │ ├── 06-稳定性观测平台-计算侧实现(sql语句2).mp4
│ │ │ │ ├── 10-总结.mp4
│ │ │ │ ├── 02-稳定性观测平台需求分析.mp4
│ │ │ │ ├── 04-稳定性观测平台-采集侧实现(2).mp4
│ │ │ │ ├── 09-稳定性观测平台-计算侧实现(代码实现2).mp4
│ │ │ │ ├── 05-稳定性观测平台-计算侧实现(sql语句1).mp4
│ │ │ │ ├── 01-内容概述和内容介绍.mp4
│ │ │ │ ├── 03-稳定性观测平台-采集侧实现(1).mp4
│ │ │ │ ├── 07-稳定性观测平台-计算侧实现(准备工作).mp4
│ │ ├── 10-k8s【基础概念和搭建集群】
│ │ │ ├── 视频
│ │ │ │ ├── 01-内容回顾和内容介绍.mp4
│ │ │ │ ├── 03-k8s架构(1).mp4
│ │ │ │ ├── 07-kubeadm搭建k8s集群(1).mp4
│ │ │ │ ├── 08-kubeadm搭建k8s集群(2).mp4
│ │ │ │ ├── 05-k8s的Pod概念.mp4
│ │ │ │ ├── 02-k8s概述.mp4
│ │ │ │ ├── 09-kubeadm搭建k8s集群总结.mp4
│ │ │ │ ├── 06-k8s多master高可用方案.mp4
│ │ │ │ ├── 10-总结.mp4
│ │ │ │ ├── 04-k8s架构(2).mp4
│ │ │ ├── 课件
│ │ │ │ ├── k8s基础.zip
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260402141534131.png
│ │ │ │ │ ├── image-20260402155344719.png
│ │ │ │ │ ├── image-20260402152755245.png
│ │ │ │ │ ├── image-20260402155611801.png
│ │ │ │ │ ├── image-20260402093205974.png
│ │ │ │ │ ├── image-20260402104829214.png
│ │ │ │ │ ├── image-20260402155217391.png
│ │ │ │ │ ├── image-20260402105433954.png
│ │ │ │ │ ├── image-20260402142209401.png
│ │ │ │ │ ├── image-20260402142500809.png
│ │ │ │ │ ├── image-20260402141908950.png
│ │ │ │ │ ├── image-20260402141641093.png
│ │ │ │ ├── 分析图
│ │ │ │ │ ├── 01-k8s应用.png
│ │ │ │ │ ├── 02-pod.png
│ │ │ │ │ ├── 03-多master.png
│ │ │ │ ├── k8s-day01笔记.md
│ │ │ ├── 资料
│ │ │ │ ├── k8s镜像
│ │ │ │ │ ├── kube-scheduler.tar
│ │ │ │ │ ├── calico-cni.tar
│ │ │ │ │ ├── kube-proxy.tar
│ │ │ │ │ ├── calico-kube-controllers.tar
│ │ │ │ │ ├── calico-node.tar
│ │ │ │ │ ├── kube-controller-manager.tar
│ │ │ │ │ ├── pause.tar
│ │ │ │ │ ├── calico-pod2daemon-flexvol.tar
│ │ │ │ │ ├── coredns.tar
│ │ │ │ │ ├── kube-apiserver.tar
│ │ │ │ │ ├── 执行命令.txt
│ │ │ │ │ ├── etcd.tar
│ │ │ │ ├── dashboard镜像
│ │ │ │ │ ├── metrics-scraper.tar
│ │ │ │ │ ├── dashboard.tar
│ │ │ │ │ ├── 执行命令.txt
│ │ │ │ ├── xshell同步输入.png
│ │ ├── 9-SRE【总结和面试题目】
│ │ │ ├── 视频
│ │ │ │ ├── 04-SRE面试题目-故障处理类3.mp4
│ │ │ │ ├── 01-SRE面试题目-基础概念类.mp4
│ │ │ │ ├── 07-SRE面试题目-其他问题总结.mp4
│ │ │ │ ├── 02-SRE面试题目-故障处理类1.mp4
│ │ │ │ ├── 05-SRE面试题目-故障处理类4.mp4
│ │ │ │ ├── 06-SRE面试题目-之前班级SRE面试题目总结.mp4
│ │ │ │ ├── 03-SRE面试题目-故障处理类2.mp4
│ │ │ ├── 笔记
│ │ │ │ ├── 02-SRE面试题(二).md
│ │ │ │ ├── 01-SRE面试题(一).md
│ │ │ ├── 02-集群和分布式.png
│ │ │ ├── 01-mysql优化.png
│ │ ├── 13-k8s【资源Service和Ingress】
│ │ │ ├── 视频
│ │ │ │ ├── 14-总结.mp4
│ │ │ │ ├── 10-k8s资源-Ingress(多域名访问).mp4
│ │ │ │ ├── 07-k8s资源-Ingress安装.mp4
│ │ │ │ ├── 05-k8s资源-servie应用架构.mp4
│ │ │ │ ├── 08-上午总结.mp4
│ │ │ │ ├── 13-k8s资源-存储抽象概念.mp4
│ │ │ │ ├── 03-k8s资源-Service概述和ClusterIp类型.mp4
│ │ │ │ ├── 06-k8s资源-Ingress概述.mp4
│ │ │ │ ├── 02-k8s工作负载演示.mp4
│ │ │ │ ├── 01-内容回顾和内容介绍.mp4
│ │ │ │ ├── 12-k8s资源-Ingress(流量限制).mp4
│ │ │ │ ├── 11-k8s资源-Ingress(路径重写).mp4
│ │ │ │ ├── 09-k8s资源-Service补充.mp4
│ │ │ │ ├── 04-k8s资源-Service的NodePort类型.mp4
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260408090713525.png
│ │ │ │ │ ├── image-20260408141152297.png
│ │ │ │ │ ├── image-20260408111428073.png
│ │ │ │ │ ├── image-20260408162409461.png
│ │ │ │ │ ├── image-20260408112033535.png
│ │ │ │ │ ├── image-20260408103605746.png
│ │ │ │ │ ├── image-20260408142102879.png
│ │ │ │ │ ├── image-20260408092648435.png
│ │ │ │ │ ├── image-20260408162548626.png
│ │ │ │ │ ├── image-20260408094009186.png
│ │ │ │ │ ├── image-20260408154649094.png
│ │ │ │ │ ├── image-20260408095349027.png
│ │ │ │ │ ├── image-20260408102302839.png
│ │ │ │ │ ├── image-20260408144621666.png
│ │ │ │ │ ├── image-20260408111903708.png
│ │ │ │ │ ├── image-20260408092312561.png
│ │ │ │ │ ├── image-20260408141333997.png
│ │ │ │ │ ├── image-20260408144809813.png
│ │ │ │ │ ├── image-20260408145200206.png
│ │ │ │ │ ├── image-20260408090913750.png
│ │ │ │ │ ├── image-20260408152550322.png
│ │ │ │ ├── 03-.png
│ │ │ │ ├── 04-.png
│ │ │ │ ├── 01-.png
│ │ │ │ ├── 02-.png
│ │ │ │ ├── k8s-day04笔记.md
│ │ │ ├── 资料
│ │ │ │ ├── Ingress镜像
│ │ │ │ │ ├── ingress01.tar
│ │ │ │ │ ├── ingress02.tar
│ │ │ │ ├── busybox.tar
│ │ │ │ ├── perl.tar
│ │ │ │ ├── hello.tar
│ │ ├── 18-k8s【云上集群部署案例-部署微服务模块】
│ │ │ ├── 部署文档
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260301224957340.png
│ │ │ │ │ ├── image-20260412203947173.png
│ │ │ │ │ ├── image-20260301235658949.png
│ │ │ │ │ ├── image-20260301224923840.png
│ │ │ │ │ ├── image-20260302001935336.png
│ │ │ │ │ ├── image-20260302002658004.png
│ │ │ │ │ ├── image-20260301235635354.png
│ │ │ │ │ ├── image-20260302083919956.png
│ │ │ │ │ ├── image-20260302083618259-17724117867671.png
│ │ │ │ │ ├── image-20260301225022634.png
│ │ │ │ │ ├── image-20260302005101656.png
│ │ │ │ │ ├── image-20260301232336964.png
│ │ │ │ │ ├── image-20260302001535069.png
│ │ │ │ │ ├── image-20260301234234812.png
│ │ │ │ │ ├── image-20260301233505545.png
│ │ │ │ │ ├── image-20260301225117433.png
│ │ │ │ │ ├── image-20260301234845546.png
│ │ │ │ │ ├── image-20260303223932900.png
│ │ │ │ │ ├── image-20260305162437848.png
│ │ │ │ │ ├── image-20260301232258004.png
│ │ │ │ │ ├── image-20260301224648576.png
│ │ │ │ │ ├── image-20260302223641113.png
│ │ │ │ │ ├── image-20260301235319018.png
│ │ │ │ │ ├── image-20260301144031233.png
│ │ │ │ │ ├── image-20260305162704843.png
│ │ │ │ │ ├── image-20260306091807725.png
│ │ │ │ │ ├── image-20260301224625857.png
│ │ │ │ │ ├── image-20260301234010610.png
│ │ │ │ │ ├── image-20260303223438939.png
│ │ │ │ │ ├── image-20260302004720966.png
│ │ │ │ │ ├── image-20260301233601869.png
│ │ │ │ │ ├── image-20260302003054415.png
│ │ │ │ │ ├── image-20260301145323796.png
│ │ │ │ │ ├── image-20260301233121234.png
│ │ │ │ │ ├── image-20260302002742256.png
│ │ │ │ │ ├── image-20260302001201815.png
│ │ │ │ │ ├── image-20260302223118125.png
│ │ │ │ │ ├── image-20260303224305633.png
│ │ │ │ │ ├── image-20260301234421792.png
│ │ │ │ │ ├── image-20260303223850686.png
│ │ │ │ │ ├── image-20260302223028135.png
│ │ │ │ │ ├── image-20260301232426712.png
│ │ │ │ │ ├── image-20260303224404131.png
│ │ │ │ │ ├── image-20260303223711861.png
│ │ │ │ │ ├── image-20260303223506068.png
│ │ │ │ │ ├── image-20260301145518539.png
│ │ │ │ │ ├── image-20260302232741568.png
│ │ │ │ │ ├── image-20260301233829878.png
│ │ │ │ │ ├── wps1.jpg
│ │ │ │ │ ├── image-20260301232713803.png
│ │ │ │ │ ├── image-20260302000006453.png
│ │ │ │ │ ├── image-20260412203811635.png
│ │ │ │ │ ├── image-20260302001422787.png
│ │ │ │ │ ├── image-20260301232526198.png
│ │ │ │ │ ├── image-20260303224037453.png
│ │ │ │ │ ├── image-20260302000405769.png
│ │ │ │ │ ├── image-20260302091528028.png
│ │ │ │ │ ├── image-20260302083701508.png
│ │ │ │ │ ├── image-20260302004745711.png
│ │ │ │ │ ├── image-20260301234321090.png
│ │ │ │ │ ├── image-20260302000733401.png
│ │ │ │ │ ├── image-20260301233408029.png
│ │ │ │ │ ├── image-20260301113905768.png
│ │ │ │ │ ├── image-20260302223518259.png
│ │ │ │ │ ├── image-20260303224756161.png
│ │ │ │ │ ├── image-20260302001513083.png
│ │ │ │ │ ├── image-20260305200830235.png
│ │ │ │ │ ├── image-20260302001351061.png
│ │ │ │ │ ├── image-20260302001036255.png
│ │ │ │ │ ├── image-20260301233259611.png
│ │ │ │ │ ├── image-20260301234152210.png
│ │ │ │ │ ├── image-20260302000604260.png
│ │ │ │ │ ├── image-20260302003427401.png
│ │ │ │ │ ├── image-20260301224743179.png
│ │ │ │ │ ├── image-20260302004905172.png
│ │ │ │ │ ├── image-20260305170604444.png
│ │ │ │ │ ├── image-20260301235337272.png
│ │ │ │ │ ├── image-20260303223622867.png
│ │ │ │ │ ├── image-20260301233746316.png
│ │ │ │ │ ├── image-20260302224123782.png
│ │ │ │ │ ├── image-20260302001620479.png
│ │ │ │ │ ├── image-20260301233923350.png
│ │ │ │ │ ├── image-20260305163001275.png
│ │ │ │ │ ├── image-20260301232153307.png
│ │ │ │ │ ├── image-20260305164051846.png
│ │ │ │ │ ├── image-20260301232634689.png
│ │ │ │ │ ├── image-20260302000140499.png
│ │ │ │ │ ├── image-20260302004637257.png
│ │ │ │ │ ├── image-20260304085229039.png
│ │ │ │ │ ├── image-20260302003026185.png
│ │ │ │ │ ├── image-20260301145135131.png
│ │ │ │ │ ├── image-20260302000749936.png
│ │ │ │ │ ├── image-20260304160723443.png
│ │ │ │ │ ├── image-20260302004950412.png
│ │ │ │ │ ├── image-20260302003140321.png
│ │ │ │ │ ├── image-20260302001444340.png
│ │ │ │ │ ├── image-20260412203908449.png
│ │ │ │ │ ├── image-20260301232902606.png
│ │ │ │ │ ├── image-20260305170152660.png
│ │ │ │ │ ├── wps2.jpg
│ │ │ │ │ ├── image-20260302010515664.png
│ │ │ │ │ ├── image-20260303214002193.png
│ │ │ │ │ ├── image-20260304160924393.png
│ │ │ │ │ ├── image-20260302002434283.png
│ │ │ │ ├── 2-K8S企业级部署实战文档-部署微服务模块.md
│ │ │ │ ├── 1-K8S企业级部署实战文档-搭建环境和部署中间件.md
│ │ │ │ ├── 3-K8S企业级部署实战文档-部署前端.md
│ │ │ ├── 资料
│ │ │ │ ├── 部署专辑模块
│ │ │ │ │ ├── tingshu
│ │ │ │ │ │ ├── deploy
│ │ │ │ │ │ │ ├── middleware
│ │ │ │ │ │ │ │ ├── rabbitmq
│ │ │ │ │ │ │ │ │ ├── rabbitmq-k8s.yaml
│ │ │ │ │ │ │ │ ├── minio
│ │ │ │ │ │ │ │ │ ├── minio-k8s.yaml
│ │ │ │ │ │ │ │ ├── mongodb
│ │ │ │ │ │ │ │ │ ├── mongodb-k8s.yaml
│ │ │ │ │ │ │ │ ├── mysql
│ │ │ │ │ │ │ │ │ ├── tingshu.sql
│ │ │ │ │ │ │ │ │ ├── Dockerfile.mysql
│ │ │ │ │ │ │ │ │ ├── mysql-k8s.yaml
│ │ │ │ │ │ │ │ ├── nacos
│ │ │ │ │ │ │ │ │ ├── deploy.yaml
│ │ │ │ │ │ │ │ │ ├── nacos-ingress.yaml
│ │ │ │ │ │ │ │ ├── redis
│ │ │ │ │ │ │ │ │ ├── redis-k8s.yaml
│ │ │ │ │ │ │ ├── service
│ │ │ │ │ │ │ │ ├── service-album
│ │ │ │ │ │ │ │ │ ├── ingress.yaml
│ │ │ │ │ │ │ │ │ ├── deploy.yaml
│ │ │ │ │ │ │ │ │ ├── service-album.jar
│ │ │ │ │ │ │ │ │ ├── Dockerfile
│ │ │ │ │ │ │ │ │ ├── jenkinsfile
│ │ │ │ │ ├── service-album-dev.yaml
│ │ │ │ ├── 部署用户模块
│ │ │ │ │ ├── tingshu-parent.zip
│ │ │ │ │ ├── service-user-dev.yaml
│ │ │ ├── 视频
│ │ │ │ ├── 08-k8s面试题目.mp4
│ │ │ │ ├── 04-云上部署-部署用户微服务模块(2).mp4
│ │ │ │ ├── 02-云上部署-部署专辑微服务模块(总结).mp4
│ │ │ │ ├── 01-云上部署-部署专辑微服务模块.mp4
│ │ │ │ ├── 03-云上部署-部署用户微服务模块(1).mp4
│ │ │ │ ├── 06-云上部署-部署前端说明.mp4
│ │ │ │ ├── 05-上午总结.mp4
│ │ │ │ ├── 07-补充-多master架构方案.mp4
│ │ │ ├── K3s多Master集群负载均衡架构方案.md
│ │ │ ├── K8S (150)完整版.pdf
│ │ ├── 12-k8s【资源deployment】
│ │ │ ├── 资料
│ │ │ │ ├── nginx1.16.1.tar
│ │ │ │ ├── fluentd.tar
│ │ │ ├── 视频
│ │ │ │ ├── 07-上午总结.mp4
│ │ │ │ ├── 12-k8s资源-工作负载演示.mp4
│ │ │ │ ├── 06-k8s资源-Deployment操作(多副本).mp4
│ │ │ │ ├── 03-k8s资源-Deployment操作(yaml介绍).mp4
│ │ │ │ ├── 05-k8s资源-Deployment操作(自愈和多副本).mp4
│ │ │ │ ├── 11-k8s资源-工作负载(概念).mp4
│ │ │ │ ├── 09-k8s资源-Deployment操作(滚动更新和版本回退).mp4
│ │ │ │ ├── 13-总结.mp4
│ │ │ │ ├── 04-k8s资源-Deployment操作(添加和删除).mp4
│ │ │ │ ├── 08-k8s资源-Deployment操作(扩缩容机制).mp4
│ │ │ │ ├── 02-k8s资源-Deployment概述.mp4
│ │ │ │ ├── 10-k8s资源-Deployment应用场景.mp4
│ │ │ │ ├── 01-内容概述和内容介绍.mp4
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260407163022658.png
│ │ │ │ │ ├── image-20260407142108176.png
│ │ │ │ │ ├── image-20260407102350025.png
│ │ │ │ │ ├── image-20260407142614566.png
│ │ │ │ │ ├── image-20260407095511455.png
│ │ │ │ │ ├── image-20260407091836926.png
│ │ │ │ ├── k8s-day03笔记.md
│ │ ├── 24-Zabbix
│ │ │ ├── 课件
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260423152509867.png
│ │ │ │ │ ├── image-20260423135814204.png
│ │ │ │ │ ├── image-20260423152729614.png
│ │ │ │ │ ├── image-20260423143828613.png
│ │ │ │ │ ├── image-20260423144505294.png
│ │ │ │ │ ├── image-20260423101544576.png
│ │ │ │ │ ├── image-20260423143503788.png
│ │ │ │ │ ├── image-20260423103059250.png
│ │ │ │ │ ├── image-20260423100301614.png
│ │ │ │ │ ├── image-20260423101428257.png
│ │ │ │ │ ├── image-20260423143741104.png
│ │ │ │ │ ├── image-20260423103426289.png
│ │ │ │ │ ├── image-20260423143144863.png
│ │ │ │ │ ├── image-20260423143913407.png
│ │ │ │ │ ├── image-20260423150645033.png
│ │ │ │ │ ├── image-20260423145705346.png
│ │ │ │ │ ├── image-20260423144116738.png
│ │ │ │ │ ├── image-20260423143427207.png
│ │ │ │ │ ├── image-20260423100004435.png
│ │ │ │ │ ├── image-20260423142728935.png
│ │ │ │ │ ├── image-20260423135845839.png
│ │ │ │ │ ├── image-20260423101505010.png
│ │ │ │ │ ├── image-20260423144304045.png
│ │ │ │ │ ├── image-20260423145443399.png
│ │ │ │ │ ├── image-20260423095058672.png
│ │ │ │ │ ├── image-20260423094901218.png
│ │ │ │ │ ├── image-20260423094603319.png
│ │ │ │ │ ├── image-20260423094740260.png
│ │ │ │ │ ├── image-20260423144156884.png
│ │ │ │ ├── Zabbix企业级监控实战文档-v1.0.md
│ │ │ ├── 资料
│ │ │ │ ├── zabbix-web-nginx-mysql.tar
│ │ │ │ ├── zabbix-server-mysql.tar
│ │ │ │ ├── nginx.tar
│ │ │ │ ├── mysql.tar
│ │ │ │ ├── zabbix-agent.tar
│ │ │ ├── 视频
│ │ │ │ ├── 03-zabbix web界面操作.mp4
│ │ │ │ ├── 08-Zabbix总结.mp4
│ │ │ │ ├── 04-zabbix web配置自动注册.mp4
│ │ │ │ ├── 06-案例2:监听nginx和配置邮件告警.mp4
│ │ │ │ ├── 01-zabbix概述.mp4
│ │ │ │ ├── 05-案例1:监控Linux主机.mp4
│ │ │ │ ├── 07-配置邮件告警测试.mp4
│ │ │ │ ├── 02-部署zabbix组件.mp4
│ │ │ ├── Zabbix总结.md
│ │ │ ├── 01-.png
│ │ ├── 7-SRE【AI智能体实战1】
│ │ │ ├── 笔记
│ │ │ │ ├── images
│ │ │ │ │ ├── image-20260206152410845.png
│ │ │ │ │ ├── image-20260330093612557.png
│ │ │ │ │ ├── image-20260330094128502.png
│ │ │ │ │ ├── image-20260330092542682.png
│ │ │ │ │ ├── image-20260330095102099.png
│ │ │ │ │ ├── image-20260330093947936.png
│ │ │ │ │ ├── image-20260206155807385.png
│ │ │ │ │ ├── image-20260206153845169.png
│ │ │ │ │ ├── image-20260330094430376.png
│ │ │ │ │ ├── image-20260330092926316.png
│ │ │ │ │ ├── image-20260206144750158.png
│ │ │ │ │ ├── image-20260330105523015.png
│ │ │ │ ├── SRE-day07笔记.md
│ │ │ │ ├── AI智能体实战.md
│ │ │ ├── 视频
│ │ │ │ ├── 07-AI故障排查工具-health_check模块(2).mp4
│ │ │ │ ├── 12-AI故障排查工具-构建提示词方法.mp4
│ │ │ │ ├── 11-AI故障排查工具-ssh_utils模块测试.mp4
│ │ │ │ ├── 14-总结.mp4
│ │ │ │ ├── 06-上午总结.mp4
│ │ │ │ ├── 04-AI故障排查工具-config模块.mp4
│ │ │ │ ├── 13-AI故障排查工具-统一返回结果和自定义异常.mp4
│ │ │ │ ├── 08-AI故障排查工具-health-check测试.mp4
│ │ │ │ ├── 10-AI故障排查工具-ssh_utils模块(2).mp4
│ │ │ │ ├── 05-AI故障排查工具-health_check模块(1).mp4
│ │ │ │ ├── 09-AI故障排查工具-ssh_utils模块(1).mp4
│ │ │ │ ├── 01-内容回顾和内容介绍.mp4
│ │ │ │ ├── 03-AI故障排查工具-准备工作.mp4
│ │ │ │ ├── 02-大模型基础概念-RAG.mp4
│ │ │ ├── 代码
│ │ │ │ ├── cluster_monitor_ai
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ ├── health_check.cpython-310.pyc
│ │ │ │ │ │ ├── config.cpython-310.pyc
│ │ │ │ │ ├── cluster_logs
│ │ │ │ │ ├── utils
│ │ │ │ │ │ ├── __pycache__
│ │ │ │ │ │ │ ├── __init__.cpython-310.pyc
│ │ │ │ │ │ │ ├── ssh_utils.cpython-310.pyc
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── qianwen_api_utils.py
│ │ │ │ │ │ ├── ssh_utils.py
│ │ │ │ │ ├── health_check.py
│ │ │ │ │ ├── config.py
│ │ │ │ │ ├── requirements.txt
│ │ │ │ │ ├── main.py
│ │ │ ├── 资料
│ │ │ │ ├── service-app.tar
│ │ │ │ ├── requirements.txt
├── 02、数据库DBA
│ ├── day54_DBA_MongoDB_达梦
│ │ ├── 课件
│ │ │ ├── 达梦DM8
│ │ │ │ ├── LinuxSRE运维-企业级达梦数据库.assets
│ │ │ │ │ ├── image-20250827170246998.png
│ │ │ │ │ ├── image-20250827191039463.png
│ │ │ │ │ ├── image-20250827094102700.png
│ │ │ │ │ ├── image-20250827113813492.png
│ │ │ │ │ ├── image-20250827180740893.png
│ │ │ │ │ ├── image-20250827163020664.png
│ │ │ │ │ ├── image-20250827094123119.png
│ │ │ │ │ ├── image-20250827180500949.png
│ │ │ │ │ ├── image-20250827174940390.png
│ │ │ │ │ ├── image-20250827115500058.png
│ │ │ │ │ ├── image-20250827160505534.png
│ │ │ │ │ ├── image-20250827180720653.png
│ │ │ │ │ ├── image-20250827180837265.png
│ │ │ │ │ ├── image-20250827112432957.png
│ │ │ │ │ ├── image-20250827165043819.png
│ │ │ │ │ ├── image-20250827175046013.png
│ │ │ │ │ ├── image-20250827183120634.png
│ │ │ │ │ ├── image-20250827174734975.png
│ │ │ │ │ ├── image-20250827172856106.png
│ │ │ │ ├── LinuxSRE运维-企业级达梦数据库.md
│ │ │ ├── MongoDB
│ │ │ │ ├── LinuxSRE 运维-企业级MongoDB数据库.assets
│ │ │ │ │ ├── image-20250825115453022.png
│ │ │ │ │ ├── image-20250825183427847.png
│ │ │ │ │ ├── image-20250825160925593.png
│ │ │ │ │ ├── image-20250825144323137.png
│ │ │ │ │ ├── image-20250825183345468.png
│ │ │ │ │ ├── image-20250825190728948.png
│ │ │ │ │ ├── image-20250825183243649.png
│ │ │ │ │ ├── image-20250825151825013.png
│ │ │ │ │ ├── image-20250826170815290.png
│ │ │ │ │ ├── 1677946295642.png
│ │ │ │ │ ├── image-20250825160708041.png
│ │ │ │ │ ├── image-20250825160838055.png
│ │ │ │ │ ├── image-20250825151955493.png
│ │ │ │ │ ├── image-20250825151911867.png
│ │ │ │ │ ├── image-20250825110417307.png
│ │ │ │ │ ├── image-20250826171017901.png
│ │ │ │ │ ├── image-20250826142019516.png
│ │ │ │ │ ├── image-20250825160949128.png
│ │ │ │ │ ├── image-20250825161147331.png
│ │ │ │ │ ├── image-20250825154710764.png
│ │ │ │ │ ├── image-20250825151600735.png
│ │ │ │ │ ├── image-20250825151733928.png
│ │ │ │ │ ├── image-20250825152208623.png
│ │ │ │ │ ├── image-20250825161353539.png
│ │ │ │ │ ├── image-20250825160543211.png
│ │ │ │ │ ├── image-20250825151649931.png
│ │ │ │ │ ├── image-20250825090143730.png
│ │ │ │ │ ├── image-20250825151939378.png
│ │ │ │ │ ├── image-20250825152027143.png
│ │ │ │ │ ├── image-20250825160606817.png
│ │ │ │ │ ├── image-20250825160647807.png
│ │ │ │ │ ├── image-20250825183317626.png
│ │ │ │ │ ├── image-20250825091942783.png
│ │ │ │ │ ├── image-20250825161438712.png
│ │ │ │ │ ├── image-20250825190720229.png
│ │ │ │ │ ├── image-20250825202518816.png
│ │ │ │ │ ├── image-20250825151226475.png
│ │ │ │ │ ├── image-20250825160901321.png
│ │ │ │ │ ├── image-20250826180245302.png
│ │ │ │ │ ├── image-20250825152115720.png
│ │ │ │ │ ├── image-20250825114614010.png
│ │ │ │ │ ├── image-20250825161417090.png
│ │ │ │ │ ├── image-20250825110505897.png
│ │ │ │ │ ├── image-20250825151712305.png
│ │ │ │ │ ├── image-20250825183408409.png
│ │ │ │ │ ├── image-20250825085702792.png
│ │ │ │ │ ├── image-20250826173948367.png
│ │ │ │ │ ├── image-20250825151806298.png
│ │ │ │ │ ├── image-20250825160732177.png
│ │ │ │ │ ├── image-20250825160629535.png
│ │ │ │ │ ├── image-20250825161104132.png
│ │ │ │ │ ├── image-20250825161230961.png
│ │ │ │ │ ├── image-20250825160754744.png
│ │ │ │ │ ├── image-20250825192148239.png
│ │ │ │ │ ├── image-20250825161212176.png
│ │ │ │ │ ├── image-20250826174127728.png
│ │ │ │ │ ├── image-20250825160815940.png
│ │ │ │ │ ├── image-20250825161333192.png
│ │ │ │ │ ├── image-20250825161524064.png
│ │ │ │ │ ├── image-20250826174239374.png
│ │ │ │ │ ├── image-20250825161459614.png
│ │ │ │ │ ├── image-20250825151623047.png
│ │ │ │ │ ├── image-20250825114838014.png
│ │ │ │ │ ├── image-20250825160517686.png
│ │ │ │ │ ├── image-20250825161125696.png
│ │ │ │ │ ├── image-20250826170734862.png
│ │ │ │ │ ├── image-20250825161314484.png
│ │ │ │ │ ├── image-20250825151342829.png
│ │ │ │ │ ├── image-20250825151846171.png
│ │ │ │ │ ├── image-20250825151421415.png
│ │ │ │ │ ├── image-20250825155043848.png
│ │ │ │ │ ├── image-20250825161552741.png
│ │ │ │ │ ├── image-20250825091758292.png
│ │ │ │ │ ├── image-20250825161255564.png
│ │ │ │ ├── LinuxSRE 运维-企业级MongoDB数据库.md
│ │ │ ├── 00-环境准备
│ │ │ │ ├── Linux综合架构-01-环境准备.assets
│ │ │ │ │ ├── 1685091442410.png
│ │ │ │ │ ├── 1685089744205.png
│ │ │ │ │ ├── 1685084658069.png
│ │ │ │ │ ├── 1685089718805.png
│ │ │ │ │ ├── 1685085266695.png
│ │ │ │ │ ├── 1685085108344.png
│ │ │ │ │ ├── 1685091346300.png
│ │ │ │ │ ├── 1748184325489.png
│ │ │ │ │ ├── 1685084615629.png
│ │ │ │ ├── Linux综合架构-01-环境准备.md
│ │ ├── 软件
│ │ │ ├── window解压缩
│ │ │ │ ├── dm8_20250430_x86_win_64
│ │ │ │ │ ├── install
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ ├── ant-commons-net.jar
│ │ │ │ │ │ │ ├── ant-launcher.jar
│ │ │ │ │ │ │ ├── ant-apache-oro.jar
│ │ │ │ │ │ │ ├── ant-apache-bcel.jar
│ │ │ │ │ │ │ ├── ant-jmf.jar
│ │ │ │ │ │ │ ├── jshortcut.jar
│ │ │ │ │ │ │ ├── ant-testutil.jar
│ │ │ │ │ │ │ ├── ant-apache-xalan2.jar
│ │ │ │ │ │ │ ├── ant-apache-log4j.jar
│ │ │ │ │ │ │ ├── ant-antlr.jar
│ │ │ │ │ │ │ ├── ant-junit.jar
│ │ │ │ │ │ │ ├── ant-apache-bsf.jar
│ │ │ │ │ │ │ ├── mslinks-1.1.0-j8.jar
│ │ │ │ │ │ │ ├── ant-swing.jar
│ │ │ │ │ │ │ ├── ant-javamail.jar
│ │ │ │ │ │ │ ├── ant-junit4.jar
│ │ │ │ │ │ │ ├── ant-contrib-1.0b3.jar
│ │ │ │ │ │ │ ├── ant-jai.jar
│ │ │ │ │ │ │ ├── ant-apache-regexp.jar
│ │ │ │ │ │ │ ├── ant.jar
│ │ │ │ │ │ │ ├── ant-jsch.jar
│ │ │ │ │ │ │ ├── ant-netrexx.jar
│ │ │ │ │ │ │ ├── ant-apache-resolver.jar
│ │ │ │ │ │ │ ├── ant-jdepend.jar
│ │ │ │ │ │ │ ├── ant-commons-logging.jar
│ │ │ │ │ │ ├── log4j.xml
│ │ │ │ │ │ ├── install.jar
│ │ │ │ │ │ ├── install_util.jar
│ │ │ │ │ ├── source
│ │ │ │ │ │ ├── uninstall
│ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ ├── server.zip
│ │ │ │ │ │ │ │ ├── jsinterop-annotations-2.0.2.jar
│ │ │ │ │ │ │ │ ├── asn-one-0.6.0.jar
│ │ │ │ │ │ │ │ ├── commons-io-2.15.1.jar
│ │ │ │ │ │ │ │ ├── dmoshi-6.1.6.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
│ │ │ │ │ │ │ │ ├── loop-fs-iso-impl-2.0.1.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.nebula_1.0.0.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.jface_3.6.2.M20110210-1200.jar
│ │ │ │ │ │ │ │ ├── svnkit-1.10.7.jar
│ │ │ │ │ │ │ │ ├── disruptor-3.4.2.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.commands_3.6.0.I20100512-1500.jar
│ │ │ │ │ │ │ │ ├── commons-net-3.10.0.jar
│ │ │ │ │ │ │ │ ├── angus-mail-2.0.1.jar
│ │ │ │ │ │ │ │ ├── slf4j-simple-1.7.25.jar
│ │ │ │ │ │ │ │ ├── log4j.xml
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.swt_3.6.2.v3659c.jar
│ │ │ │ │ │ │ │ ├── loop-fs-spi-2.0.1.jar
│ │ │ │ │ │ │ │ ├── com.ibm.icu_4.2.1.v20100412.jar
│ │ │ │ │ │ │ │ ├── httpclient-4.5.13.jar
│ │ │ │ │ │ │ │ ├── sqljet-1.1.10.jar
│ │ │ │ │ │ │ │ ├── angus-activation-2.0.0.jar
│ │ │ │ │ │ │ │ ├── log4j-api-2.18.0.jar
│ │ │ │ │ │ │ │ ├── bcprov-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ ├── bcutil-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.text_3.5.0.v20100601-1300.jar
│ │ │ │ │ │ │ │ ├── gson-2.10.1.jar
│ │ │ │ │ │ │ │ ├── sshj-0.35.0.jar
│ │ │ │ │ │ │ │ ├── bcpkix-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ ├── jakarta.activation-api-2.1.1.jar
│ │ │ │ │ │ │ │ ├── slf4j-api-1.7.25.jar
│ │ │ │ │ │ │ │ ├── sabre-2.1.0.jar
│ │ │ │ │ │ │ │ ├── httpcore-4.4.13.jar
│ │ │ │ │ │ │ │ ├── loop-fs-api-2.0.1.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.common_3.6.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── jakarta.mail-api-2.1.1.jar
│ │ │ │ │ │ │ │ ├── dom4j-2.1.4.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
│ │ │ │ │ │ │ │ ├── commons-compress-1.26.0.jar
│ │ │ │ │ │ │ │ ├── lz4-java-1.8.0.jar
│ │ │ │ │ │ │ │ ├── jna-platform-5.11.0.jar
│ │ │ │ │ │ │ │ ├── servlet-api.jar
│ │ │ │ │ │ │ │ ├── commons-logging-1.2.jar
│ │ │ │ │ │ │ │ ├── eddsa-0.3.0.jar
│ │ │ │ │ │ │ │ ├── jna-5.11.0.jar
│ │ │ │ │ │ │ │ ├── iso9660-writer-2.1.0.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.swt.win32.win32.x86_64_3.6.2.v3659c.jar
│ │ │ │ │ │ │ │ ├── log4j-core-2.18.0.jar
│ │ │ │ │ │ │ │ ├── sequence-library-1.0.3.jar
│ │ │ │ │ │ │ │ ├── reload4j-1.2.26.jar
│ │ │ │ │ │ │ │ ├── jzlib-1.1.3.jar
│ │ │ │ │ │ │ │ ├── bcpg-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ ├── update-self.jar
│ │ │ │ │ │ │ ├── update.jar
│ │ │ │ │ │ │ ├── uninstall.jar
│ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ ├── dmcpt_dll.h
│ │ │ │ │ │ │ ├── fldr.h
│ │ │ │ │ │ │ ├── DPIucode.h
│ │ │ │ │ │ │ ├── sqlca_ora.h
│ │ │ │ │ │ │ ├── dpc_dll.h
│ │ │ │ │ │ │ ├── de_pub.h
│ │ │ │ │ │ │ ├── DPIext.h
│ │ │ │ │ │ │ ├── dmdpc.lib
│ │ │ │ │ │ │ ├── sqlca_db2.h
│ │ │ │ │ │ │ ├── nci.h
│ │ │ │ │ │ │ ├── dwmon_dll.h
│ │ │ │ │ │ │ ├── dmfldr_comm.lib
│ │ │ │ │ │ │ ├── crypto_engine.h
│ │ │ │ │ │ │ ├── dmcpt_dll.lib
│ │ │ │ │ │ │ ├── dmdpi.lib
│ │ │ │ │ │ │ ├── logmnr_pub.h
│ │ │ │ │ │ │ ├── dmsbt_dll.h
│ │ │ │ │ │ │ ├── oraca.h
│ │ │ │ │ │ │ ├── DCI1.h
│ │ │ │ │ │ │ ├── dpc_ora_dll.h
│ │ │ │ │ │ │ ├── msgparse_pub.h
│ │ │ │ │ │ │ ├── DCI.h
│ │ │ │ │ │ │ ├── logmnr_client.h
│ │ │ │ │ │ │ ├── dmimon.lib
│ │ │ │ │ │ │ ├── dmfldr_dll.lib
│ │ │ │ │ │ │ ├── dmimon_dll_java.lib
│ │ │ │ │ │ │ ├── dpc_dll_with_oci_connect.h
│ │ │ │ │ │ │ ├── dmmsgparse.lib
│ │ │ │ │ │ │ ├── sqlca.h
│ │ │ │ │ │ │ ├── dmdci.lib
│ │ │ │ │ │ │ ├── dmasmapi.lib
│ │ │ │ │ │ │ ├── sqlda_ora.h
│ │ │ │ │ │ │ ├── dmfldr_dll_java.lib
│ │ │ │ │ │ │ ├── asmapi2.h
│ │ │ │ │ │ │ ├── dmde.lib
│ │ │ │ │ │ │ ├── DPItypes.h
│ │ │ │ │ │ │ ├── oopi.lib
│ │ │ │ │ │ │ ├── dodbc.lib
│ │ │ │ │ │ │ ├── dmimon_dll.lib
│ │ │ │ │ │ │ ├── OOPI.h
│ │ │ │ │ │ │ ├── DPI.h
│ │ │ │ │ │ │ ├── dmlogmnr_client.lib
│ │ │ │ │ │ │ ├── dwmon.lib
│ │ │ │ │ │ │ ├── dmlogmnr.lib
│ │ │ │ │ │ │ ├── sqlda.h
│ │ │ │ │ │ │ ├── dmnci.lib
│ │ │ │ │ │ │ ├── dmjmon_dll.lib
│ │ │ │ │ │ │ ├── msg_parse.h
│ │ │ │ │ │ │ ├── sqlda_db2.h
│ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ ├── dependencies
│ │ │ │ │ │ │ │ ├── thirdparty
│ │ │ │ │ │ │ │ │ ├── fisherman
│ │ │ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ │ │ ├── libUSBKEYapi.so
│ │ │ │ │ │ │ │ │ │ │ ├── FM_SIC_DLL.dll
│ │ │ │ │ │ │ │ │ │ │ ├── FM_SIC_DLL.lib
│ │ │ │ │ │ │ │ │ │ │ ├── fmapiv100.lib
│ │ │ │ │ │ │ │ │ │ │ ├── libfmapiv100.so
│ │ │ │ │ │ │ │ │ │ │ ├── fmapiv100.dll
│ │ │ │ │ │ │ │ │ │ ├── external_crypto_libs
│ │ │ │ │ │ │ │ │ │ │ ├── card_enc.dll
│ │ │ │ │ │ │ │ │ │ ├── libUSBKEYapi.so
│ │ │ │ │ │ │ │ ├── snappy.dll
│ │ │ │ │ │ │ │ ├── zlib1.dll
│ │ │ │ │ │ │ │ ├── libssl-3-x64.dll
│ │ │ │ │ │ │ │ ├── libregex.dll
│ │ │ │ │ │ │ │ ├── xqilla.dll
│ │ │ │ │ │ │ │ ├── libeay32.dll
│ │ │ │ │ │ │ │ ├── xerces-c_3_1.dll
│ │ │ │ │ │ │ │ ├── ssleay32.dll
│ │ │ │ │ │ │ │ ├── libxml2.dll
│ │ │ │ │ │ │ │ ├── dmmc.dll
│ │ │ │ │ │ │ │ ├── OPENSSL_VERSION
│ │ │ │ │ │ │ │ ├── libcrypto-3-x64.dll
│ │ │ │ │ │ │ │ ├── libxslt.dll
│ │ │ │ │ │ │ │ ├── zlib.dll
│ │ │ │ │ │ │ │ ├── xerces-c.dll
│ │ │ │ │ │ │ ├── thirdparty
│ │ │ │ │ │ │ │ ├── openssl_xp
│ │ │ │ │ │ │ │ │ ├── ssleay32.dll
│ │ │ │ │ │ │ │ │ ├── libeay32.dll
│ │ │ │ │ │ │ ├── external_crypto_libs
│ │ │ │ │ │ │ │ ├── openssl1.1.1_crypto.dll
│ │ │ │ │ │ │ ├── client_ssl
│ │ │ │ │ │ │ │ ├── SYSAUDITOR
│ │ │ │ │ │ │ │ │ ├── client-cert.pem
│ │ │ │ │ │ │ │ │ ├── client-key.pem
│ │ │ │ │ │ │ │ │ ├── ca-cert.pem
│ │ │ │ │ │ │ │ │ ├── .keystore
│ │ │ │ │ │ │ │ ├── DEVELOP
│ │ │ │ │ │ │ │ │ ├── client-cert.pem
│ │ │ │ │ │ │ │ │ ├── client-key.pem
│ │ │ │ │ │ │ │ │ ├── ca-cert.pem
│ │ │ │ │ │ │ │ │ ├── .keystore
│ │ │ │ │ │ │ │ ├── SYSDBO
│ │ │ │ │ │ │ │ │ ├── client-cert.pem
│ │ │ │ │ │ │ │ │ ├── .keystore
│ │ │ │ │ │ │ │ │ ├── client-key.pem
│ │ │ │ │ │ │ │ │ ├── ca-cert.pem
│ │ │ │ │ │ │ │ ├── SYSSSO
│ │ │ │ │ │ │ │ │ ├── client-key.pem
│ │ │ │ │ │ │ │ │ ├── .keystore
│ │ │ │ │ │ │ │ │ ├── client-cert.pem
│ │ │ │ │ │ │ │ │ ├── ca-cert.pem
│ │ │ │ │ │ │ │ ├── DMHR
│ │ │ │ │ │ │ │ │ ├── client-cert.pem
│ │ │ │ │ │ │ │ │ ├── ca-cert.pem
│ │ │ │ │ │ │ │ │ ├── .keystore
│ │ │ │ │ │ │ │ │ ├── client-key.pem
│ │ │ │ │ │ │ │ ├── SYSDBA
│ │ │ │ │ │ │ │ │ ├── ca-cert.pem
│ │ │ │ │ │ │ │ │ ├── .keystore
│ │ │ │ │ │ │ │ │ ├── client-key.pem
│ │ │ │ │ │ │ │ │ ├── client-cert.pem
│ │ │ │ │ │ │ ├── disql_conf
│ │ │ │ │ │ │ │ ├── glogin.sql
│ │ │ │ │ │ │ ├── server_ssl
│ │ │ │ │ │ │ │ ├── ca-cert.pem
│ │ │ │ │ │ │ │ ├── server-key.pem
│ │ │ │ │ │ │ │ ├── server-cert.pem
│ │ │ │ │ │ │ ├── api-ms-win-core-sysinfo-l1-1-0.dll
│ │ │ │ │ │ │ ├── ukey_gen.exe
│ │ │ │ │ │ │ ├── dmimon_dll_java.dll
│ │ │ │ │ │ │ ├── dclone.exe
│ │ │ │ │ │ │ ├── dmasmparse.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-datetime-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmimon.exe
│ │ │ │ │ │ │ ├── dmnlssort.dll
│ │ │ │ │ │ │ ├── dmp_dll.dll
│ │ │ │ │ │ │ ├── dmasmcmdm.exe
│ │ │ │ │ │ │ ├── dmraft.dll
│ │ │ │ │ │ │ ├── fmapiv100.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-process-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmdbg_dll.dll
│ │ │ │ │ │ │ ├── dmasmapim.dll
│ │ │ │ │ │ │ ├── dmexe.dll
│ │ │ │ │ │ │ ├── drslcvt.exe
│ │ │ │ │ │ │ ├── dmjmon_dll.dll
│ │ │ │ │ │ │ ├── dmdrs_dll.dll
│ │ │ │ │ │ │ ├── dmserver.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-synch-l1-2-0.dll
│ │ │ │ │ │ │ ├── dms2c.exe
│ │ │ │ │ │ │ ├── dmshm.dll
│ │ │ │ │ │ │ ├── dmmdf.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-file-l2-1-0.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-math-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmasmapi.dll
│ │ │ │ │ │ │ ├── dmasmtool.exe
│ │ │ │ │ │ │ ├── aws-checksums.dll
│ │ │ │ │ │ │ ├── dmimon_dll.dll
│ │ │ │ │ │ │ ├── dmgmssl.dll
│ │ │ │ │ │ │ ├── dmdpc.dll
│ │ │ │ │ │ │ ├── dmaudtool.exe
│ │ │ │ │ │ │ ├── msvcr100d.dll
│ │ │ │ │ │ │ ├── jobdts.exe
│ │ │ │ │ │ │ ├── s3api.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-string-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmlic.dll
│ │ │ │ │ │ │ ├── dmsvr.dll
│ │ │ │ │ │ │ ├── dmdcr.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-environment-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmctlcvt.exe
│ │ │ │ │ │ │ ├── dmsbtree.dll
│ │ │ │ │ │ │ ├── dmfekey.exe
│ │ │ │ │ │ │ ├── aws-crt-cpp.dll
│ │ │ │ │ │ │ ├── dmtsql.dll
│ │ │ │ │ │ │ ├── aws-c-http.dll
│ │ │ │ │ │ │ ├── dmapsvc.dll
│ │ │ │ │ │ │ ├── dmasmsvr.exe
│ │ │ │ │ │ │ ├── dmamon_dll.dll
│ │ │ │ │ │ │ ├── dmreadline.dll
│ │ │ │ │ │ │ ├── ldr_dll.dll
│ │ │ │ │ │ │ ├── dmhfs.dll
│ │ │ │ │ │ │ ├── cexe.exe
│ │ │ │ │ │ │ ├── dmpara.dll
│ │ │ │ │ │ │ ├── aws-c-s3.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-debug-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmstub.exe
│ │ │ │ │ │ │ ├── dmgrpmon.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-heap-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmst2shp.exe
│ │ │ │ │ │ │ ├── libgcc_s_seh-1.dll
│ │ │ │ │ │ │ ├── dmmout.dll
│ │ │ │ │ │ │ ├── dmasvrm.dll
│ │ │ │ │ │ │ ├── dmasmsvrm.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-file-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmbcast.dll
│ │ │ │ │ │ │ ├── dmdfi.dll
│ │ │ │ │ │ │ ├── dmcssm.exe
│ │ │ │ │ │ │ ├── asmtestm.exe
│ │ │ │ │ │ │ ├── dmamon.exe
│ │ │ │ │ │ │ ├── dmsbt.dll
│ │ │ │ │ │ │ ├── dmbcast2.dll
│ │ │ │ │ │ │ ├── vcomp140.dll
│ │ │ │ │ │ │ ├── dmdta.dll
│ │ │ │ │ │ │ ├── dmcrypt.dll
│ │ │ │ │ │ │ ├── dmrac.dll
│ │ │ │ │ │ │ ├── dmllog.dll
│ │ │ │ │ │ │ ├── dmsvc.exe
│ │ │ │ │ │ │ ├── dcp_dll.dll
│ │ │ │ │ │ │ ├── dmos.dll
│ │ │ │ │ │ │ ├── dmdci.dll
│ │ │ │ │ │ │ ├── dmtbl.dll
│ │ │ │ │ │ │ ├── aws-c-event-stream.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-profile-l1-1-0.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-interlocked-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmrman_dll.dll
│ │ │ │ │ │ │ ├── dmsbtrio.dll
│ │ │ │ │ │ │ ├── dmxa.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-synch-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmvtdsk.dll
│ │ │ │ │ │ │ ├── dmlogmnr_client.dll
│ │ │ │ │ │ │ ├── libgfortran-5.dll
│ │ │ │ │ │ │ ├── dmdcs_dll.dll
│ │ │ │ │ │ │ ├── dmwatcher.exe
│ │ │ │ │ │ │ ├── api-ms-win-crt-locale-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmdfs.dll
│ │ │ │ │ │ │ ├── vcamp140.dll
│ │ │ │ │ │ │ ├── dmmsgparse.dll
│ │ │ │ │ │ │ ├── dmshmm.dll
│ │ │ │ │ │ │ ├── dmdcrm.dll
│ │ │ │ │ │ │ ├── dmasmmgt.exe
│ │ │ │ │ │ │ ├── api-ms-win-crt-private-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmsbts3.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-utility-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmxmal.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-util-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmwseg.dll
│ │ │ │ │ │ │ ├── dmscp.dll
│ │ │ │ │ │ │ ├── dwatcher.dll
│ │ │ │ │ │ │ ├── aws-cpp-sdk-s3.dll
│ │ │ │ │ │ │ ├── dmcpr.dll
│ │ │ │ │ │ │ ├── dmcvt.dll
│ │ │ │ │ │ │ ├── geos.3.10.dll
│ │ │ │ │ │ │ ├── dmjson.dll
│ │ │ │ │ │ │ ├── dmdbchk.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-namedpipe-l1-1-0.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-conio-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmmsg_parse.dll
│ │ │ │ │ │ │ ├── dpc_new.exe
│ │ │ │ │ │ │ ├── dexpdp.exe
│ │ │ │ │ │ │ ├── api-ms-win-crt-heap-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmcpt_dll.dll
│ │ │ │ │ │ │ ├── dmmraft.dll
│ │ │ │ │ │ │ ├── dmrs.dll
│ │ │ │ │ │ │ ├── dmsys.dll
│ │ │ │ │ │ │ ├── dmldrp.exe
│ │ │ │ │ │ │ ├── dmasmm.dll
│ │ │ │ │ │ │ ├── dmcss_dll.dll
│ │ │ │ │ │ │ ├── dmcfg.dll
│ │ │ │ │ │ │ ├── dmtrv.dll
│ │ │ │ │ │ │ ├── dmmonitor.exe
│ │ │ │ │ │ │ ├── dmbtr.dll
│ │ │ │ │ │ │ ├── aws-c-common.dll
│ │ │ │ │ │ │ ├── dmlcvt.exe
│ │ │ │ │ │ │ ├── dmrep.dll
│ │ │ │ │ │ │ ├── dmfldr_dll.dll
│ │ │ │ │ │ │ ├── dmcss.exe
│ │ │ │ │ │ │ ├── dmcomm.dll
│ │ │ │ │ │ │ ├── concrt140.dll
│ │ │ │ │ │ │ ├── dmasvr.dll
│ │ │ │ │ │ │ ├── dmelog.dll
│ │ │ │ │ │ │ ├── DIsql.exe
│ │ │ │ │ │ │ ├── dmknl.dll
│ │ │ │ │ │ │ ├── dmp_disql_dll_java.dll
│ │ │ │ │ │ │ ├── dimpdp.exe
│ │ │ │ │ │ │ ├── vcruntime140.dll
│ │ │ │ │ │ │ ├── dmfldr_dll_java.dll
│ │ │ │ │ │ │ ├── dmamon_ctl.exe
│ │ │ │ │ │ │ ├── api-ms-win-crt-runtime-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmblb.dll
│ │ │ │ │ │ │ ├── disql_dll.dll
│ │ │ │ │ │ │ ├── dmnsort.dll
│ │ │ │ │ │ │ ├── dmcalc.dll
│ │ │ │ │ │ │ ├── dmuthr.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-time-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmkey.exe
│ │ │ │ │ │ │ ├── dmasm.dll
│ │ │ │ │ │ │ ├── dmsess.dll
│ │ │ │ │ │ │ ├── dmlnk.dll
│ │ │ │ │ │ │ ├── dmapx.dll
│ │ │ │ │ │ │ ├── dmcssmon.dll
│ │ │ │ │ │ │ ├── vccorlib140.dll
│ │ │ │ │ │ │ ├── dmmkstore.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-libraryloader-l1-1-0.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-localization-l1-2-0.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-stdio-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmap.exe
│ │ │ │ │ │ │ ├── msvcp100.dll
│ │ │ │ │ │ │ ├── dmvtdskm.dll
│ │ │ │ │ │ │ ├── dmaud.dll
│ │ │ │ │ │ │ ├── dmmal.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-convert-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmjob.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-memory-l1-1-0.dll
│ │ │ │ │ │ │ ├── dimp.exe
│ │ │ │ │ │ │ ├── dmbifun.dll
│ │ │ │ │ │ │ ├── dmtimer.dll
│ │ │ │ │ │ │ ├── dmdata_cmp.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-errorhandling-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmtlog.dll
│ │ │ │ │ │ │ ├── dmclientlex.dll
│ │ │ │ │ │ │ ├── aws-c-compression.dll
│ │ │ │ │ │ │ ├── dmtrx.dll
│ │ │ │ │ │ │ ├── geos.dll
│ │ │ │ │ │ │ ├── dmrarch.dll
│ │ │ │ │ │ │ ├── liblapack.dll
│ │ │ │ │ │ │ ├── dmdras_dll.dll
│ │ │ │ │ │ │ ├── dmfil.dll
│ │ │ │ │ │ │ ├── dmcti.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-filesystem-l1-1-0.dll
│ │ │ │ │ │ │ ├── aws-c-auth.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-handle-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmldrpc.exe
│ │ │ │ │ │ │ ├── dmrlog.dll
│ │ │ │ │ │ │ ├── dmpif.dll
│ │ │ │ │ │ │ ├── dmckpt.dll
│ │ │ │ │ │ │ ├── msvcp140.dll
│ │ │ │ │ │ │ ├── dmasmparsem.dll
│ │ │ │ │ │ │ ├── dmopt.dll
│ │ │ │ │ │ │ ├── dmxai.dll
│ │ │ │ │ │ │ ├── dmcyt.exe
│ │ │ │ │ │ │ ├── cyt_java.dll
│ │ │ │ │ │ │ ├── aws-c-io.dll
│ │ │ │ │ │ │ ├── dodbc.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-console-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmasmmgtm.exe
│ │ │ │ │ │ │ ├── dmrman.exe
│ │ │ │ │ │ │ ├── dmjmon.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-rtlsupport-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmstg.dll
│ │ │ │ │ │ │ ├── dmrdc.exe
│ │ │ │ │ │ │ ├── dmdbg.exe
│ │ │ │ │ │ │ ├── jexe.exe
│ │ │ │ │ │ │ ├── dmnci.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-file-l1-2-0.dll
│ │ │ │ │ │ │ ├── dmrachk.exe
│ │ │ │ │ │ │ ├── dm_svc_ctl.exe
│ │ │ │ │ │ │ ├── dmgrpmon.exe
│ │ │ │ │ │ │ ├── dmdct.dll
│ │ │ │ │ │ │ ├── dmldrc.exe
│ │ │ │ │ │ │ ├── mlpack.dll
│ │ │ │ │ │ │ ├── dmdss_dll.dll
│ │ │ │ │ │ │ ├── dmrps.dll
│ │ │ │ │ │ │ ├── aws-c-sdkutils.dll
│ │ │ │ │ │ │ ├── dmtrc.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-processthreads-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmspatial.dll
│ │ │ │ │ │ │ ├── dmcyt.dll
│ │ │ │ │ │ │ ├── msvcp100d.dll
│ │ │ │ │ │ │ ├── aws-c-mqtt.dll
│ │ │ │ │ │ │ ├── dmfldr.exe
│ │ │ │ │ │ │ ├── test_rrec.exe
│ │ │ │ │ │ │ ├── dmfldr_comm.dll
│ │ │ │ │ │ │ ├── dmrtr.dll
│ │ │ │ │ │ │ ├── dmbldr.dll
│ │ │ │ │ │ │ ├── dmshp2st.exe
│ │ │ │ │ │ │ ├── dmap_br.exe
│ │ │ │ │ │ │ ├── libquadmath-0.dll
│ │ │ │ │ │ │ ├── SYSWORD.UTF8.LIB
│ │ │ │ │ │ │ ├── dmutl.dll
│ │ │ │ │ │ │ ├── asmtest.exe
│ │ │ │ │ │ │ ├── msvcr100.dll
│ │ │ │ │ │ │ ├── svc_ctl_dll.dll
│ │ │ │ │ │ │ ├── dmshpldr_dll.dll
│ │ │ │ │ │ │ ├── dmdpi.dll
│ │ │ │ │ │ │ ├── dmjschdl.dll
│ │ │ │ │ │ │ ├── dmenet.dll
│ │ │ │ │ │ │ ├── geos_c.dll
│ │ │ │ │ │ │ ├── dmregex.dll
│ │ │ │ │ │ │ ├── dmbak2.dll
│ │ │ │ │ │ │ ├── dmasmtoolm.exe
│ │ │ │ │ │ │ ├── api-ms-win-core-processthreads-l1-1-1.dll
│ │ │ │ │ │ │ ├── dmfldr.dll
│ │ │ │ │ │ │ ├── libwinpthread-1.dll
│ │ │ │ │ │ │ ├── api-ms-win-crt-multibyte-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmstrt.dll
│ │ │ │ │ │ │ ├── oopi.dll
│ │ │ │ │ │ │ ├── dwmon.dll
│ │ │ │ │ │ │ ├── aws-cpp-sdk-core.dll
│ │ │ │ │ │ │ ├── dmmsg.dll
│ │ │ │ │ │ │ ├── dminit.exe
│ │ │ │ │ │ │ ├── dmbrtsk.dll
│ │ │ │ │ │ │ ├── dmasmcmd.exe
│ │ │ │ │ │ │ ├── api-ms-win-crt-string-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmlogmnr.dll
│ │ │ │ │ │ │ ├── dmmem.dll
│ │ │ │ │ │ │ ├── aws-c-cal.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-processenvironment-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmredo.dll
│ │ │ │ │ │ │ ├── dexp.exe
│ │ │ │ │ │ │ ├── dmde.dll
│ │ │ │ │ │ │ ├── api-ms-win-core-timezone-l1-1-0.dll
│ │ │ │ │ │ │ ├── dmserver_s.exe
│ │ │ │ │ │ │ ├── openblas.dll
│ │ │ │ │ │ ├── jdk
│ │ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ │ ├── tnameserv.exe
│ │ │ │ │ │ │ │ ├── wsgen.exe
│ │ │ │ │ │ │ │ ├── jmap.exe
│ │ │ │ │ │ │ │ ├── wsimport.exe
│ │ │ │ │ │ │ │ ├── jfr.exe
│ │ │ │ │ │ │ │ ├── jabswitch.exe
│ │ │ │ │ │ │ │ ├── jhat.exe
│ │ │ │ │ │ │ │ ├── jinfo.exe
│ │ │ │ │ │ │ │ ├── jdb.exe
│ │ │ │ │ │ │ │ ├── jstat.exe
│ │ │ │ │ │ │ │ ├── jar.exe
│ │ │ │ │ │ │ │ ├── orbd.exe
│ │ │ │ │ │ │ │ ├── ktab.exe
│ │ │ │ │ │ │ │ ├── xjc.exe
│ │ │ │ │ │ │ │ ├── java-rmi.exe
│ │ │ │ │ │ │ │ ├── native2ascii.exe
│ │ │ │ │ │ │ │ ├── jconsole.exe
│ │ │ │ │ │ │ │ ├── javac.exe
│ │ │ │ │ │ │ │ ├── servertool.exe
│ │ │ │ │ │ │ │ ├── java.exe
│ │ │ │ │ │ │ │ ├── jdeps.exe
│ │ │ │ │ │ │ │ ├── rmid.exe
│ │ │ │ │ │ │ │ ├── idlj.exe
│ │ │ │ │ │ │ │ ├── hsdb.exe
│ │ │ │ │ │ │ │ ├── jstatd.exe
│ │ │ │ │ │ │ │ ├── jarsigner.exe
│ │ │ │ │ │ │ │ ├── jli.dll
│ │ │ │ │ │ │ │ ├── msvcr100.dll
│ │ │ │ │ │ │ │ ├── jstack.exe
│ │ │ │ │ │ │ │ ├── policytool.exe
│ │ │ │ │ │ │ │ ├── klist.exe
│ │ │ │ │ │ │ │ ├── schemagen.exe
│ │ │ │ │ │ │ │ ├── jcmd.exe
│ │ │ │ │ │ │ │ ├── unpack200.exe
│ │ │ │ │ │ │ │ ├── appletviewer.exe
│ │ │ │ │ │ │ │ ├── jrunscript.exe
│ │ │ │ │ │ │ │ ├── clhsdb.exe
│ │ │ │ │ │ │ │ ├── kinit.exe
│ │ │ │ │ │ │ │ ├── rmiregistry.exe
│ │ │ │ │ │ │ │ ├── javadoc.exe
│ │ │ │ │ │ │ │ ├── javaw.exe
│ │ │ │ │ │ │ │ ├── javap.exe
│ │ │ │ │ │ │ │ ├── extcheck.exe
│ │ │ │ │ │ │ │ ├── javah.exe
│ │ │ │ │ │ │ │ ├── rmic.exe
│ │ │ │ │ │ │ │ ├── pack200.exe
│ │ │ │ │ │ │ │ ├── jps.exe
│ │ │ │ │ │ │ │ ├── keytool.exe
│ │ │ │ │ │ │ │ ├── serialver.exe
│ │ │ │ │ │ │ │ ├── jjs.exe
│ │ │ │ │ │ │ │ ├── jsadebugd.exe
│ │ │ │ │ │ │ ├── jre
│ │ │ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ │ ├── jvm.dll
│ │ │ │ │ │ │ │ │ │ ├── Xusage.txt
│ │ │ │ │ │ │ │ │ ├── JavaAccessBridge-64.dll
│ │ │ │ │ │ │ │ │ ├── jsdt.dll
│ │ │ │ │ │ │ │ │ ├── ktab.exe
│ │ │ │ │ │ │ │ │ ├── j2pkcs11.dll
│ │ │ │ │ │ │ │ │ ├── jli.dll
│ │ │ │ │ │ │ │ │ ├── sawindbg.dll
│ │ │ │ │ │ │ │ │ ├── dt_socket.dll
│ │ │ │ │ │ │ │ │ ├── servertool.exe
│ │ │ │ │ │ │ │ │ ├── dt_shmem.dll
│ │ │ │ │ │ │ │ │ ├── keytool.exe
│ │ │ │ │ │ │ │ │ ├── java.dll
│ │ │ │ │ │ │ │ │ ├── jawt.dll
│ │ │ │ │ │ │ │ │ ├── orbd.exe
│ │ │ │ │ │ │ │ │ ├── pack200.exe
│ │ │ │ │ │ │ │ │ ├── java.exe
│ │ │ │ │ │ │ │ │ ├── net.dll
│ │ │ │ │ │ │ │ │ ├── w2k_lsa_auth.dll
│ │ │ │ │ │ │ │ │ ├── awt.dll
│ │ │ │ │ │ │ │ │ ├── JAWTAccessBridge-64.dll
│ │ │ │ │ │ │ │ │ ├── jabswitch.exe
│ │ │ │ │ │ │ │ │ ├── rmiregistry.exe
│ │ │ │ │ │ │ │ │ ├── jpeg.dll
│ │ │ │ │ │ │ │ │ ├── msvcr100.dll
│ │ │ │ │ │ │ │ │ ├── freetype.dll
│ │ │ │ │ │ │ │ │ ├── sunec.dll
│ │ │ │ │ │ │ │ │ ├── j2pcsc.dll
│ │ │ │ │ │ │ │ │ ├── kinit.exe
│ │ │ │ │ │ │ │ │ ├── javaw.exe
│ │ │ │ │ │ │ │ │ ├── jdwp.dll
│ │ │ │ │ │ │ │ │ ├── npt.dll
│ │ │ │ │ │ │ │ │ ├── splashscreen.dll
│ │ │ │ │ │ │ │ │ ├── lcms.dll
│ │ │ │ │ │ │ │ │ ├── mlib_image.dll
│ │ │ │ │ │ │ │ │ ├── jaas_nt.dll
│ │ │ │ │ │ │ │ │ ├── sunmscapi.dll
│ │ │ │ │ │ │ │ │ ├── policytool.exe
│ │ │ │ │ │ │ │ │ ├── fontmanager.dll
│ │ │ │ │ │ │ │ │ ├── verify.dll
│ │ │ │ │ │ │ │ │ ├── java-rmi.exe
│ │ │ │ │ │ │ │ │ ├── jsound.dll
│ │ │ │ │ │ │ │ │ ├── WindowsAccessBridge-64.dll
│ │ │ │ │ │ │ │ │ ├── unpack200.exe
│ │ │ │ │ │ │ │ │ ├── attach.dll
│ │ │ │ │ │ │ │ │ ├── instrument.dll
│ │ │ │ │ │ │ │ │ ├── nio.dll
│ │ │ │ │ │ │ │ │ ├── rmid.exe
│ │ │ │ │ │ │ │ │ ├── jjs.exe
│ │ │ │ │ │ │ │ │ ├── klist.exe
│ │ │ │ │ │ │ │ │ ├── unpack.dll
│ │ │ │ │ │ │ │ │ ├── zip.dll
│ │ │ │ │ │ │ │ │ ├── hprof.dll
│ │ │ │ │ │ │ │ │ ├── tnameserv.exe
│ │ │ │ │ │ │ │ │ ├── java_crw_demo.dll
│ │ │ │ │ │ │ │ │ ├── management.dll
│ │ │ │ │ │ │ │ │ ├── jsoundds.dll
│ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ ├── security
│ │ │ │ │ │ │ │ │ │ ├── policy
│ │ │ │ │ │ │ │ │ │ │ ├── unlimited
│ │ │ │ │ │ │ │ │ │ │ │ ├── US_export_policy.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── local_policy.jar
│ │ │ │ │ │ │ │ │ │ │ ├── limited
│ │ │ │ │ │ │ │ │ │ │ │ ├── local_policy.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── US_export_policy.jar
│ │ │ │ │ │ │ │ │ │ ├── java.policy
│ │ │ │ │ │ │ │ │ │ ├── cacerts
│ │ │ │ │ │ │ │ │ │ ├── blacklisted.certs
│ │ │ │ │ │ │ │ │ │ ├── java.security
│ │ │ │ │ │ │ │ │ ├── ext
│ │ │ │ │ │ │ │ │ │ ├── localedata.jar
│ │ │ │ │ │ │ │ │ │ ├── meta-index
│ │ │ │ │ │ │ │ │ │ ├── sunjce_provider.jar
│ │ │ │ │ │ │ │ │ │ ├── access-bridge-64.jar
│ │ │ │ │ │ │ │ │ │ ├── nashorn.jar
│ │ │ │ │ │ │ │ │ │ ├── cldrdata.jar
│ │ │ │ │ │ │ │ │ │ ├── sunpkcs11.jar
│ │ │ │ │ │ │ │ │ │ ├── jaccess.jar
│ │ │ │ │ │ │ │ │ │ ├── dnsns.jar
│ │ │ │ │ │ │ │ │ │ ├── zipfs.jar
│ │ │ │ │ │ │ │ │ │ ├── sunec.jar
│ │ │ │ │ │ │ │ │ │ ├── sunmscapi.jar
│ │ │ │ │ │ │ │ │ ├── applet
│ │ │ │ │ │ │ │ │ ├── amd64
│ │ │ │ │ │ │ │ │ │ ├── jvm.cfg
│ │ │ │ │ │ │ │ │ ├── cmm
│ │ │ │ │ │ │ │ │ │ ├── CIEXYZ.pf
│ │ │ │ │ │ │ │ │ │ ├── sRGB.pf
│ │ │ │ │ │ │ │ │ │ ├── LINEAR_RGB.pf
│ │ │ │ │ │ │ │ │ │ ├── GRAY.pf
│ │ │ │ │ │ │ │ │ │ ├── PYCC.pf
│ │ │ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ │ │ ├── cursors
│ │ │ │ │ │ │ │ │ │ │ ├── win32_CopyDrop32x32.gif
│ │ │ │ │ │ │ │ │ │ │ ├── invalid32x32.gif
│ │ │ │ │ │ │ │ │ │ │ ├── win32_MoveNoDrop32x32.gif
│ │ │ │ │ │ │ │ │ │ │ ├── win32_LinkNoDrop32x32.gif
│ │ │ │ │ │ │ │ │ │ │ ├── cursors.properties
│ │ │ │ │ │ │ │ │ │ │ ├── win32_LinkDrop32x32.gif
│ │ │ │ │ │ │ │ │ │ │ ├── win32_CopyNoDrop32x32.gif
│ │ │ │ │ │ │ │ │ │ │ ├── win32_MoveDrop32x32.gif
│ │ │ │ │ │ │ │ │ ├── jfr
│ │ │ │ │ │ │ │ │ │ ├── profile.jfc
│ │ │ │ │ │ │ │ │ │ ├── default.jfc
│ │ │ │ │ │ │ │ │ ├── management
│ │ │ │ │ │ │ │ │ │ ├── management.properties
│ │ │ │ │ │ │ │ │ │ ├── snmp.acl.template
│ │ │ │ │ │ │ │ │ │ ├── jmxremote.access
│ │ │ │ │ │ │ │ │ │ ├── jmxremote.password.template
│ │ │ │ │ │ │ │ │ ├── tzdb.dat
│ │ │ │ │ │ │ │ │ ├── fontconfig.properties.src
│ │ │ │ │ │ │ │ │ ├── classlist
│ │ │ │ │ │ │ │ │ ├── management-agent.jar
│ │ │ │ │ │ │ │ │ ├── fontconfig.bfc
│ │ │ │ │ │ │ │ │ ├── rt.jar
│ │ │ │ │ │ │ │ │ ├── jvm.hprof.txt
│ │ │ │ │ │ │ │ │ ├── accessibility.properties
│ │ │ │ │ │ │ │ │ ├── psfont.properties.ja
│ │ │ │ │ │ │ │ │ ├── charsets.jar
│ │ │ │ │ │ │ │ │ ├── flavormap.properties
│ │ │ │ │ │ │ │ │ ├── hijrah-config-umalqura.properties
│ │ │ │ │ │ │ │ │ ├── net.properties
│ │ │ │ │ │ │ │ │ ├── meta-index
│ │ │ │ │ │ │ │ │ ├── content-types.properties
│ │ │ │ │ │ │ │ │ ├── jfr.jar
│ │ │ │ │ │ │ │ │ ├── jsse.jar
│ │ │ │ │ │ │ │ │ ├── sound.properties
│ │ │ │ │ │ │ │ │ ├── jce.jar
│ │ │ │ │ │ │ │ │ ├── psfontj2d.properties
│ │ │ │ │ │ │ │ │ ├── logging.properties
│ │ │ │ │ │ │ │ │ ├── resources.jar
│ │ │ │ │ │ │ │ │ ├── calendars.properties
│ │ │ │ │ │ │ │ │ ├── tzmappings
│ │ │ │ │ │ │ │ │ ├── currency.data
│ │ │ │ │ │ │ │ ├── ASSEMBLY_EXCEPTION
│ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ ├── THIRD_PARTY_README
│ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ ├── win32
│ │ │ │ │ │ │ │ │ ├── bridge
│ │ │ │ │ │ │ │ │ │ ├── AccessBridgeCalls.h
│ │ │ │ │ │ │ │ │ │ ├── AccessBridgePackages.h
│ │ │ │ │ │ │ │ │ │ ├── AccessBridgeCallbacks.h
│ │ │ │ │ │ │ │ │ │ ├── AccessBridgeCalls.c
│ │ │ │ │ │ │ │ │ ├── jni_md.h
│ │ │ │ │ │ │ │ │ ├── jawt_md.h
│ │ │ │ │ │ │ │ ├── classfile_constants.h
│ │ │ │ │ │ │ │ ├── jawt.h
│ │ │ │ │ │ │ │ ├── jvmticmlr.h
│ │ │ │ │ │ │ │ ├── jni.h
│ │ │ │ │ │ │ │ ├── jvmti.h
│ │ │ │ │ │ │ │ ├── jdwpTransport.h
│ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ ├── orb.idl
│ │ │ │ │ │ │ │ ├── tools.jar
│ │ │ │ │ │ │ │ ├── ct.sym
│ │ │ │ │ │ │ │ ├── dt.jar
│ │ │ │ │ │ │ │ ├── jconsole.jar
│ │ │ │ │ │ │ │ ├── jawt.lib
│ │ │ │ │ │ │ │ ├── ir.idl
│ │ │ │ │ │ │ │ ├── jvm.lib
│ │ │ │ │ │ │ │ ├── sa-jdi.jar
│ │ │ │ │ │ │ ├── THIRD_PARTY_README
│ │ │ │ │ │ │ ├── ASSEMBLY_EXCEPTION
│ │ │ │ │ │ │ ├── release
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ ├── doc
│ │ │ │ │ │ │ ├── DM8 – Job System.pdf
│ │ │ │ │ │ │ ├── DM8 – Linux Service Script.pdf
│ │ │ │ │ │ │ ├── DM8 – SQL Program.pdf
│ │ │ │ │ │ │ ├── DM8 – MPP.pdf
│ │ │ │ │ │ │ ├── DM8 – dminit.pdf
│ │ │ │ │ │ │ ├── DM8 SQL.pdf
│ │ │ │ │ │ │ ├── DM8 – dmPython.pdf
│ │ │ │ │ │ │ ├── DM8 – PROC.pdf
│ │ │ │ │ │ │ ├── DM8 Program.pdf
│ │ │ │ │ │ │ ├── DM8 – Disql.pdf
│ │ │ │ │ │ │ ├── DM8 – Data Watch And Read Write Shunt V4.0.pdf
│ │ │ │ │ │ │ ├── DM8 – dmdbchk.pdf
│ │ │ │ │ │ │ ├── DM8 DBA.pdf
│ │ │ │ │ │ │ ├── DM8 – Backup And Recovery.pdf
│ │ │ │ │ │ │ ├── DM8 – dmfldr.pdf
│ │ │ │ │ │ │ ├── DM8 – dexp&dimp.pdf
│ │ │ │ │ │ │ ├── DM8 – System Packages.pdf
│ │ │ │ │ │ │ ├── DM8 – DMDSC.pdf
│ │ │ │ │ │ │ ├── DM8 – DMDPC.pdf
│ │ │ │ │ │ │ ├── DM8 – Security Management.pdf
│ │ │ │ │ │ │ ├── DM8 Install.pdf
│ │ │ │ │ │ ├── samples
│ │ │ │ │ │ │ ├── instance_script
│ │ │ │ │ │ │ │ ├── bookshop
│ │ │ │ │ │ │ │ │ ├── UTF-8
│ │ │ │ │ │ │ │ │ │ ├── 3-INSERTSQL.sql
│ │ │ │ │ │ │ │ │ │ ├── 1-CREATESCHEMA.sql
│ │ │ │ │ │ │ │ │ │ ├── 2-CREATETABLE.sql
│ │ │ │ │ │ │ │ │ ├── GBK
│ │ │ │ │ │ │ │ │ │ ├── 3-INSERTSQL.sql
│ │ │ │ │ │ │ │ │ │ ├── 1-CREATESCHEMA.sql
│ │ │ │ │ │ │ │ │ │ ├── 2-CREATETABLE.sql
│ │ │ │ │ │ │ │ ├── dmhr
│ │ │ │ │ │ │ │ │ ├── UTF-8
│ │ │ │ │ │ │ │ │ │ ├── 6-JOB.sql
│ │ │ │ │ │ │ │ │ │ ├── 5-DEPARTMENT.sql
│ │ │ │ │ │ │ │ │ │ ├── 7-EMPLOYEE.sql
│ │ │ │ │ │ │ │ │ │ ├── 4-LOCATION.sql
│ │ │ │ │ │ │ │ │ │ ├── 1-CREATESCHEMA.sql
│ │ │ │ │ │ │ │ │ │ ├── 8-JOB_HISTORY.sql
│ │ │ │ │ │ │ │ │ │ ├── 2-REGION.sql
│ │ │ │ │ │ │ │ │ │ ├── 3-CITY.sql
│ │ │ │ │ │ │ │ │ ├── GBK
│ │ │ │ │ │ │ │ │ │ ├── 3-CITY.sql
│ │ │ │ │ │ │ │ │ │ ├── 8-JOB_HISTORY.sql
│ │ │ │ │ │ │ │ │ │ ├── 7-EMPLOYEE.sql
│ │ │ │ │ │ │ │ │ │ ├── 1-CREATESCHEMA.sql
│ │ │ │ │ │ │ │ │ │ ├── 6-JOB.sql
│ │ │ │ │ │ │ │ │ │ ├── 5-DEPARTMENT.sql
│ │ │ │ │ │ │ │ │ │ ├── 4-LOCATION.sql
│ │ │ │ │ │ │ │ │ │ ├── 2-REGION.sql
│ │ │ │ │ │ │ ├── third_party_license
│ │ │ │ │ │ │ │ ├── openssl-3.1.6_license
│ │ │ │ │ │ │ │ ├── LGPL-3.0
│ │ │ │ │ │ │ │ ├── EPL-1.0
│ │ │ │ │ │ │ │ ├── dom4j_license
│ │ │ │ │ │ │ │ ├── XQilla_notice
│ │ │ │ │ │ │ │ ├── openssl-1.1.1_license
│ │ │ │ │ │ │ │ ├── smartgwt_license
│ │ │ │ │ │ │ │ ├── snappy_license
│ │ │ │ │ │ │ │ ├── MPL-1.1
│ │ │ │ │ │ │ │ ├── antlr3_license
│ │ │ │ │ │ │ │ ├── PHP-PDO-LICENSE
│ │ │ │ │ │ │ │ ├── openssl-1.1.1_notice
│ │ │ │ │ │ │ │ ├── MIT_LICENSE
│ │ │ │ │ │ │ │ ├── XQilla_license
│ │ │ │ │ │ │ │ ├── armadillo_notice
│ │ │ │ │ │ │ │ ├── slf4j_license
│ │ │ │ │ │ │ │ ├── ganymed-ssh2_license
│ │ │ │ │ │ │ │ ├── glibc_notice
│ │ │ │ │ │ │ │ ├── glibc_license
│ │ │ │ │ │ │ │ ├── APACHE_LICENSE-2.0
│ │ │ │ │ │ │ │ ├── README_en
│ │ │ │ │ │ │ │ ├── BCL_for_Java
│ │ │ │ │ │ │ │ ├── README
│ │ │ │ │ │ │ │ ├── xregexp_license
│ │ │ │ │ │ │ │ ├── zlib_license
│ │ │ │ │ │ │ │ ├── OpenBLAS_license
│ │ │ │ │ │ │ │ ├── bootstrap_license
│ │ │ │ │ │ │ │ ├── CC0-1.0
│ │ │ │ │ │ │ │ ├── libxml_license
│ │ │ │ │ │ │ │ ├── ueditor_license
│ │ │ │ │ │ │ │ ├── libxslt_license
│ │ │ │ │ │ │ │ ├── LGPL-2.1
│ │ │ │ │ │ │ │ ├── openssl-3.1.6_notice
│ │ │ │ │ │ │ │ ├── APACHE_LICENSE-1.1
│ │ │ │ │ │ │ │ ├── xerces-c_license
│ │ │ │ │ │ │ │ ├── jquery_license
│ │ │ │ │ │ │ │ ├── BSD_LICENSE
│ │ │ │ │ │ │ │ ├── armadillo_license
│ │ │ │ │ │ │ │ ├── jzlib_license
│ │ │ │ │ │ │ │ ├── codemirror_license
│ │ │ │ │ │ │ │ ├── CDDL_LICENSE-1.0
│ │ │ │ │ │ │ │ ├── xerces-c_notice
│ │ │ │ │ │ │ ├── sql_script
│ │ │ │ │ │ │ │ ├── GBK
│ │ │ │ │ │ │ │ │ ├── auto_parameter_adjustment.sql
│ │ │ │ │ │ │ │ ├── UTF-8
│ │ │ │ │ │ │ │ │ ├── auto_parameter_adjustment.sql
│ │ │ │ │ │ │ ├── ini_script
│ │ │ │ │ │ │ │ ├── UTF-8
│ │ │ │ │ │ │ │ │ ├── sqllog_example.ini
│ │ │ │ │ │ │ │ │ ├── dmmal_example.ini
│ │ │ │ │ │ │ │ │ ├── dminit_example.ini
│ │ │ │ │ │ │ │ │ ├── dmdcr_cfg_example.ini
│ │ │ │ │ │ │ │ │ ├── dmdcr_example.ini
│ │ │ │ │ │ │ │ │ ├── dmarch_example.ini
│ │ │ │ │ │ │ │ │ ├── dmtimer_example.ini
│ │ │ │ │ │ │ │ │ ├── dmmpp_example.ini
│ │ │ │ │ │ │ │ │ ├── dmwatcher_example.ini
│ │ │ │ │ │ │ │ │ ├── dmmonitor_example.ini
│ │ │ │ │ │ │ │ ├── GBK
│ │ │ │ │ │ │ │ │ ├── dmdcr_cfg_example.ini
│ │ │ │ │ │ │ │ │ ├── dmdcr_example.ini
│ │ │ │ │ │ │ │ │ ├── dmwatcher_example.ini
│ │ │ │ │ │ │ │ │ ├── dminit_example.ini
│ │ │ │ │ │ │ │ │ ├── dmarch_example.ini
│ │ │ │ │ │ │ │ │ ├── sqllog_example.ini
│ │ │ │ │ │ │ │ │ ├── dmmpp_example.ini
│ │ │ │ │ │ │ │ │ ├── dmtimer_example.ini
│ │ │ │ │ │ │ │ │ ├── dmmonitor_example.ini
│ │ │ │ │ │ │ │ │ ├── dmmal_example.ini
│ │ │ │ │ │ ├── jar
│ │ │ │ │ │ │ ├── com.dameng.logmnr.jar
│ │ │ │ │ │ │ ├── com.dameng.impexp.jar
│ │ │ │ │ │ │ ├── com.dameng.floader.jar
│ │ │ │ │ │ ├── tool
│ │ │ │ │ │ │ ├── configuration
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.simpleconfigurator
│ │ │ │ │ │ │ │ │ ├── bundles.info
│ │ │ │ │ │ │ │ ├── config.ini
│ │ │ │ │ │ │ ├── dropins
│ │ │ │ │ │ │ │ ├── com.dameng
│ │ │ │ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.jdbc.drivers
│ │ │ │ │ │ │ │ │ │ │ ├── kingbase
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-kingbase8-9.0.0.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-kingbase-6.1.3.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-kingbase8-8.2.0.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-kingbase8-8.6.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── mysql
│ │ │ │ │ │ │ │ │ │ │ │ ├── mysql-connector-j-8.2.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── oscar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-oscar-7.0.85.jar
│ │ │ │ │ │ │ │ │ │ │ ├── postgresql
│ │ │ │ │ │ │ │ │ │ │ │ ├── postgresql-42.7.4.jar
│ │ │ │ │ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ │ │ │ │ │ │ ├── sybase
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sybase-16.0.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sybase-6.0.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sybase-5.5.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sybase-7.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── informix
│ │ │ │ │ │ │ │ │ │ │ │ ├── informix.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-informix-4.50.10.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-informix-4.10.16.jar
│ │ │ │ │ │ │ │ │ │ │ ├── oracle
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc14-10.2.0.5.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc8-21.9.0.0.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc14-10.1.0.5.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── class12_oracle8i.zip
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc6-11.1.0.7.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc8-12.2.0.1.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc8-18.15.0.0.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc6-11.2.0.4.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc7-12.1.0.2.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── ojdbc8-19.18.0.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── sqlserver
│ │ │ │ │ │ │ │ │ │ │ │ ├── sqlserver2008_3.0.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── sqlserver2008.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sqlserver-10.2.3.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── sqljdbc4.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sqlserver-12.4.2.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sqlserver-7.2.2.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sqlserver-6.2.2.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-sqlserver-8.4.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── db2
│ │ │ │ │ │ │ │ │ │ │ │ ├── db2.zip
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-db2-4.23.42.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-db2-4.26.14.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── jdbc-db2-4.9.78.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── db2-driver-license.txt
│ │ │ │ │ │ │ │ │ │ │ │ ├── db2jcc.jar
│ │ │ │ │ │ │ │ │ │ │ │ ├── db2jcc_license_cu.jar
│ │ │ │ │ │ │ │ │ │ │ ├── bson-4.6.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── ucanaccess.jar
│ │ │ │ │ │ │ │ │ │ │ ├── xdb.jar
│ │ │ │ │ │ │ │ │ │ │ ├── xmlparserv2.jar
│ │ │ │ │ │ │ │ │ │ │ ├── DmJdbcDriver.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jzlib-1.1.3.jar
│ │ │ │ │ │ │ │ │ │ │ ├── Dm6JdbcDriver.jar
│ │ │ │ │ │ │ │ │ │ │ ├── snappy-java-1.1.10.5.jar
│ │ │ │ │ │ │ │ │ │ │ ├── orai18n-21.5.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.third
│ │ │ │ │ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ │ │ │ │ │ │ ├── jts-core-1.19.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── ibatis2-common-2.1.7.597.jar
│ │ │ │ │ │ │ │ │ │ │ ├── kotlin-stdlib-1.9.20.jar
│ │ │ │ │ │ │ │ │ │ │ ├── eddsa-0.3.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── poi-ooxml-5.2.3.jar
│ │ │ │ │ │ │ │ │ │ │ ├── ibatis2-sqlmap-2.1.7.597.jar
│ │ │ │ │ │ │ │ │ │ │ ├── angus-mail-2.0.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── asn-one-0.6.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jackson-annotations-2.17.0-sources.jar
│ │ │ │ │ │ │ │ │ │ │ ├── loop-fs-api-2.0.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── gt-metadata-28-SNAPSHOT.jar
│ │ │ │ │ │ │ │ │ │ │ ├── log4j-core-2.18.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── commons-net-3.10.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── loop-fs-spi-2.0.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── bcpg-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── sqljet-1.1.10.jar
│ │ │ │ │ │ │ │ │ │ │ ├── cts-1.5.2.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jzlib-1.1.3.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jcommon-1.0.23.jar
│ │ │ │ │ │ │ │ │ │ │ ├── js.jar
│ │ │ │ │ │ │ │ │ │ │ ├── annotations-24.0.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── gwt-jackson-0.15.4.jar
│ │ │ │ │ │ │ │ │ │ │ ├── antlr-runtime-4.13.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jsch-0.1.55.jar
│ │ │ │ │ │ │ │ │ │ │ ├── disruptor-3.4.2.jar
│ │ │ │ │ │ │ │ │ │ │ ├── httpcore-4.4.13.jar
│ │ │ │ │ │ │ │ │ │ │ ├── tools.jar
│ │ │ │ │ │ │ │ │ │ │ ├── flatlaf-3.1.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── commons-collections4-4.4.jar
│ │ │ │ │ │ │ │ │ │ │ ├── pty4j-0.12.10-jdk8.jar
│ │ │ │ │ │ │ │ │ │ │ ├── slf4j-api-1.7.25.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jaxen-1.1-beta-6.jar
│ │ │ │ │ │ │ │ │ │ │ ├── commons-math3-3.6.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── gt-main-28-SNAPSHOT.jar
│ │ │ │ │ │ │ │ │ │ │ ├── gt-opengis-28-SNAPSHOT.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jfreechart-1.0.19.jar
│ │ │ │ │ │ │ │ │ │ │ ├── poi-ooxml-full-5.2.3.jar
│ │ │ │ │ │ │ │ │ │ │ ├── sequence-library-1.0.3.jar
│ │ │ │ │ │ │ │ │ │ │ ├── poi-scratchpad-5.2.3.jar
│ │ │ │ │ │ │ │ │ │ │ ├── commons-io-2.15.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── loop-fs-iso-impl-2.0.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── lz4-java-1.8.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── geoutil.jar
│ │ │ │ │ │ │ │ │ │ │ ├── parquet-floor-dm-1.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── angus-activation-2.0.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jediterm.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jackson-annotations-2.17.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── gson-2.10.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── purejavacomm-0.0.11.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── commons-logging-1.2.jar
│ │ │ │ │ │ │ │ │ │ │ ├── commons-compress-1.26.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── freemarker-2.3.31.jar
│ │ │ │ │ │ │ │ │ │ │ ├── bcprov-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── poi-5.2.3.jar
│ │ │ │ │ │ │ │ │ │ │ ├── dom4j-2.1.4.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jakarta.mail-api-2.1.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jna-5.11.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── snappy-java-1.1.10.5.jar
│ │ │ │ │ │ │ │ │ │ │ ├── dmoshi-6.1.6.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jakarta.activation-api-2.1.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── ganymed-ssh2-build210.jar
│ │ │ │ │ │ │ │ │ │ │ ├── javapoet-1.0.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── slf4j-simple-1.7.25.jar
│ │ │ │ │ │ │ │ │ │ │ ├── servlet-api.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jna-platform-5.11.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── bcutil-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── bcpkix-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── log4j-api-2.18.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── httpclient-4.5.13.jar
│ │ │ │ │ │ │ │ │ │ │ ├── iso9660-writer-2.1.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── xmlbeans-5.1.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── mybatis-3.5.13.jar
│ │ │ │ │ │ │ │ │ │ │ ├── sshj-0.35.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jxl.jar
│ │ │ │ │ │ │ │ │ │ │ ├── gt-referencing-28-SNAPSHOT.jar
│ │ │ │ │ │ │ │ │ │ │ ├── bsh-2.1.1.jar
│ │ │ │ │ │ │ │ │ │ │ ├── svnkit-1.10.7.jar
│ │ │ │ │ │ │ │ │ │ │ ├── common-random.jar
│ │ │ │ │ │ │ │ │ │ │ ├── sabre-2.1.0.jar
│ │ │ │ │ │ │ │ │ │ │ ├── beautyeye_lnf.jar
│ │ │ │ │ │ │ │ │ │ │ ├── rgxgen-1.4.jar
│ │ │ │ │ │ │ │ │ │ │ ├── jsinterop-annotations-2.0.2.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.i18n_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.analyzer_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.sql_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.scanner_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.registry_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.excel_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.osgi_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.xml_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.word_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.persistence_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.aop_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.parser_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.chart_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.help_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.sdk_1.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.remote_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.jni_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.util_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.web_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.sqlassistant_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.osservice_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.dts_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.gui_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.help_en_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.dbca_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.serviceviewer_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.report_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.script_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.manager_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.service_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.monitor_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.swing_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.common.log_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.console_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.tool_8.0.0.jar
│ │ │ │ │ │ │ │ │ │ ├── com.dameng.nca_8.0.0.jar
│ │ │ │ │ │ │ ├── dmagent
│ │ │ │ │ │ │ │ ├── log
│ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ ├── ext
│ │ │ │ │ │ │ │ │ ├── sshj-0.35.0.jar
│ │ │ │ │ │ │ │ │ ├── antlr-runtime-4.13.0.jar
│ │ │ │ │ │ │ │ │ ├── sequence-library-1.0.3.jar
│ │ │ │ │ │ │ │ │ ├── commons-logging-1.2.jar
│ │ │ │ │ │ │ │ │ ├── dmoshi-6.1.6.jar
│ │ │ │ │ │ │ │ │ ├── bsh-2.0b6.jar
│ │ │ │ │ │ │ │ │ ├── svnkit-javahl16-1.8.10.jar
│ │ │ │ │ │ │ │ │ ├── antlr-4.9.3-complete.jar
│ │ │ │ │ │ │ │ │ ├── log4j-slf4j-impl-2.18.0.jar
│ │ │ │ │ │ │ │ │ ├── disruptor-3.4.2.jar
│ │ │ │ │ │ │ │ │ ├── postgresql-42.7.4.jar
│ │ │ │ │ │ │ │ │ ├── servlet-api.jar
│ │ │ │ │ │ │ │ │ ├── commons-compress-1.26.0.jar
│ │ │ │ │ │ │ │ │ ├── db2jcc.jar
│ │ │ │ │ │ │ │ │ ├── dom4j-2.1.4.jar
│ │ │ │ │ │ │ │ │ ├── iso9660-writer-2.1.0.jar
│ │ │ │ │ │ │ │ │ ├── sqlserver2008.jar
│ │ │ │ │ │ │ │ │ ├── jzlib-1.1.3.jar
│ │ │ │ │ │ │ │ │ ├── bcpg-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ │ ├── sabre-2.1.0.jar
│ │ │ │ │ │ │ │ │ ├── commons-net-3.10.0.jar
│ │ │ │ │ │ │ │ │ ├── slf4j-api-1.7.7.jar
│ │ │ │ │ │ │ │ │ ├── jakarta.mail-api-2.1.1.jar
│ │ │ │ │ │ │ │ │ ├── jline-3.16.0.jar
│ │ │ │ │ │ │ │ │ ├── httpclient-4.5.13.jar
│ │ │ │ │ │ │ │ │ ├── loop-fs-iso-impl-2.0.1.jar
│ │ │ │ │ │ │ │ │ ├── mysql-connector-j-8.2.0.jar
│ │ │ │ │ │ │ │ │ ├── db2jcc_license_cu.jar
│ │ │ │ │ │ │ │ │ ├── angus-activation-2.0.0.jar
│ │ │ │ │ │ │ │ │ ├── progressbar-0.10.0.jar
│ │ │ │ │ │ │ │ │ ├── bcutil-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ │ ├── log4j-jcl-2.18.0.jar
│ │ │ │ │ │ │ │ │ ├── jna-5.11.0.jar
│ │ │ │ │ │ │ │ │ ├── commons-io-2.15.1.jar
│ │ │ │ │ │ │ │ │ ├── jna-platform-5.11.0.jar
│ │ │ │ │ │ │ │ │ ├── com.dameng.common.sqlassistant.jar
│ │ │ │ │ │ │ │ │ ├── sqljet-1.1.10.jar
│ │ │ │ │ │ │ │ │ ├── loop-fs-api-2.0.1.jar
│ │ │ │ │ │ │ │ │ ├── httpcore-4.4.13.jar
│ │ │ │ │ │ │ │ │ ├── jakarta.activation-api-2.1.1.jar
│ │ │ │ │ │ │ │ │ ├── xchart-3.6.5.jar
│ │ │ │ │ │ │ │ │ ├── eddsa-0.3.0.jar
│ │ │ │ │ │ │ │ │ ├── oraclejdbc.jar
│ │ │ │ │ │ │ │ │ ├── freemarker-2.3.31.jar
│ │ │ │ │ │ │ │ │ ├── svnkit-cli-1.8.10.jar
│ │ │ │ │ │ │ │ │ ├── commons-logging-1.0.4.jar
│ │ │ │ │ │ │ │ │ ├── svnkit-1.8.10.jar
│ │ │ │ │ │ │ │ │ ├── jsinterop-annotations-2.0.2.jar
│ │ │ │ │ │ │ │ │ ├── log4j-core-2.18.0.jar
│ │ │ │ │ │ │ │ │ ├── ganymed-ssh2-build210.jar
│ │ │ │ │ │ │ │ │ ├── agent-7.6.1.jar
│ │ │ │ │ │ │ │ │ ├── DmJdbcDriver.jar
│ │ │ │ │ │ │ │ │ ├── angus-mail-2.0.1.jar
│ │ │ │ │ │ │ │ │ ├── log4j-api-2.18.0.jar
│ │ │ │ │ │ │ │ │ ├── gson-2.10.1.jar
│ │ │ │ │ │ │ │ │ ├── dmsdk-1.0.0.jar
│ │ │ │ │ │ │ │ │ ├── com.dameng.common.util.jar
│ │ │ │ │ │ │ │ │ ├── jaxen-1.1-beta-6.jar
│ │ │ │ │ │ │ │ │ ├── bcprov-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ │ ├── httpmime-4.5.13.jar
│ │ │ │ │ │ │ │ │ ├── javaparser-1.0.8.jar
│ │ │ │ │ │ │ │ │ ├── informix.jar
│ │ │ │ │ │ │ │ │ ├── asn-one-0.6.0.jar
│ │ │ │ │ │ │ │ │ ├── loop-fs-spi-2.0.1.jar
│ │ │ │ │ │ │ │ │ ├── bcpkix-jdk15to18-1.78.1.jar
│ │ │ │ │ │ │ │ ├── service
│ │ │ │ │ │ │ │ ├── repository
│ │ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ │ ├── smoke
│ │ │ │ │ │ │ │ │ │ ├── smoke.xml
│ │ │ │ │ │ │ │ │ ├── demclient
│ │ │ │ │ │ │ │ │ │ ├── tmp_database.xml
│ │ │ │ │ │ │ │ │ │ ├── tmp_sysconfig.xml
│ │ │ │ │ │ │ │ │ ├── tpch
│ │ │ │ │ │ │ │ │ ├── build
│ │ │ │ │ │ │ │ │ │ ├── build.xml
│ │ │ │ │ │ │ │ │ ├── tpcc
│ │ │ │ │ │ │ │ │ │ ├── table_create.sql
│ │ │ │ │ │ │ │ │ │ ├── index_create.sql
│ │ │ │ │ │ │ │ │ │ ├── agent_tpcc.png
│ │ │ │ │ │ │ │ │ ├── ap
│ │ │ │ │ │ │ │ │ ├── inspect
│ │ │ │ │ │ │ │ │ ├── deploy
│ │ │ │ │ │ │ │ │ │ ├── deploy_dw_mpp.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_dsc_mirror.xml
│ │ │ │ │ │ │ │ │ │ ├── redeploy_dpc.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_mpp.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_dw_timely_dsc.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_dw_realtime_dsc.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_dw_realtime.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_dsc.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_mcopy.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_dw_timely.xml
│ │ │ │ │ │ │ │ │ │ ├── deploy_dpc.xml
│ │ │ │ │ │ │ │ ├── log4j.xml
│ │ │ │ │ │ │ │ ├── readme.pdf
│ │ │ │ │ │ │ │ ├── service.bat
│ │ │ │ │ │ │ │ ├── start.bat
│ │ │ │ │ │ │ │ ├── agent.ini
│ │ │ │ │ │ │ │ ├── start.sh
│ │ │ │ │ │ │ │ ├── service.sh
│ │ │ │ │ │ │ ├── p2
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.core
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.engine
│ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ ├── templates
│ │ │ │ │ │ │ │ │ ├── SQL Query Analyzer
│ │ │ │ │ │ │ │ │ │ ├── Create Trigger
│ │ │ │ │ │ │ │ │ │ │ ├── Create trigger of table
│ │ │ │ │ │ │ │ │ │ │ ├── Create trigger of time.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create trigger of event.tql
│ │ │ │ │ │ │ │ │ │ ├── Manage Login Role User
│ │ │ │ │ │ │ │ │ │ │ ├── alter user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── revoke system access from role.tql
│ │ │ │ │ │ │ │ │ │ │ ├── revoke database access from user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── revoke database access from role.tql
│ │ │ │ │ │ │ │ │ │ │ ├── revoke role from user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── drop Role.tql
│ │ │ │ │ │ │ │ │ │ │ ├── grant role to user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── grant system access to user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── drop user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── grant role type to role.tql
│ │ │ │ │ │ │ │ │ │ │ ├── create user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── grant database access to user with grant option.tql
│ │ │ │ │ │ │ │ │ │ │ ├── grant database access to role.tql
│ │ │ │ │ │ │ │ │ │ │ ├── revoke system access from user.tql
│ │ │ │ │ │ │ │ │ │ │ ├── grant system access to role.tql
│ │ │ │ │ │ │ │ │ │ │ ├── create Role.tql
│ │ │ │ │ │ │ │ │ │ │ ├── grant database access to user.tql
│ │ │ │ │ │ │ │ │ │ ├── Create Procedure
│ │ │ │ │ │ │ │ │ │ │ ├── Create outer procedure.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create inner procedure.tql
│ │ │ │ │ │ │ │ │ │ ├── Create View
│ │ │ │ │ │ │ │ │ │ │ ├── Create View with CHECK OPTION.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create View Basic Template.tql
│ │ │ │ │ │ │ │ │ │ ├── Create Table
│ │ │ │ │ │ │ │ │ │ │ ├── Create Table Specifying Constrains.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create Table Specifying File Groups.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create Table with IDENTITY Column.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create Temp Table.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create Table Basic Template.tql
│ │ │ │ │ │ │ │ │ │ ├── Create Index
│ │ │ │ │ │ │ │ │ │ │ ├── Create Index Full Syntax.tql
│ │ │ │ │ │ │ │ │ │ │ ├── Create Index Basic.tql
│ │ │ │ │ │ │ │ │ │ ├── Create Function
│ │ │ │ │ │ │ │ │ │ │ ├── Create Function.tql
│ │ │ │ │ │ │ │ ├── gis
│ │ │ │ │ │ │ │ │ ├── template
│ │ │ │ │ │ │ │ │ │ ├── inc
│ │ │ │ │ │ │ │ │ │ │ ├── leaflet.js
│ │ │ │ │ │ │ │ │ │ │ ├── wkx.min.js
│ │ │ │ │ │ │ │ │ │ │ ├── leaflet-lasso.min.js
│ │ │ │ │ │ │ │ │ │ │ ├── layers.png
│ │ │ │ │ │ │ │ │ │ │ ├── leaflet.css
│ │ │ │ │ │ │ │ │ │ ├── view_template.html
│ │ │ │ │ │ │ │ ├── SpecialCopy
│ │ │ │ │ │ │ │ │ ├── Python.copy
│ │ │ │ │ │ │ │ │ ├── C++.copy
│ │ │ │ │ │ │ │ │ ├── C#.copy
│ │ │ │ │ │ │ │ │ ├── Java2.copy
│ │ │ │ │ │ │ │ │ ├── Visual Basic.copy
│ │ │ │ │ │ │ │ │ ├── Java.copy
│ │ │ │ │ │ │ │ │ ├── Delphi.copy
│ │ │ │ │ │ │ │ │ ├── PLSQL.copy
│ │ │ │ │ │ │ │ ├── external
│ │ │ │ │ │ │ │ │ ├── generator
│ │ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ │ ├── org.eclipse.core.runtime.compatibility.registry_3.3.0.v20100520
│ │ │ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.RSA
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.SF
│ │ │ │ │ │ │ │ │ │ ├── eclipse.inf
│ │ │ │ │ │ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ │ │ │ │ ├── about.html
│ │ │ │ │ │ │ │ │ ├── runtime_registry_compatibility.jar
│ │ │ │ │ │ │ │ │ ├── .api_description
│ │ │ │ │ │ │ │ │ ├── fragment.properties
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.intro.universal_3.2.402.r36_v20100702
│ │ │ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ │ │ ├── eclipse.inf
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.RSA
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.SF
│ │ │ │ │ │ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ │ │ │ │ ├── themes
│ │ │ │ │ │ │ │ │ │ ├── slate
│ │ │ │ │ │ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ │ │ │ │ │ ├── rootpage
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── root_banner_logo.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── root_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── background.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps48_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench48_hov.png
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── launchbar
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources16.png
│ │ │ │ │ │ │ │ │ │ │ │ ├── contentpage
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── banner_extension.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ctool
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew-select.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials-select.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview-select.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples-select.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate-select.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview-select.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps-select.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources-select.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew-select.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources-select.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials-select.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps-select.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── arrow_rtl.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate-select.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples-select.gif
│ │ │ │ │ │ │ │ │ │ │ ├── html
│ │ │ │ │ │ │ │ │ │ │ │ ├── shared.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── font-relative.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── ltr.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── rtl.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── samples.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── root.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── overview.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── font-absolute.css
│ │ │ │ │ │ │ │ │ │ │ ├── swt
│ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── samples.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── overview.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── root.properties
│ │ │ │ │ │ │ │ │ │ │ ├── preview.png
│ │ │ │ │ │ │ │ │ │ ├── circles
│ │ │ │ │ │ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ │ │ │ │ │ ├── rootpage
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── welcomebckgrd.jpg
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_standby.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_standbyhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── launchbar
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate16.png
│ │ │ │ │ │ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── obj48
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── new_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── newhov_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ctool
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── content_nav_bar.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_nav_64.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── cpt_bottomhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench_midhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_nav_64.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── arrow_rtl.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench_bottomhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav_64.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── nav_midhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_nav_64.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_onesample48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── root_midhov2.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_nav_64.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_nav_64.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── root_midhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── root_bottomhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── nav_rightedgehov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_nav_32.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── workbench_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_nav_64.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview_tophov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview_midhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav_rightedgehov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview_bottomhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── cpt_midhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_nav_hover.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_nav_midhov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_nav.png
│ │ │ │ │ │ │ │ │ │ │ │ ├── contentpage
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sa_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── fs_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── mi_banner.jpg
│ │ │ │ │ │ │ │ │ │ │ ├── html
│ │ │ │ │ │ │ │ │ │ │ │ ├── ltr.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── shared.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── rtl.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── root.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── font-absolute.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── samples.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── font-relative.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── overview.css
│ │ │ │ │ │ │ │ │ │ │ ├── swt
│ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── overview.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── root.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── samples.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.properties
│ │ │ │ │ │ │ │ │ │ │ ├── preview.png
│ │ │ │ │ │ │ │ │ │ ├── shared
│ │ │ │ │ │ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ │ │ │ │ │ ├── contentpage
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn-fs_high.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu-sa_med.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_high.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr-mi_med.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── grey_callout.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wn-fs_med.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tu-sa_high.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ov_med.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── wr-mi_high.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ctool
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── widget_open_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── widget_closed_rtl.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── widget_closed_hov.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── widget_closed_hov_rtl.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── arrow.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── widget_closed.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── widget_open.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── arrow_rtl.gif
│ │ │ │ │ │ │ │ │ │ │ ├── html
│ │ │ │ │ │ │ │ │ │ │ │ ├── shared.css
│ │ │ │ │ │ │ │ │ │ ├── purpleMesh
│ │ │ │ │ │ │ │ │ │ │ ├── html
│ │ │ │ │ │ │ │ │ │ │ │ ├── samples.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── font-absolute.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── overview.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── ltr.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── rtl.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── root.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── shared.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── font-relative.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.css
│ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.css
│ │ │ │ │ │ │ │ │ │ │ ├── swt
│ │ │ │ │ │ │ │ │ │ │ │ ├── standby.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── root.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── migrate.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── samples.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── overview.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── webresources.properties
│ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.properties
│ │ │ │ │ │ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ │ │ │ │ │ ├── contentpage
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps_wtr.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples_wtr.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew_wtr.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate_wtr.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── backgroundcurve.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── section3.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials_wtr.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── section4.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── section2.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview_wtr.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── background.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── section1.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc_wtr.jpg
│ │ │ │ │ │ │ │ │ │ │ │ ├── root
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── dots.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── background.jpg
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── brandmark.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── swt
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── form_banner.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── obj48
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── newhov_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── new_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── etool
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── home.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── back.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── forward.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ctool
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── back.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── home.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── forward.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── webrsrc48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples72.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps48sel.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── firsteps48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── wb48.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── dtool
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── forward.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── back.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── launchbar
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── tutorials.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── firststeps16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── webresources16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── migrate16.png
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── overview.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── whatsnew.gif
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── samples.gif
│ │ │ │ │ │ │ │ │ │ │ ├── preview.png
│ │ │ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ │ │ ├── full
│ │ │ │ │ │ │ │ │ │ │ ├── obj16
│ │ │ │ │ │ │ │ │ │ │ │ ├── image_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── icallout_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── extension_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── inew_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── ihigh_obj.gif
│ │ │ │ │ │ │ │ │ │ │ │ ├── ilow_obj.gif
│ │ │ │ │ │ │ │ │ │ │ ├── elcl16
│ │ │ │ │ │ │ │ │ │ │ │ ├── configure.gif
│ │ │ │ │ │ │ │ │ │ ├── welcome16.gif
│ │ │ │ │ │ │ │ │ ├── about.html
│ │ │ │ │ │ │ │ │ ├── .options
│ │ │ │ │ │ │ │ │ ├── plugin.xml
│ │ │ │ │ │ │ │ │ ├── introContent.xml
│ │ │ │ │ │ │ │ │ ├── universal.jar
│ │ │ │ │ │ │ │ │ ├── plugin.properties
│ │ │ │ │ │ │ │ │ ├── .api_description
│ │ │ │ │ │ │ │ ├── org.apache.ant_1.7.1.v20100518-1145
│ │ │ │ │ │ │ │ │ ├── about_files
│ │ │ │ │ │ │ │ │ │ ├── LICENSE.sax.txt
│ │ │ │ │ │ │ │ │ │ ├── asl-v20.txt
│ │ │ │ │ │ │ │ │ │ ├── LICENSE.dom.html
│ │ │ │ │ │ │ │ │ │ ├── NOTICE
│ │ │ │ │ │ │ │ │ ├── etc
│ │ │ │ │ │ │ │ │ │ ├── checkstyle
│ │ │ │ │ │ │ │ │ │ │ ├── checkstyle-text.xsl
│ │ │ │ │ │ │ │ │ │ │ ├── checkstyle-xdoc.xsl
│ │ │ │ │ │ │ │ │ │ │ ├── checkstyle-frames.xsl
│ │ │ │ │ │ │ │ │ │ ├── maudit-frames.xsl
│ │ │ │ │ │ │ │ │ │ ├── jdepend-frames.xsl
│ │ │ │ │ │ │ │ │ │ ├── changelog.xsl
│ │ │ │ │ │ │ │ │ │ ├── junit-frames-xalan1.xsl
│ │ │ │ │ │ │ │ │ │ ├── log.xsl
│ │ │ │ │ │ │ │ │ │ ├── junit-noframes.xsl
│ │ │ │ │ │ │ │ │ │ ├── tagdiff.xsl
│ │ │ │ │ │ │ │ │ │ ├── mmetrics-frames.xsl
│ │ │ │ │ │ │ │ │ │ ├── coverage-frames.xsl
│ │ │ │ │ │ │ │ │ │ ├── jdepend.xsl
│ │ │ │ │ │ │ │ │ │ ├── junit-frames.xsl
│ │ │ │ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ │ │ │ ├── antRun
│ │ │ │ │ │ │ │ │ │ ├── runrc.cmd
│ │ │ │ │ │ │ │ │ │ ├── runant.py
│ │ │ │ │ │ │ │ │ │ ├── antenv.cmd
│ │ │ │ │ │ │ │ │ │ ├── ant
│ │ │ │ │ │ │ │ │ │ ├── envset.cmd
│ │ │ │ │ │ │ │ │ │ ├── ant.bat
│ │ │ │ │ │ │ │ │ │ ├── runant.pl
│ │ │ │ │ │ │ │ │ │ ├── antRun.bat
│ │ │ │ │ │ │ │ │ │ ├── lcp.bat
│ │ │ │ │ │ │ │ │ │ ├── antRun.pl
│ │ │ │ │ │ │ │ │ │ ├── complete-ant-cmd.pl
│ │ │ │ │ │ │ │ │ │ ├── ant.cmd
│ │ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ │ ├── ant-apache-bsf.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-junit.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-apache-resolver.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-javamail.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-starteam.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-jai.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-commons-logging.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-apache-bcel.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-apache-log4j.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-jsch.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-jmf.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-weblogic.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-trax.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-apache-oro.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-nodeps.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-swing.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-apache-regexp.jar
│ │ │ │ │ │ │ │ │ │ ├── ant.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-antlr.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-netrexx.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-commons-net.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-launcher.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-jdepend.jar
│ │ │ │ │ │ │ │ │ │ ├── ant-stylebook.jar
│ │ │ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.SF
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.RSA
│ │ │ │ │ │ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ │ │ │ │ │ ├── eclipse.inf
│ │ │ │ │ │ │ │ │ ├── about.html
│ │ │ │ │ │ │ │ │ ├── plugin.properties
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222
│ │ │ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.RSA
│ │ │ │ │ │ │ │ │ │ ├── ECLIPSEF.SF
│ │ │ │ │ │ │ │ │ │ ├── eclipse.inf
│ │ │ │ │ │ │ │ │ ├── about.html
│ │ │ │ │ │ │ │ │ ├── eclipse_1312.dll
│ │ │ │ │ │ │ │ │ ├── launcher.win32.win32.x86_64.properties
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.security_1.0.200.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.apache.jasper_5.5.17.v201004212143.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101220.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.help.ui_3.5.3.r36_20101116.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.gef_3.6.2.v20110110-2020.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.navigator_3.5.0.I20100601-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.expressions_3.4.200.v20100505.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.concurrent_1.0.100.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar
│ │ │ │ │ │ │ │ ├── javax.mail_1.4.0.v201005080615.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.text_3.5.0.v20100601-1300.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.preferences_3.3.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ecf.ssl_1.0.100.v20100906-1425.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ecf.identity_3.1.0.v20100906-1425.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.osgi_3.6.2.R36x_v20110210.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.resources.win32.x86_3.5.100.v20100505-1345.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.compare_3.5.101.R36x_v20100929-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.help.webapp_3.5.3.r36_20101130.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.databinding_1.3.100.I20100601-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.net_1.2.100.I20100511-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.jface_3.6.2.M20110210-1200.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.http.jetty_2.0.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.swt_3.6.2.v3659c.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.help.appserver_3.1.400.v20100427.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.metadata_2.0.1.R36x_v20101202.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.console_3.5.0.v20100526.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.commands_3.6.0.I20100512-1500.jar
│ │ │ │ │ │ │ │ ├── org.sat4j.pb_2.2.0.v20100429.jar
│ │ │ │ │ │ │ │ ├── reload4j-1.2.26.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.repository_2.0.2.R36x_v20110111-1500.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ecf.filetransfer_4.0.0.v20100906-1425.jar
│ │ │ │ │ │ │ │ ├── javax.servlet.jsp_2.0.0.v200806031607.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.views.properties.tabbed_3.5.100.I20100509-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.compare.core_3.5.101.R36x_v20100929-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.http.registry_1.1.1.R36x_v20101103.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.draw2d_3.6.2.v20110128-0100.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.zest_1.0.0.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.filesystem.win32.x86_1.1.201.R36x_v20100727-0745.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
│ │ │ │ │ │ │ │ ├── org.apache.commons.el_1.0.0.v201004212143.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.win32_3.2.200.I20100509-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.jsp.jasper.registry_1.0.200.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20110114.jar
│ │ │ │ │ │ │ │ ├── org.apache.commons.logging_1.0.4.v201005080501.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.http.servlet_1.1.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.jsp.jasper_1.0.201.R36x_v20101103.jar
│ │ │ │ │ │ │ │ ├── javax.activation_1.1.0.v201005080500.jar
│ │ │ │ │ │ │ │ ├── org.sat4j.core_2.2.0.v20100429.jar
│ │ │ │ │ │ │ │ ├── org.apache.lucene_1.9.1.v20100518-1140.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.common_3.6.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.nebula_1.0.0.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.net.win32.x86_1.0.100.I20100511-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.registry_3.5.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── com.ibm.icu_4.2.1.v20100412.jar
│ │ │ │ │ │ │ │ ├── org.apache.lucene.analysis_1.9.1.v20100518-1140.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.intro_3.4.0.v20100427.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.ide_3.6.2.M20101201-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.core_2.0.3.R36x_v20110111.jar
│ │ │ │ │ │ │ │ ├── javax.servlet_2.5.0.v200910301333.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui_3.6.2.M20110203-1100.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20100906-1425.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.swt.win32.win32.x86_64_3.6.2.v3659c.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.engine_2.0.1.R36x_v20110201.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.views_3.5.1.M20110202-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.osgi.services_3.2.100.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.help.base_3.5.3.v201102101200.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ecf_3.1.0.v20100906-1425.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.variables_3.2.400.v20100505.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.core.runtime_3.6.0.v20100505.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.security.win32.x86_1.0.200.v20100503.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.ant.core_3.2.201.v20110203_r362.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.equinox.p2.touchpoint.eclipse_2.0.3.R36x_v20101202.jar
│ │ │ │ │ │ │ │ ├── org.eclipse.help_3.5.0.v20100524.jar
│ │ │ │ │ │ │ ├── monitor_cht.bmp
│ │ │ │ │ │ │ ├── log4j.xml
│ │ │ │ │ │ │ ├── analyzer_en.bmp
│ │ │ │ │ │ │ ├── monitor.exe
│ │ │ │ │ │ │ ├── manager.bmp
│ │ │ │ │ │ │ ├── nca.exe
│ │ │ │ │ │ │ ├── dts.ini
│ │ │ │ │ │ │ ├── dts_cmd_run.bat
│ │ │ │ │ │ │ ├── console.ini
│ │ │ │ │ │ │ ├── manager.ini
│ │ │ │ │ │ │ ├── dts.bmp
│ │ │ │ │ │ │ ├── dts_en.bmp
│ │ │ │ │ │ │ ├── console.bmp
│ │ │ │ │ │ │ ├── analyzer.ini
│ │ │ │ │ │ │ ├── manager.exe
│ │ │ │ │ │ │ ├── monitor.bmp
│ │ │ │ │ │ │ ├── analyzer.exe
│ │ │ │ │ │ │ ├── analyzer_cht.bmp
│ │ │ │ │ │ │ ├── dmservice.exe
│ │ │ │ │ │ │ ├── dbca.exe
│ │ │ │ │ │ │ ├── console.exe
│ │ │ │ │ │ │ ├── console_cht.bmp
│ │ │ │ │ │ │ ├── manager_en.bmp
│ │ │ │ │ │ │ ├── console_en.bmp
│ │ │ │ │ │ │ ├── monitor.ini
│ │ │ │ │ │ │ ├── dts.exe
│ │ │ │ │ │ │ ├── monitor_en.bmp
│ │ │ │ │ │ │ ├── analyzer.bmp
│ │ │ │ │ │ │ ├── version.bat
│ │ │ │ │ │ │ ├── dts_cht.bmp
│ │ │ │ │ │ │ ├── manager_cht.bmp
│ │ │ │ │ │ ├── drivers
│ │ │ │ │ │ │ ├── logmnr
│ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ ├── logmnr_client.h
│ │ │ │ │ │ │ │ ├── dependencies
│ │ │ │ │ │ │ │ │ ├── msvcr100d.dll
│ │ │ │ │ │ │ │ │ ├── msvcr100.dll
│ │ │ │ │ │ │ │ │ ├── libeay32.dll
│ │ │ │ │ │ │ │ │ ├── ssleay32.dll
│ │ │ │ │ │ │ │ │ ├── msvcp100.dll
│ │ │ │ │ │ │ │ │ ├── msvcp100d.dll
│ │ │ │ │ │ │ │ ├── dmlnk.dll
│ │ │ │ │ │ │ │ ├── dmuthr.dll
│ │ │ │ │ │ │ │ ├── dmtlog.dll
│ │ │ │ │ │ │ │ ├── dmmem.dll
│ │ │ │ │ │ │ │ ├── dmutl.dll
│ │ │ │ │ │ │ │ ├── dmredo.dll
│ │ │ │ │ │ │ │ ├── dmsys.dll
│ │ │ │ │ │ │ │ ├── dmasm.dll
│ │ │ │ │ │ │ │ ├── dmenet.dll
│ │ │ │ │ │ │ │ ├── dmtrv.dll
│ │ │ │ │ │ │ │ ├── dmstg.dll
│ │ │ │ │ │ │ │ ├── dmsbtree.dll
│ │ │ │ │ │ │ │ ├── dmcalc.dll
│ │ │ │ │ │ │ │ ├── dmknl.dll
│ │ │ │ │ │ │ │ ├── dmrlog.dll
│ │ │ │ │ │ │ │ ├── dmvtdsk.dll
│ │ │ │ │ │ │ │ ├── dmshmm.dll
│ │ │ │ │ │ │ │ ├── dmblb.dll
│ │ │ │ │ │ │ │ ├── dmdfi.dll
│ │ │ │ │ │ │ │ ├── dmnsort.dll
│ │ │ │ │ │ │ │ ├── dmcvt.dll
│ │ │ │ │ │ │ │ ├── dmdta.dll
│ │ │ │ │ │ │ │ ├── dmdfs.dll
│ │ │ │ │ │ │ │ ├── dmxmal.dll
│ │ │ │ │ │ │ │ ├── dmstrt.dll
│ │ │ │ │ │ │ │ ├── dmdcrm.dll
│ │ │ │ │ │ │ │ ├── dmmout.dll
│ │ │ │ │ │ │ │ ├── dmmal.dll
│ │ │ │ │ │ │ │ ├── dmtimer.dll
│ │ │ │ │ │ │ │ ├── dmasmapi.dll
│ │ │ │ │ │ │ │ ├── dmcomm.dll
│ │ │ │ │ │ │ │ ├── dmcfg.dll
│ │ │ │ │ │ │ │ ├── dmelog.dll
│ │ │ │ │ │ │ │ ├── dmos.dll
│ │ │ │ │ │ │ │ ├── dmasmm.dll
│ │ │ │ │ │ │ │ ├── dmasmapim.dll
│ │ │ │ │ │ │ │ ├── dmlogmnr_client.dll
│ │ │ │ │ │ │ │ ├── dmlogmnr_client.lib
│ │ │ │ │ │ │ │ ├── dmscp.dll
│ │ │ │ │ │ │ │ ├── dmclientlex.dll
│ │ │ │ │ │ │ │ ├── dmcyt.dll
│ │ │ │ │ │ │ │ ├── dmrtr.dll
│ │ │ │ │ │ │ │ ├── dmckpt.dll
│ │ │ │ │ │ │ │ ├── dmfil.dll
│ │ │ │ │ │ │ │ ├── dmregex.dll
│ │ │ │ │ │ │ │ ├── dmrarch.dll
│ │ │ │ │ │ │ │ ├── dmspatial.dll
│ │ │ │ │ │ │ │ ├── dmvtdskm.dll
│ │ │ │ │ │ │ │ ├── dmlic.dll
│ │ │ │ │ │ │ │ ├── dmtrx.dll
│ │ │ │ │ │ │ │ ├── dmdct.dll
│ │ │ │ │ │ │ │ ├── dmtbl.dll
│ │ │ │ │ │ │ │ ├── dmlogmnr.dll
│ │ │ │ │ │ │ │ ├── dmdpi.dll
│ │ │ │ │ │ │ │ ├── dmdcr.dll
│ │ │ │ │ │ │ │ ├── dmbtr.dll
│ │ │ │ │ │ │ │ ├── dmcpr.dll
│ │ │ │ │ │ │ │ ├── dmshm.dll
│ │ │ │ │ │ │ │ ├── dmjson.dll
│ │ │ │ │ │ │ │ ├── dmllog.dll
│ │ │ │ │ │ │ │ ├── dmhfs.dll
│ │ │ │ │ │ │ ├── msgparse
│ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ ├── msgparse_pub.h
│ │ │ │ │ │ │ │ ├── dmmsgparse.dll
│ │ │ │ │ │ │ │ ├── dmcalc.dll
│ │ │ │ │ │ │ │ ├── dmstrt.dll
│ │ │ │ │ │ │ │ ├── dmutl.dll
│ │ │ │ │ │ │ │ ├── dmos.dll
│ │ │ │ │ │ │ │ ├── dmmem.dll
│ │ │ │ │ │ │ │ ├── dmelog.dll
│ │ │ │ │ │ │ │ ├── dmmsgparse.lib
│ │ │ │ │ │ │ │ ├── dmcvt.dll
│ │ │ │ │ │ │ │ ├── dmmout.dll
│ │ │ │ │ │ │ ├── fldr
│ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ ├── fldr.h
│ │ │ │ │ │ │ │ ├── dependencies
│ │ │ │ │ │ │ │ │ ├── msvcp100.dll
│ │ │ │ │ │ │ │ │ ├── ssleay32.dll
│ │ │ │ │ │ │ │ │ ├── msvcr100.dll
│ │ │ │ │ │ │ │ │ ├── snappy.dll
│ │ │ │ │ │ │ │ │ ├── libeay32.dll
│ │ │ │ │ │ │ │ │ ├── msvcp100d.dll
│ │ │ │ │ │ │ │ │ ├── msvcr100d.dll
│ │ │ │ │ │ │ │ ├── dmvtdskm.dll
│ │ │ │ │ │ │ │ ├── dmcfg.dll
│ │ │ │ │ │ │ │ ├── dmdta.dll
│ │ │ │ │ │ │ │ ├── dmfldr_dll.lib
│ │ │ │ │ │ │ │ ├── dmstrt.dll
│ │ │ │ │ │ │ │ ├── dmutl.dll
│ │ │ │ │ │ │ │ ├── dmclientlex.dll
│ │ │ │ │ │ │ │ ├── dmos.dll
│ │ │ │ │ │ │ │ ├── dmdpi.dll
│ │ │ │ │ │ │ │ ├── dmdcr.dll
│ │ │ │ │ │ │ │ ├── dmvtdsk.dll
│ │ │ │ │ │ │ │ ├── dmcyt.dll
│ │ │ │ │ │ │ │ ├── dmfldr_comm.dll
│ │ │ │ │ │ │ │ ├── dmelog.dll
│ │ │ │ │ │ │ │ ├── dmjson.dll
│ │ │ │ │ │ │ │ ├── dmcomm.dll
│ │ │ │ │ │ │ │ ├── dmcalc.dll
│ │ │ │ │ │ │ │ ├── dmmem.dll
│ │ │ │ │ │ │ │ ├── dmdcrm.dll
│ │ │ │ │ │ │ │ ├── dmmout.dll
│ │ │ │ │ │ │ │ ├── dmfldr_dll.dll
│ │ │ │ │ │ │ │ ├── dmbcast.dll
│ │ │ │ │ │ │ │ ├── dmcpr.dll
│ │ │ │ │ │ │ │ ├── dmcvt.dll
│ │ │ │ │ │ │ ├── jdbc
│ │ │ │ │ │ │ │ ├── dialect
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.14.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate5.3.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate6.2.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.15.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate6.6.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate6.1.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.21.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate5.1.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.8.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.16.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.11.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate6.3.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.11.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.18.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate6.0.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.24.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate5.5.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.20.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate3.0.jar
│ │ │ │ │ │ │ │ │ ├── geoutil-1.0.0.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.20.jar
│ │ │ │ │ │ │ │ │ ├── geoutil-1.1.0.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate3.6.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.19.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.22.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate5.2.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.17.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate2.0.jar
│ │ │ │ │ │ │ │ │ ├── DmSpatial-for-mybatisplus-1.1.0.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate6.5.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate3.1.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.16.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate6.4.jar
│ │ │ │ │ │ │ │ │ ├── gt-dameng-2.15.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate5.6.jar
│ │ │ │ │ │ │ │ │ ├── dmjooq-dialect-3.12.3.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate5.0.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate4.0.jar
│ │ │ │ │ │ │ │ │ ├── brave-instrumentation-dm-5.4.3.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate5.4.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.13.jar
│ │ │ │ │ │ │ │ │ ├── gt-dmgeo2-2.8.jar
│ │ │ │ │ │ │ │ │ ├── DmDialect-for-hibernate2.1.jar
│ │ │ │ │ │ │ │ ├── DmJdbcDriver6.jar
│ │ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ │ ├── DmJdbcDriver7.jar
│ │ │ │ │ │ │ │ ├── DmJdbcDriver8.jar
│ │ │ │ │ │ │ │ ├── DmJdbcDriver11.jar
│ │ │ │ │ │ │ │ ├── dm8-oracle-jdbc-jre6-wrapper.jar
│ │ │ │ │ │ │ ├── dpi
│ │ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ │ │ ├── DPI.h
│ │ │ │ │ │ │ │ │ ├── DPIucode.h
│ │ │ │ │ │ │ │ │ ├── DPItypes.h
│ │ │ │ │ │ │ │ │ ├── DPIext.h
│ │ │ │ │ │ │ │ ├── dependencies
│ │ │ │ │ │ │ │ │ ├── msvcr100d.dll
│ │ │ │ │ │ │ │ │ ├── msvcr100.dll
│ │ │ │ │ │ │ │ │ ├── ssleay32.dll
│ │ │ │ │ │ │ │ │ ├── msvcp100d.dll
│ │ │ │ │ │ │ │ │ ├── libeay32.dll
│ │ │ │ │ │ │ │ │ ├── msvcp100.dll
│ │ │ │ │ │ │ │ ├── dmcvt.dll
│ │ │ │ │ │ │ │ ├── dmvtdskm.dll
│ │ │ │ │ │ │ │ ├── dmcpr.dll
│ │ │ │ │ │ │ │ ├── dmutl.dll
│ │ │ │ │ │ │ │ ├── dmcfg.dll
│ │ │ │ │ │ │ │ ├── dmdcrm.dll
│ │ │ │ │ │ │ │ ├── dmcyt.dll
│ │ │ │ │ │ │ │ ├── dmmem.dll
│ │ │ │ │ │ │ │ ├── dmdcr.dll
│ │ │ │ │ │ │ │ ├── dmdpi.lib
│ │ │ │ │ │ │ │ ├── dmcalc.dll
│ │ │ │ │ │ │ │ ├── dmclientlex.dll
│ │ │ │ │ │ │ │ ├── dmdpi.dll
│ │ │ │ │ │ │ │ ├── dmvtdsk.dll
│ │ │ │ │ │ │ │ ├── dmos.dll
│ │ │ │ │ │ │ │ ├── dmmout.dll
│ │ │ │ │ │ │ │ ├── dmstrt.dll
│ │ │ │ │ │ │ │ ├── dmcomm.dll
│ │ │ │ │ │ │ │ ├── dmdta.dll
│ │ │ │ │ │ │ │ ├── dmelog.dll
│ │ │ │ │ │ │ ├── python
│ │ │ │ │ │ │ │ ├── django-comment-migrate
│ │ │ │ │ │ │ │ │ ├── django_dmPython.py
│ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ ├── dmPython
│ │ │ │ │ │ │ │ │ ├── vBfile.c
│ │ │ │ │ │ │ │ │ ├── vNumber.c
│ │ │ │ │ │ │ │ │ ├── trc.h
│ │ │ │ │ │ │ │ │ ├── vCursor.c
│ │ │ │ │ │ │ │ │ ├── Cursor.c
│ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ ├── dmPython.vcxproj
│ │ │ │ │ │ │ │ │ ├── dmPython.vcxproj.user
│ │ │ │ │ │ │ │ │ ├── vInterval.c
│ │ │ │ │ │ │ │ │ ├── var_pub.h
│ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ ├── tObject.c
│ │ │ │ │ │ │ │ │ ├── vObject.c
│ │ │ │ │ │ │ │ │ ├── vlong.c
│ │ │ │ │ │ │ │ │ ├── exBfile.c
│ │ │ │ │ │ │ │ │ ├── Connection.c
│ │ │ │ │ │ │ │ │ ├── row.h
│ │ │ │ │ │ │ │ │ ├── exObject.c
│ │ │ │ │ │ │ │ │ ├── dmPython.vcxproj.filters
│ │ │ │ │ │ │ │ │ ├── var.c
│ │ │ │ │ │ │ │ │ ├── py_Dameng.c
│ │ │ │ │ │ │ │ │ ├── exLob.c
│ │ │ │ │ │ │ │ │ ├── Buffer.c
│ │ │ │ │ │ │ │ │ ├── row.c
│ │ │ │ │ │ │ │ │ ├── strct.h
│ │ │ │ │ │ │ │ │ ├── vDateTime.c
│ │ │ │ │ │ │ │ │ ├── Environment.c
│ │ │ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ │ │ ├── Error.c
│ │ │ │ │ │ │ │ │ ├── py_Dameng.h
│ │ │ │ │ │ │ │ │ ├── vString.c
│ │ │ │ │ │ │ │ │ ├── Buffer.h
│ │ │ │ │ │ │ │ │ ├── Error.h
│ │ │ │ │ │ │ │ │ ├── ChangeLogs.md
│ │ │ │ │ │ │ │ │ ├── vLob.c
│ │ │ │ │ │ │ │ │ ├── trc.c
│ │ │ │ │ │ │ │ ├── dmSQLAlchemy
│ │ │ │ │ │ │ │ │ ├── dmSQLAlchemy2.0
│ │ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ │ │ │ ├── dmPython.py
│ │ │ │ │ │ │ │ │ │ │ ├── types.py
│ │ │ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ │ │ ├── json.py
│ │ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ │ ├── ChangeLogs.md
│ │ │ │ │ │ │ │ │ ├── dmSQLAlchemy1.4
│ │ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ │ ├── json.py
│ │ │ │ │ │ │ │ │ │ │ ├── dmPython.py
│ │ │ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ │ │ ├── types.py
│ │ │ │ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ │ ├── ChangeLogs.md
│ │ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ ├── dmSQLAlchemy1.1
│ │ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ │ ├── dmPython.py
│ │ │ │ │ │ │ │ │ │ │ ├── json.py
│ │ │ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ │ │ ├── types.py
│ │ │ │ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ │ │ ├── ChangeLogs.md
│ │ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ ├── dmDjango
│ │ │ │ │ │ │ │ │ ├── dmDjango2.0
│ │ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ │ ├── introspection.py
│ │ │ │ │ │ │ │ │ │ │ ├── client.py
│ │ │ │ │ │ │ │ │ │ │ ├── schema.py
│ │ │ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ │ │ ├── utils.py
│ │ │ │ │ │ │ │ │ │ │ ├── operations.py
│ │ │ │ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ │ │ │ ├── features.py
│ │ │ │ │ │ │ │ │ │ │ ├── validation.py
│ │ │ │ │ │ │ │ │ │ │ ├── creation.py
│ │ │ │ │ │ │ │ │ │ │ ├── compiler.py
│ │ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ │ ├── ChangeLogs.md
│ │ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ ├── dmDjango3.0
│ │ │ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ │ │ ├── operations.py
│ │ │ │ │ │ │ │ │ │ │ ├── compiler.py
│ │ │ │ │ │ │ │ │ │ │ ├── creation.py
│ │ │ │ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ │ │ │ ├── schema.py
│ │ │ │ │ │ │ │ │ │ │ ├── validation.py
│ │ │ │ │ │ │ │ │ │ │ ├── client.py
│ │ │ │ │ │ │ │ │ │ │ ├── utils.py
│ │ │ │ │ │ │ │ │ │ │ ├── features.py
│ │ │ │ │ │ │ │ │ │ │ ├── introspection.py
│ │ │ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ │ ├── setup.py
│ │ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ │ ├── ChangeLogs.md
│ │ │ │ │ │ │ │ ├── DM8 – dmPython.pdf
│ │ │ │ │ │ │ ├── go
│ │ │ │ │ │ │ │ ├── gorm_v1_dialect.zip
│ │ │ │ │ │ │ │ ├── gorm_v2_dialect.zip
│ │ │ │ │ │ │ │ ├── dm-go-driver.zip
│ │ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ ├── r2dbc
│ │ │ │ │ │ │ │ ├── 1.0.0
│ │ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ │ ├── reactor-core-3.4.18.jar
│ │ │ │ │ │ │ │ │ │ ├── r2dbc-spi-1.0.0.RELEASE.jar
│ │ │ │ │ │ │ │ │ │ ├── reactive-streams-1.0.3.jar
│ │ │ │ │ │ │ │ │ │ ├── DmJdbcDriver8.jar
│ │ │ │ │ │ │ │ │ │ ├── slf4j-api-1.7.36.jar
│ │ │ │ │ │ │ │ │ ├── dm-r2dbc-1.0.0.jar
│ │ │ │ │ │ │ │ ├── 0.9.1
│ │ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ │ ├── DmJdbcDriver8.jar
│ │ │ │ │ │ │ │ │ │ ├── r2dbc-spi-0.9.1.RELEASE.jar
│ │ │ │ │ │ │ │ │ │ ├── reactive-streams-1.0.3.jar
│ │ │ │ │ │ │ │ │ │ ├── reactor-core-3.4.18.jar
│ │ │ │ │ │ │ │ │ │ ├── slf4j-api-1.7.36.jar
│ │ │ │ │ │ │ │ │ ├── dm-r2dbc-0.9.1.jar
│ │ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ ├── odbc
│ │ │ │ │ │ │ │ ├── dependencies
│ │ │ │ │ │ │ │ │ ├── msvcp100d.dll
│ │ │ │ │ │ │ │ │ ├── msvcr100.dll
│ │ │ │ │ │ │ │ │ ├── ssleay32.dll
│ │ │ │ │ │ │ │ │ ├── libeay32.dll
│ │ │ │ │ │ │ │ │ ├── msvcr100d.dll
│ │ │ │ │ │ │ │ │ ├── msvcp100.dll
│ │ │ │ │ │ │ │ ├── dmcvt.dll
│ │ │ │ │ │ │ │ ├── dmbcast.dll
│ │ │ │ │ │ │ │ ├── dmutl.dll
│ │ │ │ │ │ │ │ ├── dmos.dll
│ │ │ │ │ │ │ │ ├── dodbc.dll
│ │ │ │ │ │ │ │ ├── dmcalc.dll
│ │ │ │ │ │ │ │ ├── dmdcr.dll
│ │ │ │ │ │ │ │ ├── dmfldr_comm.dll
│ │ │ │ │ │ │ │ ├── dmelog.dll
│ │ │ │ │ │ │ │ ├── dmjson.dll
│ │ │ │ │ │ │ │ ├── dmcyt.dll
│ │ │ │ │ │ │ │ ├── dmmem.dll
│ │ │ │ │ │ │ │ ├── dmcfg.dll
│ │ │ │ │ │ │ │ ├── dmvtdskm.dll
│ │ │ │ │ │ │ │ ├── dmdcrm.dll
│ │ │ │ │ │ │ │ ├── dmfldr_dll.dll
│ │ │ │ │ │ │ │ ├── dodbc.lib
│ │ │ │ │ │ │ │ ├── dmcpr.dll
│ │ │ │ │ │ │ │ ├── dmmout.dll
│ │ │ │ │ │ │ │ ├── dmclientlex.dll
│ │ │ │ │ │ │ │ ├── dmdpi.dll
│ │ │ │ │ │ │ │ ├── dmcomm.dll
│ │ │ │ │ │ │ │ ├── dmstrt.dll
│ │ │ │ │ │ │ │ ├── dmvtdsk.dll
│ │ │ │ │ │ │ │ ├── dmdta.dll
│ │ │ │ │ │ │ ├── dotNet
│ │ │ │ │ │ │ │ ├── EFCore.Dm3.1
│ │ │ │ │ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.dll
│ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.3.1.0.34164.nupkg
│ │ │ │ │ │ │ │ ├── EFCore.Dm9.0
│ │ │ │ │ │ │ │ │ ├── net9.0
│ │ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.dll
│ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.9.0.0.34340.nupkg
│ │ │ │ │ │ │ │ ├── EFDmProvider6.1.3-net45
│ │ │ │ │ │ │ │ │ ├── EFDmProvider.EF6.dll
│ │ │ │ │ │ │ │ │ ├── EntityFramework.dll
│ │ │ │ │ │ │ │ ├── EFCore.Dm6.0
│ │ │ │ │ │ │ │ │ ├── net6.0
│ │ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.dll
│ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.6.0.0.34272.nupkg
│ │ │ │ │ │ │ │ ├── EFCore.Dm7.0
│ │ │ │ │ │ │ │ │ ├── net6.0
│ │ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.dll
│ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.7.0.0.34340.nupkg
│ │ │ │ │ │ │ │ ├── EFCore.Dm8.0
│ │ │ │ │ │ │ │ │ ├── net8.0
│ │ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.dll
│ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.8.0.0.34340.nupkg
│ │ │ │ │ │ │ │ ├── EFCore.Dm5.0
│ │ │ │ │ │ │ │ │ ├── net5.0
│ │ │ │ │ │ │ │ │ │ ├── ref
│ │ │ │ │ │ │ │ │ │ │ ├── Microsoft.EntityFrameworkCore.Dm.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.dll
│ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.5.0.0.34272.nupkg
│ │ │ │ │ │ │ │ ├── DmConnect
│ │ │ │ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ ├── DmConnect.resources.dll
│ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ ├── DmConnect.resources.dll
│ │ │ │ │ │ │ │ │ ├── DmConnect.dll
│ │ │ │ │ │ │ │ │ ├── Microsoft.VisualStudio.Data.dll
│ │ │ │ │ │ │ │ │ ├── Microsoft.Data.ConnectionUI.dll
│ │ │ │ │ │ │ │ ├── FreeSql-3.2.833-net60
│ │ │ │ │ │ │ │ │ ├── FreeSql.Provider.Dameng.dll
│ │ │ │ │ │ │ │ ├── DmSkyWalkingAgent
│ │ │ │ │ │ │ │ │ ├── net60
│ │ │ │ │ │ │ │ │ │ ├── DmSkyWalkingAgent.dll
│ │ │ │ │ │ │ │ │ ├── net50
│ │ │ │ │ │ │ │ │ │ ├── DmSkyWalkingAgent.dll
│ │ │ │ │ │ │ │ │ ├── netcoreapp3.1
│ │ │ │ │ │ │ │ │ │ ├── DmSkyWalkingAgent.dll
│ │ │ │ │ │ │ │ │ ├── DmSkyWalkingAgent.2.1.0.24906.nupkg
│ │ │ │ │ │ │ │ ├── EFCore.Dm2.1
│ │ │ │ │ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.dll
│ │ │ │ │ │ │ │ │ ├── DM.Microsoft.EntityFrameworkCore.2.1.1.34077.nupkg
│ │ │ │ │ │ │ │ ├── DmDialect
│ │ │ │ │ │ │ │ │ ├── forNhibernate5.0.0
│ │ │ │ │ │ │ │ │ │ ├── net461
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ ├── forNhibernate5.3
│ │ │ │ │ │ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ │ ├── net461
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ │ ├── netcoreapp2.0
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ ├── forNhibernate5.1.3
│ │ │ │ │ │ │ │ │ │ ├── netcoreapp2.0
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ │ ├── net461
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ ├── forNhibernate3.0.0.4
│ │ │ │ │ │ │ │ │ │ ├── net35
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ ├── forNhibernate4.0.0.4
│ │ │ │ │ │ │ │ │ │ ├── net40
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ ├── forNhibernate5.2
│ │ │ │ │ │ │ │ │ │ ├── netcoreapp2.0
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ │ │ ├── net461
│ │ │ │ │ │ │ │ │ │ │ ├── DmDialect.dll
│ │ │ │ │ │ │ │ ├── EFDmProvider6.1.3-net40
│ │ │ │ │ │ │ │ │ ├── EFDmProvider.EF6.dll
│ │ │ │ │ │ │ │ │ ├── EntityFramework.dll
│ │ │ │ │ │ │ │ ├── DmProvider
│ │ │ │ │ │ │ │ │ ├── net40
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── net9.0
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── netcoreapp2.1
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── net8.0
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── net7.0
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── net5.0
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── net45
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── net6.0
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── net20
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── netcoreapp3.1
│ │ │ │ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-CN
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-HK
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── zh-TW
│ │ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.resources.dll
│ │ │ │ │ │ │ │ │ │ ├── DM.DmProvider.dll
│ │ │ │ │ │ │ │ │ ├── DM.DmProvider.8.3.1.34394.nupkg
│ │ │ │ │ │ │ │ ├── Dm.Linq
│ │ │ │ │ │ │ │ │ ├── net45
│ │ │ │ │ │ │ │ │ │ ├── DM.Linq.dll
│ │ │ │ │ │ │ │ │ ├── net40
│ │ │ │ │ │ │ │ │ │ ├── DM.Linq.dll
│ │ │ │ │ │ │ │ │ ├── DM.Linq.4.0.0.2.nupkg
│ │ │ │ │ │ │ │ │ ├── DM.Linq.4.0.0.2.nuspec
│ │ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ ├── php_pdo
│ │ │ │ │ │ │ │ ├── pdo71_dm.dll
│ │ │ │ │ │ │ │ ├── pdo70nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo82nts_dm.dll
│ │ │ │ │ │ │ │ ├── php72nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo83_dm.dll
│ │ │ │ │ │ │ │ ├── php82nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo55_dm.dll
│ │ │ │ │ │ │ │ ├── pdo82_dm.dll
│ │ │ │ │ │ │ │ ├── php53_mysql.dll
│ │ │ │ │ │ │ │ ├── php81nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo56_dm.dll
│ │ │ │ │ │ │ │ ├── php70nts_dm.dll
│ │ │ │ │ │ │ │ ├── php71_dm.dll
│ │ │ │ │ │ │ │ ├── pdo70_dm.dll
│ │ │ │ │ │ │ │ ├── php80ts_dm.dll
│ │ │ │ │ │ │ │ ├── php83ts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo72_dm.dll
│ │ │ │ │ │ │ │ ├── php71nts_dm.dll
│ │ │ │ │ │ │ │ ├── php74_dm.dll
│ │ │ │ │ │ │ │ ├── php52_dm.dll
│ │ │ │ │ │ │ │ ├── pdo73_dm.dll
│ │ │ │ │ │ │ │ ├── php80nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo71nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo54nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo72nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo56nts_dm.dll
│ │ │ │ │ │ │ │ ├── php73nts_dm.dll
│ │ │ │ │ │ │ │ ├── php56nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo81_dm.dll
│ │ │ │ │ │ │ │ ├── pdo83nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo73nts_dm.dll
│ │ │ │ │ │ │ │ ├── php70_dm.dll
│ │ │ │ │ │ │ │ ├── php56_dm.dll
│ │ │ │ │ │ │ │ ├── php82ts_dm.dll
│ │ │ │ │ │ │ │ ├── php73_dm.dll
│ │ │ │ │ │ │ │ ├── pdo74nts_dm.dll
│ │ │ │ │ │ │ │ ├── php83nts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo53_dm.dll
│ │ │ │ │ │ │ │ ├── php74nts_dm.dll
│ │ │ │ │ │ │ │ ├── php54_dm.dll
│ │ │ │ │ │ │ │ ├── php53_dm.dll
│ │ │ │ │ │ │ │ ├── pdo80ts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo54_dm.dll
│ │ │ │ │ │ │ │ ├── pdo80nts_dm.dll
│ │ │ │ │ │ │ │ ├── php72_dm.dll
│ │ │ │ │ │ │ │ ├── pdo74_dm.dll
│ │ │ │ │ │ │ │ ├── pdo81nts_dm.dll
│ │ │ │ │ │ │ │ ├── php81ts_dm.dll
│ │ │ │ │ │ │ │ ├── pdo52_dm.dll
│ │ │ │ │ │ │ │ ├── php55_dm.dll
│ │ │ │ │ │ │ │ ├── php54nts_dm.dll
│ │ │ │ │ │ ├── log
│ │ │ │ │ │ ├── bin2
│ │ │ │ │ │ │ ├── SYSWORD.UTF8.LIB
│ │ │ │ │ │ ├── uninstall.exe
│ │ │ │ │ │ ├── license_cht.txt
│ │ │ │ │ │ ├── license_chs.txt
│ │ │ │ │ │ ├── license_en.txt
│ │ │ │ │ │ ├── dm_svc.conf
│ │ │ │ │ ├── setup.exe
│ │ │ │ │ ├── DM8 Install.pdf
│ │ │ │ │ ├── setup.bat
│ │ │ ├── dm8_20250506_x86_rh7_64.zip
│ │ ├── 视频
│ │ │ ├── 09-安装达梦数据库.mp4
│ │ │ ├── 12-后续课程准备工作.mp4
│ │ │ ├── 04-MongoDB的备份还原.mp4
│ │ │ ├── 03-MongoDB的权限管理.mp4
│ │ │ ├── 11-达梦数据库管理工具使用.mp4
│ │ │ ├── 01-MongoDB聚合操作.mp4
│ │ │ ├── 10-达梦数据库初始化和启动.mp4
│ │ │ ├── 08-达梦数据库概述.mp4
│ │ │ ├── 05-MongoDB的主从复制.mp4
│ │ │ ├── 07-MongoDB主从复制添加和删除节点.mp4
│ │ │ ├── 02-MongoDB的索引.mp4
│ │ │ ├── 06-MongoDB主从复制功能测试.mp4
│ ├── day32_DBA_MySQL其他安装方式_SQL
│ │ ├── sql
│ │ │ ├── test.sql
│ │ ├── 作业
│ │ │ ├── 20251206作业.txt
│ │ ├── 远程管理工具
│ │ │ ├── navicat
│ │ │ │ ├── NavicatPremium16破解版.zip
│ │ │ │ ├── navicat12简体中文专业版.zip
│ │ │ ├── sqlyog
│ │ │ │ ├── SQLyog客户端专业版(旧)
│ │ │ │ │ ├── SQLyog-12.0.8-0.×64.exe
│ │ │ │ │ ├── SQLyog-12.0.8-0.×86.exe
│ │ │ │ │ ├── 密钥.txt
│ │ │ │ ├── SQLyog永久破解.rar
│ │ │ ├── dbeaver
│ │ │ │ ├── dbeaver-ce-23.0.3-x86_64-setup.exe
│ │ │ ├── workbench
│ │ │ │ ├── mysql-workbench-community-8.0.31-macos-x86_64.dmg
│ │ │ │ ├── mysql-workbench-community-8.0.31-winx64.msi
│ │ ├── 视频
│ │ │ ├── 10-MySQL客户端SQLyog的使用.mp4
│ │ │ ├── 09-MySQL的远程连接问题.mp4
│ │ │ ├── 04-MySQL安全模式初始化.mp4
│ │ │ ├── 11-MySQL客户端Navicat的使用.mp4
│ │ │ ├── 03-MySQL服务的开机自启.mp4
│ │ │ ├── 08-MySQL客户端介绍.mp4
│ │ │ ├── 12-MySQL常用SQL.mp4
│ │ │ ├── 05-MySQL安装之使用rpm方式.mp4
│ │ │ ├── 01-MySQL为什么需要初始化.mp4
│ │ │ ├── 07-MySQL在windows上安装.mp4
│ │ │ ├── 02-MySQL服务的启动和关闭.mp4
│ │ │ ├── 06-MySQL解决忘记密码的问题.mp4
│ │ ├── MySQL安装包
│ │ │ ├── mysql-8.0.30-1.el7.x86_64.rpm-bundle.tar
│ │ │ ├── mysql-installer-community-8.0.26.0.msi
│ │ ├── 课件(更新)
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库.assets
│ │ │ │ ├── 1751449751056.png
│ │ │ │ ├── image-20250704163440263.png
│ │ │ │ ├── image-20250703152306663.png
│ │ │ │ ├── image-20250703152354585.png
│ │ │ │ ├── image-20250709111516410.png
│ │ │ │ ├── image-20250704193628519.png
│ │ │ │ ├── image-20250703145531572.png
│ │ │ │ ├── image-20251205221254445.png
│ │ │ │ ├── image-20250703141357927.png
│ │ │ │ ├── 1751450254942.png
│ │ │ │ ├── 1751506012590.png
│ │ │ │ ├── image-20251205215537378.png
│ │ │ │ ├── image-20250703151214930.png
│ │ │ │ ├── image-20250703135832319.png
│ │ │ │ ├── 1751506597586.png
│ │ │ │ ├── image-20250703142221867.png
│ │ │ │ ├── image-20250703105714610.png
│ │ │ │ ├── 1751425740490.png
│ │ │ │ ├── image-20251205215359539.png
│ │ │ │ ├── 1751505577578.png
│ │ │ │ ├── 1751449453637.png
│ │ │ │ ├── image-20250703152055063.png
│ │ │ │ ├── image-20250708175728546.png
│ │ │ │ ├── 1751449678665.png
│ │ │ │ ├── 1751505499022.png
│ │ │ │ ├── image-20250709173608876.png
│ │ │ │ ├── 1751449326996.png
│ │ │ │ ├── image-20250703152407642.png
│ │ │ │ ├── image-20250703135858391.png
│ │ │ │ ├── image-20250704154147317.png
│ │ │ │ ├── image-20250703135958683.png
│ │ │ │ ├── image-20251205221213420.png
│ │ │ │ ├── image-20250704141806101.png
│ │ │ │ ├── 1751506841431.png
│ │ │ │ ├── 1751450569054.png
│ │ │ │ ├── 1751505635353.png
│ │ │ │ ├── 1751353048967.png
│ │ │ │ ├── image-20250703151501221.png
│ │ │ │ ├── image-20250704170152792.png
│ │ │ │ ├── image-20250709172918841.png
│ │ │ │ ├── image-20250703140911897.png
│ │ │ │ ├── 1751353367309.png
│ │ │ │ ├── image-20251205221108384.png
│ │ │ │ ├── image-20250704145244696.png
│ │ │ │ ├── image-20250704161422892.png
│ │ │ │ ├── image-20250704152706552.png
│ │ │ │ ├── 1751509005299.png
│ │ │ │ ├── image-20250704152000823.png
│ │ │ │ ├── 1751505916226.png
│ │ │ │ ├── image-20250708175525005.png
│ │ │ │ ├── 1751442973541.png
│ │ │ │ ├── 1751438083074.png
│ │ │ │ ├── image-20250704152844610.png
│ │ │ │ ├── image-20250703173636200.png
│ │ │ │ ├── image-20250704150010961.png
│ │ │ │ ├── 1751505849761.png
│ │ │ │ ├── image-20250703135807342.png
│ │ │ │ ├── 1751449494334.png
│ │ │ │ ├── 1751350347494.png
│ │ │ │ ├── 1751505968242.png
│ │ │ │ ├── image-20250704155901962.png
│ │ │ │ ├── image-20251205222928942.png
│ │ │ │ ├── image-20250704165601684.png
│ │ │ │ ├── 1751449790518.png
│ │ │ │ ├── image-20250709141325913.png
│ │ │ │ ├── 1751352806726.png
│ │ │ │ ├── 1751450054871.png
│ │ │ │ ├── image-20250703105750670.png
│ │ │ │ ├── image-20250709140217099.png
│ │ │ │ ├── 1751349860567.png
│ │ │ │ ├── image-20250704155646773.png
│ │ │ │ ├── 1751506659134.png
│ │ │ │ ├── 1751449820401.png
│ │ │ │ ├── image-20250703141137934.png
│ │ │ │ ├── 1751444520438.png
│ │ │ │ ├── 1751449911741.png
│ │ │ │ ├── image-20250709115432438.png
│ │ │ │ ├── 1751352754652.png
│ │ │ │ ├── 1751450379312.png
│ │ │ │ ├── 1751449861819.png
│ │ │ │ ├── image-20250709164943698.png
│ │ │ │ ├── image-20250708175643744.png
│ │ │ │ ├── image-20250704093148959.png
│ │ │ │ ├── image-20250703151907556.png
│ │ │ │ ├── image-20250703165048613.png
│ │ │ │ ├── image-20250703152547746.png
│ │ │ │ ├── image-20250709150707919.png
│ │ │ │ ├── image-20250703115252913.png
│ │ │ │ ├── image-20250703145348163.png
│ │ │ │ ├── image-20250709140816975.png
│ │ │ │ ├── image-20250709143708016.png
│ │ │ │ ├── image-20250708175950925.png
│ │ │ │ ├── image-20250708175434839.png
│ │ │ │ ├── image-20250704161718535.png
│ │ │ │ ├── image-20250704171047390.png
│ │ │ │ ├── image-20250704103228098.png
│ │ │ │ ├── image-20250703140803256.png
│ │ │ │ ├── image-20250708180158841.png
│ │ │ │ ├── image-20250703171637609.png
│ │ │ │ ├── 1751450113512.png
│ │ │ │ ├── image-20250708175818588.png
│ │ │ │ ├── 1751450198415.png
│ │ │ │ ├── 1751449420848.png
│ │ │ │ ├── image-20250704084945050.png
│ │ │ │ ├── image-20250703140736086.png
│ │ │ │ ├── 1751449218959.png
│ │ │ │ ├── image-20250905191006517.png
│ │ │ │ ├── 1751450340015.png
│ │ │ │ ├── image-20250703141104911.png
│ │ │ │ ├── image-20250703151432110.png
│ │ │ │ ├── image-20250704094534018.png
│ │ │ │ ├── image-20250709135431571.png
│ │ │ │ ├── image-20250703145436614.png
│ │ │ │ ├── 1751506868173.png
│ │ │ │ ├── image-20250708180244328.png
│ │ │ │ ├── 1751435248926.png
│ │ │ │ ├── image-20250709103152430.png
│ │ │ │ ├── image-20250709152027367.png
│ │ │ │ ├── image-20250708180051708.png
│ │ │ │ ├── image-20250708180114709.png
│ │ │ │ ├── image-20250704162951475.png
│ │ │ │ ├── 1751449370440.png
│ │ │ │ ├── image-20250708175843159.png
│ │ │ │ ├── image-20251205221341817.png
│ │ │ │ ├── image-20250704150934604.png
│ │ │ │ ├── 1751448559048.png
│ │ │ │ ├── image-20250708180400780.png
│ │ │ │ ├── image-20250703141549726.png
│ │ │ │ ├── image-20250703105947874.png
│ │ │ │ ├── 1751435204872.png
│ │ │ │ ├── image-20250703140842137.png
│ │ │ │ ├── image-20250708175551620.png
│ │ │ │ ├── 1751506312847.png
│ │ │ │ ├── image-20250709155559871.png
│ │ │ │ ├── image-20250708175706681.png
│ │ │ │ ├── 1751508835777.png
│ │ │ │ ├── image-20250709141859996.png
│ │ │ │ ├── 1751507881321.png
│ │ │ │ ├── image-20250703141031746.png
│ │ │ │ ├── image-20250709115514843.png
│ │ │ │ ├── 1751506475681.png
│ │ │ │ ├── image-20250915161959441.png
│ │ │ │ ├── image-20250704141748755.png
│ │ │ │ ├── image-20250709181206789.png
│ │ │ │ ├── image-20250709180210302.png
│ │ │ │ ├── image-20250703141619553.png
│ │ │ │ ├── image-20250704151717020.png
│ │ │ │ ├── 1751505670134.png
│ │ │ │ ├── image-20250708180218798.png
│ │ │ │ ├── image-20250703165014711.png
│ │ │ │ ├── 1751449618455.png
│ │ │ │ ├── 1751442830110.png
│ │ │ │ ├── 1751449945392.png
│ │ │ │ ├── 1751508156236.png
│ │ │ │ ├── image-20250703141235839.png
│ │ │ │ ├── image-20250704171917472.png
│ │ │ │ ├── 1751448781239.png
│ │ │ │ ├── image-20250709145641306.png
│ │ │ │ ├── 1751352729064.png
│ │ │ │ ├── 1751448606798.png
│ │ │ │ ├── image-20250709160540097.png
│ │ │ │ ├── image-20251205221323224.png
│ │ │ │ ├── image-20251205221400128.png
│ │ │ │ ├── image-20250708180429869.png
│ │ │ │ ├── image-20251205221235836.png
│ │ │ │ ├── image-20211127212047635.png
│ │ │ │ ├── 1751506801375.png
│ │ │ │ ├── image-20250703164807549.png
│ │ │ │ ├── 1751449989108.png
│ │ │ │ ├── 1751438491358.png
│ │ │ │ ├── 1751282066527.png
│ │ │ │ ├── 1751450081319.png
│ │ │ │ ├── image-20250703135920301.png
│ │ │ │ ├── image-20250703142823472.png
│ │ │ │ ├── image-20250704160201520.png
│ │ │ │ ├── image-20250703164845206.png
│ │ │ │ ├── 1751448530969.png
│ │ │ │ ├── image-20250704090252856.png
│ │ │ │ ├── image-20251205221307410.png
│ │ │ │ ├── 1751506690623.png
│ │ │ │ ├── 1751506748534.png
│ │ │ │ ├── 1751448761245.png
│ │ │ │ ├── image-20250709135534455.png
│ │ │ │ ├── image-20250704155449433.png
│ │ │ │ ├── 1751506394457.png
│ │ │ │ ├── 1751507441097.png
│ │ │ │ ├── 1751450694538.png
│ │ │ │ ├── 1751449711157.png
│ │ │ │ ├── image-20250703141917303.png
│ │ │ │ ├── 1751450318914.png
│ │ │ │ ├── 1751450356096.png
│ │ │ │ ├── 1751506438550.png
│ │ │ │ ├── image-20250704144654872.png
│ │ │ │ ├── image-20250708175752134.png
│ │ │ │ ├── image-20250703135942406.png
│ │ │ │ ├── image-20250703151356476.png
│ │ │ │ ├── 1751505459082.png
│ │ │ │ ├── image-20250708180135141.png
│ │ │ │ ├── 1751449534421.png
│ │ │ │ ├── image-20250704093045313.png
│ │ │ │ ├── 1751450404951.png
│ │ │ │ ├── image-20250709104850594.png
│ │ │ │ ├── 1751506815780.png
│ │ │ │ ├── 1751506717573.png
│ │ │ │ ├── 1751505528356.png
│ │ │ │ ├── image-20250703151849647.png
│ │ │ │ ├── 1751506563511.png
│ │ │ │ ├── image-20250709144516085.png
│ │ │ │ ├── 1751352969154.png
│ │ │ │ ├── image-20250708180310287.png
│ │ │ │ ├── 1751506242407.png
│ │ │ │ ├── image-20250703164725037.png
│ │ │ │ ├── image-20250709111617948.png
│ │ │ │ ├── image-20250708175350102.png
│ │ │ │ ├── 1751352873480.png
│ │ │ │ ├── 1751506773232.png
│ │ │ │ ├── image-20250703140935873.png
│ │ │ │ ├── image-20250703140635072.png
│ │ │ │ ├── 1751449278652.png
│ │ │ │ ├── 1751506271402.png
│ │ │ │ ├── image-20250708175909127.png
│ │ │ │ ├── image-20250710112307971.png
│ │ │ │ ├── image-20250703151541161.png
│ │ │ │ ├── image-20250708175929522.png
│ │ │ │ ├── image-20250708175459770.png
│ │ │ │ ├── 1751352922213.png
│ │ │ │ ├── image-20250703141455785.png
│ │ │ │ ├── image-20250709153724077.png
│ │ │ │ ├── 1751508923074.png
│ │ │ │ ├── image-20250704090528360.png
│ │ │ │ ├── 1751507406974.png
│ │ │ │ ├── 1751509264784.png
│ │ │ │ ├── 1751507464531.png
│ │ │ │ ├── image-20250703141316867.png
│ │ │ │ ├── image-20250703152650855.png
│ │ │ │ ├── image-20250703145246355.png
│ │ │ │ ├── image-20250709170313594.png
│ │ │ │ ├── image-20250709143811799.png
│ │ │ │ ├── 1751506629664.png
│ │ │ │ ├── 1751450024790.png
│ │ │ │ ├── image-20250708180330728.png
│ │ │ │ ├── 1751507835399.png
│ │ │ │ ├── image-20250708180016014.png
│ │ │ │ ├── 1751450226323.png
│ │ │ │ ├── image-20250704154434459.png
│ │ │ │ ├── image-20250703140958561.png
│ │ │ │ ├── 1751507803485.png
│ │ │ │ ├── image-20250704162115823.png
│ │ │ │ ├── image-20250704152419340.png
│ │ │ │ ├── 1751506206113.png
│ │ │ │ ├── image-20250708175616090.png
│ │ │ │ ├── image-20250703151643934.png
│ │ │ │ ├── image-20250703140711889.png
│ │ │ │ ├── image-20250704090411434.png
│ │ │ │ ├── 1751506537329.png
│ │ │ │ ├── 1751506171698.png
│ │ │ │ ├── image-20250704084853141.png
│ │ │ │ ├── image-20250703151813695.png
│ │ │ │ ├── 1751506105354.png
│ │ │ │ ├── image-20250703145214565.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库.md
│ ├── day49_DBA_MySQL优化_RDS
│ │ ├── 阿里云RDS
│ │ │ ├── 阿里云组件-RDS.docx
│ │ ├── Redis
│ │ │ ├── LinuxSRE运维-企业级极速Redis数据库.assets
│ │ │ │ ├── image-20250908174735474.png
│ │ │ │ ├── image-20250901193509808.png
│ │ │ │ ├── image-20250829173314797.png
│ │ │ │ ├── image-20250908151427379.png
│ │ │ │ ├── image-20250822163107265.png
│ │ │ │ ├── image-20250908154642379.png
│ │ │ │ ├── image-20250820105000377.png
│ │ │ │ ├── image-20250901202230081.png
│ │ │ │ ├── image-20250820134046042.png
│ │ │ │ ├── image-20250908152026053.png
│ │ │ │ ├── image-20250829173805445.png
│ │ │ │ ├── image-20250822113555202.png
│ │ │ │ ├── image-20250819101228707.png
│ │ │ │ ├── image-20250901174238232.png
│ │ │ │ ├── image-20250908152748404.png
│ │ │ │ ├── image-20251022161746905.png
│ │ │ │ ├── image-20250820145137709.png
│ │ │ │ ├── image-20250822172144187.png
│ │ │ │ ├── image-20250901193540327.png
│ │ │ │ ├── image-20250820103115825.png
│ │ │ │ ├── image-20250820110539978.png
│ │ │ │ ├── image-20250908174616874.png
│ │ │ │ ├── image-20250820145241348.png
│ │ │ │ ├── image-20250819161920755.png
│ │ │ │ ├── image-20250829191835876.png
│ │ │ │ ├── image-20250822164318263.png
│ │ │ │ ├── image-20250829180902209.png
│ │ │ │ ├── 1751282066527.png
│ │ │ │ ├── image-20250908154210561.png
│ │ │ │ ├── image-20250822134624466.png
│ │ │ │ ├── image-20250901193753984.png
│ │ │ │ ├── image-20250829173648628.png
│ │ │ │ ├── image-20250829185825382.png
│ │ │ │ ├── image-20250822172802052.png
│ │ │ │ ├── image-20250822104457786.png
│ │ │ │ ├── image-20250901185603395.png
│ │ │ │ ├── image-20250908171539316.png
│ │ │ │ ├── image-20250820175616373.png
│ │ │ │ ├── image-20250908173127740.png
│ │ │ │ ├── image-20250822171936398.png
│ │ │ │ ├── image-20250829173407694.png
│ │ │ │ ├── image-20250822163906975.png
│ │ │ │ ├── image-20250820110801040.png
│ │ │ │ ├── image-20250820142431686.png
│ │ │ │ ├── image-20251022194645640.png
│ │ │ │ ├── image-20250822172639742.png
│ │ │ │ ├── image-20250901202317887.png
│ │ │ │ ├── image-20250901184642654.png
│ │ │ │ ├── image-20250820171039628.png
│ │ │ │ ├── image-20250822164347933.png
│ │ │ │ ├── image-20250822164102725.png
│ │ │ │ ├── image-20250822163806160.png
│ │ │ │ ├── image-20250829185239636.png
│ │ │ │ ├── image-20250822134136356.png
│ │ │ │ ├── image-20250901190901373.png
│ │ │ │ ├── image-20250820134207676.png
│ │ │ │ ├── image-20250829175439794.png
│ │ │ │ ├── image-20250901202828778.png
│ │ │ │ ├── image-20250908153233391.png
│ │ │ │ ├── image-20250820134505999.png
│ │ │ │ ├── image-20250901194859054.png
│ │ │ │ ├── image-20250829180748267.png
│ │ │ │ ├── image-20250822135350292.png
│ │ │ │ ├── image-20250908172936416.png
│ │ │ │ ├── image-20250901191130527.png
│ │ │ │ ├── image-20250908155912617.png
│ │ │ │ ├── image-20250901174604107.png
│ │ │ │ ├── image-20250901184523539.png
│ │ │ │ ├── image-20250829184718720.png
│ │ │ │ ├── image-20250901174839114.png
│ │ │ │ ├── image-20250822191128672.png
│ │ │ │ ├── image-20250908150617490.png
│ │ │ │ ├── image-20250829170950380.png
│ │ │ │ ├── image-20250829181157876.png
│ │ │ │ ├── image-20250908174808059.png
│ │ │ │ ├── image-20250901191012246.png
│ │ │ │ ├── image-20250819160239667.png
│ │ │ │ ├── image-20250901191938943.png
│ │ │ │ ├── image-20250822111104287.png
│ │ │ │ ├── image-20250822143218517.png
│ │ │ │ ├── image-20250901185704675.png
│ │ │ ├── LinuxSRE运维-企业级极速Redis数据库.md
│ │ ├── 课件
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-05.assets
│ │ │ │ ├── image-20250809181811915.png
│ │ │ │ ├── 731337-20170215110757754-564918271.png
│ │ │ │ ├── image-20250812170102644.png
│ │ │ │ ├── image-20250811210852305.png
│ │ │ │ ├── image-20250809200750696.png
│ │ │ │ ├── image-20250815153241954.png
│ │ │ │ ├── image-20250809191947011.png
│ │ │ │ ├── image-20250815181655977.png
│ │ │ │ ├── 1674267901595.png
│ │ │ │ ├── 731337-20170215105451504-25318842.png
│ │ │ │ ├── image-20250812150617934.png
│ │ │ │ ├── image-20250812161921728.png
│ │ │ │ ├── image-20250815163549544.png
│ │ │ │ ├── image-20250812170916345.png
│ │ │ │ ├── image-20250811191436105.png
│ │ │ │ ├── image-20250809200957586.png
│ │ │ │ ├── image-20250809190942631.png
│ │ │ │ ├── image-20250809193653812.png
│ │ │ │ ├── image-20250818111052716.png
│ │ │ │ ├── image-20250813105847340.png
│ │ │ │ ├── image-20250815153307398.png
│ │ │ │ ├── image-20250809200833556.png
│ │ │ │ ├── 16426517044910.png
│ │ │ │ ├── image-20250809211040332.png
│ │ │ │ ├── image-20250809181746107.png
│ │ │ │ ├── image-20250812170028648.png
│ │ │ │ ├── image-20250811191515064.png
│ │ │ │ ├── 1674788468176.png
│ │ │ │ ├── image-20250809211145651.png
│ │ │ │ ├── image-20250809190418620.png
│ │ │ │ ├── image-20250818100259965.png
│ │ │ │ ├── image-20250809193808142.png
│ │ │ │ ├── image-20250809192002895.png
│ │ │ │ ├── image-20250812172740420.png
│ │ │ │ ├── 731337-20170215105255941-522596003.png
│ │ │ │ ├── 1674788511223.png
│ │ │ │ ├── image-20250809193240258.png
│ │ │ │ ├── 1675009624897.png
│ │ │ │ ├── image-20250815173947471.png
│ │ │ │ ├── image-20250812163955064.png
│ │ │ │ ├── image-20250809200730352.png
│ │ │ │ ├── 1675067050508.png
│ │ │ │ ├── image-20250809211117325.png
│ │ │ │ ├── image-20250815171438256.png
│ │ │ │ ├── image-20250815144716931.png
│ │ │ │ ├── image-20250730135810015.png
│ │ │ │ ├── image-20250812142013939.png
│ │ │ │ ├── image-20250812142059348.png
│ │ │ │ ├── image-20250813105829742.png
│ │ │ │ ├── image-20250809181948643.png
│ │ │ │ ├── image-20250815183548920.png
│ │ │ │ ├── image-20250815171229737.png
│ │ │ │ ├── image-20250811191627856.png
│ │ │ │ ├── image-20250813164020224.png
│ │ │ │ ├── image-20250812170141076.png
│ │ │ │ ├── image-20250809191838189.png
│ │ │ │ ├── e90e6d7469.jpg
│ │ │ │ ├── image-20250812170529442.png
│ │ │ │ ├── image-20250809190500063.png
│ │ │ │ ├── image-20250809192029946.png
│ │ │ │ ├── image-20250815164554354.png
│ │ │ │ ├── image-20250815182729170.png
│ │ │ │ ├── image-20250815142722530.png
│ │ │ │ ├── image-20250811191552743.png
│ │ │ │ ├── image-20250815181153673.png
│ │ │ │ ├── image-20250809195241512.png
│ │ │ │ ├── image-20250812173012624.png
│ │ │ │ ├── image-20250812140640547.png
│ │ │ │ ├── image-20250815175141355.png
│ │ │ │ ├── image-20250811174938377.png
│ │ │ │ ├── image-20250812170219433.png
│ │ │ │ ├── image-20250815171847125.png
│ │ │ │ ├── image-20250809211217474.png
│ │ │ │ ├── image-20250812165921532.png
│ │ │ │ ├── image-20250809181722614.png
│ │ │ │ ├── 1674788427009.png
│ │ │ │ ├── image-20250813172737111.png
│ │ │ │ ├── 1675014261538.png
│ │ │ │ ├── 1674788559115.png
│ │ │ │ ├── image-20250815152906554.png
│ │ │ │ ├── image-20250812153813151.png
│ │ │ │ ├── 1674800966208.png
│ │ │ │ ├── image-20250809193346869.png
│ │ │ │ ├── image-20250809183353022.png
│ │ │ │ ├── image-20250818100347716.png
│ │ │ │ ├── image-20250815144931571.png
│ │ │ │ ├── image-20250815144633334.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-05.md
│ │ ├── 视频
│ │ │ ├── 11-MySQL的读写锁.mp4
│ │ │ ├── 01-MySQL优化之系统层面优化(1).mp4
│ │ │ ├── 13-阿里云RDS(1).mp4
│ │ │ ├── 09-MySQL开发规范要求.mp4
│ │ │ ├── 14-阿里云RDS(2).mp4
│ │ │ ├── 10-MySQL索引相关优化.mp4
│ │ │ ├── 07-MySQL结构参数优化(2).mp4
│ │ │ ├── 04-MySQL优化之系统层面优化(4).mp4
│ │ │ ├── 02-MySQL优化之系统层面优化(2).mp4
│ │ │ ├── 06-MySQL结构参数优化(1).mp4
│ │ │ ├── 05-MySQL软件版本选择.mp4
│ │ │ ├── 12-MySQL的全局锁和死锁.mp4
│ │ │ ├── 08-MySQL结构参数优化(3).mp4
│ │ │ ├── 03-MySQL优化之系统层面优化(3).mp4
│ ├── day31_DBA_MySQL_MySQL简介和安装
│ │ ├── 视频
│ │ │ ├── 12-安装MySQL之环境配置(基础四项).mp4
│ │ │ ├── 08-数据库相关概念.mp4
│ │ │ ├── 03-DBA岗位级别.mp4
│ │ │ ├── 04-DBA职业规划.mp4
│ │ │ ├── 02-DBA岗位介绍.mp4
│ │ │ ├── 05-DBA之数据库分类.mp4
│ │ │ ├── 15-安装MySQL之初始化、配置以及设置密码.mp4
│ │ │ ├── 10-MySQL简介.mp4
│ │ │ ├── 09-SQL的简介、分类和规范.mp4
│ │ │ ├── 13-安装MySQL之环境配置(高级配置).mp4
│ │ │ ├── 07-安装Linux操作系统.mp4
│ │ │ ├── 06-DBA之数据库简介.mp4
│ │ │ ├── 01-DBA课程价值.mp4
│ │ │ ├── 11-MySQL安装方式和二进制包下载.mp4
│ │ │ ├── 14-安装MySQL之检查环境.mp4
│ │ ├── shell
│ │ │ ├── change.sh
│ │ ├── 软件
│ │ │ ├── mysql-8.0.26-linux-glibc2.12-x86_64.tar.xz
│ │ ├── 课件
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库.assets
│ │ │ │ ├── image-20250703145246355.png
│ │ │ │ ├── image-20250704090411434.png
│ │ │ │ ├── 1751449494334.png
│ │ │ │ ├── 1751506171698.png
│ │ │ │ ├── image-20250709180210302.png
│ │ │ │ ├── image-20250708175434839.png
│ │ │ │ ├── image-20250703145436614.png
│ │ │ │ ├── image-20250709145641306.png
│ │ │ │ ├── image-20250709140816975.png
│ │ │ │ ├── 1751506105354.png
│ │ │ │ ├── 1751506597586.png
│ │ │ │ ├── image-20250704154147317.png
│ │ │ │ ├── image-20250703145531572.png
│ │ │ │ ├── 1751448606798.png
│ │ │ │ ├── image-20250708180218798.png
│ │ │ │ ├── 1751448781239.png
│ │ │ │ ├── image-20250704150934604.png
│ │ │ │ ├── image-20250708175752134.png
│ │ │ │ ├── 1751353048967.png
│ │ │ │ ├── image-20250708180400780.png
│ │ │ │ ├── image-20250704144654872.png
│ │ │ │ ├── 1751507881321.png
│ │ │ │ ├── image-20250708175643744.png
│ │ │ │ ├── image-20250703140842137.png
│ │ │ │ ├── image-20250704151717020.png
│ │ │ │ ├── image-20250703151501221.png
│ │ │ │ ├── image-20250703145214565.png
│ │ │ │ ├── image-20250703152354585.png
│ │ │ │ ├── image-20250709135431571.png
│ │ │ │ ├── 1751505916226.png
│ │ │ │ ├── 1751506815780.png
│ │ │ │ ├── 1751506868173.png
│ │ │ │ ├── 1751506659134.png
│ │ │ │ ├── image-20250703151907556.png
│ │ │ │ ├── 1751507803485.png
│ │ │ │ ├── image-20250704152419340.png
│ │ │ │ ├── image-20250709181206789.png
│ │ │ │ ├── image-20250704093148959.png
│ │ │ │ ├── image-20250703105714610.png
│ │ │ │ ├── 1751506012590.png
│ │ │ │ ├── 1751352969154.png
│ │ │ │ ├── image-20250709155559871.png
│ │ │ │ ├── image-20250709153724077.png
│ │ │ │ ├── 1751450379312.png
│ │ │ │ ├── image-20250708175818588.png
│ │ │ │ ├── 1751449534421.png
│ │ │ │ ├── 1751450054871.png
│ │ │ │ ├── 1751438083074.png
│ │ │ │ ├── 1751450113512.png
│ │ │ │ ├── image-20250703140635072.png
│ │ │ │ ├── 1751352729064.png
│ │ │ │ ├── 1751506475681.png
│ │ │ │ ├── 1751350347494.png
│ │ │ │ ├── image-20250704141806101.png
│ │ │ │ ├── 1751506690623.png
│ │ │ │ ├── 1751448559048.png
│ │ │ │ ├── image-20250708175459770.png
│ │ │ │ ├── image-20250703151541161.png
│ │ │ │ ├── image-20250709160540097.png
│ │ │ │ ├── 1751352922213.png
│ │ │ │ ├── image-20250708175843159.png
│ │ │ │ ├── image-20250703135920301.png
│ │ │ │ ├── 1751353367309.png
│ │ │ │ ├── 1751506801375.png
│ │ │ │ ├── image-20250703164725037.png
│ │ │ │ ├── image-20250703141455785.png
│ │ │ │ ├── image-20250709172918841.png
│ │ │ │ ├── 1751449989108.png
│ │ │ │ ├── 1751444520438.png
│ │ │ │ ├── image-20250704084853141.png
│ │ │ │ ├── image-20250708180429869.png
│ │ │ │ ├── image-20250703140935873.png
│ │ │ │ ├── 1751450081319.png
│ │ │ │ ├── image-20250703151643934.png
│ │ │ │ ├── image-20250704171917472.png
│ │ │ │ ├── 1751448761245.png
│ │ │ │ ├── 1751505577578.png
│ │ │ │ ├── image-20250708175909127.png
│ │ │ │ ├── image-20250708180135141.png
│ │ │ │ ├── image-20250704163440263.png
│ │ │ │ ├── image-20250708175706681.png
│ │ │ │ ├── 1751449370440.png
│ │ │ │ ├── image-20250703135807342.png
│ │ │ │ ├── image-20250709111516410.png
│ │ │ │ ├── 1751506271402.png
│ │ │ │ ├── 1751449711157.png
│ │ │ │ ├── 1751505635353.png
│ │ │ │ ├── 1751507406974.png
│ │ │ │ ├── 1751449420848.png
│ │ │ │ ├── image-20250704094534018.png
│ │ │ │ ├── 1751442830110.png
│ │ │ │ ├── image-20250703141549726.png
│ │ │ │ ├── image-20250703142221867.png
│ │ │ │ ├── image-20250703141619553.png
│ │ │ │ ├── image-20250703165014711.png
│ │ │ │ ├── image-20250703135832319.png
│ │ │ │ ├── 1751425740490.png
│ │ │ │ ├── 1751282066527.png
│ │ │ │ ├── 1751506629664.png
│ │ │ │ ├── 1751505849761.png
│ │ │ │ ├── 1751449861819.png
│ │ │ │ ├── image-20250709103152430.png
│ │ │ │ ├── 1751449790518.png
│ │ │ │ ├── image-20250703141031746.png
│ │ │ │ ├── 1751450569054.png
│ │ │ │ ├── image-20250708180310287.png
│ │ │ │ ├── 1751507441097.png
│ │ │ │ ├── 1751506773232.png
│ │ │ │ ├── 1751506312847.png
│ │ │ │ ├── image-20250703140736086.png
│ │ │ │ ├── 1751506563511.png
│ │ │ │ ├── image-20250709104850594.png
│ │ │ │ ├── 1751449278652.png
│ │ │ │ ├── image-20250704145244696.png
│ │ │ │ ├── 1751449820401.png
│ │ │ │ ├── image-20250704161718535.png
│ │ │ │ ├── 1751450356096.png
│ │ │ │ ├── image-20250703145348163.png
│ │ │ │ ├── image-20250708175929522.png
│ │ │ │ ├── image-20250709144516085.png
│ │ │ │ ├── 1751449218959.png
│ │ │ │ ├── image-20250709115432438.png
│ │ │ │ ├── image-20250708180244328.png
│ │ │ │ ├── 1751450254942.png
│ │ │ │ ├── image-20250704090528360.png
│ │ │ │ ├── 1751505968242.png
│ │ │ │ ├── image-20250703173636200.png
│ │ │ │ ├── image-20250703135942406.png
│ │ │ │ ├── 1751450198415.png
│ │ │ │ ├── image-20250708180158841.png
│ │ │ │ ├── image-20250704103228098.png
│ │ │ │ ├── image-20250703115252913.png
│ │ │ │ ├── 1751506537329.png
│ │ │ │ ├── image-20250709135534455.png
│ │ │ │ ├── 1751505528356.png
│ │ │ │ ├── image-20250703105750670.png
│ │ │ │ ├── image-20250709143708016.png
│ │ │ │ ├── image-20250703140958561.png
│ │ │ │ ├── image-20250709164943698.png
│ │ │ │ ├── image-20250709152027367.png
│ │ │ │ ├── image-20250704152706552.png
│ │ │ │ ├── image-20250709143811799.png
│ │ │ │ ├── 1751450694538.png
│ │ │ │ ├── 1751508923074.png
│ │ │ │ ├── 1751352754652.png
│ │ │ │ ├── image-20250703135958683.png
│ │ │ │ ├── image-20250704162951475.png
│ │ │ │ ├── 1751508156236.png
│ │ │ │ ├── 1751507464531.png
│ │ │ │ ├── image-20250703151849647.png
│ │ │ │ ├── 1751449326996.png
│ │ │ │ ├── image-20250703152306663.png
│ │ │ │ ├── image-20250905191006517.png
│ │ │ │ ├── 1751506438550.png
│ │ │ │ ├── image-20250709141859996.png
│ │ │ │ ├── image-20250703164845206.png
│ │ │ │ ├── 1751450226323.png
│ │ │ │ ├── image-20250703171637609.png
│ │ │ │ ├── 1751449678665.png
│ │ │ │ ├── 1751435248926.png
│ │ │ │ ├── image-20250703141357927.png
│ │ │ │ ├── 1751506394457.png
│ │ │ │ ├── 1751508835777.png
│ │ │ │ ├── image-20250703164807549.png
│ │ │ │ ├── image-20250709111617948.png
│ │ │ │ ├── image-20250708180016014.png
│ │ │ │ ├── 1751506242407.png
│ │ │ │ ├── image-20250708175950925.png
│ │ │ │ ├── image-20250703152055063.png
│ │ │ │ ├── image-20250703142823472.png
│ │ │ │ ├── image-20250703141316867.png
│ │ │ │ ├── 1751449945392.png
│ │ │ │ ├── 1751349860567.png
│ │ │ │ ├── image-20250704154434459.png
│ │ │ │ ├── image-20250708180330728.png
│ │ │ │ ├── image-20250704150010961.png
│ │ │ │ ├── image-20250703151432110.png
│ │ │ │ ├── image-20250708180051708.png
│ │ │ │ ├── 1751506717573.png
│ │ │ │ ├── image-20250703165048613.png
│ │ │ │ ├── image-20250704155901962.png
│ │ │ │ ├── image-20250708175616090.png
│ │ │ │ ├── image-20250704155449433.png
│ │ │ │ ├── image-20250703151813695.png
│ │ │ │ ├── image-20250704171047390.png
│ │ │ │ ├── image-20250708180114709.png
│ │ │ │ ├── image-20250710112307971.png
│ │ │ │ ├── image-20250709170313594.png
│ │ │ │ ├── 1751449618455.png
│ │ │ │ ├── image-20250703152407642.png
│ │ │ │ ├── image-20250703141235839.png
│ │ │ │ ├── 1751352873480.png
│ │ │ │ ├── image-20250703140803256.png
│ │ │ │ ├── image-20250703151214930.png
│ │ │ │ ├── image-20250703152650855.png
│ │ │ │ ├── image-20250709150707919.png
│ │ │ │ ├── 1751449911741.png
│ │ │ │ ├── 1751505670134.png
│ │ │ │ ├── image-20250703140911897.png
│ │ │ │ ├── image-20250704152844610.png
│ │ │ │ ├── 1751505499022.png
│ │ │ │ ├── image-20250708175350102.png
│ │ │ │ ├── image-20250709140217099.png
│ │ │ │ ├── image-20250704152000823.png
│ │ │ │ ├── 1751438491358.png
│ │ │ │ ├── 1751352806726.png
│ │ │ │ ├── 1751507835399.png
│ │ │ │ ├── image-20250703135858391.png
│ │ │ │ ├── image-20250703141137934.png
│ │ │ │ ├── image-20250915161959441.png
│ │ │ │ ├── 1751506748534.png
│ │ │ │ ├── image-20250704193628519.png
│ │ │ │ ├── image-20250709115514843.png
│ │ │ │ ├── 1751506206113.png
│ │ │ │ ├── 1751450024790.png
│ │ │ │ ├── image-20250703140711889.png
│ │ │ │ ├── 1751509264784.png
│ │ │ │ ├── 1751450404951.png
│ │ │ │ ├── image-20250703141104911.png
│ │ │ │ ├── 1751449751056.png
│ │ │ │ ├── image-20250708175728546.png
│ │ │ │ ├── image-20250709173608876.png
│ │ │ │ ├── image-20250704161422892.png
│ │ │ │ ├── image-20250703141917303.png
│ │ │ │ ├── image-20250704155646773.png
│ │ │ │ ├── image-20250704141748755.png
│ │ │ │ ├── 1751448530969.png
│ │ │ │ ├── image-20250704165601684.png
│ │ │ │ ├── 1751449453637.png
│ │ │ │ ├── image-20250704162115823.png
│ │ │ │ ├── 1751442973541.png
│ │ │ │ ├── 1751506841431.png
│ │ │ │ ├── image-20250704160201520.png
│ │ │ │ ├── 1751450318914.png
│ │ │ │ ├── image-20250704090252856.png
│ │ │ │ ├── image-20250703152547746.png
│ │ │ │ ├── 1751505459082.png
│ │ │ │ ├── image-20250703151356476.png
│ │ │ │ ├── image-20250704084945050.png
│ │ │ │ ├── 1751450340015.png
│ │ │ │ ├── image-20250703105947874.png
│ │ │ │ ├── image-20250704093045313.png
│ │ │ │ ├── 1751435204872.png
│ │ │ │ ├── 1751509005299.png
│ │ │ │ ├── image-20250708175551620.png
│ │ │ │ ├── image-20250708175525005.png
│ │ │ │ ├── image-20250704170152792.png
│ │ │ │ ├── image-20250709141325913.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库.md
│ ├── day38_DBA_MySQL视图_存储过程
│ │ ├── SQL
│ │ │ ├── 存储过程.sql
│ │ │ ├── 视图.sql
│ │ ├── 视频
│ │ │ ├── 08-MySQL存储过程相关语句.mp4
│ │ │ ├── 10-MySQL中变量的赋值方式.mp4
│ │ │ ├── 04-MySQL视图的增删改查.mp4
│ │ │ ├── 16-MySQL存储过程的删除和查看信息.mp4
│ │ │ ├── 03-MySQL视图修改、展示详细信息.mp4
│ │ │ ├── 06-MySQL视图的删除.mp4
│ │ │ ├── 09-MySQL存储过程的结束符问题.mp4
│ │ │ ├── 15-MySQL存储过程的inout参数.mp4
│ │ │ ├── 14-MySQL存储过程的out参数.mp4
│ │ │ ├── 11-MySQL存储过程的创建和调用.mp4
│ │ │ ├── 12-MySQL存储过程的in参数.mp4
│ │ │ ├── 05-MySQL不能更新的视图.mp4
│ │ │ ├── 13-MySQL存储过程的多个in参数.mp4
│ │ │ ├── 07-MySQL存储过程概述.mp4
│ │ │ ├── 02-MySQL视图创建.mp4
│ │ │ ├── 01-MySQL视图概述.mp4
│ │ │ ├── 17-MySQL存储过程案例.mp4
│ ├── day42_DBA_MySQL多实例
│ │ ├── 软件
│ │ │ ├── mysql-5.6.48-linux-glibc2.12-x86_64.tar.gz
│ │ │ ├── mysql-5.7.30-linux-glibc2.12-x86_64.tar.gz
│ │ ├── 视频
│ │ │ ├── 14-MySQL版本升级之MySQL5.7.30升级到MySQL8.0.26.mp4
│ │ │ ├── 02-MySQL多实例概念.mp4
│ │ │ ├── 16-MySQL程序结构.mp4
│ │ │ ├── 05-MySQL多实例设置标识.mp4
│ │ │ ├── 08-MySQL升级之安装MySQL5.6.48.mp4
│ │ │ ├── 06-MySQL版本升级的方式.mp4
│ │ │ ├── 07-MySQL升级规划.mp4
│ │ │ ├── 03-MySQL多实例之准备工作.mp4
│ │ │ ├── 04-MySQL多实例之初始化和配置服务.mp4
│ │ │ ├── 15-MySQL升级版本后处理用户信息.mp4
│ │ │ ├── 12-MySQL更新表结构.mp4
│ │ │ ├── 13-MySQL版本升级之问题解决.mp4
│ │ │ ├── 11-MySQL备份MySQL5.6.48服务的数据.mp4
│ │ │ ├── 09-MySQL启动测试MySQL5.6.48.mp4
│ │ │ ├── 10-MySQL安装配置并启动MySQL5.7.30.mp4
│ │ │ ├── 01-MySQL配置文件以及配置文件优先级.mp4
│ ├── day35_DBA_MySQL七大子句_子查询
│ │ ├── SQL
│ │ │ ├── select的七大子句.sql
│ │ │ ├── 关联查询.sql
│ │ │ ├── DML.sql
│ │ ├── 作业
│ │ │ ├── SQL作业.md
│ │ ├── 笔记
│ │ │ ├── MySQL常用SQL.md
│ │ ├── 视频
│ │ │ ├── 07-MySQL关联查询之三表联查.mp4
│ │ │ ├── 10-MySQL中select的七大子句(3).mp4
│ │ │ ├── 11-MySQL中select的七大子句(4).mp4
│ │ │ ├── 14-MySQL的DDL.mp4
│ │ │ ├── 03-MySQL关联查询(3).mp4
│ │ │ ├── 02-MySQL关联查询(2).mp4
│ │ │ ├── 04-MySQL关联查询(4).mp4
│ │ │ ├── 16-MySQL中修改和删除数据.mp4
│ │ │ ├── 13-MySQL的行列转置功能.mp4
│ │ │ ├── 15-MySQL中添加数据.mp4
│ │ │ ├── 01-MySQL关联查询(1).mp4
│ │ │ ├── 06-MySQL关联查询之自连接.mp4
│ │ │ ├── 09-MySQL中select的七大子句(2).mp4
│ │ │ ├── 05-MySQL关联查询的字段列表问题.mp4
│ │ │ ├── 12-MySQL中select的七大子句(5).mp4
│ │ │ ├── 08-MySQL中select的七大子句(1).mp4
│ ├── day36_DBA_MySQL子查询_数据类型_约束
│ │ ├── 视频
│ │ │ ├── 02-MySQL的子查询之SELECT型子查询.mp4
│ │ │ ├── 15-MySQL的主键约束.mp4
│ │ │ ├── 04-MySQL的子查询之WHERE型子查询(2).mp4
│ │ │ ├── 09-MySQL的数据类型之ENUM和SET.mp4
│ │ │ ├── 10-MySQL的数据类型之日期时间类型.mp4
│ │ │ ├── 07-MySQL的数据类型之浮点.mp4
│ │ │ ├── 03-MySQL的子查询之WHERE型子查询(1).mp4
│ │ │ ├── 13-MySQL的非空约束.mp4
│ │ │ ├── 11-MySQL的约束概述.mp4
│ │ │ ├── 01-MySQL的子查询概述.mp4
│ │ │ ├── 12-MySQL的约束类型.mp4
│ │ │ ├── 14-MySQl的唯一键约束.mp4
│ │ │ ├── 06-MySQL的数据类型之整型.mp4
│ │ │ ├── 08-MySQL的数据类型之字符串.mp4
│ │ │ ├── 05-MySQL的子查询之FROM型子查询.mp4
│ │ ├── 课件
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-02.assets
│ │ │ │ ├── image-20250708180400780.png
│ │ │ │ ├── image-20250708175929522.png
│ │ │ │ ├── image-20250707115549614.png
│ │ │ │ ├── image-20250708175752134.png
│ │ │ │ ├── image-20250708175350102.png
│ │ │ │ ├── image-20250708175616090.png
│ │ │ │ ├── image-20250708180218798.png
│ │ │ │ ├── image-20250708175843159.png
│ │ │ │ ├── image-20251211170752612.png
│ │ │ │ ├── image-20250706190003619.png
│ │ │ │ ├── image-20250707180500783.png
│ │ │ │ ├── image-20250920163742952.png
│ │ │ │ ├── image-20250707092952074.png
│ │ │ │ ├── image-20250708175434839.png
│ │ │ │ ├── image-20250920163756881.png
│ │ │ │ ├── image-20250708180158841.png
│ │ │ │ ├── image-20250708180330728.png
│ │ │ │ ├── image-20250708175818588.png
│ │ │ │ ├── image-20250708175459770.png
│ │ │ │ ├── image-20250708175728546.png
│ │ │ │ ├── image-20250707115714980.png
│ │ │ │ ├── image-20250708175643744.png
│ │ │ │ ├── image-20250707113628257.png
│ │ │ │ ├── image-20250704214134217.png
│ │ │ │ ├── image-20250704212812579.png
│ │ │ │ ├── image-20250707142936074.png
│ │ │ │ ├── image-20250708180429869.png
│ │ │ │ ├── image-20250707115835910.png
│ │ │ │ ├── image-20251211170330649.png
│ │ │ │ ├── image-20250707104402011.png
│ │ │ │ ├── image-20250707102920664.png
│ │ │ │ ├── image-20251211171853540.png
│ │ │ │ ├── image-20250708180114709.png
│ │ │ │ ├── image-20250708175706681.png
│ │ │ │ ├── image-20251211170632777.png
│ │ │ │ ├── image-20250708180135141.png
│ │ │ │ ├── image-20250708180051708.png
│ │ │ │ ├── image-20250707092838016.png
│ │ │ │ ├── image-20250707135839680.png
│ │ │ │ ├── image-20250708175909127.png
│ │ │ │ ├── image-20250708180244328.png
│ │ │ │ ├── image-20250708180016014.png
│ │ │ │ ├── image-20250708175950925.png
│ │ │ │ ├── image-20250707135913336.png
│ │ │ │ ├── image-20250708175551620.png
│ │ │ │ ├── image-20250708175525005.png
│ │ │ │ ├── image-20250708180310287.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-02.md
│ │ ├── SQL
│ │ │ ├── 约束.sql
│ │ │ ├── 子查询.sql
│ ├── day41_DBA_MySQL用户和权限管理
│ │ ├── 视频
│ │ │ ├── 16-MySQL使用重新初始化的方式重置密码.mp4
│ │ │ ├── 02-MySQL创建用户.mp4
│ │ │ ├── 09-MySQL权限概述.mp4
│ │ │ ├── 11-MySQL测试增删改查权限.mp4
│ │ │ ├── 01-MySQL用户概述.mp4
│ │ │ ├── 19-MySQL远程连接.mp4
│ │ │ ├── 12-MySQL中授权所有权限和为其他用户授权的权限.mp4
│ │ │ ├── 17-MySQL使用安全模式重置密码.mp4
│ │ │ ├── 06-MySQL设置服务器端默认的密码加密方式.mp4
│ │ │ ├── 07-MySQL新加密方式的影响.mp4
│ │ │ ├── 08-MySQL加密方式对主从架构和集群的影响.mp4
│ │ │ ├── 10-MySQL授权操作.mp4
│ │ │ ├── 18-MySQL本地连接的套接字文件.mp4
│ │ │ ├── 04-MySQL锁定或解锁用户.mp4
│ │ │ ├── 14-MySQL角色相关操作.mp4
│ │ │ ├── 15-MySQL授权相关的系统表.mp4
│ │ │ ├── 13-MySQL中角色的概念.mp4
│ │ │ ├── 03-MySQL修改用户的白名单信息、密码以及删除用户.mp4
│ │ │ ├── 05-MySQL密码加密插件.mp4
│ │ ├── SQL
│ │ │ ├── 用户和权限.sql
│ │ ├── 课件
│ │ │ ├── MySQL常用SQL.md
│ ├── day48_DBA_MySQL集群
│ │ ├── 软件
│ │ │ ├── mysql-shell-8.0.32-linux-glibc2.12-x86-64bit.tar.gz
│ │ │ ├── mysql-router-8.0.32-linux-glibc2.12-x86_64.tar.xz
│ │ ├── 视频
│ │ │ ├── 06-MySQL集群之初始化各节点.mp4
│ │ │ ├── 13-MySQL优化之硬件方面优化.mp4
│ │ │ ├── 05-MySQL集群之配置文件讲解.mp4
│ │ │ ├── 01-MySQL集群概述.mp4
│ │ │ ├── 03-MySQL集群之配置环境变量.mp4
│ │ │ ├── 10-MySQL集群验证主从复制.mp4
│ │ │ ├── 11-MySQL集群模拟故障转移.mp4
│ │ │ ├── 12-MySQL集群管理相关命令.mp4
│ │ │ ├── 02-MySQL集群之分发MySQL-shell.mp4
│ │ │ ├── 09-MySQL集群之将MySQL路由添加到集群.mp4
│ │ │ ├── 04-MySQL集群之配置my.cnf.mp4
│ │ │ ├── 07-MySQL集群之将各节点添加到集群.mp4
│ │ │ ├── 08-MySQL集群创建并添加各节点.mp4
│ ├── day52_DBA_Redis集群
│ │ ├── 课件
│ │ │ ├── LinuxSRE运维-企业级极速Redis数据库.assets
│ │ │ │ ├── image-20250822111104287.png
│ │ │ │ ├── image-20250908174616874.png
│ │ │ │ ├── image-20250908151427379.png
│ │ │ │ ├── image-20250829180748267.png
│ │ │ │ ├── image-20250820145241348.png
│ │ │ │ ├── image-20250819101228707.png
│ │ │ │ ├── image-20250829173648628.png
│ │ │ │ ├── image-20250908150617490.png
│ │ │ │ ├── image-20250829185239636.png
│ │ │ │ ├── image-20250908155912617.png
│ │ │ │ ├── image-20250908153233391.png
│ │ │ │ ├── image-20250901185704675.png
│ │ │ │ ├── image-20250822172639742.png
│ │ │ │ ├── image-20250901174604107.png
│ │ │ │ ├── image-20250901185603395.png
│ │ │ │ ├── image-20250820110801040.png
│ │ │ │ ├── image-20250908154642379.png
│ │ │ │ ├── 1751282066527.png
│ │ │ │ ├── image-20250820175616373.png
│ │ │ │ ├── image-20250822135350292.png
│ │ │ │ ├── image-20250829180902209.png
│ │ │ │ ├── image-20250820171039628.png
│ │ │ │ ├── image-20251022161746905.png
│ │ │ │ ├── image-20250819160239667.png
│ │ │ │ ├── image-20250901174839114.png
│ │ │ │ ├── image-20250829173314797.png
│ │ │ │ ├── image-20250822164102725.png
│ │ │ │ ├── image-20250820103115825.png
│ │ │ │ ├── image-20250822163806160.png
│ │ │ │ ├── image-20250901194859054.png
│ │ │ │ ├── image-20250822113555202.png
│ │ │ │ ├── image-20250901174238232.png
│ │ │ │ ├── image-20250820105000377.png
│ │ │ │ ├── image-20250901193540327.png
│ │ │ │ ├── image-20250822164318263.png
│ │ │ │ ├── image-20250908171539316.png
│ │ │ │ ├── image-20250908172936416.png
│ │ │ │ ├── image-20250822163107265.png
│ │ │ │ ├── image-20251022194645640.png
│ │ │ │ ├── image-20250901193509808.png
│ │ │ │ ├── image-20250829185825382.png
│ │ │ │ ├── image-20250908174735474.png
│ │ │ │ ├── image-20250829175439794.png
│ │ │ │ ├── image-20250819161920755.png
│ │ │ │ ├── image-20250901184642654.png
│ │ │ │ ├── image-20250820134505999.png
│ │ │ │ ├── image-20250908174808059.png
│ │ │ │ ├── image-20250822191128672.png
│ │ │ │ ├── image-20250822171936398.png
│ │ │ │ ├── image-20250820134046042.png
│ │ │ │ ├── image-20250829184718720.png
│ │ │ │ ├── image-20250822172802052.png
│ │ │ │ ├── image-20250820145137709.png
│ │ │ │ ├── image-20250822172144187.png
│ │ │ │ ├── image-20250822134136356.png
│ │ │ │ ├── image-20250901202828778.png
│ │ │ │ ├── image-20250822134624466.png
│ │ │ │ ├── image-20250901190901373.png
│ │ │ │ ├── image-20250820110539978.png
│ │ │ │ ├── image-20250908173127740.png
│ │ │ │ ├── image-20250901191938943.png
│ │ │ │ ├── image-20250829173407694.png
│ │ │ │ ├── image-20250829173805445.png
│ │ │ │ ├── image-20250901184523539.png
│ │ │ │ ├── image-20250822163906975.png
│ │ │ │ ├── image-20250901191130527.png
│ │ │ │ ├── image-20250901193753984.png
│ │ │ │ ├── image-20250820134207676.png
│ │ │ │ ├── image-20250908152748404.png
│ │ │ │ ├── image-20250829191835876.png
│ │ │ │ ├── image-20250822143218517.png
│ │ │ │ ├── image-20250901202317887.png
│ │ │ │ ├── image-20250908154210561.png
│ │ │ │ ├── image-20250901191012246.png
│ │ │ │ ├── image-20250829170950380.png
│ │ │ │ ├── image-20250822164347933.png
│ │ │ │ ├── image-20250822104457786.png
│ │ │ │ ├── image-20250908152026053.png
│ │ │ │ ├── image-20250820142431686.png
│ │ │ │ ├── image-20250829181157876.png
│ │ │ │ ├── image-20250901202230081.png
│ │ │ ├── LinuxSRE运维-企业级极速Redis数据库.md
│ │ ├── 视频
│ │ │ ├── 06-Redis主从复制总结.mp4
│ │ │ ├── 10-Redis如何解决扩容和分摊写操作.mp4
│ │ │ ├── 11-Redis集群概述.mp4
│ │ │ ├── 14-Redis集群故障恢复.mp4
│ │ │ ├── 09-Redis哨兵模式测试.mp4
│ │ │ ├── 02-Redis主从复制的原理.mp4
│ │ │ ├── 01-Redis主从复制概述.mp4
│ │ │ ├── 15-Redis配置详情(1).mp4
│ │ │ ├── 08-Redis哨兵模式搭建.mp4
│ │ │ ├── 16-Redis配置详情(2).mp4
│ │ │ ├── 12-Redis集群搭建.mp4
│ │ │ ├── 03-Redis主从复制流程.mp4
│ │ │ ├── 05-Redis主从复制功能测试.mp4
│ │ │ ├── 07-Redis薪火相传模式.mp4
│ │ │ ├── 17-Redis配置详情(3).mp4
│ │ │ ├── 13-Redis集群测试.mp4
│ │ │ ├── 04-Redis主从复制架构搭建.mp4
│ ├── day44_DBA_MySQL存储引擎_日志
│ │ ├── 课件
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-04.assets
│ │ │ │ ├── image-20250729145246580.png
│ │ │ │ ├── image-20250722181737725.png
│ │ │ │ ├── image-20250806120147069.png
│ │ │ │ ├── image-20250805100924996.png
│ │ │ │ ├── image-20250807195627133.png
│ │ │ │ ├── image-20250806172149895.png
│ │ │ │ ├── image-20250807161622978.png
│ │ │ │ ├── image-20250730161155902.png
│ │ │ │ ├── image-20250808174453542.png
│ │ │ │ ├── image-20250808095113964.png
│ │ │ │ ├── image-20250730161530304.png
│ │ │ │ ├── 1669564772486.png
│ │ │ │ ├── 1670349486561.png
│ │ │ │ ├── 1670867803361.png
│ │ │ │ ├── image-20250722175507344.png
│ │ │ │ ├── image-20250723173343100.png
│ │ │ │ ├── image-20250724144825622.png
│ │ │ │ ├── image-20250807201015534.png
│ │ │ │ ├── image-20250808094313760.png
│ │ │ │ ├── image-20250807195856976.png
│ │ │ │ ├── image-20250725112135370.png
│ │ │ │ ├── 1670925420469.png
│ │ │ │ ├── image-20250808173200294.png
│ │ │ │ ├── image-20250807112040924.png
│ │ │ │ ├── image-20250729152312214.png
│ │ │ │ ├── image-20250805092055114.png
│ │ │ │ ├── image-20250805092140650.png
│ │ │ │ ├── image-20250808173450092.png
│ │ │ │ ├── image-20250805090641786.png
│ │ │ │ ├── image-20250724161813294.png
│ │ │ │ ├── image-20250806135008963.png
│ │ │ │ ├── image-20250725142427320.png
│ │ │ │ ├── image-20250807154114541.png
│ │ │ │ ├── image-20250730165450781.png
│ │ │ │ ├── image-20250808145016759.png
│ │ │ │ ├── image-20250725171809592.png
│ │ │ │ ├── image-20250808160629547.png
│ │ │ │ ├── image-20250807194511372.png
│ │ │ │ ├── image-20250728103037501.png
│ │ │ │ ├── image-20250807163257044.png
│ │ │ │ ├── image-20250808174157398.png
│ │ │ │ ├── image-20250808171512410.png
│ │ │ │ ├── 1668741660424.png
│ │ │ │ ├── image-20250728102750078.png
│ │ │ │ ├── image-20250723110247404.png
│ │ │ │ ├── b612cf066065e0c395f3d0bb1a1b8c85.png
│ │ │ │ ├── image-20250806094141501.png
│ │ │ │ ├── image-20250807103326080.png
│ │ │ │ ├── image-20250723173429230.png
│ │ │ │ ├── image-20250725144832658.png
│ │ │ │ ├── image-20250807190701316.png
│ │ │ │ ├── image-20250725145322135.png
│ │ │ │ ├── image-20250725170133196.png
│ │ │ │ ├── image-20250729155220981.png
│ │ │ │ ├── image-20250728103950081.png
│ │ │ │ ├── image-20250723102214756.png
│ │ │ │ ├── image-20250725143228378.png
│ │ │ │ ├── image-20250725112740308.png
│ │ │ │ ├── image-20250807183618613.png
│ │ │ │ ├── image-20250723182157931.png
│ │ │ │ ├── image-20250805152108844.png
│ │ │ │ ├── image-20250723182707458.png
│ │ │ │ ├── image-20250807175730580.png
│ │ │ │ ├── image-20250723171734843.png
│ │ │ │ ├── image-20250807185951154.png
│ │ │ │ ├── image-20250725155202870.png
│ │ │ │ ├── 1669539705365-17537788311001.png
│ │ │ │ ├── image-20250722182253792.png
│ │ │ │ ├── image-20250807160947570.png
│ │ │ │ ├── image-20250722175802675.png
│ │ │ │ ├── image-20250801091518450.png
│ │ │ │ ├── image-20250807194319302.png
│ │ │ │ ├── image-20250808171945045.png
│ │ │ │ ├── image-20250729111435998.png
│ │ │ │ ├── image-20250728103632966.png
│ │ │ │ ├── image-20250808112604234.png
│ │ │ │ ├── image-20250808161418676.png
│ │ │ │ ├── image-20250728205930050.png
│ │ │ │ ├── image-20250725155228305.png
│ │ │ │ ├── image-20250805090658985.png
│ │ │ │ ├── image-20250722174433461.png
│ │ │ │ ├── image-20250808154645366.png
│ │ │ │ ├── image-20250724170513441.png
│ │ │ │ ├── image-20250728111319845.png
│ │ │ │ ├── image-20250724151040939.png
│ │ │ │ ├── image-20250730093905456.png
│ │ │ │ ├── image-20250807180810780.png
│ │ │ │ ├── image-20250730112607936.png
│ │ │ │ ├── image-20250728151114640.png
│ │ │ │ ├── image-20250808175010226.png
│ │ │ │ ├── 1669564937916.png
│ │ │ │ ├── image-20250730172600028.png
│ │ │ │ ├── image-20250725182324249.png
│ │ │ │ ├── image-20250722175430766.png
│ │ │ │ ├── image-20250805090537977.png
│ │ │ │ ├── 1668703613790.png
│ │ │ │ ├── image-20250728101910405.png
│ │ │ │ ├── image-20250807180828307.png
│ │ │ │ ├── image-20250807185113614.png
│ │ │ │ ├── image-20250728100434546.png
│ │ │ │ ├── image-20250723092230214.png
│ │ │ │ ├── image-20250730165428535.png
│ │ │ │ ├── image-20250728194350488.png
│ │ │ │ ├── image-20250807195430402.png
│ │ │ │ ├── image-20250722174325771.png
│ │ │ │ ├── 1668508035669.png
│ │ │ │ ├── image-20250725143823269.png
│ │ │ │ ├── image-20250801164318944.png
│ │ │ │ ├── image-20250728151140899.png
│ │ │ │ ├── image-20250722172003289.png
│ │ │ │ ├── image-20250806143106639.png
│ │ │ │ ├── image-20250725142000039.png
│ │ │ │ ├── 1668508035669-17532573277201.png
│ │ │ │ ├── image-20250725101839529.png
│ │ │ │ ├── 1670777461704.png
│ │ │ │ ├── image-20250807172217302.png
│ │ │ │ ├── image-20250729153431071.png
│ │ │ │ ├── image-20250723092917413.png
│ │ │ │ ├── image-20250725094314220.png
│ │ │ │ ├── image-20250730190923000.png
│ │ │ │ ├── image-20250808172209994.png
│ │ │ │ ├── image-20250725165801772.png
│ │ │ │ ├── image-20250807161233486.png
│ │ │ │ ├── 1668751396397.png
│ │ │ │ ├── 1673973553046.png
│ │ │ │ ├── image-20250804135806126.png
│ │ │ │ ├── image-20250805110728009.png
│ │ │ │ ├── 1673922233191.png
│ │ │ │ ├── image-20250728102958774.png
│ │ │ │ ├── 1668390569835.png
│ │ │ │ ├── image-20250730135810015.png
│ │ │ │ ├── image-20250806143221128.png
│ │ │ │ ├── image-20250807180739135.png
│ │ │ │ ├── image-20250807190737674.png
│ │ │ │ ├── image-20250723105759206.png
│ │ │ │ ├── image-20250808160223677.png
│ │ │ │ ├── image-20250722171932131.png
│ │ │ │ ├── image-20250724150128446.png
│ │ │ │ ├── image-20250808160503510.png
│ │ │ │ ├── image-20250728153533336.png
│ │ │ │ ├── 1668703457452.png
│ │ │ │ ├── image-20250724135209069.png
│ │ │ │ ├── image-20250723144954096.png
│ │ │ │ ├── image-20250724171907531.png
│ │ │ │ ├── image-20250725134506960.png
│ │ │ │ ├── image-20250723111153854.png
│ │ │ │ ├── 1668600173769.png
│ │ │ │ ├── image-20250722210507676.png
│ │ │ │ ├── image-20250806120136501.png
│ │ │ │ ├── image-20250808155954229.png
│ │ │ │ ├── image-20250723144053529.png
│ │ │ │ ├── image-20250808094755684.png
│ │ │ │ ├── image-20250807200000591.png
│ │ │ │ ├── image-20250801163853276.png
│ │ │ │ ├── image-20250808144841215.png
│ │ │ │ ├── image-20250807192226574.png
│ │ │ │ ├── image-20250807172039556.png
│ │ │ │ ├── image-20250722210212341.png
│ │ │ │ ├── image-20250808174016809.png
│ │ │ │ ├── image-20250723144553651.png
│ │ │ │ ├── image-20250801154758662.png
│ │ │ │ ├── image-20250808165900514.png
│ │ │ │ ├── image-20250806094549549.png
│ │ │ │ ├── image-20250804135208791.png
│ │ │ │ ├── image-20250723093023558.png
│ │ │ │ ├── image-20250808144931344.png
│ │ │ │ ├── image-20250807183830592.png
│ │ │ │ ├── image-20250804143610720.png
│ │ │ │ ├── image-20250808095123794.png
│ │ │ │ ├── image-20250807185925697.png
│ │ │ │ ├── image-20250808160030020.png
│ │ │ │ ├── image-20250725170436854.png
│ │ │ │ ├── image-20250725135525769.png
│ │ │ │ ├── 1669910905795.png
│ │ │ │ ├── image-20250723105447631.png
│ │ │ │ ├── image-20250805093811370.png
│ │ │ │ ├── image-20250725142151356.png
│ │ │ │ ├── image-20250725101652231.png
│ │ │ │ ├── image-20250806093537163.png
│ │ │ │ ├── image-20250725155145885.png
│ │ │ │ ├── image-20250722164650140.png
│ │ │ │ ├── image-20250722181820712.png
│ │ │ │ ├── image-20250730161412284.png
│ │ │ │ ├── image-20250722175334690.png
│ │ │ │ ├── image-20250723093359372.png
│ │ │ │ ├── image-20250807182752058.png
│ │ │ │ ├── image-20250730143129620.png
│ │ │ │ ├── image-20250728120420846.png
│ │ │ │ ├── image-20250730185150118.png
│ │ │ │ ├── image-20250804141243817.png
│ │ │ │ ├── image-20250807171625963.png
│ │ │ │ ├── image-20250808173322528.png
│ │ │ │ ├── image-20250801155105822.png
│ │ │ │ ├── 1670949237999.png
│ │ │ │ ├── image-20250725094712645.png
│ │ │ │ ├── image-20250728115908451.png
│ │ │ │ ├── image-20250725135556541.png
│ │ │ │ ├── image-20250722175822123.png
│ │ │ │ ├── image-20250728102856978.png
│ │ │ │ ├── image-20250807175655434.png
│ │ │ │ ├── image-20250805173423286.png
│ │ │ │ ├── image-20250725173127851.png
│ │ │ │ ├── image-20250801163802511.png
│ │ │ │ ├── image-20250806120125187.png
│ │ │ │ ├── image-20250807192424486.png
│ │ │ │ ├── image-20250808104626973.png
│ │ │ │ ├── 1670602175403.png
│ │ │ │ ├── image-20250729155758941.png
│ │ │ │ ├── image-20250723165921056.png
│ │ │ │ ├── image-20250807175801109.png
│ │ │ │ ├── image-20250808104604040.png
│ │ │ │ ├── image-20250728103614694.png
│ │ │ │ ├── image-20250808170410349.png
│ │ │ │ ├── image-20250807112501110.png
│ │ │ │ ├── image-20250723105620307.png
│ │ │ │ ├── image-20250806092939843.png
│ │ │ │ ├── image-20250806143715630.png
│ │ │ │ ├── image-20250728110851967.png
│ │ │ │ ├── image-20250807161218237.png
│ │ │ │ ├── image-20250728111208144.png
│ │ │ │ ├── 1668751315005.png
│ │ │ │ ├── image-20250723143312934.png
│ │ │ │ ├── image-20250722171010339.png
│ │ │ │ ├── image-20250805152256178.png
│ │ │ │ ├── 1668741592412.png
│ │ │ │ ├── 1672308805649.png
│ │ │ │ ├── image-20250731162208363.png
│ │ │ │ ├── image-20250728111249141.png
│ │ │ │ ├── image-20250723180843811.png
│ │ │ │ ├── 1669539705365.png
│ │ │ │ ├── image-20250729165420089.png
│ │ │ │ ├── image-20250730184906533.png
│ │ │ │ ├── image-20250730193626505.png
│ │ │ │ ├── 1670949335470.png
│ │ │ │ ├── b612cf066065e0c395f3d0bb1a1b8c85-17532573277202.png
│ │ │ │ ├── image-20250723153917776.png
│ │ │ │ ├── image-20250730160731785.png
│ │ │ │ ├── image-20250725182401400.png
│ │ │ │ ├── image-20250807194358053.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-04.md
│ │ ├── 视频
│ │ │ ├── 18-MySQL使用二进制日志模拟数据恢复.mp4
│ │ │ ├── 12-InnoDB存储引擎的内存结构部分.mp4
│ │ │ ├── 06-InnoDB存储引擎磁盘结构不同版本的区别.mp4
│ │ │ ├── 07-InnoDB存储引擎的共享表空间.mp4
│ │ │ ├── 01-MySQL索引扩展信息.mp4
│ │ │ ├── 02-MySQL索引总结.mp4
│ │ │ ├── 03-MySQL索引知识扩展.mp4
│ │ │ ├── 19-MySQL二进制日志的切割和清理和备份.mp4
│ │ │ ├── 14-MySQL的通用日志和错误日志.mp4
│ │ │ ├── 17-MySQL查看二进制日志.mp4
│ │ │ ├── 15-MySQL开启二进制日志.mp4
│ │ │ ├── 08-InnoDB存储引擎的独立表空间.mp4
│ │ │ ├── 13-MySQL日志分类.mp4
│ │ │ ├── 16-MySQL二进制日志扩展配置.mp4
│ │ │ ├── 09-InnoDB存储引擎的undo表空间.mp4
│ │ │ ├── 10-InnoDB存储引擎的临时表空间.mp4
│ │ │ ├── 11-InnoDB存储引擎的预热文件和双写缓冲文件.mp4
│ │ │ ├── 04-MySQL存储引擎概述.mp4
│ │ │ ├── 05-MySQL存储引擎操作.mp4
│ ├── day37_DBA_MySQL约束_事务
│ │ ├── 笔记
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-02.assets
│ │ │ │ ├── image-20250708180114709.png
│ │ │ │ ├── image-20250708180135141.png
│ │ │ │ ├── image-20250707135839680.png
│ │ │ │ ├── image-20250707104402011.png
│ │ │ │ ├── image-20250708180158841.png
│ │ │ │ ├── image-20251211170330649.png
│ │ │ │ ├── image-20251211170632777.png
│ │ │ │ ├── image-20250708175350102.png
│ │ │ │ ├── image-20251211170752612.png
│ │ │ │ ├── image-20250707115714980.png
│ │ │ │ ├── image-20250708175929522.png
│ │ │ │ ├── image-20250708180051708.png
│ │ │ │ ├── image-20250707113628257.png
│ │ │ │ ├── image-20250707115835910.png
│ │ │ │ ├── image-20250708175434839.png
│ │ │ │ ├── image-20250707142936074.png
│ │ │ │ ├── image-20250708175818588.png
│ │ │ │ ├── image-20250708180218798.png
│ │ │ │ ├── image-20250708180016014.png
│ │ │ │ ├── image-20250708180429869.png
│ │ │ │ ├── image-20250708175728546.png
│ │ │ │ ├── image-20250920163756881.png
│ │ │ │ ├── image-20250708175950925.png
│ │ │ │ ├── image-20250707102920664.png
│ │ │ │ ├── image-20250707180500783.png
│ │ │ │ ├── image-20250708180244328.png
│ │ │ │ ├── image-20250707092838016.png
│ │ │ │ ├── image-20250708175909127.png
│ │ │ │ ├── image-20250708175706681.png
│ │ │ │ ├── image-20250708180310287.png
│ │ │ │ ├── image-20250708175551620.png
│ │ │ │ ├── image-20250704212812579.png
│ │ │ │ ├── image-20250708180330728.png
│ │ │ │ ├── image-20250708175459770.png
│ │ │ │ ├── image-20250706190003619.png
│ │ │ │ ├── image-20250707092952074.png
│ │ │ │ ├── image-20250708175752134.png
│ │ │ │ ├── image-20250708175616090.png
│ │ │ │ ├── image-20250708175643744.png
│ │ │ │ ├── image-20250708175843159.png
│ │ │ │ ├── image-20250920163742952.png
│ │ │ │ ├── image-20250707115549614.png
│ │ │ │ ├── image-20250704214134217.png
│ │ │ │ ├── image-20250708180400780.png
│ │ │ │ ├── image-20250707135913336.png
│ │ │ │ ├── image-20250708175525005.png
│ │ │ │ ├── image-20251211171853540.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-02.md
│ │ ├── 视频
│ │ │ ├── 15-测试事务的隔离级别.mp4
│ │ │ ├── 04-MySQL的外键约束(1).mp4
│ │ │ ├── 12-事务的并发问题.mp4
│ │ │ ├── 10-事务开启方式一.mp4
│ │ │ ├── 11-事务开启方式二.mp4
│ │ │ ├── 02-MySQL的自增约束.mp4
│ │ │ ├── 01-MySQL的默认值约束.mp4
│ │ │ ├── 09-事务的提交和回滚.mp4
│ │ │ ├── 07-事务概述.mp4
│ │ │ ├── 13-事务的隔离级别.mp4
│ │ │ ├── 06-MySQL的外键约束(3).mp4
│ │ │ ├── 08-事务的四大特性.mp4
│ │ │ ├── 14-查看和设置事务的隔离级别.mp4
│ │ │ ├── 03-MySQL的检查约束.mp4
│ │ │ ├── 05-MySQL的外键约束(2).mp4
│ │ ├── SQL
│ │ │ ├── 约束.sql
│ │ │ ├── 事务.sql
│ ├── day33_DBA_MySQL常用SQL语句
│ │ ├── SQL
│ │ │ ├── DQL.sql
│ │ │ ├── 运算符.sql
│ │ │ ├── 函数.sql
│ │ ├── 视频
│ │ │ ├── 15-MySQL函数的分类.mp4
│ │ │ ├── 11-MySQL运算符之区间和集合范围比较.mp4
│ │ │ ├── 09-MySQL运算符之比较运算符(1).mp4
│ │ │ ├── 13-MySQL运算符之逻辑运算符.mp4
│ │ │ ├── 04-MySQL语法规范(2).mp4
│ │ │ ├── 14-MySQL运算符之null值处理和恒成立的条件.mp4
│ │ │ ├── 12-MySQL运算符之模糊比较运算符.mp4
│ │ │ ├── 05-select的用法一(执行表达式).mp4
│ │ │ ├── 02-SQL的分类.mp4
│ │ │ ├── 07-select的用户三(查询某张表的数据).mp4
│ │ │ ├── 08-MySQL运算符之算术运算符.mp4
│ │ │ ├── 01-MySQL中常用的SQL语句.mp4
│ │ │ ├── 10-MySQL运算符之比较运算符(2).mp4
│ │ │ ├── 06-select的用法二(执行函数).mp4
│ │ │ ├── 03-MySQL语法规范(1).mp4
│ │ │ ├── 16-MySQL分组函数.mp4
│ │ ├── 课件(课上总结)
│ │ │ ├── MySQL常用SQL.md
│ ├── day43_DBA_MySQL索引_执行计划
│ │ ├── 视频
│ │ │ ├── 15-MySQL索引操作.mp4
│ │ │ ├── 06-MySQL的SQL模式.mp4
│ │ │ ├── 02-MySQL字符集概述.mp4
│ │ │ ├── 17-MySQL查询计划的不同结果类型.mp4
│ │ │ ├── 10-MySQL中索引概述.mp4
│ │ │ ├── 03-MySQL设置字符集.mp4
│ │ │ ├── 18-MySQL索引覆盖长度.mp4
│ │ │ ├── 13-MySQL辅助索引.mp4
│ │ │ ├── 01-MySQL中各种语句的关注人群.mp4
│ │ │ ├── 12-MySQL的聚簇索引.mp4
│ │ │ ├── 11-MySQL索引相关知识(树).mp4
│ │ │ ├── 14-MySQL创建测试表并进行压力测试.mp4
│ │ │ ├── 19-MySQL联合索引应用.mp4
│ │ │ ├── 09-MySQL获取元数据.mp4
│ │ │ ├── 08-MySQL逻辑删除和企业面试题.mp4
│ │ │ ├── 04-MySQL校对规则.mp4
│ │ │ ├── 07-MySQL的DDL和DML语句应用.mp4
│ │ │ ├── 16-MySQL查询执行计划.mp4
│ │ │ ├── 05-MySQL数据类型和约束回顾.mp4
│ │ ├── SQL
│ │ │ ├── world.sql
│ │ │ ├── t100w.sql
│ ├── day51_DBA_Redis主从复制
│ │ ├── 视频
│ │ │ ├── 09-Redis持久化之RDB(2).mp4
│ │ │ ├── 06-Redis事务案例(1).mp4
│ │ │ ├── 05-Redis事务之悲观锁和乐观锁.mp4
│ │ │ ├── 11-Redis持久化之AOF(2).mp4
│ │ │ ├── 04-Redis事务概述以及体验.mp4
│ │ │ ├── 02-Redis五大数据类型之hash.mp4
│ │ │ ├── 08-Redis持久化之RDB(1).mp4
│ │ │ ├── 03-Redis五大数据类型之zset.mp4
│ │ │ ├── 07-Redis事务案例(2).mp4
│ │ │ ├── 01-Redis五大数据类型之h如何存储一个对象.mp4
│ │ │ ├── 10-Redis持久化之AOF(1).mp4
│ ├── day39_DBA_MySQL流程控制_函数_备份恢复
│ │ ├── SQL
│ │ │ ├── 流程控制.sql
│ │ ├── 视频
│ │ │ ├── 03-MySQL的用户变量和局部变量范围比较.mp4
│ │ │ ├── 04-MySQL的分支语句if.mp4
│ │ │ ├── 02-MySQL的局部变量.mp4
│ │ │ ├── 13-MySQL的备份与恢复之–databases选项.mp4
│ │ │ ├── 17-MySQL物理备份的优缺点.mp4
│ │ │ ├── 09-MySQL的循环语句while+标签+leave.mp4
│ │ │ ├── 01-MySQL的用户变量.mp4
│ │ │ ├── 05-MySQL的分支语句case(1).mp4
│ │ │ ├── 14-MySQL实现备份功能.mp4
│ │ │ ├── 15-MySQL实现数据恢复功能.mp4
│ │ │ ├── 12-MySQL的函数使用.mp4
│ │ │ ├── 19-MySQL分库分表、分结构数据备份恢复.mp4
│ │ │ ├── 06-MySQL的分支语句case(2).mp4
│ │ │ ├── 07-MySQL的分支语句if…elseif…else.mp4
│ │ │ ├── 11-MySQL的函数概述.mp4
│ │ │ ├── 16-MySQL数据备份和恢复的RTO和RPO指标.mp4
│ │ │ ├── 08-MySQL的循环语句while.mp4
│ │ │ ├── 10-MySQL的循环语句repeat.mp4
│ │ │ ├── 18-MySQL逻辑备份的优缺点.mp4
│ ├── day50_DBA_Redis安装_五大数据类型
│ │ ├── 视频
│ │ │ ├── 08-Redis服务和客户端应用.mp4
│ │ │ ├── 05-常见的NoSQL.mp4
│ │ │ ├── 03-NoSQL简介以及特点.mp4
│ │ │ ├── 14-Redis五大数据类型之set.mp4
│ │ │ ├── 13-Redis五大数据类型之list.mp4
│ │ │ ├── 01-技术架构发展历史(1).mp4
│ │ │ ├── 02-技术架构发展历史(2).mp4
│ │ │ ├── 12-Redis五大数据类型之string.mp4
│ │ │ ├── 07-安装Redis.mp4
│ │ │ ├── 10-Redis持久化方式.mp4
│ │ │ ├── 06-Redis简介.mp4
│ │ │ ├── 11-Redis中键相关操作.mp4
│ │ │ ├── 09-Redis自定义配置文件.mp4
│ │ │ ├── 04-NoSQL分类.mp4
│ │ ├── 软件
│ │ │ ├── redis-desktop-manager-0.8.8.384.exe
│ │ │ ├── redis-6.2.10.tar.gz
│ ├── day34_DBA_MySQL函数_关联查询
│ │ ├── 课件(课上总结)
│ │ │ ├── MySQL常用SQL.md
│ │ ├── SQL
│ │ │ ├── 函数.sql
│ │ ├── 视频
│ │ │ ├── 13-MySQL关联查询概述.mp4
│ │ │ ├── 12-MySQL函数之系统函数和加密函数.mp4
│ │ │ ├── 07-MySQL函数之日期时间函数(1).mp4
│ │ │ ├── 03-MySQL函数之数学函数(2).mp4
│ │ │ ├── 02-MySQL函数之数学函数(1).mp4
│ │ │ ├── 05-MySQL函数之字符串函数(2).mp4
│ │ │ ├── 04-MySQL函数之字符串函数(1).mp4
│ │ │ ├── 14-MySQL表关系之一对一.mp4
│ │ │ ├── 11-MySQL函数之条件判断函数(2).mp4
│ │ │ ├── 01-MySQL之查询结果去冗余.mp4
│ │ │ ├── 09-MySQL函数之日期时间函数(3).mp4
│ │ │ ├── 10-MySQL函数之条件判断函数(1).mp4
│ │ │ ├── 15-MySQL表关系之多对一和一对多.mp4
│ │ │ ├── 08-MySQL函数之日期时间函数(2).mp4
│ │ │ ├── 06-MySQL函数之字符串函数(3).mp4
│ │ │ ├── 16-MySQL表关系之多对多.mp4
│ ├── day40_DBA_MySQL备份恢复_用户权限管理
│ │ ├── 课件
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-02.assets
│ │ │ │ ├── image-20250708180135141.png
│ │ │ │ ├── image-20250708180051708.png
│ │ │ │ ├── image-20250707115835910.png
│ │ │ │ ├── image-20250708175616090.png
│ │ │ │ ├── image-20250708180429869.png
│ │ │ │ ├── image-20250708180330728.png
│ │ │ │ ├── image-20250707113628257.png
│ │ │ │ ├── image-20251211170330649.png
│ │ │ │ ├── image-20250707104402011.png
│ │ │ │ ├── image-20251211170632777.png
│ │ │ │ ├── image-20250920163742952.png
│ │ │ │ ├── image-20250708175459770.png
│ │ │ │ ├── image-20250707115714980.png
│ │ │ │ ├── image-20250708175818588.png
│ │ │ │ ├── image-20250708175434839.png
│ │ │ │ ├── image-20250708175525005.png
│ │ │ │ ├── image-20250707180500783.png
│ │ │ │ ├── image-20250707142936074.png
│ │ │ │ ├── image-20250708180218798.png
│ │ │ │ ├── image-20250704212812579.png
│ │ │ │ ├── image-20250920163756881.png
│ │ │ │ ├── image-20251211171853540.png
│ │ │ │ ├── image-20250707092952074.png
│ │ │ │ ├── image-20250708175706681.png
│ │ │ │ ├── image-20250708180310287.png
│ │ │ │ ├── image-20251211170752612.png
│ │ │ │ ├── image-20250708180114709.png
│ │ │ │ ├── image-20250708175950925.png
│ │ │ │ ├── image-20250708175909127.png
│ │ │ │ ├── image-20250706190003619.png
│ │ │ │ ├── image-20250708175843159.png
│ │ │ │ ├── image-20250708175551620.png
│ │ │ │ ├── image-20250708175929522.png
│ │ │ │ ├── image-20250708180016014.png
│ │ │ │ ├── image-20250707135839680.png
│ │ │ │ ├── image-20250708175350102.png
│ │ │ │ ├── image-20250707092838016.png
│ │ │ │ ├── image-20250708175643744.png
│ │ │ │ ├── image-20250707115549614.png
│ │ │ │ ├── image-20250708180400780.png
│ │ │ │ ├── image-20250707135913336.png
│ │ │ │ ├── image-20250708180244328.png
│ │ │ │ ├── image-20250704214134217.png
│ │ │ │ ├── image-20250707102920664.png
│ │ │ │ ├── image-20250708180158841.png
│ │ │ │ ├── image-20250708175752134.png
│ │ │ │ ├── image-20250708175728546.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-03.assets
│ │ │ │ ├── image-20250722110031116.png
│ │ │ │ ├── image-20250721114449704.png
│ │ │ │ ├── 1675276929767.png
│ │ │ │ ├── image-20250721105219634.png
│ │ │ │ ├── image-20250722142711127.png
│ │ │ │ ├── image-20250721105037978.png
│ │ │ │ ├── image-20250718170002947.png
│ │ │ │ ├── image-20250718114641176.png
│ │ │ │ ├── image-20250718115039125.png
│ │ │ │ ├── image-20250711181051648.png
│ │ │ │ ├── image-20250715202413976.png
│ │ │ │ ├── image-20250721115108716.png
│ │ │ │ ├── image-20250721104915632.png
│ │ │ │ ├── image-20250715205303583.png
│ │ │ │ ├── image-20250722160101858.png
│ │ │ │ ├── image-20250721162701667.png
│ │ │ │ ├── image-20250711141520838.png
│ │ │ │ ├── image-20250722102019065.png
│ │ │ │ ├── image-20250710183527312.png
│ │ │ │ ├── image-20250718141031945.png
│ │ │ │ ├── image-20250721100926782.png
│ │ │ │ ├── image-20250721102842210.png
│ │ │ │ ├── image-20250711175411237.png
│ │ │ │ ├── image-20250722110357639.png
│ │ │ │ ├── image-20250711180802564.png
│ │ │ │ ├── image-20250721105415100.png
│ │ │ │ ├── image-20250721134901098.png
│ │ │ │ ├── image-20250711155355630.png
│ │ │ │ ├── image-20250721134911870.png
│ │ │ │ ├── image-20250716183201195.png
│ │ │ │ ├── image-20250718171822117.png
│ │ │ │ ├── image-20250722140649708.png
│ │ │ │ ├── image-20250721085959601.png
│ │ │ │ ├── image-20250722090732833.png
│ │ │ │ ├── image-20250722092459369.png
│ │ │ │ ├── 1668091064864.png
│ │ │ │ ├── image-20250722105733020.png
│ │ │ │ ├── image-20250721104632397.png
│ │ │ │ ├── image-20250722093714786.png
│ │ │ │ ├── image-20250722110302215.png
│ │ │ │ ├── image-20250721100445421.png
│ │ │ │ ├── image-20250715204923588.png
│ │ │ │ ├── image-20250718140154458.png
│ │ │ │ ├── image-20250716182753958.png
│ │ │ │ ├── image-20250718140619351.png
│ │ │ │ ├── image-20250722093843821.png
│ │ │ │ ├── 1682214867439-17554883389289.png
│ │ │ │ ├── image-20250721115354916.png
│ │ │ │ ├── image-20250716204631812.png
│ │ │ │ ├── image-20250721174939748.png
│ │ │ │ ├── 1675277639034.png
│ │ │ │ ├── image-20250718100844998.png
│ │ │ │ ├── image-20250711155218385.png
│ │ │ │ ├── image-20250722142839497.png
│ │ │ │ ├── image-20250722095457531.png
│ │ │ │ ├── image-20250721113426530.png
│ │ │ │ ├── image-20250718100720728.png
│ │ │ │ ├── image-20250722140621543.png
│ │ │ │ ├── image-20250718115933997.png
│ │ │ │ ├── 1667105177005-17554883389287.png
│ │ │ │ ├── image-20250716171558920.png
│ │ │ │ ├── image-20250722105439985.png
│ │ │ │ ├── image-20250722142517794.png
│ │ │ │ ├── image-20250721174042046.png
│ │ │ │ ├── image-20250721151236365.png
│ │ │ │ ├── image-20250721104506432.png
│ │ │ │ ├── image-20250722095209067.png
│ │ │ │ ├── image-20250722112158994.png
│ │ │ │ ├── image-20251013153605837.png
│ │ │ │ ├── image-20250718153827182.png
│ │ │ │ ├── 1682955300451.png
│ │ │ │ ├── image-20250718161509727.png
│ │ │ │ ├── image-20250722100032098.png
│ │ │ │ ├── image-20250722093102029.png
│ │ │ │ ├── image-20250722100649522.png
│ │ │ │ ├── image-20250710183322849.png
│ │ │ │ ├── image-20250721105341000.png
│ │ │ │ ├── image-20250722090718424.png
│ │ │ │ ├── image-20250721095456843.png
│ │ │ │ ├── 1668072355146.png
│ │ │ │ ├── image-20250710175424578.png
│ │ │ │ ├── image-20250710171500206.png
│ │ │ │ ├── image-20250721092341585.png
│ │ │ │ ├── image-20250718170115341.png
│ │ │ │ ├── image-20250721175930446.png
│ │ │ │ ├── image-20250718170148672.png
│ │ │ │ ├── 1675278504422.png
│ │ │ │ ├── image-20251013153628463.png
│ │ │ │ ├── image-20250722101709910.png
│ │ │ │ ├── image-20250721095317987.png
│ │ │ │ ├── image-20250718140106186.png
│ │ │ │ ├── image-20250721101322780.png
│ │ │ │ ├── image-20250721102006957.png
│ │ │ │ ├── image-20250718114527929.png
│ │ │ │ ├── image-20250722135441676.png
│ │ │ │ ├── image-20250722113820490.png
│ │ │ │ ├── image-20250722152317513.png
│ │ │ │ ├── image-20250721113010255.png
│ │ │ │ ├── image-20250710181747501.png
│ │ │ │ ├── 1680019373792-17554881677191.png
│ │ │ │ ├── image-20250717180125957.png
│ │ │ │ ├── image-20250711144618554.png
│ │ │ │ ├── image-20250711172401721.png
│ │ │ │ ├── image-20250722112353551.png
│ │ │ │ ├── image-20250710180300801.png
│ │ │ │ ├── image-20250922145034683.png
│ │ │ │ ├── image-20250711174935697.png
│ │ │ │ ├── image-20250710175538160.png
│ │ │ │ ├── 1655912700889.png
│ │ │ │ ├── image-20250718172149993.png
│ │ │ │ ├── image-20250718170757457.png
│ │ │ │ ├── image-20250722104840881.png
│ │ │ │ ├── image-20250721102634036.png
│ │ │ │ ├── image-20250718170615809.png
│ │ │ │ ├── image-20250721174923354.png
│ │ │ │ ├── image-20250721142230830.png
│ │ │ │ ├── image-20250718113006411.png
│ │ │ │ ├── image-20250715213545964.png
│ │ │ │ ├── image-20250716204737657.png
│ │ │ │ ├── image-20250710183452882.png
│ │ │ │ ├── image-20250721092505689.png
│ │ │ │ ├── image-20250722101614528.png
│ │ │ │ ├── image-20250721134844606.png
│ │ │ │ ├── image-20250721114825873.png
│ │ │ │ ├── image-20250711142557271.png
│ │ │ │ ├── image-20250922145113055.png
│ │ │ │ ├── image-20250722095119233.png
│ │ │ │ ├── image-20250722141538648.png
│ │ │ │ ├── image-20250722092314731.png
│ │ │ │ ├── image-20250722090427885.png
│ │ │ │ ├── 1682214867439-17554881677195.png
│ │ │ │ ├── image-20250721103244458.png
│ │ │ │ ├── image-20250717180257345.png
│ │ │ │ ├── image-20250721103628456.png
│ │ │ │ ├── image-20250722092911845.png
│ │ │ │ ├── image-20250722100043182.png
│ │ │ │ ├── image-20250718170649035.png
│ │ │ │ ├── image-20250721085904792.png
│ │ │ │ ├── image-20250718114850396.png
│ │ │ │ ├── image-20250721090322520.png
│ │ │ │ ├── image-20250722143509099.png
│ │ │ │ ├── image-20250721095604178.png
│ │ │ │ ├── image-20250710183236193.png
│ │ │ │ ├── image-20250721090947697.png
│ │ │ │ ├── image-20250722144858172.png
│ │ │ │ ├── image-20250710152604661.png
│ │ │ │ ├── image-20250721103014842.png
│ │ │ │ ├── image-20250721092624910.png
│ │ │ │ ├── image-20250718165922349.png
│ │ │ │ ├── image-20250721150642775.png
│ │ │ │ ├── image-20250721134832857.png
│ │ │ │ ├── image-20250718172027731.png
│ │ │ │ ├── 1751435248926.png
│ │ │ │ ├── image-20250722105129627.png
│ │ │ │ ├── image-20250721090119717.png
│ │ │ │ ├── 1682213685774-175548833892810.png
│ │ │ │ ├── image-20250710171210828.png
│ │ │ │ ├── image-20250721113238042.png
│ │ │ │ ├── image-20250721113050569.png
│ │ │ │ ├── 1667115780477-17554881677192.png
│ │ │ │ ├── image-20250710191739445.png
│ │ │ │ ├── image-20250722115220895.png
│ │ │ │ ├── image-20250721101431445.png
│ │ │ │ ├── image-20250721085629783.png
│ │ │ │ ├── image-20250718172828945.png
│ │ │ │ ├── image-20250721204551383.png
│ │ │ │ ├── image-20250718171644498.png
│ │ │ │ ├── image-20250721090400741.png
│ │ │ │ ├── image-20250718095641688.png
│ │ │ │ ├── image-20250715210154351.png
│ │ │ │ ├── image-20250710171138965.png
│ │ │ │ ├── image-20250718102320885.png
│ │ │ │ ├── image-20250721173801595.png
│ │ │ │ ├── image-20250722112816663.png
│ │ │ │ ├── image-20250721095236845.png
│ │ │ │ ├── image-20250716171828468.png
│ │ │ │ ├── image-20250722093306402.png
│ │ │ │ ├── image-20250722105532823.png
│ │ │ │ ├── image-20250721103806951.png
│ │ │ │ ├── image-20250722085057312.png
│ │ │ │ ├── image-20250710171109038.png
│ │ │ │ ├── image-20250721174113199.png
│ │ │ │ ├── image-20250718113119382.png
│ │ │ │ ├── 1667105177005.png
│ │ │ │ ├── image-20250721173049595.png
│ │ │ │ ├── image-20250718135905759.png
│ │ │ │ ├── 1751435204872.png
│ │ │ │ ├── image-20250722135350085.png
│ │ │ │ ├── image-20250721153457858.png
│ │ │ │ ├── image-20250721085746789.png
│ │ │ │ ├── image-20250711155913973.png
│ │ │ │ ├── image-20250718105532518.png
│ │ │ │ ├── image-20250722092056170.png
│ │ │ │ ├── image-20250722143343220.png
│ │ │ │ ├── image-20250718105353860.png
│ │ │ │ ├── image-20250722114308651.png
│ │ │ │ ├── image-20250722084632732.png
│ │ │ │ ├── image-20250721153709598.png
│ │ │ │ ├── image-20250722160257590.png
│ │ │ │ ├── image-20250715210332046.png
│ │ │ │ ├── image-20250718165853435.png
│ │ │ │ ├── image-20250718112851452.png
│ │ │ │ ├── image-20250711144651741.png
│ │ │ │ ├── image-20250718112723631.png
│ │ │ │ ├── image-20250715204236108.png
│ │ │ │ ├── image-20250721112717693.png
│ │ │ │ ├── image-20250718140433310.png
│ │ │ │ ├── 1667115780477-17554883389286.png
│ │ │ │ ├── image-20250718114948636.png
│ │ │ │ ├── image-20250721104833299.png
│ │ │ │ ├── image-20250721140413760.png
│ │ │ │ ├── image-20250722115854645.png
│ │ │ │ ├── image-20250722154658211.png
│ │ │ │ ├── image-20250716171623843.png
│ │ │ │ ├── image-20250722092620969.png
│ │ │ │ ├── image-20250721144813068.png
│ │ │ │ ├── image-20250721150751612.png
│ │ │ │ ├── image-20250718141148791.png
│ │ │ │ ├── image-20250718105931728.png
│ │ │ │ ├── 1682213685774-17554881677194.png
│ │ │ │ ├── image-20250711172231076.png
│ │ │ │ ├── image-20250718105252741.png
│ │ │ │ ├── image-20250722173130465.png
│ │ │ │ ├── 1751425740490.png
│ │ │ │ ├── 1667105177005-17554881677193.png
│ │ │ │ ├── image-20250721091917401.png
│ │ │ │ ├── image-20250721153123639.png
│ │ │ │ ├── 1680019373792-17554883389288.png
│ │ │ │ ├── image-20250718095236454.png
│ │ │ │ ├── 1682214867439.png
│ │ │ │ ├── image-20250721103856811.png
│ │ │ │ ├── image-20250721095408790.png
│ │ │ │ ├── image-20250718100240783.png
│ │ │ │ ├── image-20250722104915302.png
│ │ │ │ ├── image-20250718154626145.png
│ │ │ │ ├── image-20250722100736878.png
│ │ │ │ ├── 1667936870251.png
│ │ │ │ ├── image-20250722114329682.png
│ │ │ │ ├── image-20250722112627328.png
│ │ │ │ ├── image-20250721113311891.png
│ │ │ │ ├── 1668225766373.png
│ │ │ │ ├── image-20250718105616393.png
│ │ │ │ ├── 1667115780477.png
│ │ │ │ ├── image-20250721092118629.png
│ │ │ │ ├── image-20250721144721261.png
│ │ │ │ ├── image-20250716203228891.png
│ │ │ │ ├── image-20250711142625224.png
│ │ │ │ ├── image-20250715204146527.png
│ │ │ │ ├── image-20250722135325062.png
│ │ │ │ ├── image-20250710161506771.png
│ │ │ │ ├── image-20250716171849654.png
│ │ │ │ ├── image-20250722091302464.png
│ │ │ │ ├── 1680019373792.png
│ │ │ │ ├── image-20250721100541333.png
│ │ │ │ ├── image-20250721092816361.png
│ │ │ │ ├── image-20250721112805585.png
│ │ │ │ ├── image-20250711143002563.png
│ │ │ │ ├── image-20250722173114901.png
│ │ │ │ ├── image-20250718101415879.png
│ │ │ │ ├── image-20250722141939580.png
│ │ │ │ ├── image-20250718140908210.png
│ │ │ │ ├── image-20250718111058326.png
│ │ │ │ ├── image-20250721104238617.png
│ │ │ │ ├── image-20250722102108229.png
│ │ │ │ ├── image-20250721101024420.png
│ │ │ │ ├── image-20250721092244777.png
│ │ │ │ ├── image-20250721101912945.png
│ │ │ │ ├── image-20250718170255140.png
│ │ │ │ ├── image-20250722113955895.png
│ │ │ │ ├── 1682213685774.png
│ │ │ │ ├── image-20250721113534444.png
│ │ │ │ ├── image-20250718173043203.png
│ │ │ │ ├── image-20250721101832477.png
│ │ │ │ ├── image-20250722120013073.png
│ │ │ │ ├── image-20250922145339070.png
│ │ │ │ ├── image-20250718172107478.png
│ │ │ │ ├── image-20250711161125378.png
│ │ │ │ ├── image-20250718140741749.png
│ │ │ │ ├── image-20250718105425319.png
│ │ │ │ ├── image-20250721091750876.png
│ │ │ │ ├── image-20250721102048161.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-03.md
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-02.md
│ │ │ ├── MySQL常用SQL.md
│ │ ├── 视频
│ │ │ ├── 14-MySQL用户概述.mp4
│ │ │ ├── 06-MySQL缓冲池的特性.mp4
│ │ │ ├── 10-MySQL企业级备份脚本.mp4
│ │ │ ├── 08-MySQL备份参数解析(1).mp4
│ │ │ ├── 01-MySQL备份数据库表结构.mp4
│ │ │ ├── 13-MySQl慢查询日志合并分析.mp4
│ │ │ ├── 05-MySQL的缓冲池介绍.mp4
│ │ │ ├── 09-MySQL备份参数解析(2).mp4
│ │ │ ├── 11-MySQL中统计数据磁盘占用大小.mp4
│ │ │ ├── 04-MySQL使用恢复脚本恢复数据.mp4
│ │ │ ├── 07-MySQL缓冲池相关配置.mp4
│ │ │ ├── 02-MySQL记录数据库中的表名.mp4
│ │ │ ├── 03-MySQL使用备份脚本备份表数据.mp4
│ │ │ ├── 12-MySQL开启慢查询功能和慢查询日志切片.mp4
│ ├── day53_DBA_MongoDB
│ │ ├── 软件
│ │ │ ├── mongodb-linux-x86_64-rhel70-4.2.24.tgz
│ │ ├── 视频
│ │ │ ├── 09-MongoDB添加数据.mp4
│ │ │ ├── 15-MongoDB的排序和投影.mp4
│ │ │ ├── 11-MongoDB查询数据(2).mp4
│ │ │ ├── 10-MongoDB查询数据(1).mp4
│ │ │ ├── 13-MongoDB删除数据.mp4
│ │ │ ├── 07-MongoDB基本命令测试(1).mp4
│ │ │ ├── 08-MongoDB基本命令测试(2).mp4
│ │ │ ├── 02-MongoDB概述.mp4
│ │ │ ├── 04-Json练习.mp4
│ │ │ ├── 05-MongoDB的特色与优势.mp4
│ │ │ ├── 01-数据库回顾.mp4
│ │ │ ├── 14-MongoDB的表关系.mp4
│ │ │ ├── 03-Json概述.mp4
│ │ │ ├── 12-MongoDB修改数据.mp4
│ │ │ ├── 06-MongoDB安装和启动.mp4
│ ├── day47_DBA_MySQL读写分离
│ │ ├── proxysql
│ │ │ ├── proxysql-2.4.6-1-centos7.x86_64.rpm
│ │ ├── 视频
│ │ │ ├── 03-MHA手动切换主从功能实现.mp4
│ │ │ ├── 05-读写分离架构概述.mp4
│ │ │ ├── 02-MHA手动切换主从.mp4
│ │ │ ├── 01-MHA修复方法.mp4
│ │ │ ├── 09-ProxySQL相关配置.mp4
│ │ │ ├── 11-ProxySQL用户和MySQL主从用户的关系.mp4
│ │ │ ├── 07-ProxySQL的三层结构.mp4
│ │ │ ├── 04-MHA手动切换主从解决VIP漂移问题.mp4
│ │ │ ├── 08-ProxySQL在服务器中添加主从信息.mp4
│ │ │ ├── 06-ProxySQL软件管理配置.mp4
│ │ │ ├── 10-ProxySQL读写分离功能实现.mp4
│ │ ├── 笔记
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-05.assets
│ │ │ │ ├── 1674267901595.png
│ │ │ │ ├── 1674788468176.png
│ │ │ │ ├── image-20250815164554354.png
│ │ │ │ ├── e90e6d7469.jpg
│ │ │ │ ├── 1675009624897.png
│ │ │ │ ├── image-20250812170529442.png
│ │ │ │ ├── image-20250809200833556.png
│ │ │ │ ├── image-20250813164020224.png
│ │ │ │ ├── image-20250809181746107.png
│ │ │ │ ├── 1674800966208.png
│ │ │ │ ├── image-20250809193346869.png
│ │ │ │ ├── image-20250813105847340.png
│ │ │ │ ├── image-20250809190942631.png
│ │ │ │ ├── image-20250815181655977.png
│ │ │ │ ├── image-20250809191838189.png
│ │ │ │ ├── image-20250812153813151.png
│ │ │ │ ├── image-20250809181811915.png
│ │ │ │ ├── image-20250812165921532.png
│ │ │ │ ├── image-20250812170916345.png
│ │ │ │ ├── image-20250809191947011.png
│ │ │ │ ├── 731337-20170215105255941-522596003.png
│ │ │ │ ├── image-20250809193240258.png
│ │ │ │ ├── image-20250813105829742.png
│ │ │ │ ├── image-20250815173947471.png
│ │ │ │ ├── image-20250809192002895.png
│ │ │ │ ├── 1674788559115.png
│ │ │ │ ├── image-20250809190418620.png
│ │ │ │ ├── image-20250812170141076.png
│ │ │ │ ├── image-20250809211145651.png
│ │ │ │ ├── image-20250809211217474.png
│ │ │ │ ├── image-20250815153241954.png
│ │ │ │ ├── image-20250818111052716.png
│ │ │ │ ├── image-20250815144931571.png
│ │ │ │ ├── image-20250809181722614.png
│ │ │ │ ├── image-20250815171229737.png
│ │ │ │ ├── image-20250813172737111.png
│ │ │ │ ├── image-20250730135810015.png
│ │ │ │ ├── image-20250815142722530.png
│ │ │ │ ├── 1674788511223.png
│ │ │ │ ├── image-20250812163955064.png
│ │ │ │ ├── image-20250812150617934.png
│ │ │ │ ├── 1675067050508.png
│ │ │ │ ├── image-20250809200750696.png
│ │ │ │ ├── image-20250812173012624.png
│ │ │ │ ├── image-20250815181153673.png
│ │ │ │ ├── image-20250809211117325.png
│ │ │ │ ├── image-20250812142059348.png
│ │ │ │ ├── image-20250809195241512.png
│ │ │ │ ├── 1674788427009.png
│ │ │ │ ├── image-20250811191436105.png
│ │ │ │ ├── image-20250812170102644.png
│ │ │ │ ├── 1675014261538.png
│ │ │ │ ├── image-20250809183353022.png
│ │ │ │ ├── image-20250812161921728.png
│ │ │ │ ├── 16426517044910.png
│ │ │ │ ├── image-20250815163549544.png
│ │ │ │ ├── image-20250812140640547.png
│ │ │ │ ├── image-20250811191515064.png
│ │ │ │ ├── image-20250815182729170.png
│ │ │ │ ├── image-20250809200730352.png
│ │ │ │ ├── image-20250815144633334.png
│ │ │ │ ├── 731337-20170215110757754-564918271.png
│ │ │ │ ├── image-20250815171847125.png
│ │ │ │ ├── image-20250812142013939.png
│ │ │ │ ├── 731337-20170215105451504-25318842.png
│ │ │ │ ├── image-20250811210852305.png
│ │ │ │ ├── image-20250809193653812.png
│ │ │ │ ├── image-20250815183548920.png
│ │ │ │ ├── image-20250809181948643.png
│ │ │ │ ├── image-20250811191552743.png
│ │ │ │ ├── image-20250809200957586.png
│ │ │ │ ├── image-20250811174938377.png
│ │ │ │ ├── image-20250809211040332.png
│ │ │ │ ├── image-20250815152906554.png
│ │ │ │ ├── image-20250809190500063.png
│ │ │ │ ├── image-20250812170219433.png
│ │ │ │ ├── image-20250811191627856.png
│ │ │ │ ├── image-20250815144716931.png
│ │ │ │ ├── image-20250818100347716.png
│ │ │ │ ├── image-20250809192029946.png
│ │ │ │ ├── image-20250815171438256.png
│ │ │ │ ├── image-20250812170028648.png
│ │ │ │ ├── image-20250815175141355.png
│ │ │ │ ├── image-20250809193808142.png
│ │ │ │ ├── image-20250812172740420.png
│ │ │ │ ├── image-20250818100259965.png
│ │ │ │ ├── image-20250815153307398.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-04.assets
│ │ │ │ ├── image-20250730165428535.png
│ │ │ │ ├── image-20250722175822123.png
│ │ │ │ ├── image-20250722171010339.png
│ │ │ │ ├── image-20250724171907531.png
│ │ │ │ ├── image-20250805093811370.png
│ │ │ │ ├── image-20250723093023558.png
│ │ │ │ ├── image-20250730193626505.png
│ │ │ │ ├── image-20250728102958774.png
│ │ │ │ ├── image-20250723092917413.png
│ │ │ │ ├── image-20250725101652231.png
│ │ │ │ ├── image-20250723105620307.png
│ │ │ │ ├── image-20250807163257044.png
│ │ │ │ ├── 1668703613790.png
│ │ │ │ ├── image-20250806172149895.png
│ │ │ │ ├── image-20250728102856978.png
│ │ │ │ ├── image-20250807112501110.png
│ │ │ │ ├── 1670349486561.png
│ │ │ │ ├── image-20250730165450781.png
│ │ │ │ ├── image-20250804135208791.png
│ │ │ │ ├── image-20250728194350488.png
│ │ │ │ ├── image-20250722175430766.png
│ │ │ │ ├── image-20250807190701316.png
│ │ │ │ ├── image-20250723144954096.png
│ │ │ │ ├── image-20250725101839529.png
│ │ │ │ ├── image-20250723173343100.png
│ │ │ │ ├── image-20250730093905456.png
│ │ │ │ ├── image-20250808173322528.png
│ │ │ │ ├── 1670867803361.png
│ │ │ │ ├── image-20250807190737674.png
│ │ │ │ ├── 1668600173769.png
│ │ │ │ ├── image-20250807194358053.png
│ │ │ │ ├── image-20250729111435998.png
│ │ │ │ ├── image-20250807194319302.png
│ │ │ │ ├── image-20250805090658985.png
│ │ │ │ ├── image-20250807200000591.png
│ │ │ │ ├── image-20250808095113964.png
│ │ │ │ ├── image-20250728111208144.png
│ │ │ │ ├── 1670602175403.png
│ │ │ │ ├── image-20250722175507344.png
│ │ │ │ ├── image-20250728101910405.png
│ │ │ │ ├── image-20250808112604234.png
│ │ │ │ ├── image-20250808104604040.png
│ │ │ │ ├── b612cf066065e0c395f3d0bb1a1b8c85-17532573277202.png
│ │ │ │ ├── image-20250807182752058.png
│ │ │ │ ├── image-20250729152312214.png
│ │ │ │ ├── image-20250723092230214.png
│ │ │ │ ├── image-20250805152108844.png
│ │ │ │ ├── image-20250808094755684.png
│ │ │ │ ├── image-20250725112740308.png
│ │ │ │ ├── image-20250807194511372.png
│ │ │ │ ├── image-20250806094549549.png
│ │ │ │ ├── image-20250801163853276.png
│ │ │ │ ├── image-20250730190923000.png
│ │ │ │ ├── 1670777461704.png
│ │ │ │ ├── image-20250807161218237.png
│ │ │ │ ├── image-20250805090641786.png
│ │ │ │ ├── image-20250724151040939.png
│ │ │ │ ├── image-20250722174325771.png
│ │ │ │ ├── image-20250808095123794.png
│ │ │ │ ├── image-20250804135806126.png
│ │ │ │ ├── b612cf066065e0c395f3d0bb1a1b8c85.png
│ │ │ │ ├── image-20250807185113614.png
│ │ │ │ ├── image-20250723093359372.png
│ │ │ │ ├── image-20250807195430402.png
│ │ │ │ ├── image-20250729145246580.png
│ │ │ │ ├── image-20250808161418676.png
│ │ │ │ ├── image-20250729155758941.png
│ │ │ │ ├── 1670949335470.png
│ │ │ │ ├── image-20250807172039556.png
│ │ │ │ ├── image-20250723102214756.png
│ │ │ │ ├── image-20250807160947570.png
│ │ │ │ ├── image-20250730172600028.png
│ │ │ │ ├── image-20250722175334690.png
│ │ │ │ ├── image-20250722181820712.png
│ │ │ │ ├── image-20250808144931344.png
│ │ │ │ ├── 1672308805649.png
│ │ │ │ ├── image-20250807175801109.png
│ │ │ │ ├── 1668751315005.png
│ │ │ │ ├── image-20250722171932131.png
│ │ │ │ ├── 1669539705365.png
│ │ │ │ ├── image-20250807185925697.png
│ │ │ │ ├── image-20250808172209994.png
│ │ │ │ ├── image-20250806092939843.png
│ │ │ │ ├── 1668751396397.png
│ │ │ │ ├── image-20250808160223677.png
│ │ │ │ ├── image-20250723182157931.png
│ │ │ │ ├── image-20250807185951154.png
│ │ │ │ ├── image-20250805152256178.png
│ │ │ │ ├── image-20250725155228305.png
│ │ │ │ ├── image-20250724150128446.png
│ │ │ │ ├── image-20250725142000039.png
│ │ │ │ ├── image-20250808171945045.png
│ │ │ │ ├── image-20250808104626973.png
│ │ │ │ ├── 1670925420469.png
│ │ │ │ ├── image-20250801091518450.png
│ │ │ │ ├── image-20250730160731785.png
│ │ │ │ ├── image-20250806135008963.png
│ │ │ │ ├── image-20250728115908451.png
│ │ │ │ ├── image-20250806120136501.png
│ │ │ │ ├── image-20250722164650140.png
│ │ │ │ ├── image-20250724135209069.png
│ │ │ │ ├── image-20250807183618613.png
│ │ │ │ ├── image-20250728120420846.png
│ │ │ │ ├── image-20250723105447631.png
│ │ │ │ ├── image-20250723171734843.png
│ │ │ │ ├── image-20250725134506960.png
│ │ │ │ ├── 1669910905795.png
│ │ │ │ ├── image-20250722174433461.png
│ │ │ │ ├── image-20250728205930050.png
│ │ │ │ ├── image-20250728153533336.png
│ │ │ │ ├── image-20250725165801772.png
│ │ │ │ ├── image-20250805173423286.png
│ │ │ │ ├── image-20250723144053529.png
│ │ │ │ ├── image-20250807192226574.png
│ │ │ │ ├── 1673973553046.png
│ │ │ │ ├── image-20250725155145885.png
│ │ │ │ ├── image-20250724170513441.png
│ │ │ │ ├── image-20250807161233486.png
│ │ │ │ ├── image-20250728103632966.png
│ │ │ │ ├── image-20250805090537977.png
│ │ │ │ ├── image-20250808145016759.png
│ │ │ │ ├── image-20250807201015534.png
│ │ │ │ ├── image-20250808174453542.png
│ │ │ │ ├── image-20250723165921056.png
│ │ │ │ ├── image-20250808160030020.png
│ │ │ │ ├── image-20250806120125187.png
│ │ │ │ ├── image-20250725182401400.png
│ │ │ │ ├── image-20250730143129620.png
│ │ │ │ ├── image-20250728100434546.png
│ │ │ │ ├── image-20250807161622978.png
│ │ │ │ ├── image-20250806143106639.png
│ │ │ │ ├── image-20250723143312934.png
│ │ │ │ ├── image-20250725142427320.png
│ │ │ │ ├── image-20250725094314220.png
│ │ │ │ ├── image-20250728151114640.png
│ │ │ │ ├── image-20250723111153854.png
│ │ │ │ ├── image-20250722172003289.png
│ │ │ │ ├── image-20250807103326080.png
│ │ │ │ ├── image-20250728111319845.png
│ │ │ │ ├── image-20250728102750078.png
│ │ │ │ ├── 1669564772486.png
│ │ │ │ ├── image-20250730161530304.png
│ │ │ │ ├── image-20250807180828307.png
│ │ │ │ ├── image-20250807195627133.png
│ │ │ │ ├── image-20250728111249141.png
│ │ │ │ ├── image-20250730161412284.png
│ │ │ │ ├── image-20250725144832658.png
│ │ │ │ ├── image-20250725135525769.png
│ │ │ │ ├── image-20250728110851967.png
│ │ │ │ ├── image-20250806093537163.png
│ │ │ │ ├── image-20250806143221128.png
│ │ │ │ ├── image-20250724144825622.png
│ │ │ │ ├── image-20250807180810780.png
│ │ │ │ ├── image-20250807154114541.png
│ │ │ │ ├── image-20250807192424486.png
│ │ │ │ ├── 1668741592412.png
│ │ │ │ ├── image-20250723110247404.png
│ │ │ │ ├── image-20250808173200294.png
│ │ │ │ ├── image-20250723153917776.png
│ │ │ │ ├── image-20250723105759206.png
│ │ │ │ ├── image-20250807175655434.png
│ │ │ │ ├── image-20250807180739135.png
│ │ │ │ ├── image-20250725182324249.png
│ │ │ │ ├── image-20250725173127851.png
│ │ │ │ ├── image-20250728103614694.png
│ │ │ │ ├── image-20250722210507676.png
│ │ │ │ ├── image-20250808175010226.png
│ │ │ │ ├── image-20250725145322135.png
│ │ │ │ ├── image-20250725142151356.png
│ │ │ │ ├── image-20250723173429230.png
│ │ │ │ ├── image-20250808173450092.png
│ │ │ │ ├── image-20250805092140650.png
│ │ │ │ ├── image-20250801155105822.png
│ │ │ │ ├── image-20250725143823269.png
│ │ │ │ ├── image-20250801154758662.png
│ │ │ │ ├── image-20250807112040924.png
│ │ │ │ ├── image-20250725112135370.png
│ │ │ │ ├── image-20250722210212341.png
│ │ │ │ ├── image-20250724161813294.png
│ │ │ │ ├── image-20250730112607936.png
│ │ │ │ ├── image-20250805092055114.png
│ │ │ │ ├── image-20250808094313760.png
│ │ │ │ ├── image-20250808154645366.png
│ │ │ │ ├── image-20250731162208363.png
│ │ │ │ ├── image-20250725155202870.png
│ │ │ │ ├── image-20250808160629547.png
│ │ │ │ ├── image-20250722181737725.png
│ │ │ │ ├── image-20250805100924996.png
│ │ │ │ ├── image-20250725171809592.png
│ │ │ │ ├── 1673922233191.png
│ │ │ │ ├── 1670949237999.png
│ │ │ │ ├── image-20250722175802675.png
│ │ │ │ ├── image-20250728103950081.png
│ │ │ │ ├── image-20250728103037501.png
│ │ │ │ ├── image-20250808160503510.png
│ │ │ │ ├── image-20250730185150118.png
│ │ │ │ ├── image-20250723182707458.png
│ │ │ │ ├── image-20250804143610720.png
│ │ │ │ ├── image-20250725170436854.png
│ │ │ │ ├── image-20250807195856976.png
│ │ │ │ ├── 1668741660424.png
│ │ │ │ ├── image-20250804141243817.png
│ │ │ │ ├── 1668703457452.png
│ │ │ │ ├── image-20250725094712645.png
│ │ │ │ ├── image-20250807175730580.png
│ │ │ │ ├── image-20250808170410349.png
│ │ │ │ ├── image-20250725170133196.png
│ │ │ │ ├── image-20250806094141501.png
│ │ │ │ ├── image-20250725135556541.png
│ │ │ │ ├── image-20250730184906533.png
│ │ │ │ ├── image-20250806120147069.png
│ │ │ │ ├── image-20250808174157398.png
│ │ │ │ ├── image-20250807183830592.png
│ │ │ │ ├── image-20250808174016809.png
│ │ │ │ ├── image-20250728151140899.png
│ │ │ │ ├── image-20250805110728009.png
│ │ │ │ ├── image-20250729155220981.png
│ │ │ │ ├── image-20250730161155902.png
│ │ │ │ ├── image-20250808144841215.png
│ │ │ │ ├── image-20250722182253792.png
│ │ │ │ ├── image-20250807171625963.png
│ │ │ │ ├── image-20250808165900514.png
│ │ │ │ ├── image-20250808171512410.png
│ │ │ │ ├── image-20250729165420089.png
│ │ │ │ ├── 1669564937916.png
│ │ │ │ ├── image-20250723144553651.png
│ │ │ │ ├── image-20250730135810015.png
│ │ │ │ ├── 1668508035669-17532573277201.png
│ │ │ │ ├── image-20250725143228378.png
│ │ │ │ ├── image-20250723180843811.png
│ │ │ │ ├── 1668390569835.png
│ │ │ │ ├── 1669539705365-17537788311001.png
│ │ │ │ ├── image-20250807172217302.png
│ │ │ │ ├── image-20250801163802511.png
│ │ │ │ ├── image-20250729153431071.png
│ │ │ │ ├── image-20250808155954229.png
│ │ │ │ ├── image-20250806143715630.png
│ │ │ │ ├── 1668508035669.png
│ │ │ │ ├── image-20250801164318944.png
│ │ │ ├── 高可用笔记.md
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-04.md
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-05.md
│ ├── day46_DBA_MySQL高可用
│ │ ├── 视频
│ │ │ ├── 09-MHA软件启动和工作原理.mp4
│ │ │ ├── 08-MHA功能实现.mp4
│ │ │ ├── 07-MHA各主机安装相关软件.mp4
│ │ │ ├── 06-MHA各主机配置MySQL以及主从.mp4
│ │ │ ├── 10-MHA选主规则.mp4
│ │ │ ├── 12-MHA应用透明功能(2).mp4
│ │ │ ├── 05-MHA各主机实现时间同步.mp4
│ │ │ ├── 01-MySQL高可用技术.mp4
│ │ │ ├── 04-MHA各主机之间配置SSH免密.mp4
│ │ │ ├── 13-MHA额外补偿.mp4
│ │ │ ├── 02-MySQL HA简介.mp4
│ │ │ ├── 11-MHA应用透明功能(1).mp4
│ │ │ ├── 03-MHA环境搭建之克隆Linux.mp4
│ │ │ ├── 14-MHA故障切换.mp4
│ │ ├── 笔记
│ │ │ ├── 高可用笔记.md
│ │ ├── 软件
│ │ │ ├── mha4mysql-node-0.58-0.el7.centos.noarch.rpm
│ │ │ ├── mha4mysql-manager-0.58-0.el7.centos.noarch.rpm
│ │ ├── shell
│ │ │ ├── master_ip_online_change
│ │ │ ├── change.sh
│ │ │ ├── xshutdown.sh
│ │ │ ├── auto-ssh-sshpass.sh
│ │ │ ├── send_report
│ │ │ ├── xreboot.sh
│ │ │ ├── master_ip_failover
│ │ │ ├── xsync.sh
│ ├── day45_DBA_MySQL日志_主从复制
│ │ ├── 视频
│ │ │ ├── 14-MySQL主从复制实现.mp4
│ │ │ ├── 02-MySQL慢查询日志测试.mp4
│ │ │ ├── 10-MySQL主从架构相关文件.mp4
│ │ │ ├── 05-MySQL中GTID功能测试.mp4
│ │ │ ├── 08-MySQL主从架构概述.mp4
│ │ │ ├── 07-MySQL中GTID管理二进制日志(导入数据).mp4
│ │ │ ├── 06-MySQL中GTID管理二进制日志(导出数据).mp4
│ │ │ ├── 03-MySQL慢查询日志分析.mp4
│ │ │ ├── 13-MySQL主从复制前进行备份恢复.mp4
│ │ │ ├── 12-MySQL搭建主从架构的准备工作.mp4
│ │ │ ├── 11-MySQL主从复制流程.mp4
│ │ │ ├── 09-MySQL主从架构相关线程.mp4
│ │ │ ├── 01-MySQL的慢查询日志概述和配置.mp4
│ │ │ ├── 04-MySQL中GTID概述.mp4
│ │ │ ├── 15-MySQL主从故障分析.mp4
│ │ ├── 笔记
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-04.assets
│ │ │ │ ├── image-20250730161530304.png
│ │ │ │ ├── image-20250724135209069.png
│ │ │ │ ├── image-20250722171010339.png
│ │ │ │ ├── image-20250725155145885.png
│ │ │ │ ├── image-20250723093023558.png
│ │ │ │ ├── image-20250807195627133.png
│ │ │ │ ├── image-20250723144053529.png
│ │ │ │ ├── image-20250807163257044.png
│ │ │ │ ├── image-20250723143312934.png
│ │ │ │ ├── image-20250808094755684.png
│ │ │ │ ├── image-20250730193626505.png
│ │ │ │ ├── image-20250723144954096.png
│ │ │ │ ├── image-20250807180828307.png
│ │ │ │ ├── image-20250801163853276.png
│ │ │ │ ├── image-20250808160503510.png
│ │ │ │ ├── image-20250806143715630.png
│ │ │ │ ├── image-20250805100924996.png
│ │ │ │ ├── image-20250725112135370.png
│ │ │ │ ├── image-20250806172149895.png
│ │ │ │ ├── image-20250808094313760.png
│ │ │ │ ├── image-20250807112501110.png
│ │ │ │ ├── image-20250805152256178.png
│ │ │ │ ├── 1668390569835.png
│ │ │ │ ├── image-20250807185925697.png
│ │ │ │ ├── image-20250801164318944.png
│ │ │ │ ├── image-20250807194511372.png
│ │ │ │ ├── image-20250722175802675.png
│ │ │ │ ├── image-20250804135806126.png
│ │ │ │ ├── image-20250724151040939.png
│ │ │ │ ├── image-20250728111319845.png
│ │ │ │ ├── image-20250729165420089.png
│ │ │ │ ├── image-20250729155220981.png
│ │ │ │ ├── image-20250807200000591.png
│ │ │ │ ├── image-20250725165801772.png
│ │ │ │ ├── 1669539705365-17537788311001.png
│ │ │ │ ├── 1670602175403.png
│ │ │ │ ├── image-20250807194358053.png
│ │ │ │ ├── image-20250808144841215.png
│ │ │ │ ├── image-20250728151114640.png
│ │ │ │ ├── image-20250730161412284.png
│ │ │ │ ├── image-20250730190923000.png
│ │ │ │ ├── image-20250723173429230.png
│ │ │ │ ├── image-20250805173423286.png
│ │ │ │ ├── image-20250728151140899.png
│ │ │ │ ├── image-20250725142427320.png
│ │ │ │ ├── image-20250725173127851.png
│ │ │ │ ├── image-20250806094549549.png
│ │ │ │ ├── image-20250725135556541.png
│ │ │ │ ├── image-20250723105447631.png
│ │ │ │ ├── image-20250806120147069.png
│ │ │ │ ├── image-20250725094314220.png
│ │ │ │ ├── image-20250725143228378.png
│ │ │ │ ├── image-20250724161813294.png
│ │ │ │ ├── image-20250807182752058.png
│ │ │ │ ├── image-20250807161622978.png
│ │ │ │ ├── image-20250730165428535.png
│ │ │ │ ├── image-20250805090658985.png
│ │ │ │ ├── image-20250722181820712.png
│ │ │ │ ├── image-20250807190737674.png
│ │ │ │ ├── b612cf066065e0c395f3d0bb1a1b8c85.png
│ │ │ │ ├── image-20250808154645366.png
│ │ │ │ ├── image-20250808145016759.png
│ │ │ │ ├── image-20250728103614694.png
│ │ │ │ ├── image-20250725143823269.png
│ │ │ │ ├── image-20250729155758941.png
│ │ │ │ ├── image-20250723092917413.png
│ │ │ │ ├── image-20250805092055114.png
│ │ │ │ ├── image-20250723092230214.png
│ │ │ │ ├── image-20250724170513441.png
│ │ │ │ ├── image-20250805110728009.png
│ │ │ │ ├── image-20250728205930050.png
│ │ │ │ ├── image-20250808173200294.png
│ │ │ │ ├── 1669564772486.png
│ │ │ │ ├── 1668741592412.png
│ │ │ │ ├── 1669564937916.png
│ │ │ │ ├── image-20250807112040924.png
│ │ │ │ ├── image-20250723180843811.png
│ │ │ │ ├── image-20250807192424486.png
│ │ │ │ ├── image-20250730161155902.png
│ │ │ │ ├── image-20250801091518450.png
│ │ │ │ ├── image-20250807185113614.png
│ │ │ │ ├── image-20250723173343100.png
│ │ │ │ ├── 1668703613790.png
│ │ │ │ ├── image-20250806092939843.png
│ │ │ │ ├── image-20250804141243817.png
│ │ │ │ ├── image-20250728103950081.png
│ │ │ │ ├── image-20250724150128446.png
│ │ │ │ ├── 1668741660424.png
│ │ │ │ ├── image-20250722171932131.png
│ │ │ │ ├── image-20250730112607936.png
│ │ │ │ ├── 1668751315005.png
│ │ │ │ ├── image-20250725170133196.png
│ │ │ │ ├── 1670349486561.png
│ │ │ │ ├── image-20250725101839529.png
│ │ │ │ ├── image-20250807161218237.png
│ │ │ │ ├── 1668600173769.png
│ │ │ │ ├── image-20250808170410349.png
│ │ │ │ ├── image-20250808171512410.png
│ │ │ │ ├── image-20250808173450092.png
│ │ │ │ ├── image-20250806120125187.png
│ │ │ │ ├── image-20250729152312214.png
│ │ │ │ ├── image-20250804143610720.png
│ │ │ │ ├── image-20250807175801109.png
│ │ │ │ ├── image-20250808095113964.png
│ │ │ │ ├── image-20250730184906533.png
│ │ │ │ ├── image-20250807190701316.png
│ │ │ │ ├── image-20250807195430402.png
│ │ │ │ ├── 1670949237999.png
│ │ │ │ ├── image-20250728101910405.png
│ │ │ │ ├── image-20250808160030020.png
│ │ │ │ ├── 1670867803361.png
│ │ │ │ ├── image-20250807103326080.png
│ │ │ │ ├── image-20250728115908451.png
│ │ │ │ ├── image-20250725155202870.png
│ │ │ │ ├── image-20250806120136501.png
│ │ │ │ ├── image-20250807180810780.png
│ │ │ │ ├── image-20250725155228305.png
│ │ │ │ ├── image-20250806143106639.png
│ │ │ │ ├── image-20250725094712645.png
│ │ │ │ ├── image-20250725112740308.png
│ │ │ │ ├── image-20250722172003289.png
│ │ │ │ ├── image-20250807175730580.png
│ │ │ │ ├── image-20250807161233486.png
│ │ │ │ ├── image-20250806094141501.png
│ │ │ │ ├── image-20250808161418676.png
│ │ │ │ ├── image-20250731162208363.png
│ │ │ │ ├── image-20250805090641786.png
│ │ │ │ ├── image-20250725182401400.png
│ │ │ │ ├── image-20250801155105822.png
│ │ │ │ ├── image-20250728103037501.png
│ │ │ │ ├── image-20250729111435998.png
│ │ │ │ ├── image-20250728194350488.png
│ │ │ │ ├── image-20250804135208791.png
│ │ │ │ ├── image-20250807185951154.png
│ │ │ │ ├── image-20250807194319302.png
│ │ │ │ ├── image-20250723165921056.png
│ │ │ │ ├── image-20250808144931344.png
│ │ │ │ ├── image-20250725170436854.png
│ │ │ │ ├── image-20250728153533336.png
│ │ │ │ ├── image-20250808171945045.png
│ │ │ │ ├── image-20250807175655434.png
│ │ │ │ ├── 1668508035669.png
│ │ │ │ ├── image-20250722174433461.png
│ │ │ │ ├── image-20250722175507344.png
│ │ │ │ ├── image-20250728120420846.png
│ │ │ │ ├── image-20250807172217302.png
│ │ │ │ ├── image-20250723171734843.png
│ │ │ │ ├── image-20250723093359372.png
│ │ │ │ ├── image-20250725145322135.png
│ │ │ │ ├── image-20250729145246580.png
│ │ │ │ ├── image-20250722210212341.png
│ │ │ │ ├── image-20250728111208144.png
│ │ │ │ ├── 1669539705365.png
│ │ │ │ ├── image-20250807180739135.png
│ │ │ │ ├── image-20250728102750078.png
│ │ │ │ ├── image-20250725134506960.png
│ │ │ │ ├── image-20250808174157398.png
│ │ │ │ ├── image-20250722181737725.png
│ │ │ │ ├── image-20250730093905456.png
│ │ │ │ ├── image-20250808155954229.png
│ │ │ │ ├── image-20250806093537163.png
│ │ │ │ ├── image-20250722175430766.png
│ │ │ │ ├── image-20250730185150118.png
│ │ │ │ ├── image-20250723111153854.png
│ │ │ │ ├── image-20250723105620307.png
│ │ │ │ ├── 1672308805649.png
│ │ │ │ ├── image-20250722175334690.png
│ │ │ │ ├── image-20250730172600028.png
│ │ │ │ ├── 1668751396397.png
│ │ │ │ ├── image-20250807171625963.png
│ │ │ │ ├── image-20250725171809592.png
│ │ │ │ ├── image-20250806135008963.png
│ │ │ │ ├── image-20250808174016809.png
│ │ │ │ ├── image-20250724171907531.png
│ │ │ │ ├── image-20250722175822123.png
│ │ │ │ ├── image-20250730165450781.png
│ │ │ │ ├── image-20250808104626973.png
│ │ │ │ ├── image-20250808095123794.png
│ │ │ │ ├── image-20250725182324249.png
│ │ │ │ ├── 1670949335470.png
│ │ │ │ ├── image-20250728103632966.png
│ │ │ │ ├── image-20250723182707458.png
│ │ │ │ ├── image-20250722182253792.png
│ │ │ │ ├── image-20250728102856978.png
│ │ │ │ ├── image-20250807160947570.png
│ │ │ │ ├── b612cf066065e0c395f3d0bb1a1b8c85-17532573277202.png
│ │ │ │ ├── 1670925420469.png
│ │ │ │ ├── image-20250730143129620.png
│ │ │ │ ├── image-20250805093811370.png
│ │ │ │ ├── image-20250801154758662.png
│ │ │ │ ├── image-20250808175010226.png
│ │ │ │ ├── image-20250728100434546.png
│ │ │ │ ├── image-20250805090537977.png
│ │ │ │ ├── image-20250725144832658.png
│ │ │ │ ├── image-20250722164650140.png
│ │ │ │ ├── image-20250807154114541.png
│ │ │ │ ├── image-20250808112604234.png
│ │ │ │ ├── image-20250723182157931.png
│ │ │ │ ├── image-20250807192226574.png
│ │ │ │ ├── image-20250723110247404.png
│ │ │ │ ├── image-20250805092140650.png
│ │ │ │ ├── image-20250806143221128.png
│ │ │ │ ├── image-20250722174325771.png
│ │ │ │ ├── image-20250805152108844.png
│ │ │ │ ├── image-20250730160731785.png
│ │ │ │ ├── image-20250723144553651.png
│ │ │ │ ├── image-20250725101652231.png
│ │ │ │ ├── image-20250723105759206.png
│ │ │ │ ├── image-20250730135810015.png
│ │ │ │ ├── 1673922233191.png
│ │ │ │ ├── image-20250725142000039.png
│ │ │ │ ├── image-20250808173322528.png
│ │ │ │ ├── 1669910905795.png
│ │ │ │ ├── image-20250808172209994.png
│ │ │ │ ├── image-20250723102214756.png
│ │ │ │ ├── image-20250808174453542.png
│ │ │ │ ├── image-20250807172039556.png
│ │ │ │ ├── image-20250725142151356.png
│ │ │ │ ├── image-20250723153917776.png
│ │ │ │ ├── image-20250808165900514.png
│ │ │ │ ├── 1668703457452.png
│ │ │ │ ├── image-20250801163802511.png
│ │ │ │ ├── 1668508035669-17532573277201.png
│ │ │ │ ├── 1673973553046.png
│ │ │ │ ├── image-20250729153431071.png
│ │ │ │ ├── image-20250725135525769.png
│ │ │ │ ├── image-20250722210507676.png
│ │ │ │ ├── image-20250808160223677.png
│ │ │ │ ├── image-20250728111249141.png
│ │ │ │ ├── image-20250808104604040.png
│ │ │ │ ├── image-20250724144825622.png
│ │ │ │ ├── image-20250728110851967.png
│ │ │ │ ├── image-20250728102958774.png
│ │ │ │ ├── image-20250807183618613.png
│ │ │ │ ├── image-20250807195856976.png
│ │ │ │ ├── image-20250807201015534.png
│ │ │ │ ├── image-20250808160629547.png
│ │ │ │ ├── image-20250807183830592.png
│ │ │ │ ├── 1670777461704.png
│ │ │ ├── LinuxSRE运维-企业级MySQL数据库-04.md