├── .gitignore ├── RPM+YUM ├── Linux源与镜像源配置分析.1.yum[releasever basearch].md ├── Linux源与镜像源配置分析.2.apt[ppa].md ├── RPM包制作[rpmbuild].md ├── alpine apk离线环境只下载不安装[fetch].md ├── apt离线环境只下载不安装.md ├── rpm命令应用.md ├── rpm重新打包.md ├── ubuntu安装git[apt-get].md ├── yum provides查询指定命令所在的包名.md ├── yum为我们做了什么.md ├── yum只下载不安装.1.yumdownloader[rpm 离线].md ├── yum只下载不安装.2.downloadonly[rpm 离线].md ├── yum命令所在包[apt].yaml ├── yum安装man手册[man-pages].md ├── yum安装内核头linux-headers.md ├── yum或是dnf安装指定版本的包.md ├── yum源收集[webstatic ius].md └── 问题处理 │ ├── apt update - The certificate is NOT trusted.md │ ├── apt update出现 The repository is not signed - The following signatures couldn't be verified because the public key is not available[NO_PUBKEY gpgkey].md │ ├── yum-GPG key retrieval failed.md │ ├── yum-No more mirrors to try.md │ ├── yum-Transaction Check Error.md │ ├── yum-You could try using --skip-broken to work around the problem.md │ ├── yum卡在Running Transaction Test.md │ ├── yum缺少libldap.so文件-cannot open shared object file.md │ └── yum进行install或update出现KeyboardInterrupt错误.md ├── WebServer ├── Apache │ ├── Apache+Tomcat部署(mod_jk).md │ ├── Apache日志分割[rotatelogs].md │ ├── Apache端口转发[mod_proxy].md │ ├── Apache连接Tomcat-JK与AJP模式.md │ ├── Apache配置https[mod_ssl].md │ ├── Apache配置虚拟主机[VirtualHost vhosts].md │ ├── LAMP环境搭建-Apache.md │ ├── LAMP环境搭建-PHP.md │ └── 问题处理 │ │ ├── Apache - You don't have permission to access index.php on this server.md │ │ ├── Apache-Uninterruptible Sleep[webbench http top].md │ │ └── Apache做负载均衡时浏览器访问的重定向问题[Proxy].md ├── HAProxy │ ├── HAProxy-on-marked-down shutdown-sessions.md │ ├── HAProxy-timeout client server超时配置.md │ ├── HAProxy-配置项tcpka与tcp_keepalive_xxx机制.md │ ├── HAProxy安装配置.md │ ├── HAProxy应用场景-4层代理mysql.md │ ├── HAProxy应用场景-HTTPS.md │ ├── HAProxy应用场景-TCP代理记录访问者真实IP.md │ ├── HAProxy应用场景-开启web统计页面.md │ ├── HAProxy应用场景-端口复用(同时代理tcp与http).md │ ├── HAProxy性能调优.md │ ├── HAProxy日志配置[rsyslog].md │ └── HAProxy服务脚本(适用于CentOS7-).sh ├── Nginx │ ├── HTTPS专题 │ │ ├── Nginx-https - 升级.md │ │ ├── Nginx-https - 多个https证书[SNI].md │ │ ├── Nginx-https.1.生成, 申请与配置[openssl].md │ │ ├── Nginx-https.2.部署Let's Encrypt免费SSL证书&&自动续期[certbot].md │ │ └── 问题处理 │ │ │ ├── Nginx-https - problems getting password error.md │ │ │ └── Nginx-https - 不安全的连接-该证书仅对www.xxx.com有效.md │ ├── Nginx+Tomcat+Memcached搭建Session缓存服务器.md │ ├── Nginx-stream模块四层转发[tcp http proxy_buffer_size].md │ ├── Nginx-upstream超时调整.md │ ├── Nginx-yum安装指定版本的nginx.md │ ├── Nginx-后端服务健康检查.md │ ├── Nginx与php-fpm分离实验.md │ ├── Nginx代理https后端[stream].md │ ├── Nginx变量漫谈 │ │ ├── Nginx内置变量.md │ │ ├── Nginx变量漫谈.1.Nginx变量初识.md │ │ ├── Nginx变量漫谈.2.Nginx变量的作用域与生存时间.md │ │ ├── Nginx变量漫谈.3.Nginx的内建变量.md │ │ ├── Nginx变量漫谈.4.Nginx的变量缓存.md │ │ ├── Nginx变量漫谈.5.Nginx的请求形式.md │ │ ├── Nginx变量漫谈.6.Nginx父子请求中的变量关系.md │ │ └── Nginx变量漫谈.7.Nginx中的特殊变量.md │ ├── Nginx应用场景及相应配置.md │ ├── Nginx应用技巧-判断UA.md │ ├── Nginx搭建代理HTTP服务器.md │ ├── Nginx第三方模块应用总结.md │ ├── Nginx自定义响应头和状态码.md │ ├── Nginx配置json格式日志.md │ ├── try_files+proxy_pass.md │ ├── 路径访问规则 │ │ ├── Nginx-server_name匹配.md │ │ ├── Nginx正则理解.md │ │ ├── Nginx路径访问规则-location详解.md │ │ └── Nginx重定向rewrite理解.md │ └── 问题处理 │ │ ├── Nginx错误-403 Forbidden[autoindex 静态文件服务器].md │ │ ├── Nginx错误-499.md │ │ ├── Nginx错误-502 504 Gateway问题.md │ │ ├── Nginx错误-配置,日志等各方面.md │ │ ├── nginx -t 语法检测报错[emerg] invalid host in upstream.md │ │ ├── 访问出现500 - error.log中报错rewrite or internal redirection cycle while internally redirecting to index.html.md │ │ └── 访问报错 400 Bad Request - The plain HTTP request was sent to HTTPS port[https ssl].md ├── Squid │ ├── Squid-访问限制.md │ ├── Squid-高匿设置.md │ └── 使用Squid做HTTP(S)代理.md └── Tomcat │ ├── LAMP环境搭建.md │ ├── Tomcat多个域名指向同一个项目.md │ ├── Tomcat实现项目的HTTP Basic身份认证.md │ ├── Tomcat工程部署方式[webapps server.xml Context].md │ ├── Tomcat应用场景及相应配置.md │ ├── Tomcat日志配置.md │ ├── Tomcat配置https.md │ └── Tomcat配置文件理解.md ├── net-proto.png ├── readme.md ├── shell ├── Shell脚本元素 │ ├── Shell-各种括号.1.1.小括号.单.md │ ├── Shell-各种括号.1.2.小括号.双[进制转换].md │ ├── Shell-各种括号.2.中括号.md │ ├── Shell-各种括号.3.0.大括号.md │ ├── Shell-各种括号.3.1.大括号-字符串三目判断[默认值 default].md │ ├── Shell-各种括号.3.2.大括号-字符串从左从右删除[贪心].md │ ├── Shell-各种括号.3.3.大括号-大小写转换与位置切片.md │ ├── Shell-各种括号.3.4.大括号-字符串查找替换.md │ ├── Shell-各种括号.4.反引号``与$().md │ ├── Shell脚本元素-EOF标记.md │ ├── Shell脚本元素-EOF标记嵌套应用.md │ ├── Shell脚本元素-EOF标记未放在行首导致unexpected end of file.md │ ├── Shell脚本元素-RANDOM随机数.md │ ├── Shell脚本元素-declare命令.md │ ├── Shell脚本元素-hash命令.md │ ├── Shell脚本元素-shopt命令.md │ ├── Shell脚本元素-trap命令[kill int term wait].md │ ├── Shell脚本元素-wait命令[多进程].md │ ├── Shell脚本元素-内置变量.md │ ├── Shell脚本元素-冒号命令.md │ └── Shell脚本元素-数组与字典.md ├── Shell脚本加密方案-gzexe.md ├── Shell脚本加密方案-shc.md ├── 变量作用域及生存周期[export declare env].md └── 常用技巧 │ ├── Shell-exec操作文件描述符.md │ ├── Shell-for..in..遍历文件列表时对空格的处理[IFS for..each..].md │ ├── Shell-交互式输入expect入门使用详解.md │ ├── Shell-写出健壮的Bash脚本.md │ ├── Shell-在脚本中切换用户身份执行[EOF].md │ ├── Shell-多进程实现[wait fifo 锁].md │ ├── Shell-字符串处理.md │ ├── Shell-按行读取文件[lines for each].md │ ├── Shell-格式化命令行参数.1.引言.md │ ├── Shell-格式化命令行参数.2.getopts.md │ ├── Shell-格式化命令行参数.3.getopt.md │ ├── Shell-格式化输出之前缀序列seq.md │ ├── Shell-格式化输出之前缀补全printf.md │ ├── Shell-模板变量替换[eval env template 渲染 envsubst].md │ ├── Shell-移除^M字符.md │ ├── Shell-管道与退出码[PIPESTATUS].md │ ├── Shell-获取脚本自身所在目录[source pwd BASH_SOURCE].md │ ├── Shell加载环境变量文件[env].md │ ├── Shell脚本传入空值参数[引号].md │ ├── shell 里的进程替换(Process Substitution).md │ └── shell-echo并发写文件[多进程].md ├── 中间件 ├── ELK │ ├── ES使用 │ │ ├── ES概念认识[索引 文档 映射].md │ │ ├── ES造数据.md │ │ ├── ES集群模拟yellow状态.md │ │ ├── _snapshot快照接口进行备份[s3 repository].md │ │ ├── es-hot_threads认识与使用.md │ │ ├── pipeline管道 │ │ │ ├── drop processor丢弃消息[logstash].md │ │ │ ├── es-pipeline异常处理语法.md │ │ │ ├── ingest pipeline预处理.1.[logstash simulate].md │ │ │ └── ingest pipeline预处理.2.script脚本.md │ │ ├── reroute重新分配分片[retry_failed].md │ │ ├── reroute重新分配分片[shard unassigned].md │ │ ├── xpack认证 │ │ │ ├── es用户名密码设置与修改[5.x xpack].md │ │ │ └── xpack用户管理.md │ │ ├── 分词 │ │ │ ├── IK中文分词器.1.分词测试[_analyze ik_max_word ik_smart].md │ │ │ ├── IK中文分词器.2.自定义词库.md │ │ │ ├── POST _analyze接口使用[standard].md │ │ │ ├── pinyin分词器.md │ │ │ ├── readme.分词的作用[standard 交集 query match].md │ │ │ └── settings中analysis包含的analyzer tokenizer filter是什么意思 什么关系.md │ │ ├── 常用接口 │ │ │ ├── bulk接口.md │ │ │ ├── es接口使用.1.health[_cat health].md │ │ │ ├── es接口使用.2.nodes[_cat nodes disk 磁盘].md │ │ │ ├── es接口使用.3.常用参数[pretty format h].md │ │ │ ├── indices接口查询所有索引的信息.md │ │ │ ├── readme.md │ │ │ └── 查看es版本.md │ │ ├── 查询 │ │ │ ├── query.bool组合查询.md │ │ │ ├── query.wildcard模糊查询[慢查询].md │ │ │ ├── 分页查询[from size order limit].md │ │ │ ├── 按照时间日期查询[range gte lte].md │ │ │ ├── 查询多个索引.md │ │ │ ├── 简单查询.1.md │ │ │ ├── 简单查询.2.[_search query match].md │ │ │ ├── 聚合查询.1.[metric 指标].md │ │ │ ├── 聚合查询.2.[bucket 桶 group by].md │ │ │ ├── 聚合查询.辅助参数[size].md │ │ │ └── 高级查询.md │ │ ├── 索引操作.1[settings shards replicas].md │ │ ├── 索引操作.2.查询[query match term keyword].md │ │ ├── 索引操作.3.映射[mappings].md │ │ └── 索引操作.4.模板[template].md │ ├── ES配置 │ │ ├── ELK 5.x下载安装x-pack插件[es kibana logstash 破解 license].md │ │ ├── ES性能调优.md │ │ ├── bootstrap.memory_lock内存锁定.md │ │ ├── discovery.zen.ping_timeout与discovery.zen.fd.ping_timeout.md │ │ ├── es.5.x需配置vm.max_map_count.md │ │ ├── es.7.x安全认证.1.单机.md │ │ ├── es.7.x安全认证.2.集群.md │ │ ├── readme.md │ │ ├── x-pack开关引起的无法添加或修改用户及角色的问题.md │ │ ├── 重置elasticsearch的超级管理员密码.1.[es xpack 7.x].md │ │ └── 重置elasticsearch的超级管理员密码.2.[es xpack 5.x].md │ ├── Elasticsearch查询速度为什么这么快.md │ ├── filebeat │ │ ├── filebeat+es index写入索引.md │ │ ├── filebeat+es[pipeline]配置示例.md │ │ ├── filebeat-registry文件-重新采集日志.md │ │ ├── filebeat输出到kafka无数据[output].md │ │ ├── fliebeat log level[debug].md │ │ └── 问题处理 │ │ │ └── filebeat的registry文件为空.md │ ├── kibana │ │ ├── head组件-kibana的前身.md │ │ ├── kibana-discover es查询[DSL].md │ │ ├── kibana-索引模式 index pattern.md │ │ ├── kibana启动失败面板无法访问[server.basePath].md │ │ └── kibana密文密码keystore.md │ ├── logstash │ │ ├── Java工程log4j2配置logstash收集日志[udp].md │ │ ├── filter strip移除前后空格[mutate].md │ │ ├── filter规则[mutate split add_field add_tag].md │ │ ├── gork插件-解析nginx.1.简单示例.md │ │ ├── gork插件-解析nginx.2.字段对比.md │ │ ├── grok插件-redis.md │ │ ├── grok插件-自定义匹配模式.md │ │ ├── logstash log4j remote输出[stdout java_stdout http].md │ │ ├── logstash pipeline-kafka input from beginning.md │ │ ├── logstash-monitoring api监控接口[9600].md │ │ ├── logstash多管道配置[pipeline].md │ │ ├── logstash消费kafka-消费者实例数量与线程数量[consumer_threads pipeline.workers kafka manager].md │ │ ├── logstash添加ES监控面板[logstash.yml].md │ │ ├── mutate插件[tag field].md │ │ ├── pipelines │ │ │ ├── generator.v7.conf │ │ │ ├── input-kafka-output-es.v7.conf │ │ │ ├── logstash-打印可用字段[metadata message host mutate].md │ │ │ └── 最简示例[input.file output.stdout].md │ │ ├── readme.md │ │ └── 问题处理 │ │ │ ├── logstash - Invalid FieldReference[mutate add_field].md │ │ │ ├── logstash-output.stdout性能不佳[dots 打点].md │ │ │ ├── logstash-无法解析kafka实例IP变动后的域名地址[dns domain].md │ │ │ ├── logstash-输出到es报错Failed to install template.md │ │ │ ├── logstash消费kafka-某个分区存在积压[partition lag].md │ │ │ └── 安装X-Pack插件之后Logstash无法正常启动[es elasticsearch].md │ ├── readme.md │ ├── 性能调优 │ │ ├── es负载均衡原理解释及配置方法[routing allocation reblance].md │ │ ├── es选主耗时配置-discovery.zen.ping_timeout如何生效[选举 5.x].md │ │ ├── readme.md │ │ └── 多节点 大数据量ES集群重启的具体操作步骤[负载平衡 reblance].md │ └── 问题处理 │ │ ├── ES节点重启模拟数据丢失[unassigned shards replicas settings].md │ │ ├── es-认证失败[unavailable_shards_exception] at least one primary shard for the index [.security-7] is unavailable.md │ │ ├── es启动失败-Could not find or load main class org.elasticsearch.tools.java_version_checker.JavaVersionChecker.md │ │ ├── es启动失败-main ERROR Could not register mbeans java.security.AccessControlException:access denied (javax.management.MBeanTrustPermission register)[jvm.options].md │ │ ├── es查询-Fielddata is disabled on text fields by default.md │ │ ├── es节点日志中打印告警received plaintext http traffic on a https channel - closing connection.md │ │ ├── es集群状态为red-Unassigned Replica 数据丢失[explain reroute].md │ │ ├── es集群状态为red-no allocations are allowed due to cluster setting [cluster.routing.allocation.enable=none].md │ │ ├── es集群状态为red-shard has exceeded the maximum number of retries [5] on failed allocation attempts[reroute retry_failed].md │ │ ├── es集群状态为yellow-Unassigned Replica[explain].md │ │ ├── es集群脑裂模拟.1.[5.x].md │ │ ├── es集群脑裂模拟.2.[5.x].md │ │ ├── es集群脑裂的处理与避免[discovery.zen.minimum_master_nodes].md │ │ ├── es集群节点加入失败join validation on cluster state with a different cluster uuid...than local cluster uuid...md │ │ └── xpack证书过期[license].md ├── consul │ ├── consul+golang单机单节点测试.md │ ├── consul集群部署测试.md │ └── docker-compose.yml ├── etcd │ ├── etcd 中 Revision, CreateRevision, ModRevision, Version 的含义.md │ ├── etcdctl key range从删库到跑路.md │ ├── etcdctl key range批量操作.md │ ├── etcdctl v2与v3.md │ ├── etcdctl watch操作.md │ ├── etcdctl获取指定目录内容[--prefix --keys-only].md │ ├── etcd中的线性一致性实现.md │ ├── readme.md │ └── 部署 │ │ ├── etcd.service │ │ └── etcd.yaml ├── kafka │ ├── kafka分片与副本消息同步的详细策略[持久化].md │ ├── kafka命令使用.1.[topic producer consumer JMX_PORT].md │ ├── kafka命令使用.2.压测[perf test].md │ ├── kafka多集群共用zookeeper集群方案.md │ ├── kafka日志路径设置[LOG_DIR].md │ ├── kafka生产者ack机制.md │ ├── kafka监控方案[JMX].md │ ├── kafka高性能原理.md │ ├── readme[rebalance partition offset consumerGroup消费组].md │ └── 问题处理 │ │ ├── kafka启动失败-A broker is already registered on the path[zookeeper zk].md │ │ ├── kafka启动失败-The Cluster ID xxx doesn't match stored clusterId Some(yyy) in meta.properties.md │ │ ├── kafka启动失败-Timed out waiting for connection while in state.md │ │ └── kafka接收filebeat客户端数据报错 - ERROR Closing socket for kafka地址 - filebeat地址 because of error - kafka.network.Processor.md ├── rabbitmq │ ├── readme.md │ └── 可靠投递的代码逻辑.md ├── redis │ ├── Redis-表结构设计(键值设计).md │ ├── Redis集群搭建.1.引言.md │ ├── Redis集群搭建.2.sentinel哨兵模式.md │ ├── Redis集群搭建.3.cluster集群模式[slot 哈希槽].md │ ├── cluster集群模式 │ │ ├── readme.md │ │ ├── redis cluster+k8s nodeport端口暴露[announce-ip].md │ │ ├── redis-cluster reshard将所有slot迁移到另一个master节点后自动变为slave.md │ │ ├── redis-cluster命令.md │ │ ├── redis-cluster选项[trib.rb].md │ │ ├── redis的哈希槽与一致性哈希[hash slot].md │ │ └── 问题处理 │ │ │ ├── redis 3.x - Nodes dont agree about configuration.md │ │ │ ├── redis 3.x - 启动失败 Fatal error loading the DB, Invalid argument. Exiting.md │ │ │ ├── redis 3.x集群模式下迁移slot时主节点失去自己的从节点.md │ │ │ └── 搭建Redis集群遇到的问题:Waiting for the cluster to join[16379 announce-ip].md │ ├── readme.md │ ├── sentinel哨兵模式 │ │ ├── Redis-使用redis-cli进行数据迁移[move].md │ │ ├── readme.md │ │ └── 问题处理 │ │ │ └── redis-SELinux导致slaveof主从设置不生效.md │ ├── 常用操作 │ │ ├── PubSub.md │ │ ├── Redis-expire设置过期时间.md │ │ ├── Redis-hash类型[hset hget hmset hmget].md │ │ ├── Redis-select切换数据库(flushdb与flushall).md │ │ ├── Redis-xargs+del批量删除.md │ │ ├── Redis-查看各数据库大小.md │ │ ├── Redis事务-multi, exec, watch.md │ │ └── dbsize查看集群中key的数量[cluster].md │ └── 数据持久化 │ │ ├── Redis的两种持久化方式及原理[rdb aof].md │ │ └── 问题处理 │ │ └── redis-无法持久化到硬盘-MISCONF Redis is configured to save RDB snapshots.md ├── zk │ ├── ZooKeeper 并不适合做注册中心(转).md │ ├── readme.md │ ├── zkCli命令行操作.1.md │ ├── zkCli命令行操作.2.非交互.md │ ├── zkCli命令行操作.3.watch.md │ ├── 配置 │ │ └── readme.md │ └── 问题处理 │ │ ├── zk启动失败-Unable to load database on disk[磁盘满].md │ │ ├── zk迟迟无法正常组成集群.md │ │ ├── zk集群版本升级后无法启动-No snapshot found,but there are log entries。Something is broken!.md │ │ ├── zk集群脑裂问题.md │ │ └── 容器环境启动正常 但zkServer.sh status报错Error contacting service. It is probably not running.md └── 同类PK │ ├── etcd vs redis.1.数据的存储模式.md │ ├── etcd vs redis.2.Watch vs PubSub在服务的注册与发现中的对比.md │ ├── rocketmq vs kafka vs rabbitmq.md │ └── zk vs etcd.md ├── 发行版 ├── Fedora初始化.md ├── centos8 │ ├── CentOS8中的变化.md │ ├── VMware装CentOS8.md │ ├── base-8.repo │ ├── centos 8装docker-ce缺少containerd.io的问题.md │ └── epel-8.repo └── ubuntu │ ├── Ubuntu-单用户模式.md │ ├── Ubuntu安装docker.md │ ├── Ubuntu应用总结.md │ ├── Ubuntu美化.md │ ├── Ubuntu镜像源修改.md │ └── Ubuntu问题-应用级别.md ├── 命令应用 ├── Linux命令-date.md ├── Linux命令-dd(skip与seek参数理解).md ├── Linux命令-dd.md ├── Linux命令-dd扩展swap分区.md ├── Linux命令-dig使用说明[dns nslookup short search].md ├── Linux命令-eval.md ├── Linux命令-find.md ├── Linux命令-grep.md ├── Linux命令-ls+find删除乱码文件.md ├── Linux命令-mail发送邮件.md ├── Linux命令-mkpasswd生成随机密码[random].md ├── Linux命令-tr移除或替换指定字符[replace trim].md ├── Linux命令-xargs.md └── curl │ ├── Linux命令-curl -H添加请求头[User-Agent Cookie].md │ ├── Linux命令-curl -f选项将4xx与5xx视为失败.md │ ├── Linux命令-curl -w选指定项输出格式.md │ ├── Linux命令-curl urlencode编解码.md │ ├── Linux命令-curl 上传文件.md │ ├── Linux命令-curl 代理设置[wget socks5 http proxy].md │ ├── Linux命令-curl.md │ └── Linux命令-curl模拟websocket请求.md ├── 命令技巧 ├── ASCII, 二进制与中文编码转换.0.[xxd od].md ├── ASCII, 二进制与中文编码转换.1.xxd.md ├── ASCII, 二进制与中文编码转换.2.od.md ├── Linux-test比较判断字符串时出现too many arguments.md ├── Linux计算命令.1.bc.md ├── Linux计算命令.2.1.expr字符串操作[length index substr].md ├── Linux计算命令.2.expr.md ├── TMOUT终端变量.md ├── base64命令编码自动换行的问题.md ├── diff应用.md ├── du -sh找不到大文件[lsof -n].md ├── jar命令解压与压缩.md ├── lrzsz上传下载文件.md ├── netcat │ ├── nc交互式服务器[socket web http server].md │ ├── nc命令传输文件.md │ └── nc实现端口转发[forward socat].md ├── tar命令解压xz文件.md ├── time(新)获取命令执行时间.md ├── touch修改文件时间[软链接 symlink].md ├── unrar解压缩到指定目录.md ├── 创建后台守护进程.1.[nohup setsid].md ├── 创建后台守护进程.2.nohup阻塞等待回车的问题.md └── 将文件转换成十六进制文本传输后再转换为文件[hex od xxd].md ├── 存储系统 ├── Linux磁盘挂载与格式化[mount fstab mkfs].md ├── mknod创建字符设备与块设备.md ├── raid模式简介[raid0 raid1 raid5].md ├── 块存储, 文件存储与对象存储.md └── 问题处理 │ └── 执行umount时报device is busy.md ├── 安全 ├── IDS与IPS区别.md ├── Kali │ ├── Kali-sqlmap.md │ ├── Kali-密码暴力破解工具hydra(九头蛇).md │ ├── Kali-密码暴力破解工具medusa(美杜莎).md │ ├── Kali简单工具集.md │ └── Kali系统定制.md ├── Metasploit-wmap模块.md ├── Metasploit使用.md ├── Nmap │ ├── Nmap使用详解.md │ ├── Nmap脚本入门-brute库.md │ ├── Nmap脚本入门-stdnse库.md │ ├── Nmap脚本入门.md │ ├── Nmap脚本编写.md │ └── http-form-brute.nse ├── SQL注入 │ ├── mysql注入.md │ ├── sqlmap使用方法.md │ └── 手工注入流程.md ├── XSS │ ├── kali-beef工具使用.md │ └── 入门.md ├── linux函数劫持-基于LD_PRELOAD.md ├── readme.md ├── 反弹Shell引申-bash的socket操作.md ├── 反弹Shell理解与应用.md ├── 安全系术语对照.md ├── 提权.md ├── 杀软工具 │ └── Linux-ClamAV.md ├── 渗透测试演练系统.md └── 系统加固 │ ├── AppArmor │ └── readme.md │ ├── denyhosts.conf │ ├── denyhosts防止ssh爆破.md │ └── 安全防护 系统配置.md ├── 工具集 ├── awk │ ├── awk if条件判断.md │ ├── awk.1.初级使用.md │ ├── awk.2.BEGIN与END.md │ ├── awk.3.格式化输出[print printf].md │ ├── awk内置变量FS,NF,NR,RT,RS,ORS,OFS.md │ └── awk获取所有网络连接状态总量.md ├── jq │ ├── jq初始使用.md │ ├── jq按value值过滤[select and or multiple].md │ └── jq格式化输出(表格)[format csv tsv].md ├── openssl │ ├── cfssl工具应用.md │ ├── openssl双向认证.md │ ├── openssl命令行手册.md │ ├── openssl应用技巧-无ca.crt证书生成server.key与server.crt并签名[-signkey].md │ ├── openssl应用技巧-生成密钥对, 签名及加解密(无证书).md │ ├── openssl应用技巧-移除私钥密码.md │ ├── openssl查看证书信息[subject date 过期时间].md │ ├── openssl获取网站https证书.md │ ├── openssl验证证书及证书链.1.验证天猫证书[chain].md │ ├── openssl验证证书及证书链.2.生成并验证自签名证书[chain verify].md │ ├── readme.md │ └── 关于SSL & TLS证书.md ├── sed │ ├── sed+find修改指定条件下的文件内容.md │ ├── sed+grep修改多层级目录下的文件内容.md │ ├── sed.1.基础使用[追加 删除 替换].md │ ├── sed.2.分组操作.md │ ├── sed.3.正则.md │ └── 问题处理 │ │ ├── sed-问题处理expects followed by text.md │ │ ├── sed问题处理-MacOS下报extra characters at the end of d command.md │ │ ├── sed问题处理-invalid usage of line address 0.md │ │ └── sed问题处理-unknown option to 's'.md ├── ssh │ ├── autossh.sh │ ├── sshd服务端 │ │ ├── sshd关闭除DNS反解缩短登录时间.md │ │ ├── sshd禁止密码登录.md │ │ └── sshd禁止某些用户远程登陆[sshd_config].md │ ├── ssh客户端 │ │ ├── ssh -o.0.md │ │ ├── ssh -o.1.StrictHostKeyChecking是否检查目标主机公钥[known_hosts UserKnownHostsFile].md │ │ ├── ssh -o.2.ControlMaster与ControlPersist连接复用 无需重复输入密码.md │ │ ├── ssh -o.3.ServerAliveInterval保持连接[心跳].md │ │ ├── ssh -o.4.ConnectTimeout设置连接超时时间.md │ │ ├── ssh config配置.1.别名 快捷登录.md │ │ ├── ssh config配置详解.md │ │ ├── ssh-keygen免交互.md │ │ ├── ssh-keygen生成密钥.md │ │ ├── ssh命令行带密码登录[sshpass].md │ │ ├── ssh远程执行命令.1.md │ │ ├── ssh远程执行命令.2.-n参数, 去除本地标准输入的干扰.md │ │ └── ssh远程执行命令.3.退出码.md │ ├── 内网穿透 │ │ ├── Mac下做持久ssh隧道.md │ │ ├── SSH隧道,端口转发与内网穿透.1.认识.md │ │ ├── SSH隧道,端口转发与内网穿透.2.隧道的高可用.md │ │ ├── SSH隧道,端口转发与内网穿透.3.autossh.md │ │ ├── SSH隧道,端口转发与内网穿透.4.绑定外部地址.md │ │ ├── SSH隧道,端口转发与内网穿透.5.端口映射失败时自动结束进程.md │ │ ├── SSH隧道,端口转发与内网穿透.6.config配置版.md │ │ ├── config版 │ │ │ ├── autorestart.sh │ │ │ ├── autorestart.sh.1 │ │ │ ├── config │ │ │ ├── crontab.txt │ │ │ ├── flush_dns.sh │ │ │ └── readme.md │ │ └── 无config版 │ │ │ ├── readme.md │ │ │ └── ssh_tunnel_keepalive.sh │ └── 问题处理 │ │ ├── ssh_exchange_identification read Connection reset by peer.md │ │ ├── xshell ssh服务器拒绝了密码 请再试一次.md │ │ ├── 直接执行sshd启动服务出错sshd re-exec requires execution with an absolute path.md │ │ └── 阿里云Linux云主机ssh出现Connection reset by peer的问题[aliyun].md └── vim │ ├── vim-dos与unix格式切换.md │ ├── vim快捷键-缩进(单行与多行).md │ ├── vim快捷键.md │ ├── vim编码设置[encoding].md │ └── vim设置tab为空格并替换.md ├── 常用服务 ├── DHCP服务器搭建.md ├── DHCP的4步租约过程(转).md ├── KVM安装实践.md ├── Memcached命令应用.md ├── NFS和Samba │ ├── Centos7搭建NFS.md │ ├── NFS-XXX_squash配置.md │ ├── NFS固定端口及开放防火墙.md │ └── NFS所遇问题.md ├── Rsyslog使用配置[haproxy].md ├── Supervisor管理进程.1.安装及使用.md ├── Supervisor管理进程.2.配置文件详解.md ├── VNCServer │ ├── Linux-VNC server.1.安装部署与启动[tigerVNC centos 图形界面].md │ ├── Linux-VNC server.2.使用[tigerVNC centos 图形界面].md │ ├── Linux-VNCServer.1.xfce4桌面[tightVNC ubuntu noVNC 图形界面].md │ ├── Linux-VNCServer.2.gnome桌面[tightVNC ubuntu 图形界面].md │ └── Linux-VNCServer[tightVNC ubuntu].3.extension “RANDR” missing on display[vnc4server 图形界面].md ├── fdfs │ ├── FastDFS+Nginx环境搭建.md │ ├── FastDFS命令行工具使用方法.md │ ├── FastDFS应用场景.md │ ├── FastDFS深入理解.md │ ├── FastDFS错误处理.md │ ├── FastDFS问题处理.md │ └── FdfsDFS原理分析.md ├── keepalived │ ├── Keepalived+Redis多组实例高可用.md │ ├── Keepalived+Redis实现高可用集群(二).md │ ├── Keepalived+Redis实现高可用集群.md │ ├── Keepalived中Master和Backup角色选举策略(转).md │ ├── Keepalived配置(一)-入门.md │ └── Keepalived配置(二)-进阶.md ├── ldap │ ├── LDAP命令应用场景.md │ ├── LDAP服务器搭建(一)-基础篇.md │ └── LDAP服务器搭建(二)-进阶篇.md ├── ntpdate同步时间.md ├── rsync │ ├── RSync所遇问题.md │ ├── RSync触发式同步-inotify工具.md │ ├── RSync触发式同步-sersync工具的使用.md │ ├── Rsync服务理解与基本使用.md │ └── Rsync本地拷贝.md └── vsftpd │ ├── FTP主动模式和被动模式.md │ ├── FTP服务器配置.md │ └── FTP问题处理 - 500 OOPS:cannot locate user entry:automopote.md ├── 应用技巧 ├── Centos7开机rc.local 不执行的问题.md ├── Centos7桌面安装[图形界面 startx].md ├── Centos开机进入字符界面或图形界面[inittab runlevel systemctl default graphical].md ├── DOS和UNIX格式文件相互转换[换行 回车 vim ff CRLF dos2unix tr].md ├── Linux Bash应用技巧.1.像黑客一样使用Linux命令行.md ├── Linux Bash应用技巧.2.实践.md ├── Linux-rescue救援模式.md ├── Linux-sudo为普通用户赋予权限[sudoer].md ├── Linux-修改时区[date localtime zoneinfo java].md ├── Linux下profile,bashrc,bashrc_profile文件作用及区别.md ├── Linux命令提示符.md ├── Linux安装微软雅黑等中文字体.md ├── Linux导入证书.md ├── Linux特殊权限[suid sgid setuid setgid].md ├── centos7升级内核[yum rpm].md ├── crontab file行内添加定时任务.md ├── crontab定时任务.md ├── df -h统计磁盘空间占用太多, 但du -h又找不到大的文件[lsof].md ├── grub查看并设置默认内核启动项.md ├── passwd行内修改密码[chpasswd].md ├── sh模拟bash.md ├── useradd创建用户时指定已经存在的目录作为其home目录[skel].md ├── useradd行内创建带密码的用户.md ├── usermod修改用户名.md ├── 一些强制性操作[force alias mv cp rm].md ├── 如何看懂man手册.md ├── 强制踢出其他正在SSH登陆的用户[who am i pkill].md └── 终端响铃配置.md ├── 性能调优 ├── IO │ ├── iotop.md │ ├── sar.md │ └── vmstat.md ├── OOM分析.md ├── chaosblade混沌测试[故障演练 模拟 stress] │ ├── jvm.md │ ├── readme.md │ └── 使用.md ├── readme.md ├── stap内核调试工具[todo systemtap].md ├── strace │ ├── strace从进程启动时开始跟踪.md │ ├── strace常用使用方法.md │ ├── strace排查CPU占用率高的进程.md │ └── strace显示整行省略内容 字符串截断.md ├── tcprstat.1.编译安装.md ├── tcprstat.2.使用.md ├── tcprstat统计 tcp http 请求的响应时间.md ├── 性能分析 │ ├── Linux-ps与top资源显示不一致的问题.md │ ├── Linux-top输出详解.md │ ├── Linux命令-lsof输出详解.md │ ├── Linux命令-ps指定格式输出[top rss vsz].md │ └── ps查看高CPU占用率的线程[top].md └── 性能测试 │ ├── Linux-stress服务器性能测试.md │ ├── Linux-sysbench服务器性能测试.md │ ├── iperf测试网络带宽.md │ ├── memtester尝试申请指定空间的内存[压测].md │ └── 问题处理 │ └── memtester执行异常-trying mlock ...too many pages, reducing[cgroup kube].md ├── 散落 ├── Linux启动genymotion提示要先安装virtualbox的问题.md ├── SEO搜索引擎-robots.txt协议详解[seo sitemap].md ├── busybox-top与ps查看cpu与内存信息.md ├── grub命令应用.md └── mosquitto日志报错SSL routines SSL3_READ_BYTES tlsv1 alert unknown ca.md ├── 数据库 ├── SQLite │ ├── SQLite中的alter命令.md │ └── SQLite基本命令.md ├── mongo │ ├── Mongo应用场景-增删改查.md │ ├── Mongo应用场景-数据迁移.1.复制与克隆[cloneDatabase].md │ ├── Mongo应用场景-数据迁移.2.备份与还原[mongodump].md │ ├── Mongo应用场景配置.md │ └── 错误处理 │ │ ├── mongo启动失败 - Unclean shutdown detected.md │ │ └── mongo执行rs.initiate报错 - No host described in new configuration 1 for replica set mongoreplset maps to this node.md ├── mysql │ ├── MySQL-CentOS7下yum安装MySQL初始密码.md │ ├── MySQL-内置函数.md │ ├── MySQL-内置变量.md │ ├── MySQL备份恢复.md │ ├── MySQL差备与日志清理.md │ ├── MySQL开启慢查询.md │ ├── MySQL所遇问题.md │ ├── MySQL系列-shell命令行操作.md │ ├── Mysql-常用命令-库操作相关.md │ ├── Mysql-日期与日间.md │ ├── Mysql创建新用户并授权[create user grant priviledge drop].md │ ├── Mysql建表语句.md │ ├── Mysql查看与修改时区.md │ └── Mysql调试命令.md └── postgres │ ├── Postgresql-Schema概念理解.md │ ├── Postgresql备份与恢复(一)-dump.md │ ├── psql │ ├── psql-非交互式输入密码[行内].md │ ├── psql命令行应用.md │ └── psql常用快捷命令记录.md │ ├── 内置函数与系统表 │ ├── Postgres-pg_stat_statements查看Top SQL.md │ ├── Postgres-判断字符串关系(包含和包含于).md │ ├── Postgres-正则匹配.md │ ├── Postgres应用-数据转换(格式化)函数.md │ ├── Postgres系统函数.md │ ├── Postgres系统变量.md │ ├── Postgres系统表-pg_stat_activity.md │ └── Postgres系统表.md │ ├── 安装部署 │ ├── Postgresql-yum安装及初始化.md │ └── Postgresql源码安装及初始化.md │ ├── 数据类型 │ ├── Postgresql数据类型-date, time和timestamp类型.md │ ├── Postgresql数据类型-inet.md │ ├── Postgresql数据类型-字符串数组.md │ └── Postgresql数据类型-数组.md │ ├── 时间与日期 │ ├── Postgres应用-时区处理.md │ └── Postgres应用-时间&日期操作.md │ ├── 权限相关 │ └── Postgresql-用户, 角色与权限管理.md │ └── 问题处理 │ └── Postgresql问题处理.md ├── 正则实例[regexp].md ├── 硬件系统 ├── Linux查看系统与硬件信息.1.dmidecode.md ├── Linux查看系统与硬件信息.2.proc目录.md ├── Linux查看系统与硬件信息.3.hostnamectl.md └── Linux查看系统与硬件信息.4.其他工具[uname issue].md ├── 系统机制 ├── CentOS7-systemd-detect-virt查看当前主机是否为虚拟机[kvm vmware].md ├── CentOS查看系统版本与内核版本[issue os-release uname].md ├── Linux-ACL应用.md ├── Linux-PAM体系结构.md ├── Linux-hostname详解[hostnamectl].md ├── Linux-inode理解.md ├── Linux-删除正在使用的文件.md ├── Linux下CPU使用率与机器负载的关系与区别(转)[load cpu].md ├── Linux文件时间属性[touch atime ctime mtime].md ├── Linux服务脚本-Systemd(1)服务脚本编写.md ├── Linux服务脚本-Systemd(2)命令应用.md ├── Linux服务脚本-Systemd(3)-参数.md ├── Linux服务脚本-Systemd[service]块字段.md ├── Linux服务脚本-Systemd导论.md ├── Linux服务脚本-SysvInit.md ├── Linux环境变量解析.md ├── proc目录 │ ├── proc.md │ └── sysctl │ │ ├── Linux-sysctl内核参数-导论.md │ │ ├── sysctl命令详解.md │ │ └── vm │ │ ├── Linux-sysctl内核参数-vm.block_dump统计IO[dmesg].md │ │ └── Linux-sysctl内核参数-vm.drop_caches清除缓存.md ├── su切换用户失败-cannot open session:Permission denied[runuser limits.conf memlock].md ├── tty pty pts ptmx.1.[终端 伪终端].md └── tty pty pts ptmx.2.[伪终端 反弹shell](转).md ├── 网络系统 ├── IPv4+IPv6 │ ├── 169.254.0.0本地链路地址.md │ └── IPv6 │ │ ├── AWS创建IPv6实例记录.1.md │ │ ├── AWS创建IPv6实例记录.2.IPv6测试.md │ │ ├── IPv4与IPv6 双栈优先.md │ │ ├── IPv4向IPv6转换时的过渡技术.md │ │ ├── IPv6-TCP端口请求.md │ │ ├── IPv6地址划分.md │ │ ├── IPv6版本的ip命令.md │ │ ├── IPv6的路由转发[sysctl].md │ │ ├── IPv6真实场景要考虑的事情.md │ │ ├── ping6测试[Invalid argument].md │ │ └── readme.md ├── bond接口 │ ├── CentOS 8下使用nmcli创建bond接口.md │ ├── bond示例-ifcfg配置.md │ ├── bond示例-ip命令.md │ ├── readme.md │ └── 多网卡主机为某一组网卡创建bond后没有默认路由的问题.md ├── iptables │ ├── CentOS7下安装iptables.md │ ├── firewalld应用场景.md │ ├── iptables-MASQUERADE.md │ ├── iptables-实现端口转发(端口映射)[dnat].md │ ├── iptables-自定义链.md │ ├── iptables内部原理[ebtables].md │ ├── iptables备份与还原机制.md │ ├── iptables查看否条规则是否存在.md │ ├── iptables链操作-删除指定规则.md │ ├── iptables链操作.md │ ├── iptables链规则-goto与jump选项的作用.md │ ├── readme.md │ ├── 三层路由与iptables转发什么关系.md │ └── 扩展 │ │ ├── iptables-addrtype模块.md │ │ ├── iptables-log模块开启日志.md │ │ ├── iptables-mark模块.md │ │ ├── iptables-set模块与ipset命令应用.md │ │ └── iptables-state模块.md ├── nmcli │ ├── nmcli-添加删除IP.md │ ├── nmcli命令应用.md │ └── readme.md ├── tc-流量控制命令.md ├── 常用命令 │ ├── established假死连接.md │ ├── ip命令网络管理 │ │ ├── ip addr scope标记的作用[host link global].md │ │ ├── ip addr单纯获取ip值[inet short brief].md │ │ ├── ip monitor监控命令.md │ │ ├── ip neighbour-arp动态与静态记录[windows linux].md │ │ ├── ip vs ifconfig-网络接口设备的管理命令对照[promisc 混杂模式].md │ │ ├── ip命令查看网络接口类型[info -details iftype].md │ │ └── readme.md │ ├── netstat --wide禁止输出截断[width].md │ ├── netstat -o timers含义.md │ ├── tcpdump │ │ ├── readme.md │ │ ├── tcpdump抓取多个网卡IP端口.md │ │ ├── tcpdump显示数据包中的vlan tag.md │ │ └── tcpdump配合grep过滤.md │ ├── tcpkill与killcx.md │ ├── wireshark │ │ ├── readme.md │ │ └── wireshark保存过滤后的报文.md │ └── 查询网络接口设备父子关系[bond master slave].md ├── 网络配置 │ ├── CentOS 7 系统网卡命名规则.md │ ├── Linux修改网卡名称(网卡重命名).md │ ├── Linux服务器做路由器[网关 iptables nat forward].md │ ├── Linux路由配置.md │ ├── Linux静态IP配置[static].md │ ├── ifconfig配置虚拟IP.md │ ├── resolv.conf 文件认识[dns dig search].md │ └── 单网卡多IP配置(非虚拟IP).md └── 问题处理 │ ├── VMware克隆节点后网卡混乱导致无法上网的解决过程.md │ ├── ip set master - too many levels of symbolic links[bridge master].md │ ├── ip tunnel无法删除通道设备gre-Operation not supported.md │ ├── ip tunnel无法删除通道设备ipip-Operation not permitted.md │ └── 不同网段IP的两台主机通过交换机二层连接是否可以通信[switch].md ├── 自动化 ├── ansible │ ├── Ansible应用场景配置.md │ ├── Ansible问题处理.md │ └── _ansible安装测试.md ├── jenkins │ ├── Jenkins安装部署及应用.md │ ├── Jenkins应用(一).md │ ├── Jenkins配置主从节点分布式构建.md │ └── readme.md ├── readme.md └── saltstack │ ├── Saltstack-SLS系统.md │ ├── Saltstack-api组件认识.md │ ├── Saltstack-minion安装记录.md │ ├── Saltstack-salt命令应用.md │ ├── Saltstack-异步执行命令.md │ ├── Saltstack-自定义模块编写(一).md │ ├── Saltstack-自定义模块编写(二).md │ ├── Saltstack事件监听.md │ ├── Saltstack可视化界面-halite.md │ ├── Saltstack模块-cron定时任务.md │ ├── Saltstack模块-grains.md │ ├── Saltstack详细介绍.md │ ├── Saltstack部署安装.md │ └── Saltstack问题处理.md ├── 虚拟网络 ├── bridge │ ├── bridge+vlan │ │ ├── 4.md │ │ ├── bridge+vlan实验.00.引言+总结.md │ │ ├── bridge+vlan实验.01.数据流入none.md │ │ ├── bridge+vlan实验.02.数据流入vid 100.md │ │ ├── bridge+vlan实验.03.数据流入vid 100 pvid.md │ │ ├── bridge+vlan实验.04.数据流出none.md │ │ ├── bridge+vlan实验.05.数据流出vid 100.md │ │ ├── bridge+vlan实验.06.数据流出vid 100 untagged.md │ │ ├── bridge+vlan实验.10.vlan设备直接接入bridge.md │ │ └── bridge+vlan实验.11.vlan设备直接接入bridge.md │ ├── bridge与混杂模式[vmware virtualbox promisc].md │ ├── bridge命令管理vlan.1.bridge vlan vs ip link set xxx master.md │ ├── bridge命令管理vlan.2.pvid.md │ ├── bridge命令管理vlan.3.untagged.md │ ├── bridge命令管理vlan.4.self.md │ ├── bridge测试.1.同主机单bridge多netns连通实验.md │ ├── bridge测试.2.同主机多bridge多netns连通实验.md │ ├── bridge测试.3.跨主机bridge多netns连通实验.md │ ├── bridge测试.4.bridge桥接模式使netns访问外网.md │ ├── bridge虚拟设备特性-mac地址.md │ ├── ip link vs bridge vs brctl 网桥操作[master fdb stp].md │ ├── readmd.md │ └── 问题处理 │ │ └── bridge vlan del出错-RTNETLINK answers:Operation not supported[self].md ├── ipvlan │ ├── ipvlan.1.1.ipvlan设备互通-同一子网[L2 L3].md │ ├── ipvlan.1.2.ipvlan设备互通-非同一子网[L2 L3].md │ ├── ipvlan.2.1.宿主机与ns相互通信[rp_filter].md │ ├── ipvlan.2.2.宿主机与ns相互通信[24 mask 掩码].md │ ├── ipvlan.3.跨主机通信.md │ ├── readme.md │ └── 问题处理 │ │ └── 创建ipvlan设备失败-Operation not supported.md ├── macvlan │ ├── macvlan bridge模式实现容器与宿主机通信.md │ ├── macvlan vs bridge[cni dhcp].md │ ├── macvlan.0.md │ ├── macvlan.1.private.md │ ├── macvlan.2.vepa+bridge.md │ ├── macvlan.2.vepa[hairpin].md │ └── readme.md ├── netns │ ├── ip netns将容器内的网络接口移回宿主机.md │ └── ip netns嵌套.md ├── ovs │ ├── kvm │ │ ├── kvm cenots7虚拟化.1.vmware centos7中装kvm.md │ │ └── kvm centos7虚拟化.2.openvswitch与使用[ovs].md │ └── readme.md ├── readme.md ├── tunnel │ ├── gre连通阿里云不同VPC内网[ipip].md │ ├── ip tunnel添加设备失败-File exists.md │ └── readme.md ├── tuntap │ ├── readme.md │ ├── tap设备的使用示例[ip tuntap].md │ ├── tun.c │ └── tun设备的使用示例[C代码].md ├── veth │ ├── veth虚拟设备特性link-netnsid.md │ └── veth设备设置mac地址.md ├── vlan │ ├── readme.md │ ├── vlan的创建方式.1.基于veth.md │ ├── vlan的创建方式.2.ip link add link.md │ └── 查看vlan设备的详细信息-父设备 vlanId[vid].md ├── vxlan │ ├── readme.md │ ├── vxlan参数解析[learning bgp].md │ ├── vxlan网络多主机通信.1[bridge fdb].md │ ├── vxlan网络多主机通信.2.md │ └── vxlan网络多主机通信.3[route onlink flannel].md └── 相同子网二层直连交换机是否可以通信?.md ├── 证书-RHCE RHCA.md └── 问题处理 ├── Linux cp错误-not writing through dangling symlink.md ├── Linux-终端 __vte_prompt_command command not found.md ├── Linux-终端输入退格键出现非法字符.md ├── Linux命令行启动图形程序的问题-Could not connect to display[vnc].md ├── Linux错误-编译安装.md ├── Linux错误处理-apt.md ├── VMWare虚拟机频繁报错kernel NMI watchdog BUG soft lockup - CPU2 stuck for[todo].md ├── linux中md5sum命令与php中md5函数执行结果不同的问题.md ├── tar无法解压.tar.gz后缀的压缩文件.md └── 服务器安装CentOS7未检测到硬盘的处理方法.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /RPM+YUM/Linux源与镜像源配置分析.1.yum[releasever basearch].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/Linux源与镜像源配置分析.1.yum[releasever basearch].md -------------------------------------------------------------------------------- /RPM+YUM/Linux源与镜像源配置分析.2.apt[ppa].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/Linux源与镜像源配置分析.2.apt[ppa].md -------------------------------------------------------------------------------- /RPM+YUM/RPM包制作[rpmbuild].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/RPM包制作[rpmbuild].md -------------------------------------------------------------------------------- /RPM+YUM/alpine apk离线环境只下载不安装[fetch].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/alpine apk离线环境只下载不安装[fetch].md -------------------------------------------------------------------------------- /RPM+YUM/apt离线环境只下载不安装.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/apt离线环境只下载不安装.md -------------------------------------------------------------------------------- /RPM+YUM/rpm命令应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/rpm命令应用.md -------------------------------------------------------------------------------- /RPM+YUM/rpm重新打包.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/rpm重新打包.md -------------------------------------------------------------------------------- /RPM+YUM/ubuntu安装git[apt-get].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/ubuntu安装git[apt-get].md -------------------------------------------------------------------------------- /RPM+YUM/yum provides查询指定命令所在的包名.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum provides查询指定命令所在的包名.md -------------------------------------------------------------------------------- /RPM+YUM/yum为我们做了什么.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum为我们做了什么.md -------------------------------------------------------------------------------- /RPM+YUM/yum只下载不安装.1.yumdownloader[rpm 离线].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum只下载不安装.1.yumdownloader[rpm 离线].md -------------------------------------------------------------------------------- /RPM+YUM/yum只下载不安装.2.downloadonly[rpm 离线].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum只下载不安装.2.downloadonly[rpm 离线].md -------------------------------------------------------------------------------- /RPM+YUM/yum命令所在包[apt].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum命令所在包[apt].yaml -------------------------------------------------------------------------------- /RPM+YUM/yum安装man手册[man-pages].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum安装man手册[man-pages].md -------------------------------------------------------------------------------- /RPM+YUM/yum安装内核头linux-headers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum安装内核头linux-headers.md -------------------------------------------------------------------------------- /RPM+YUM/yum或是dnf安装指定版本的包.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum或是dnf安装指定版本的包.md -------------------------------------------------------------------------------- /RPM+YUM/yum源收集[webstatic ius].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/yum源收集[webstatic ius].md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/apt update - The certificate is NOT trusted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/apt update - The certificate is NOT trusted.md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/yum-GPG key retrieval failed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/yum-GPG key retrieval failed.md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/yum-No more mirrors to try.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/yum-No more mirrors to try.md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/yum-Transaction Check Error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/yum-Transaction Check Error.md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/yum-You could try using --skip-broken to work around the problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/yum-You could try using --skip-broken to work around the problem.md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/yum卡在Running Transaction Test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/yum卡在Running Transaction Test.md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/yum缺少libldap.so文件-cannot open shared object file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/yum缺少libldap.so文件-cannot open shared object file.md -------------------------------------------------------------------------------- /RPM+YUM/问题处理/yum进行install或update出现KeyboardInterrupt错误.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/RPM+YUM/问题处理/yum进行install或update出现KeyboardInterrupt错误.md -------------------------------------------------------------------------------- /WebServer/Apache/Apache+Tomcat部署(mod_jk).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/Apache+Tomcat部署(mod_jk).md -------------------------------------------------------------------------------- /WebServer/Apache/Apache日志分割[rotatelogs].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/Apache日志分割[rotatelogs].md -------------------------------------------------------------------------------- /WebServer/Apache/Apache端口转发[mod_proxy].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/Apache端口转发[mod_proxy].md -------------------------------------------------------------------------------- /WebServer/Apache/Apache连接Tomcat-JK与AJP模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/Apache连接Tomcat-JK与AJP模式.md -------------------------------------------------------------------------------- /WebServer/Apache/Apache配置https[mod_ssl].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/Apache配置https[mod_ssl].md -------------------------------------------------------------------------------- /WebServer/Apache/Apache配置虚拟主机[VirtualHost vhosts].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/Apache配置虚拟主机[VirtualHost vhosts].md -------------------------------------------------------------------------------- /WebServer/Apache/LAMP环境搭建-Apache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/LAMP环境搭建-Apache.md -------------------------------------------------------------------------------- /WebServer/Apache/LAMP环境搭建-PHP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/LAMP环境搭建-PHP.md -------------------------------------------------------------------------------- /WebServer/Apache/问题处理/Apache-Uninterruptible Sleep[webbench http top].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/问题处理/Apache-Uninterruptible Sleep[webbench http top].md -------------------------------------------------------------------------------- /WebServer/Apache/问题处理/Apache做负载均衡时浏览器访问的重定向问题[Proxy].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Apache/问题处理/Apache做负载均衡时浏览器访问的重定向问题[Proxy].md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy-on-marked-down shutdown-sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy-on-marked-down shutdown-sessions.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy-timeout client server超时配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy-timeout client server超时配置.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy-配置项tcpka与tcp_keepalive_xxx机制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy-配置项tcpka与tcp_keepalive_xxx机制.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy安装配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy安装配置.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy应用场景-4层代理mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy应用场景-4层代理mysql.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy应用场景-HTTPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy应用场景-HTTPS.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy应用场景-TCP代理记录访问者真实IP.md: -------------------------------------------------------------------------------- 1 | # HAProxy应用场景-TCP代理记录访问者真实IP 2 | 3 | USE_LINUX_TPROXY=1 4 | -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy应用场景-开启web统计页面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy应用场景-开启web统计页面.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy应用场景-端口复用(同时代理tcp与http).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy应用场景-端口复用(同时代理tcp与http).md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy性能调优.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy性能调优.md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy日志配置[rsyslog].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy日志配置[rsyslog].md -------------------------------------------------------------------------------- /WebServer/HAProxy/HAProxy服务脚本(适用于CentOS7-).sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/HAProxy/HAProxy服务脚本(适用于CentOS7-).sh -------------------------------------------------------------------------------- /WebServer/Nginx/HTTPS专题/Nginx-https - 升级.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/HTTPS专题/Nginx-https - 升级.md -------------------------------------------------------------------------------- /WebServer/Nginx/HTTPS专题/Nginx-https - 多个https证书[SNI].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/HTTPS专题/Nginx-https - 多个https证书[SNI].md -------------------------------------------------------------------------------- /WebServer/Nginx/HTTPS专题/Nginx-https.1.生成, 申请与配置[openssl].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/HTTPS专题/Nginx-https.1.生成, 申请与配置[openssl].md -------------------------------------------------------------------------------- /WebServer/Nginx/HTTPS专题/Nginx-https.2.部署Let's Encrypt免费SSL证书&&自动续期[certbot].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/HTTPS专题/Nginx-https.2.部署Let's Encrypt免费SSL证书&&自动续期[certbot].md -------------------------------------------------------------------------------- /WebServer/Nginx/HTTPS专题/问题处理/Nginx-https - problems getting password error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/HTTPS专题/问题处理/Nginx-https - problems getting password error.md -------------------------------------------------------------------------------- /WebServer/Nginx/HTTPS专题/问题处理/Nginx-https - 不安全的连接-该证书仅对www.xxx.com有效.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/HTTPS专题/问题处理/Nginx-https - 不安全的连接-该证书仅对www.xxx.com有效.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx+Tomcat+Memcached搭建Session缓存服务器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx+Tomcat+Memcached搭建Session缓存服务器.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx-stream模块四层转发[tcp http proxy_buffer_size].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx-stream模块四层转发[tcp http proxy_buffer_size].md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx-upstream超时调整.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx-upstream超时调整.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx-yum安装指定版本的nginx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx-yum安装指定版本的nginx.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx-后端服务健康检查.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx-后端服务健康检查.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx与php-fpm分离实验.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx与php-fpm分离实验.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx代理https后端[stream].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx代理https后端[stream].md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx内置变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx内置变量.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.1.Nginx变量初识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.1.Nginx变量初识.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.2.Nginx变量的作用域与生存时间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.2.Nginx变量的作用域与生存时间.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.3.Nginx的内建变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.3.Nginx的内建变量.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.4.Nginx的变量缓存.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.4.Nginx的变量缓存.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.5.Nginx的请求形式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.5.Nginx的请求形式.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.6.Nginx父子请求中的变量关系.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.6.Nginx父子请求中的变量关系.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.7.Nginx中的特殊变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx变量漫谈/Nginx变量漫谈.7.Nginx中的特殊变量.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx应用场景及相应配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx应用场景及相应配置.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx应用技巧-判断UA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx应用技巧-判断UA.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx搭建代理HTTP服务器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx搭建代理HTTP服务器.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx第三方模块应用总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx第三方模块应用总结.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx自定义响应头和状态码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx自定义响应头和状态码.md -------------------------------------------------------------------------------- /WebServer/Nginx/Nginx配置json格式日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/Nginx配置json格式日志.md -------------------------------------------------------------------------------- /WebServer/Nginx/try_files+proxy_pass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/try_files+proxy_pass.md -------------------------------------------------------------------------------- /WebServer/Nginx/路径访问规则/Nginx-server_name匹配.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/路径访问规则/Nginx-server_name匹配.md -------------------------------------------------------------------------------- /WebServer/Nginx/路径访问规则/Nginx正则理解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/路径访问规则/Nginx正则理解.md -------------------------------------------------------------------------------- /WebServer/Nginx/路径访问规则/Nginx路径访问规则-location详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/路径访问规则/Nginx路径访问规则-location详解.md -------------------------------------------------------------------------------- /WebServer/Nginx/路径访问规则/Nginx重定向rewrite理解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/路径访问规则/Nginx重定向rewrite理解.md -------------------------------------------------------------------------------- /WebServer/Nginx/问题处理/Nginx错误-403 Forbidden[autoindex 静态文件服务器].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/问题处理/Nginx错误-403 Forbidden[autoindex 静态文件服务器].md -------------------------------------------------------------------------------- /WebServer/Nginx/问题处理/Nginx错误-499.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/问题处理/Nginx错误-499.md -------------------------------------------------------------------------------- /WebServer/Nginx/问题处理/Nginx错误-502 504 Gateway问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/问题处理/Nginx错误-502 504 Gateway问题.md -------------------------------------------------------------------------------- /WebServer/Nginx/问题处理/Nginx错误-配置,日志等各方面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/问题处理/Nginx错误-配置,日志等各方面.md -------------------------------------------------------------------------------- /WebServer/Nginx/问题处理/nginx -t 语法检测报错[emerg] invalid host in upstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Nginx/问题处理/nginx -t 语法检测报错[emerg] invalid host in upstream.md -------------------------------------------------------------------------------- /WebServer/Squid/Squid-访问限制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Squid/Squid-访问限制.md -------------------------------------------------------------------------------- /WebServer/Squid/Squid-高匿设置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Squid/Squid-高匿设置.md -------------------------------------------------------------------------------- /WebServer/Squid/使用Squid做HTTP(S)代理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Squid/使用Squid做HTTP(S)代理.md -------------------------------------------------------------------------------- /WebServer/Tomcat/LAMP环境搭建.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/LAMP环境搭建.md -------------------------------------------------------------------------------- /WebServer/Tomcat/Tomcat多个域名指向同一个项目.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/Tomcat多个域名指向同一个项目.md -------------------------------------------------------------------------------- /WebServer/Tomcat/Tomcat实现项目的HTTP Basic身份认证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/Tomcat实现项目的HTTP Basic身份认证.md -------------------------------------------------------------------------------- /WebServer/Tomcat/Tomcat工程部署方式[webapps server.xml Context].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/Tomcat工程部署方式[webapps server.xml Context].md -------------------------------------------------------------------------------- /WebServer/Tomcat/Tomcat应用场景及相应配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/Tomcat应用场景及相应配置.md -------------------------------------------------------------------------------- /WebServer/Tomcat/Tomcat日志配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/Tomcat日志配置.md -------------------------------------------------------------------------------- /WebServer/Tomcat/Tomcat配置https.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/Tomcat配置https.md -------------------------------------------------------------------------------- /WebServer/Tomcat/Tomcat配置文件理解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/WebServer/Tomcat/Tomcat配置文件理解.md -------------------------------------------------------------------------------- /net-proto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/net-proto.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.1.1.小括号.单.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.1.1.小括号.单.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.1.2.小括号.双[进制转换].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.1.2.小括号.双[进制转换].md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.2.中括号.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.2.中括号.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.3.0.大括号.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.3.0.大括号.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.3.1.大括号-字符串三目判断[默认值 default].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.3.1.大括号-字符串三目判断[默认值 default].md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.3.2.大括号-字符串从左从右删除[贪心].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.3.2.大括号-字符串从左从右删除[贪心].md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.3.3.大括号-大小写转换与位置切片.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.3.3.大括号-大小写转换与位置切片.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.3.4.大括号-字符串查找替换.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.3.4.大括号-字符串查找替换.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell-各种括号.4.反引号``与$().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell-各种括号.4.反引号``与$().md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-EOF标记.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-EOF标记.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-EOF标记嵌套应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-EOF标记嵌套应用.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-EOF标记未放在行首导致unexpected end of file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-EOF标记未放在行首导致unexpected end of file.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-RANDOM随机数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-RANDOM随机数.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-declare命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-declare命令.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-hash命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-hash命令.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-shopt命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-shopt命令.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-trap命令[kill int term wait].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-trap命令[kill int term wait].md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-wait命令[多进程].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-wait命令[多进程].md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-内置变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-内置变量.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-冒号命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-冒号命令.md -------------------------------------------------------------------------------- /shell/Shell脚本元素/Shell脚本元素-数组与字典.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本元素/Shell脚本元素-数组与字典.md -------------------------------------------------------------------------------- /shell/Shell脚本加密方案-gzexe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本加密方案-gzexe.md -------------------------------------------------------------------------------- /shell/Shell脚本加密方案-shc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/Shell脚本加密方案-shc.md -------------------------------------------------------------------------------- /shell/变量作用域及生存周期[export declare env].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/变量作用域及生存周期[export declare env].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-exec操作文件描述符.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-exec操作文件描述符.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-for..in..遍历文件列表时对空格的处理[IFS for..each..].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-for..in..遍历文件列表时对空格的处理[IFS for..each..].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-交互式输入expect入门使用详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-交互式输入expect入门使用详解.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-写出健壮的Bash脚本.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-写出健壮的Bash脚本.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-在脚本中切换用户身份执行[EOF].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-在脚本中切换用户身份执行[EOF].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-多进程实现[wait fifo 锁].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-多进程实现[wait fifo 锁].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-字符串处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-字符串处理.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-按行读取文件[lines for each].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-按行读取文件[lines for each].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-格式化命令行参数.1.引言.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-格式化命令行参数.1.引言.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-格式化命令行参数.2.getopts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-格式化命令行参数.2.getopts.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-格式化命令行参数.3.getopt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-格式化命令行参数.3.getopt.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-格式化输出之前缀序列seq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-格式化输出之前缀序列seq.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-格式化输出之前缀补全printf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-格式化输出之前缀补全printf.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-模板变量替换[eval env template 渲染 envsubst].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-模板变量替换[eval env template 渲染 envsubst].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-移除^M字符.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-移除^M字符.md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-管道与退出码[PIPESTATUS].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-管道与退出码[PIPESTATUS].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell-获取脚本自身所在目录[source pwd BASH_SOURCE].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell-获取脚本自身所在目录[source pwd BASH_SOURCE].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell加载环境变量文件[env].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell加载环境变量文件[env].md -------------------------------------------------------------------------------- /shell/常用技巧/Shell脚本传入空值参数[引号].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/Shell脚本传入空值参数[引号].md -------------------------------------------------------------------------------- /shell/常用技巧/shell 里的进程替换(Process Substitution).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/shell 里的进程替换(Process Substitution).md -------------------------------------------------------------------------------- /shell/常用技巧/shell-echo并发写文件[多进程].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/shell/常用技巧/shell-echo并发写文件[多进程].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/ES概念认识[索引 文档 映射].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/ES概念认识[索引 文档 映射].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/ES造数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/ES造数据.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/ES集群模拟yellow状态.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/ES集群模拟yellow状态.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/_snapshot快照接口进行备份[s3 repository].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/_snapshot快照接口进行备份[s3 repository].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/es-hot_threads认识与使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/es-hot_threads认识与使用.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/pipeline管道/drop processor丢弃消息[logstash].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/pipeline管道/drop processor丢弃消息[logstash].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/pipeline管道/es-pipeline异常处理语法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/pipeline管道/es-pipeline异常处理语法.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/pipeline管道/ingest pipeline预处理.1.[logstash simulate].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/pipeline管道/ingest pipeline预处理.1.[logstash simulate].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/pipeline管道/ingest pipeline预处理.2.script脚本.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/pipeline管道/ingest pipeline预处理.2.script脚本.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/reroute重新分配分片[retry_failed].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/reroute重新分配分片[retry_failed].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/reroute重新分配分片[shard unassigned].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/reroute重新分配分片[shard unassigned].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/xpack认证/es用户名密码设置与修改[5.x xpack].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/xpack认证/es用户名密码设置与修改[5.x xpack].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/xpack认证/xpack用户管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/xpack认证/xpack用户管理.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/分词/IK中文分词器.1.分词测试[_analyze ik_max_word ik_smart].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/分词/IK中文分词器.1.分词测试[_analyze ik_max_word ik_smart].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/分词/IK中文分词器.2.自定义词库.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/分词/IK中文分词器.2.自定义词库.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/分词/POST _analyze接口使用[standard].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/分词/POST _analyze接口使用[standard].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/分词/pinyin分词器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/分词/pinyin分词器.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/分词/readme.分词的作用[standard 交集 query match].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/分词/readme.分词的作用[standard 交集 query match].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/分词/settings中analysis包含的analyzer tokenizer filter是什么意思 什么关系.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/分词/settings中analysis包含的analyzer tokenizer filter是什么意思 什么关系.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/常用接口/bulk接口.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/常用接口/bulk接口.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/常用接口/es接口使用.1.health[_cat health].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/常用接口/es接口使用.1.health[_cat health].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/常用接口/es接口使用.2.nodes[_cat nodes disk 磁盘].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/常用接口/es接口使用.2.nodes[_cat nodes disk 磁盘].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/常用接口/es接口使用.3.常用参数[pretty format h].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/常用接口/es接口使用.3.常用参数[pretty format h].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/常用接口/indices接口查询所有索引的信息.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/常用接口/indices接口查询所有索引的信息.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/常用接口/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/常用接口/readme.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/常用接口/查看es版本.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/常用接口/查看es版本.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/query.bool组合查询.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/query.bool组合查询.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/query.wildcard模糊查询[慢查询].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/query.wildcard模糊查询[慢查询].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/分页查询[from size order limit].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/分页查询[from size order limit].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/按照时间日期查询[range gte lte].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/按照时间日期查询[range gte lte].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/查询多个索引.md: -------------------------------------------------------------------------------- 1 | 参考文章 2 | 3 | 1. [es搜索大量多个索引](https://blog.csdn.net/xyhshen/article/details/107564047) 4 | 5 | -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/简单查询.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/简单查询.1.md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/简单查询.2.[_search query match].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/简单查询.2.[_search query match].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/聚合查询.1.[metric 指标].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/聚合查询.1.[metric 指标].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/聚合查询.2.[bucket 桶 group by].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/聚合查询.2.[bucket 桶 group by].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/聚合查询.辅助参数[size].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/查询/聚合查询.辅助参数[size].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/查询/高级查询.md: -------------------------------------------------------------------------------- 1 | # restful api索引操作 2 | 3 | 参考文章 4 | 5 | 1. [elasticsearch 高级搜索示例 es7.0](https://www.cnblogs.com/newguy/p/13434545.html) 6 | 7 | ES: 7.2.0 8 | 9 | -------------------------------------------------------------------------------- /中间件/ELK/ES使用/索引操作.1[settings shards replicas].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/索引操作.1[settings shards replicas].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/索引操作.2.查询[query match term keyword].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/索引操作.2.查询[query match term keyword].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/索引操作.3.映射[mappings].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/索引操作.3.映射[mappings].md -------------------------------------------------------------------------------- /中间件/ELK/ES使用/索引操作.4.模板[template].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES使用/索引操作.4.模板[template].md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/ELK 5.x下载安装x-pack插件[es kibana logstash 破解 license].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/ELK 5.x下载安装x-pack插件[es kibana logstash 破解 license].md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/ES性能调优.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/ES性能调优.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/bootstrap.memory_lock内存锁定.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/bootstrap.memory_lock内存锁定.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/discovery.zen.ping_timeout与discovery.zen.fd.ping_timeout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/discovery.zen.ping_timeout与discovery.zen.fd.ping_timeout.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/es.5.x需配置vm.max_map_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/es.5.x需配置vm.max_map_count.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/es.7.x安全认证.1.单机.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/es.7.x安全认证.1.单机.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/es.7.x安全认证.2.集群.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/es.7.x安全认证.2.集群.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/readme.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/x-pack开关引起的无法添加或修改用户及角色的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/x-pack开关引起的无法添加或修改用户及角色的问题.md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/重置elasticsearch的超级管理员密码.1.[es xpack 7.x].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/重置elasticsearch的超级管理员密码.1.[es xpack 7.x].md -------------------------------------------------------------------------------- /中间件/ELK/ES配置/重置elasticsearch的超级管理员密码.2.[es xpack 5.x].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/ES配置/重置elasticsearch的超级管理员密码.2.[es xpack 5.x].md -------------------------------------------------------------------------------- /中间件/ELK/Elasticsearch查询速度为什么这么快.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/Elasticsearch查询速度为什么这么快.md -------------------------------------------------------------------------------- /中间件/ELK/filebeat/filebeat+es index写入索引.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/filebeat/filebeat+es index写入索引.md -------------------------------------------------------------------------------- /中间件/ELK/filebeat/filebeat+es[pipeline]配置示例.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/filebeat/filebeat+es[pipeline]配置示例.md -------------------------------------------------------------------------------- /中间件/ELK/filebeat/filebeat-registry文件-重新采集日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/filebeat/filebeat-registry文件-重新采集日志.md -------------------------------------------------------------------------------- /中间件/ELK/filebeat/filebeat输出到kafka无数据[output].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/filebeat/filebeat输出到kafka无数据[output].md -------------------------------------------------------------------------------- /中间件/ELK/filebeat/fliebeat log level[debug].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/filebeat/fliebeat log level[debug].md -------------------------------------------------------------------------------- /中间件/ELK/filebeat/问题处理/filebeat的registry文件为空.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/filebeat/问题处理/filebeat的registry文件为空.md -------------------------------------------------------------------------------- /中间件/ELK/kibana/head组件-kibana的前身.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/kibana/head组件-kibana的前身.md -------------------------------------------------------------------------------- /中间件/ELK/kibana/kibana-discover es查询[DSL].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/kibana/kibana-discover es查询[DSL].md -------------------------------------------------------------------------------- /中间件/ELK/kibana/kibana-索引模式 index pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/kibana/kibana-索引模式 index pattern.md -------------------------------------------------------------------------------- /中间件/ELK/kibana/kibana启动失败面板无法访问[server.basePath].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/kibana/kibana启动失败面板无法访问[server.basePath].md -------------------------------------------------------------------------------- /中间件/ELK/kibana/kibana密文密码keystore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/kibana/kibana密文密码keystore.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/Java工程log4j2配置logstash收集日志[udp].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/Java工程log4j2配置logstash收集日志[udp].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/filter strip移除前后空格[mutate].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/filter strip移除前后空格[mutate].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/filter规则[mutate split add_field add_tag].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/filter规则[mutate split add_field add_tag].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/gork插件-解析nginx.1.简单示例.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/gork插件-解析nginx.1.简单示例.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/gork插件-解析nginx.2.字段对比.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/gork插件-解析nginx.2.字段对比.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/grok插件-redis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/grok插件-redis.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/grok插件-自定义匹配模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/grok插件-自定义匹配模式.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/logstash log4j remote输出[stdout java_stdout http].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/logstash log4j remote输出[stdout java_stdout http].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/logstash pipeline-kafka input from beginning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/logstash pipeline-kafka input from beginning.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/logstash-monitoring api监控接口[9600].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/logstash-monitoring api监控接口[9600].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/logstash多管道配置[pipeline].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/logstash多管道配置[pipeline].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/logstash添加ES监控面板[logstash.yml].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/logstash添加ES监控面板[logstash.yml].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/mutate插件[tag field].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/mutate插件[tag field].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/pipelines/generator.v7.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/pipelines/generator.v7.conf -------------------------------------------------------------------------------- /中间件/ELK/logstash/pipelines/input-kafka-output-es.v7.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/pipelines/input-kafka-output-es.v7.conf -------------------------------------------------------------------------------- /中间件/ELK/logstash/pipelines/logstash-打印可用字段[metadata message host mutate].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/pipelines/logstash-打印可用字段[metadata message host mutate].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/pipelines/最简示例[input.file output.stdout].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/pipelines/最简示例[input.file output.stdout].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/readme.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/问题处理/logstash - Invalid FieldReference[mutate add_field].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/问题处理/logstash - Invalid FieldReference[mutate add_field].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/问题处理/logstash-output.stdout性能不佳[dots 打点].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/问题处理/logstash-output.stdout性能不佳[dots 打点].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/问题处理/logstash-无法解析kafka实例IP变动后的域名地址[dns domain].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/问题处理/logstash-无法解析kafka实例IP变动后的域名地址[dns domain].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/问题处理/logstash-输出到es报错Failed to install template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/问题处理/logstash-输出到es报错Failed to install template.md -------------------------------------------------------------------------------- /中间件/ELK/logstash/问题处理/logstash消费kafka-某个分区存在积压[partition lag].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/问题处理/logstash消费kafka-某个分区存在积压[partition lag].md -------------------------------------------------------------------------------- /中间件/ELK/logstash/问题处理/安装X-Pack插件之后Logstash无法正常启动[es elasticsearch].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/logstash/问题处理/安装X-Pack插件之后Logstash无法正常启动[es elasticsearch].md -------------------------------------------------------------------------------- /中间件/ELK/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/readme.md -------------------------------------------------------------------------------- /中间件/ELK/性能调优/es负载均衡原理解释及配置方法[routing allocation reblance].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/性能调优/es负载均衡原理解释及配置方法[routing allocation reblance].md -------------------------------------------------------------------------------- /中间件/ELK/性能调优/es选主耗时配置-discovery.zen.ping_timeout如何生效[选举 5.x].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/性能调优/es选主耗时配置-discovery.zen.ping_timeout如何生效[选举 5.x].md -------------------------------------------------------------------------------- /中间件/ELK/性能调优/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/性能调优/readme.md -------------------------------------------------------------------------------- /中间件/ELK/性能调优/多节点 大数据量ES集群重启的具体操作步骤[负载平衡 reblance].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/性能调优/多节点 大数据量ES集群重启的具体操作步骤[负载平衡 reblance].md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/ES节点重启模拟数据丢失[unassigned shards replicas settings].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/ES节点重启模拟数据丢失[unassigned shards replicas settings].md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/es查询-Fielddata is disabled on text fields by default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/es查询-Fielddata is disabled on text fields by default.md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/es集群状态为red-Unassigned Replica 数据丢失[explain reroute].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/es集群状态为red-Unassigned Replica 数据丢失[explain reroute].md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/es集群状态为yellow-Unassigned Replica[explain].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/es集群状态为yellow-Unassigned Replica[explain].md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/es集群脑裂模拟.1.[5.x].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/es集群脑裂模拟.1.[5.x].md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/es集群脑裂模拟.2.[5.x].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/es集群脑裂模拟.2.[5.x].md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/es集群脑裂的处理与避免[discovery.zen.minimum_master_nodes].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/es集群脑裂的处理与避免[discovery.zen.minimum_master_nodes].md -------------------------------------------------------------------------------- /中间件/ELK/问题处理/xpack证书过期[license].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/ELK/问题处理/xpack证书过期[license].md -------------------------------------------------------------------------------- /中间件/consul/consul+golang单机单节点测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/consul/consul+golang单机单节点测试.md -------------------------------------------------------------------------------- /中间件/consul/consul集群部署测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/consul/consul集群部署测试.md -------------------------------------------------------------------------------- /中间件/consul/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/consul/docker-compose.yml -------------------------------------------------------------------------------- /中间件/etcd/etcd 中 Revision, CreateRevision, ModRevision, Version 的含义.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/etcd 中 Revision, CreateRevision, ModRevision, Version 的含义.md -------------------------------------------------------------------------------- /中间件/etcd/etcdctl key range从删库到跑路.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/etcdctl key range从删库到跑路.md -------------------------------------------------------------------------------- /中间件/etcd/etcdctl key range批量操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/etcdctl key range批量操作.md -------------------------------------------------------------------------------- /中间件/etcd/etcdctl v2与v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/etcdctl v2与v3.md -------------------------------------------------------------------------------- /中间件/etcd/etcdctl watch操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/etcdctl watch操作.md -------------------------------------------------------------------------------- /中间件/etcd/etcdctl获取指定目录内容[--prefix --keys-only].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/etcdctl获取指定目录内容[--prefix --keys-only].md -------------------------------------------------------------------------------- /中间件/etcd/etcd中的线性一致性实现.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/etcd中的线性一致性实现.md -------------------------------------------------------------------------------- /中间件/etcd/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/readme.md -------------------------------------------------------------------------------- /中间件/etcd/部署/etcd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/部署/etcd.service -------------------------------------------------------------------------------- /中间件/etcd/部署/etcd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/etcd/部署/etcd.yaml -------------------------------------------------------------------------------- /中间件/kafka/kafka分片与副本消息同步的详细策略[持久化].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka分片与副本消息同步的详细策略[持久化].md -------------------------------------------------------------------------------- /中间件/kafka/kafka命令使用.1.[topic producer consumer JMX_PORT].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka命令使用.1.[topic producer consumer JMX_PORT].md -------------------------------------------------------------------------------- /中间件/kafka/kafka命令使用.2.压测[perf test].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka命令使用.2.压测[perf test].md -------------------------------------------------------------------------------- /中间件/kafka/kafka多集群共用zookeeper集群方案.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka多集群共用zookeeper集群方案.md -------------------------------------------------------------------------------- /中间件/kafka/kafka日志路径设置[LOG_DIR].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka日志路径设置[LOG_DIR].md -------------------------------------------------------------------------------- /中间件/kafka/kafka生产者ack机制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka生产者ack机制.md -------------------------------------------------------------------------------- /中间件/kafka/kafka监控方案[JMX].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka监控方案[JMX].md -------------------------------------------------------------------------------- /中间件/kafka/kafka高性能原理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/kafka高性能原理.md -------------------------------------------------------------------------------- /中间件/kafka/readme[rebalance partition offset consumerGroup消费组].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/readme[rebalance partition offset consumerGroup消费组].md -------------------------------------------------------------------------------- /中间件/kafka/问题处理/kafka启动失败-A broker is already registered on the path[zookeeper zk].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/问题处理/kafka启动失败-A broker is already registered on the path[zookeeper zk].md -------------------------------------------------------------------------------- /中间件/kafka/问题处理/kafka启动失败-Timed out waiting for connection while in state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/kafka/问题处理/kafka启动失败-Timed out waiting for connection while in state.md -------------------------------------------------------------------------------- /中间件/rabbitmq/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/rabbitmq/readme.md -------------------------------------------------------------------------------- /中间件/rabbitmq/可靠投递的代码逻辑.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/rabbitmq/可靠投递的代码逻辑.md -------------------------------------------------------------------------------- /中间件/redis/Redis-表结构设计(键值设计).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/Redis-表结构设计(键值设计).md -------------------------------------------------------------------------------- /中间件/redis/Redis集群搭建.1.引言.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/Redis集群搭建.1.引言.md -------------------------------------------------------------------------------- /中间件/redis/Redis集群搭建.2.sentinel哨兵模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/Redis集群搭建.2.sentinel哨兵模式.md -------------------------------------------------------------------------------- /中间件/redis/Redis集群搭建.3.cluster集群模式[slot 哈希槽].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/Redis集群搭建.3.cluster集群模式[slot 哈希槽].md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/readme.md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/redis cluster+k8s nodeport端口暴露[announce-ip].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/redis cluster+k8s nodeport端口暴露[announce-ip].md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/redis-cluster reshard将所有slot迁移到另一个master节点后自动变为slave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/redis-cluster reshard将所有slot迁移到另一个master节点后自动变为slave.md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/redis-cluster命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/redis-cluster命令.md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/redis-cluster选项[trib.rb].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/redis-cluster选项[trib.rb].md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/redis的哈希槽与一致性哈希[hash slot].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/redis的哈希槽与一致性哈希[hash slot].md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/问题处理/redis 3.x - Nodes dont agree about configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/问题处理/redis 3.x - Nodes dont agree about configuration.md -------------------------------------------------------------------------------- /中间件/redis/cluster集群模式/问题处理/redis 3.x集群模式下迁移slot时主节点失去自己的从节点.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/cluster集群模式/问题处理/redis 3.x集群模式下迁移slot时主节点失去自己的从节点.md -------------------------------------------------------------------------------- /中间件/redis/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /中间件/redis/sentinel哨兵模式/Redis-使用redis-cli进行数据迁移[move].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/sentinel哨兵模式/Redis-使用redis-cli进行数据迁移[move].md -------------------------------------------------------------------------------- /中间件/redis/sentinel哨兵模式/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/sentinel哨兵模式/readme.md -------------------------------------------------------------------------------- /中间件/redis/sentinel哨兵模式/问题处理/redis-SELinux导致slaveof主从设置不生效.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/sentinel哨兵模式/问题处理/redis-SELinux导致slaveof主从设置不生效.md -------------------------------------------------------------------------------- /中间件/redis/常用操作/PubSub.md: -------------------------------------------------------------------------------- 1 | # PubSub 2 | 3 | 参考文章 4 | 5 | 1. [深入理解Redis的发布/订阅机制(pub/sub)](https://blog.csdn.net/azurelaker/article/details/85045183) 6 | 7 | -------------------------------------------------------------------------------- /中间件/redis/常用操作/Redis-expire设置过期时间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/常用操作/Redis-expire设置过期时间.md -------------------------------------------------------------------------------- /中间件/redis/常用操作/Redis-hash类型[hset hget hmset hmget].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/常用操作/Redis-hash类型[hset hget hmset hmget].md -------------------------------------------------------------------------------- /中间件/redis/常用操作/Redis-select切换数据库(flushdb与flushall).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/常用操作/Redis-select切换数据库(flushdb与flushall).md -------------------------------------------------------------------------------- /中间件/redis/常用操作/Redis-xargs+del批量删除.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/常用操作/Redis-xargs+del批量删除.md -------------------------------------------------------------------------------- /中间件/redis/常用操作/Redis-查看各数据库大小.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/常用操作/Redis-查看各数据库大小.md -------------------------------------------------------------------------------- /中间件/redis/常用操作/Redis事务-multi, exec, watch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/常用操作/Redis事务-multi, exec, watch.md -------------------------------------------------------------------------------- /中间件/redis/常用操作/dbsize查看集群中key的数量[cluster].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/常用操作/dbsize查看集群中key的数量[cluster].md -------------------------------------------------------------------------------- /中间件/redis/数据持久化/Redis的两种持久化方式及原理[rdb aof].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/redis/数据持久化/Redis的两种持久化方式及原理[rdb aof].md -------------------------------------------------------------------------------- /中间件/zk/ZooKeeper 并不适合做注册中心(转).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/ZooKeeper 并不适合做注册中心(转).md -------------------------------------------------------------------------------- /中间件/zk/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/readme.md -------------------------------------------------------------------------------- /中间件/zk/zkCli命令行操作.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/zkCli命令行操作.1.md -------------------------------------------------------------------------------- /中间件/zk/zkCli命令行操作.2.非交互.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/zkCli命令行操作.2.非交互.md -------------------------------------------------------------------------------- /中间件/zk/zkCli命令行操作.3.watch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/zkCli命令行操作.3.watch.md -------------------------------------------------------------------------------- /中间件/zk/配置/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/配置/readme.md -------------------------------------------------------------------------------- /中间件/zk/问题处理/zk启动失败-Unable to load database on disk[磁盘满].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/问题处理/zk启动失败-Unable to load database on disk[磁盘满].md -------------------------------------------------------------------------------- /中间件/zk/问题处理/zk迟迟无法正常组成集群.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/问题处理/zk迟迟无法正常组成集群.md -------------------------------------------------------------------------------- /中间件/zk/问题处理/zk集群脑裂问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/zk/问题处理/zk集群脑裂问题.md -------------------------------------------------------------------------------- /中间件/同类PK/etcd vs redis.1.数据的存储模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/同类PK/etcd vs redis.1.数据的存储模式.md -------------------------------------------------------------------------------- /中间件/同类PK/etcd vs redis.2.Watch vs PubSub在服务的注册与发现中的对比.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/同类PK/etcd vs redis.2.Watch vs PubSub在服务的注册与发现中的对比.md -------------------------------------------------------------------------------- /中间件/同类PK/rocketmq vs kafka vs rabbitmq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/同类PK/rocketmq vs kafka vs rabbitmq.md -------------------------------------------------------------------------------- /中间件/同类PK/zk vs etcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/中间件/同类PK/zk vs etcd.md -------------------------------------------------------------------------------- /发行版/Fedora初始化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/Fedora初始化.md -------------------------------------------------------------------------------- /发行版/centos8/CentOS8中的变化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/centos8/CentOS8中的变化.md -------------------------------------------------------------------------------- /发行版/centos8/VMware装CentOS8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/centos8/VMware装CentOS8.md -------------------------------------------------------------------------------- /发行版/centos8/base-8.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/centos8/base-8.repo -------------------------------------------------------------------------------- /发行版/centos8/centos 8装docker-ce缺少containerd.io的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/centos8/centos 8装docker-ce缺少containerd.io的问题.md -------------------------------------------------------------------------------- /发行版/centos8/epel-8.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/centos8/epel-8.repo -------------------------------------------------------------------------------- /发行版/ubuntu/Ubuntu-单用户模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/ubuntu/Ubuntu-单用户模式.md -------------------------------------------------------------------------------- /发行版/ubuntu/Ubuntu安装docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/ubuntu/Ubuntu安装docker.md -------------------------------------------------------------------------------- /发行版/ubuntu/Ubuntu应用总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/ubuntu/Ubuntu应用总结.md -------------------------------------------------------------------------------- /发行版/ubuntu/Ubuntu美化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/ubuntu/Ubuntu美化.md -------------------------------------------------------------------------------- /发行版/ubuntu/Ubuntu镜像源修改.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/ubuntu/Ubuntu镜像源修改.md -------------------------------------------------------------------------------- /发行版/ubuntu/Ubuntu问题-应用级别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/发行版/ubuntu/Ubuntu问题-应用级别.md -------------------------------------------------------------------------------- /命令应用/Linux命令-date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-date.md -------------------------------------------------------------------------------- /命令应用/Linux命令-dd(skip与seek参数理解).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-dd(skip与seek参数理解).md -------------------------------------------------------------------------------- /命令应用/Linux命令-dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-dd.md -------------------------------------------------------------------------------- /命令应用/Linux命令-dd扩展swap分区.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-dd扩展swap分区.md -------------------------------------------------------------------------------- /命令应用/Linux命令-dig使用说明[dns nslookup short search].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-dig使用说明[dns nslookup short search].md -------------------------------------------------------------------------------- /命令应用/Linux命令-eval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-eval.md -------------------------------------------------------------------------------- /命令应用/Linux命令-find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-find.md -------------------------------------------------------------------------------- /命令应用/Linux命令-grep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-grep.md -------------------------------------------------------------------------------- /命令应用/Linux命令-ls+find删除乱码文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-ls+find删除乱码文件.md -------------------------------------------------------------------------------- /命令应用/Linux命令-mail发送邮件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-mail发送邮件.md -------------------------------------------------------------------------------- /命令应用/Linux命令-mkpasswd生成随机密码[random].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-mkpasswd生成随机密码[random].md -------------------------------------------------------------------------------- /命令应用/Linux命令-tr移除或替换指定字符[replace trim].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-tr移除或替换指定字符[replace trim].md -------------------------------------------------------------------------------- /命令应用/Linux命令-xargs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/Linux命令-xargs.md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl -H添加请求头[User-Agent Cookie].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl -H添加请求头[User-Agent Cookie].md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl -f选项将4xx与5xx视为失败.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl -f选项将4xx与5xx视为失败.md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl -w选指定项输出格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl -w选指定项输出格式.md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl urlencode编解码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl urlencode编解码.md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl 上传文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl 上传文件.md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl 代理设置[wget socks5 http proxy].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl 代理设置[wget socks5 http proxy].md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl.md -------------------------------------------------------------------------------- /命令应用/curl/Linux命令-curl模拟websocket请求.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令应用/curl/Linux命令-curl模拟websocket请求.md -------------------------------------------------------------------------------- /命令技巧/ASCII, 二进制与中文编码转换.0.[xxd od].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/ASCII, 二进制与中文编码转换.0.[xxd od].md -------------------------------------------------------------------------------- /命令技巧/ASCII, 二进制与中文编码转换.1.xxd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/ASCII, 二进制与中文编码转换.1.xxd.md -------------------------------------------------------------------------------- /命令技巧/ASCII, 二进制与中文编码转换.2.od.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/ASCII, 二进制与中文编码转换.2.od.md -------------------------------------------------------------------------------- /命令技巧/Linux-test比较判断字符串时出现too many arguments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/Linux-test比较判断字符串时出现too many arguments.md -------------------------------------------------------------------------------- /命令技巧/Linux计算命令.1.bc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/Linux计算命令.1.bc.md -------------------------------------------------------------------------------- /命令技巧/Linux计算命令.2.1.expr字符串操作[length index substr].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/Linux计算命令.2.1.expr字符串操作[length index substr].md -------------------------------------------------------------------------------- /命令技巧/Linux计算命令.2.expr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/Linux计算命令.2.expr.md -------------------------------------------------------------------------------- /命令技巧/TMOUT终端变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/TMOUT终端变量.md -------------------------------------------------------------------------------- /命令技巧/base64命令编码自动换行的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/base64命令编码自动换行的问题.md -------------------------------------------------------------------------------- /命令技巧/diff应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/diff应用.md -------------------------------------------------------------------------------- /命令技巧/du -sh找不到大文件[lsof -n].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/du -sh找不到大文件[lsof -n].md -------------------------------------------------------------------------------- /命令技巧/jar命令解压与压缩.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/jar命令解压与压缩.md -------------------------------------------------------------------------------- /命令技巧/lrzsz上传下载文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/lrzsz上传下载文件.md -------------------------------------------------------------------------------- /命令技巧/netcat/nc交互式服务器[socket web http server].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/netcat/nc交互式服务器[socket web http server].md -------------------------------------------------------------------------------- /命令技巧/netcat/nc命令传输文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/netcat/nc命令传输文件.md -------------------------------------------------------------------------------- /命令技巧/netcat/nc实现端口转发[forward socat].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/netcat/nc实现端口转发[forward socat].md -------------------------------------------------------------------------------- /命令技巧/tar命令解压xz文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/tar命令解压xz文件.md -------------------------------------------------------------------------------- /命令技巧/time(新)获取命令执行时间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/time(新)获取命令执行时间.md -------------------------------------------------------------------------------- /命令技巧/touch修改文件时间[软链接 symlink].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/touch修改文件时间[软链接 symlink].md -------------------------------------------------------------------------------- /命令技巧/unrar解压缩到指定目录.md: -------------------------------------------------------------------------------- 1 | unrar 解压文件到指定目录方法:unrar e filename path 2 | 注意path最后一定要以'/'结尾 -------------------------------------------------------------------------------- /命令技巧/创建后台守护进程.1.[nohup setsid].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/创建后台守护进程.1.[nohup setsid].md -------------------------------------------------------------------------------- /命令技巧/创建后台守护进程.2.nohup阻塞等待回车的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/创建后台守护进程.2.nohup阻塞等待回车的问题.md -------------------------------------------------------------------------------- /命令技巧/将文件转换成十六进制文本传输后再转换为文件[hex od xxd].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/命令技巧/将文件转换成十六进制文本传输后再转换为文件[hex od xxd].md -------------------------------------------------------------------------------- /存储系统/Linux磁盘挂载与格式化[mount fstab mkfs].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/存储系统/Linux磁盘挂载与格式化[mount fstab mkfs].md -------------------------------------------------------------------------------- /存储系统/mknod创建字符设备与块设备.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/存储系统/mknod创建字符设备与块设备.md -------------------------------------------------------------------------------- /存储系统/raid模式简介[raid0 raid1 raid5].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/存储系统/raid模式简介[raid0 raid1 raid5].md -------------------------------------------------------------------------------- /存储系统/块存储, 文件存储与对象存储.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/存储系统/块存储, 文件存储与对象存储.md -------------------------------------------------------------------------------- /存储系统/问题处理/执行umount时报device is busy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/存储系统/问题处理/执行umount时报device is busy.md -------------------------------------------------------------------------------- /安全/IDS与IPS区别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/IDS与IPS区别.md -------------------------------------------------------------------------------- /安全/Kali/Kali-sqlmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Kali/Kali-sqlmap.md -------------------------------------------------------------------------------- /安全/Kali/Kali-密码暴力破解工具hydra(九头蛇).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Kali/Kali-密码暴力破解工具hydra(九头蛇).md -------------------------------------------------------------------------------- /安全/Kali/Kali-密码暴力破解工具medusa(美杜莎).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Kali/Kali-密码暴力破解工具medusa(美杜莎).md -------------------------------------------------------------------------------- /安全/Kali/Kali简单工具集.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Kali/Kali简单工具集.md -------------------------------------------------------------------------------- /安全/Kali/Kali系统定制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Kali/Kali系统定制.md -------------------------------------------------------------------------------- /安全/Metasploit-wmap模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Metasploit-wmap模块.md -------------------------------------------------------------------------------- /安全/Metasploit使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Metasploit使用.md -------------------------------------------------------------------------------- /安全/Nmap/Nmap使用详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Nmap/Nmap使用详解.md -------------------------------------------------------------------------------- /安全/Nmap/Nmap脚本入门-brute库.md: -------------------------------------------------------------------------------- 1 | # Nmap脚本入门-brute库 -------------------------------------------------------------------------------- /安全/Nmap/Nmap脚本入门-stdnse库.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Nmap/Nmap脚本入门-stdnse库.md -------------------------------------------------------------------------------- /安全/Nmap/Nmap脚本入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Nmap/Nmap脚本入门.md -------------------------------------------------------------------------------- /安全/Nmap/Nmap脚本编写.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Nmap/Nmap脚本编写.md -------------------------------------------------------------------------------- /安全/Nmap/http-form-brute.nse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/Nmap/http-form-brute.nse -------------------------------------------------------------------------------- /安全/SQL注入/mysql注入.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/SQL注入/mysql注入.md -------------------------------------------------------------------------------- /安全/SQL注入/sqlmap使用方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/SQL注入/sqlmap使用方法.md -------------------------------------------------------------------------------- /安全/SQL注入/手工注入流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/SQL注入/手工注入流程.md -------------------------------------------------------------------------------- /安全/XSS/kali-beef工具使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/XSS/kali-beef工具使用.md -------------------------------------------------------------------------------- /安全/XSS/入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/XSS/入门.md -------------------------------------------------------------------------------- /安全/linux函数劫持-基于LD_PRELOAD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/linux函数劫持-基于LD_PRELOAD.md -------------------------------------------------------------------------------- /安全/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/readme.md -------------------------------------------------------------------------------- /安全/反弹Shell引申-bash的socket操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/反弹Shell引申-bash的socket操作.md -------------------------------------------------------------------------------- /安全/反弹Shell理解与应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/反弹Shell理解与应用.md -------------------------------------------------------------------------------- /安全/安全系术语对照.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/安全系术语对照.md -------------------------------------------------------------------------------- /安全/提权.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/提权.md -------------------------------------------------------------------------------- /安全/杀软工具/Linux-ClamAV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/杀软工具/Linux-ClamAV.md -------------------------------------------------------------------------------- /安全/渗透测试演练系统.md: -------------------------------------------------------------------------------- 1 | # 渗透测试演练系统 2 | 3 | [Damn Vulnerable Web Application (DVWA)](http://www.dvwa.co.uk/) -------------------------------------------------------------------------------- /安全/系统加固/AppArmor/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/系统加固/AppArmor/readme.md -------------------------------------------------------------------------------- /安全/系统加固/denyhosts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/系统加固/denyhosts.conf -------------------------------------------------------------------------------- /安全/系统加固/denyhosts防止ssh爆破.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/系统加固/denyhosts防止ssh爆破.md -------------------------------------------------------------------------------- /安全/系统加固/安全防护 系统配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/安全/系统加固/安全防护 系统配置.md -------------------------------------------------------------------------------- /工具集/awk/awk if条件判断.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/awk/awk if条件判断.md -------------------------------------------------------------------------------- /工具集/awk/awk.1.初级使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/awk/awk.1.初级使用.md -------------------------------------------------------------------------------- /工具集/awk/awk.2.BEGIN与END.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/awk/awk.2.BEGIN与END.md -------------------------------------------------------------------------------- /工具集/awk/awk.3.格式化输出[print printf].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/awk/awk.3.格式化输出[print printf].md -------------------------------------------------------------------------------- /工具集/awk/awk内置变量FS,NF,NR,RT,RS,ORS,OFS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/awk/awk内置变量FS,NF,NR,RT,RS,ORS,OFS.md -------------------------------------------------------------------------------- /工具集/awk/awk获取所有网络连接状态总量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/awk/awk获取所有网络连接状态总量.md -------------------------------------------------------------------------------- /工具集/jq/jq初始使用.md: -------------------------------------------------------------------------------- 1 | # 2 | 3 | 参考文章 4 | 5 | 1. [Linux杂谈之jq命令](https://blog.csdn.net/wzj_110/article/details/117387891) 6 | 2. -------------------------------------------------------------------------------- /工具集/jq/jq按value值过滤[select and or multiple].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/jq/jq按value值过滤[select and or multiple].md -------------------------------------------------------------------------------- /工具集/jq/jq格式化输出(表格)[format csv tsv].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/jq/jq格式化输出(表格)[format csv tsv].md -------------------------------------------------------------------------------- /工具集/openssl/cfssl工具应用.md: -------------------------------------------------------------------------------- 1 | # cfssl工具应用 2 | 3 | 参考文章 4 | 5 | 1. [Kubernetes RBAC 详解](https://www.qikqiak.com/post/use-rbac-in-k8s/) 6 | - openssl生成证书签名请求文件csr时`-subj`参数的应用. 7 | -------------------------------------------------------------------------------- /工具集/openssl/openssl双向认证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl双向认证.md -------------------------------------------------------------------------------- /工具集/openssl/openssl命令行手册.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl命令行手册.md -------------------------------------------------------------------------------- /工具集/openssl/openssl应用技巧-无ca.crt证书生成server.key与server.crt并签名[-signkey].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl应用技巧-无ca.crt证书生成server.key与server.crt并签名[-signkey].md -------------------------------------------------------------------------------- /工具集/openssl/openssl应用技巧-生成密钥对, 签名及加解密(无证书).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl应用技巧-生成密钥对, 签名及加解密(无证书).md -------------------------------------------------------------------------------- /工具集/openssl/openssl应用技巧-移除私钥密码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl应用技巧-移除私钥密码.md -------------------------------------------------------------------------------- /工具集/openssl/openssl查看证书信息[subject date 过期时间].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl查看证书信息[subject date 过期时间].md -------------------------------------------------------------------------------- /工具集/openssl/openssl获取网站https证书.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl获取网站https证书.md -------------------------------------------------------------------------------- /工具集/openssl/openssl验证证书及证书链.1.验证天猫证书[chain].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl验证证书及证书链.1.验证天猫证书[chain].md -------------------------------------------------------------------------------- /工具集/openssl/openssl验证证书及证书链.2.生成并验证自签名证书[chain verify].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/openssl验证证书及证书链.2.生成并验证自签名证书[chain verify].md -------------------------------------------------------------------------------- /工具集/openssl/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/readme.md -------------------------------------------------------------------------------- /工具集/openssl/关于SSL & TLS证书.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/openssl/关于SSL & TLS证书.md -------------------------------------------------------------------------------- /工具集/sed/sed+find修改指定条件下的文件内容.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/sed+find修改指定条件下的文件内容.md -------------------------------------------------------------------------------- /工具集/sed/sed+grep修改多层级目录下的文件内容.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/sed+grep修改多层级目录下的文件内容.md -------------------------------------------------------------------------------- /工具集/sed/sed.1.基础使用[追加 删除 替换].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/sed.1.基础使用[追加 删除 替换].md -------------------------------------------------------------------------------- /工具集/sed/sed.2.分组操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/sed.2.分组操作.md -------------------------------------------------------------------------------- /工具集/sed/sed.3.正则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/sed.3.正则.md -------------------------------------------------------------------------------- /工具集/sed/问题处理/sed-问题处理expects followed by text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/问题处理/sed-问题处理expects followed by text.md -------------------------------------------------------------------------------- /工具集/sed/问题处理/sed问题处理-MacOS下报extra characters at the end of d command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/问题处理/sed问题处理-MacOS下报extra characters at the end of d command.md -------------------------------------------------------------------------------- /工具集/sed/问题处理/sed问题处理-invalid usage of line address 0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/问题处理/sed问题处理-invalid usage of line address 0.md -------------------------------------------------------------------------------- /工具集/sed/问题处理/sed问题处理-unknown option to 's'.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/sed/问题处理/sed问题处理-unknown option to 's'.md -------------------------------------------------------------------------------- /工具集/ssh/autossh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/autossh.sh -------------------------------------------------------------------------------- /工具集/ssh/sshd服务端/sshd关闭除DNS反解缩短登录时间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/sshd服务端/sshd关闭除DNS反解缩短登录时间.md -------------------------------------------------------------------------------- /工具集/ssh/sshd服务端/sshd禁止密码登录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/sshd服务端/sshd禁止密码登录.md -------------------------------------------------------------------------------- /工具集/ssh/sshd服务端/sshd禁止某些用户远程登陆[sshd_config].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/sshd服务端/sshd禁止某些用户远程登陆[sshd_config].md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh -o.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh -o.0.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh -o.2.ControlMaster与ControlPersist连接复用 无需重复输入密码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh -o.2.ControlMaster与ControlPersist连接复用 无需重复输入密码.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh -o.3.ServerAliveInterval保持连接[心跳].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh -o.3.ServerAliveInterval保持连接[心跳].md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh -o.4.ConnectTimeout设置连接超时时间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh -o.4.ConnectTimeout设置连接超时时间.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh config配置.1.别名 快捷登录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh config配置.1.别名 快捷登录.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh config配置详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh config配置详解.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh-keygen免交互.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh-keygen免交互.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh-keygen生成密钥.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh-keygen生成密钥.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh命令行带密码登录[sshpass].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh命令行带密码登录[sshpass].md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh远程执行命令.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh远程执行命令.1.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh远程执行命令.2.-n参数, 去除本地标准输入的干扰.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh远程执行命令.2.-n参数, 去除本地标准输入的干扰.md -------------------------------------------------------------------------------- /工具集/ssh/ssh客户端/ssh远程执行命令.3.退出码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/ssh客户端/ssh远程执行命令.3.退出码.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/Mac下做持久ssh隧道.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/Mac下做持久ssh隧道.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.1.认识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.1.认识.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.2.隧道的高可用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.2.隧道的高可用.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.3.autossh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.3.autossh.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.4.绑定外部地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.4.绑定外部地址.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.5.端口映射失败时自动结束进程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.5.端口映射失败时自动结束进程.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.6.config配置版.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/SSH隧道,端口转发与内网穿透.6.config配置版.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/config版/autorestart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/config版/autorestart.sh -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/config版/autorestart.sh.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/config版/autorestart.sh.1 -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/config版/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/config版/config -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/config版/crontab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/config版/crontab.txt -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/config版/flush_dns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/config版/flush_dns.sh -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/config版/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/config版/readme.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/无config版/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/无config版/readme.md -------------------------------------------------------------------------------- /工具集/ssh/内网穿透/无config版/ssh_tunnel_keepalive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/内网穿透/无config版/ssh_tunnel_keepalive.sh -------------------------------------------------------------------------------- /工具集/ssh/问题处理/ssh_exchange_identification read Connection reset by peer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/问题处理/ssh_exchange_identification read Connection reset by peer.md -------------------------------------------------------------------------------- /工具集/ssh/问题处理/xshell ssh服务器拒绝了密码 请再试一次.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/问题处理/xshell ssh服务器拒绝了密码 请再试一次.md -------------------------------------------------------------------------------- /工具集/ssh/问题处理/直接执行sshd启动服务出错sshd re-exec requires execution with an absolute path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/问题处理/直接执行sshd启动服务出错sshd re-exec requires execution with an absolute path.md -------------------------------------------------------------------------------- /工具集/ssh/问题处理/阿里云Linux云主机ssh出现Connection reset by peer的问题[aliyun].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/ssh/问题处理/阿里云Linux云主机ssh出现Connection reset by peer的问题[aliyun].md -------------------------------------------------------------------------------- /工具集/vim/vim-dos与unix格式切换.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/vim/vim-dos与unix格式切换.md -------------------------------------------------------------------------------- /工具集/vim/vim快捷键-缩进(单行与多行).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/vim/vim快捷键-缩进(单行与多行).md -------------------------------------------------------------------------------- /工具集/vim/vim快捷键.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/vim/vim快捷键.md -------------------------------------------------------------------------------- /工具集/vim/vim编码设置[encoding].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/vim/vim编码设置[encoding].md -------------------------------------------------------------------------------- /工具集/vim/vim设置tab为空格并替换.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/工具集/vim/vim设置tab为空格并替换.md -------------------------------------------------------------------------------- /常用服务/DHCP服务器搭建.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/DHCP服务器搭建.md -------------------------------------------------------------------------------- /常用服务/DHCP的4步租约过程(转).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/DHCP的4步租约过程(转).md -------------------------------------------------------------------------------- /常用服务/KVM安装实践.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/KVM安装实践.md -------------------------------------------------------------------------------- /常用服务/Memcached命令应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/Memcached命令应用.md -------------------------------------------------------------------------------- /常用服务/NFS和Samba/Centos7搭建NFS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/NFS和Samba/Centos7搭建NFS.md -------------------------------------------------------------------------------- /常用服务/NFS和Samba/NFS-XXX_squash配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/NFS和Samba/NFS-XXX_squash配置.md -------------------------------------------------------------------------------- /常用服务/NFS和Samba/NFS固定端口及开放防火墙.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/NFS和Samba/NFS固定端口及开放防火墙.md -------------------------------------------------------------------------------- /常用服务/NFS和Samba/NFS所遇问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/NFS和Samba/NFS所遇问题.md -------------------------------------------------------------------------------- /常用服务/Rsyslog使用配置[haproxy].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/Rsyslog使用配置[haproxy].md -------------------------------------------------------------------------------- /常用服务/Supervisor管理进程.1.安装及使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/Supervisor管理进程.1.安装及使用.md -------------------------------------------------------------------------------- /常用服务/Supervisor管理进程.2.配置文件详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/Supervisor管理进程.2.配置文件详解.md -------------------------------------------------------------------------------- /常用服务/VNCServer/Linux-VNC server.1.安装部署与启动[tigerVNC centos 图形界面].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/VNCServer/Linux-VNC server.1.安装部署与启动[tigerVNC centos 图形界面].md -------------------------------------------------------------------------------- /常用服务/VNCServer/Linux-VNC server.2.使用[tigerVNC centos 图形界面].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/VNCServer/Linux-VNC server.2.使用[tigerVNC centos 图形界面].md -------------------------------------------------------------------------------- /常用服务/VNCServer/Linux-VNCServer.1.xfce4桌面[tightVNC ubuntu noVNC 图形界面].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/VNCServer/Linux-VNCServer.1.xfce4桌面[tightVNC ubuntu noVNC 图形界面].md -------------------------------------------------------------------------------- /常用服务/VNCServer/Linux-VNCServer.2.gnome桌面[tightVNC ubuntu 图形界面].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/VNCServer/Linux-VNCServer.2.gnome桌面[tightVNC ubuntu 图形界面].md -------------------------------------------------------------------------------- /常用服务/fdfs/FastDFS+Nginx环境搭建.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/fdfs/FastDFS+Nginx环境搭建.md -------------------------------------------------------------------------------- /常用服务/fdfs/FastDFS命令行工具使用方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/fdfs/FastDFS命令行工具使用方法.md -------------------------------------------------------------------------------- /常用服务/fdfs/FastDFS应用场景.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/fdfs/FastDFS应用场景.md -------------------------------------------------------------------------------- /常用服务/fdfs/FastDFS深入理解.md: -------------------------------------------------------------------------------- 1 | # FastDFS 深入理解 2 | -------------------------------------------------------------------------------- /常用服务/fdfs/FastDFS错误处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/fdfs/FastDFS错误处理.md -------------------------------------------------------------------------------- /常用服务/fdfs/FastDFS问题处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/fdfs/FastDFS问题处理.md -------------------------------------------------------------------------------- /常用服务/fdfs/FdfsDFS原理分析.md: -------------------------------------------------------------------------------- 1 | # FdfsDFS原理分析 -------------------------------------------------------------------------------- /常用服务/keepalived/Keepalived+Redis多组实例高可用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/keepalived/Keepalived+Redis多组实例高可用.md -------------------------------------------------------------------------------- /常用服务/keepalived/Keepalived+Redis实现高可用集群(二).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/keepalived/Keepalived+Redis实现高可用集群(二).md -------------------------------------------------------------------------------- /常用服务/keepalived/Keepalived+Redis实现高可用集群.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/keepalived/Keepalived+Redis实现高可用集群.md -------------------------------------------------------------------------------- /常用服务/keepalived/Keepalived中Master和Backup角色选举策略(转).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/keepalived/Keepalived中Master和Backup角色选举策略(转).md -------------------------------------------------------------------------------- /常用服务/keepalived/Keepalived配置(一)-入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/keepalived/Keepalived配置(一)-入门.md -------------------------------------------------------------------------------- /常用服务/keepalived/Keepalived配置(二)-进阶.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/keepalived/Keepalived配置(二)-进阶.md -------------------------------------------------------------------------------- /常用服务/ldap/LDAP命令应用场景.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/ldap/LDAP命令应用场景.md -------------------------------------------------------------------------------- /常用服务/ldap/LDAP服务器搭建(一)-基础篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/ldap/LDAP服务器搭建(一)-基础篇.md -------------------------------------------------------------------------------- /常用服务/ldap/LDAP服务器搭建(二)-进阶篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/ldap/LDAP服务器搭建(二)-进阶篇.md -------------------------------------------------------------------------------- /常用服务/ntpdate同步时间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/ntpdate同步时间.md -------------------------------------------------------------------------------- /常用服务/rsync/RSync所遇问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/rsync/RSync所遇问题.md -------------------------------------------------------------------------------- /常用服务/rsync/RSync触发式同步-inotify工具.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/rsync/RSync触发式同步-inotify工具.md -------------------------------------------------------------------------------- /常用服务/rsync/RSync触发式同步-sersync工具的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/rsync/RSync触发式同步-sersync工具的使用.md -------------------------------------------------------------------------------- /常用服务/rsync/Rsync服务理解与基本使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/rsync/Rsync服务理解与基本使用.md -------------------------------------------------------------------------------- /常用服务/rsync/Rsync本地拷贝.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/rsync/Rsync本地拷贝.md -------------------------------------------------------------------------------- /常用服务/vsftpd/FTP主动模式和被动模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/vsftpd/FTP主动模式和被动模式.md -------------------------------------------------------------------------------- /常用服务/vsftpd/FTP服务器配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/vsftpd/FTP服务器配置.md -------------------------------------------------------------------------------- /常用服务/vsftpd/FTP问题处理 - 500 OOPS:cannot locate user entry:automopote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/常用服务/vsftpd/FTP问题处理 - 500 OOPS:cannot locate user entry:automopote.md -------------------------------------------------------------------------------- /应用技巧/Centos7开机rc.local 不执行的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Centos7开机rc.local 不执行的问题.md -------------------------------------------------------------------------------- /应用技巧/Centos7桌面安装[图形界面 startx].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Centos7桌面安装[图形界面 startx].md -------------------------------------------------------------------------------- /应用技巧/Centos开机进入字符界面或图形界面[inittab runlevel systemctl default graphical].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Centos开机进入字符界面或图形界面[inittab runlevel systemctl default graphical].md -------------------------------------------------------------------------------- /应用技巧/DOS和UNIX格式文件相互转换[换行 回车 vim ff CRLF dos2unix tr].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/DOS和UNIX格式文件相互转换[换行 回车 vim ff CRLF dos2unix tr].md -------------------------------------------------------------------------------- /应用技巧/Linux Bash应用技巧.1.像黑客一样使用Linux命令行.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux Bash应用技巧.1.像黑客一样使用Linux命令行.md -------------------------------------------------------------------------------- /应用技巧/Linux Bash应用技巧.2.实践.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux Bash应用技巧.2.实践.md -------------------------------------------------------------------------------- /应用技巧/Linux-rescue救援模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux-rescue救援模式.md -------------------------------------------------------------------------------- /应用技巧/Linux-sudo为普通用户赋予权限[sudoer].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux-sudo为普通用户赋予权限[sudoer].md -------------------------------------------------------------------------------- /应用技巧/Linux-修改时区[date localtime zoneinfo java].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux-修改时区[date localtime zoneinfo java].md -------------------------------------------------------------------------------- /应用技巧/Linux下profile,bashrc,bashrc_profile文件作用及区别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux下profile,bashrc,bashrc_profile文件作用及区别.md -------------------------------------------------------------------------------- /应用技巧/Linux命令提示符.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux命令提示符.md -------------------------------------------------------------------------------- /应用技巧/Linux安装微软雅黑等中文字体.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux安装微软雅黑等中文字体.md -------------------------------------------------------------------------------- /应用技巧/Linux导入证书.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux导入证书.md -------------------------------------------------------------------------------- /应用技巧/Linux特殊权限[suid sgid setuid setgid].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/Linux特殊权限[suid sgid setuid setgid].md -------------------------------------------------------------------------------- /应用技巧/centos7升级内核[yum rpm].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/centos7升级内核[yum rpm].md -------------------------------------------------------------------------------- /应用技巧/crontab file行内添加定时任务.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/crontab file行内添加定时任务.md -------------------------------------------------------------------------------- /应用技巧/crontab定时任务.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/crontab定时任务.md -------------------------------------------------------------------------------- /应用技巧/df -h统计磁盘空间占用太多, 但du -h又找不到大的文件[lsof].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/df -h统计磁盘空间占用太多, 但du -h又找不到大的文件[lsof].md -------------------------------------------------------------------------------- /应用技巧/grub查看并设置默认内核启动项.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/grub查看并设置默认内核启动项.md -------------------------------------------------------------------------------- /应用技巧/passwd行内修改密码[chpasswd].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/passwd行内修改密码[chpasswd].md -------------------------------------------------------------------------------- /应用技巧/sh模拟bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/sh模拟bash.md -------------------------------------------------------------------------------- /应用技巧/useradd创建用户时指定已经存在的目录作为其home目录[skel].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/useradd创建用户时指定已经存在的目录作为其home目录[skel].md -------------------------------------------------------------------------------- /应用技巧/useradd行内创建带密码的用户.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/useradd行内创建带密码的用户.md -------------------------------------------------------------------------------- /应用技巧/usermod修改用户名.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/usermod修改用户名.md -------------------------------------------------------------------------------- /应用技巧/一些强制性操作[force alias mv cp rm].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/一些强制性操作[force alias mv cp rm].md -------------------------------------------------------------------------------- /应用技巧/如何看懂man手册.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/如何看懂man手册.md -------------------------------------------------------------------------------- /应用技巧/强制踢出其他正在SSH登陆的用户[who am i pkill].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/强制踢出其他正在SSH登陆的用户[who am i pkill].md -------------------------------------------------------------------------------- /应用技巧/终端响铃配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/应用技巧/终端响铃配置.md -------------------------------------------------------------------------------- /性能调优/IO/iotop.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /性能调优/IO/sar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/IO/sar.md -------------------------------------------------------------------------------- /性能调优/IO/vmstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/IO/vmstat.md -------------------------------------------------------------------------------- /性能调优/OOM分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/OOM分析.md -------------------------------------------------------------------------------- /性能调优/chaosblade混沌测试[故障演练 模拟 stress]/jvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/chaosblade混沌测试[故障演练 模拟 stress]/jvm.md -------------------------------------------------------------------------------- /性能调优/chaosblade混沌测试[故障演练 模拟 stress]/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/chaosblade混沌测试[故障演练 模拟 stress]/readme.md -------------------------------------------------------------------------------- /性能调优/chaosblade混沌测试[故障演练 模拟 stress]/使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/chaosblade混沌测试[故障演练 模拟 stress]/使用.md -------------------------------------------------------------------------------- /性能调优/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/readme.md -------------------------------------------------------------------------------- /性能调优/stap内核调试工具[todo systemtap].md: -------------------------------------------------------------------------------- 1 | 参考文章 2 | 3 | 1. [Linux 自检和 SystemTap (强大的内核调试工具)](https://www.cnblogs.com/leaven/archive/2011/01/07/1929431.html) 4 | 5 | -------------------------------------------------------------------------------- /性能调优/strace/strace从进程启动时开始跟踪.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/strace/strace从进程启动时开始跟踪.md -------------------------------------------------------------------------------- /性能调优/strace/strace常用使用方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/strace/strace常用使用方法.md -------------------------------------------------------------------------------- /性能调优/strace/strace排查CPU占用率高的进程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/strace/strace排查CPU占用率高的进程.md -------------------------------------------------------------------------------- /性能调优/strace/strace显示整行省略内容 字符串截断.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/strace/strace显示整行省略内容 字符串截断.md -------------------------------------------------------------------------------- /性能调优/tcprstat.1.编译安装.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/tcprstat.1.编译安装.md -------------------------------------------------------------------------------- /性能调优/tcprstat.2.使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/tcprstat.2.使用.md -------------------------------------------------------------------------------- /性能调优/tcprstat统计 tcp http 请求的响应时间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/tcprstat统计 tcp http 请求的响应时间.md -------------------------------------------------------------------------------- /性能调优/性能分析/Linux-ps与top资源显示不一致的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能分析/Linux-ps与top资源显示不一致的问题.md -------------------------------------------------------------------------------- /性能调优/性能分析/Linux-top输出详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能分析/Linux-top输出详解.md -------------------------------------------------------------------------------- /性能调优/性能分析/Linux命令-lsof输出详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能分析/Linux命令-lsof输出详解.md -------------------------------------------------------------------------------- /性能调优/性能分析/Linux命令-ps指定格式输出[top rss vsz].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能分析/Linux命令-ps指定格式输出[top rss vsz].md -------------------------------------------------------------------------------- /性能调优/性能分析/ps查看高CPU占用率的线程[top].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能分析/ps查看高CPU占用率的线程[top].md -------------------------------------------------------------------------------- /性能调优/性能测试/Linux-stress服务器性能测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能测试/Linux-stress服务器性能测试.md -------------------------------------------------------------------------------- /性能调优/性能测试/Linux-sysbench服务器性能测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能测试/Linux-sysbench服务器性能测试.md -------------------------------------------------------------------------------- /性能调优/性能测试/iperf测试网络带宽.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能测试/iperf测试网络带宽.md -------------------------------------------------------------------------------- /性能调优/性能测试/memtester尝试申请指定空间的内存[压测].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能测试/memtester尝试申请指定空间的内存[压测].md -------------------------------------------------------------------------------- /性能调优/性能测试/问题处理/memtester执行异常-trying mlock ...too many pages, reducing[cgroup kube].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/性能调优/性能测试/问题处理/memtester执行异常-trying mlock ...too many pages, reducing[cgroup kube].md -------------------------------------------------------------------------------- /散落/Linux启动genymotion提示要先安装virtualbox的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/散落/Linux启动genymotion提示要先安装virtualbox的问题.md -------------------------------------------------------------------------------- /散落/SEO搜索引擎-robots.txt协议详解[seo sitemap].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/散落/SEO搜索引擎-robots.txt协议详解[seo sitemap].md -------------------------------------------------------------------------------- /散落/busybox-top与ps查看cpu与内存信息.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/散落/busybox-top与ps查看cpu与内存信息.md -------------------------------------------------------------------------------- /散落/grub命令应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/散落/grub命令应用.md -------------------------------------------------------------------------------- /散落/mosquitto日志报错SSL routines SSL3_READ_BYTES tlsv1 alert unknown ca.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/散落/mosquitto日志报错SSL routines SSL3_READ_BYTES tlsv1 alert unknown ca.md -------------------------------------------------------------------------------- /数据库/SQLite/SQLite中的alter命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/SQLite/SQLite中的alter命令.md -------------------------------------------------------------------------------- /数据库/SQLite/SQLite基本命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/SQLite/SQLite基本命令.md -------------------------------------------------------------------------------- /数据库/mongo/Mongo应用场景-增删改查.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mongo/Mongo应用场景-增删改查.md -------------------------------------------------------------------------------- /数据库/mongo/Mongo应用场景-数据迁移.1.复制与克隆[cloneDatabase].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mongo/Mongo应用场景-数据迁移.1.复制与克隆[cloneDatabase].md -------------------------------------------------------------------------------- /数据库/mongo/Mongo应用场景-数据迁移.2.备份与还原[mongodump].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mongo/Mongo应用场景-数据迁移.2.备份与还原[mongodump].md -------------------------------------------------------------------------------- /数据库/mongo/Mongo应用场景配置.md: -------------------------------------------------------------------------------- 1 | # Mongo应用场景配置 2 | 3 | ## 1. 以服务形式运行 4 | 5 | 配置文件中指定`fork` -------------------------------------------------------------------------------- /数据库/mongo/错误处理/mongo启动失败 - Unclean shutdown detected.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mongo/错误处理/mongo启动失败 - Unclean shutdown detected.md -------------------------------------------------------------------------------- /数据库/mysql/MySQL-CentOS7下yum安装MySQL初始密码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/MySQL-CentOS7下yum安装MySQL初始密码.md -------------------------------------------------------------------------------- /数据库/mysql/MySQL-内置函数.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /数据库/mysql/MySQL-内置变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/MySQL-内置变量.md -------------------------------------------------------------------------------- /数据库/mysql/MySQL备份恢复.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/MySQL备份恢复.md -------------------------------------------------------------------------------- /数据库/mysql/MySQL差备与日志清理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/MySQL差备与日志清理.md -------------------------------------------------------------------------------- /数据库/mysql/MySQL开启慢查询.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/MySQL开启慢查询.md -------------------------------------------------------------------------------- /数据库/mysql/MySQL所遇问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/MySQL所遇问题.md -------------------------------------------------------------------------------- /数据库/mysql/MySQL系列-shell命令行操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/MySQL系列-shell命令行操作.md -------------------------------------------------------------------------------- /数据库/mysql/Mysql-常用命令-库操作相关.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/Mysql-常用命令-库操作相关.md -------------------------------------------------------------------------------- /数据库/mysql/Mysql-日期与日间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/Mysql-日期与日间.md -------------------------------------------------------------------------------- /数据库/mysql/Mysql创建新用户并授权[create user grant priviledge drop].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/Mysql创建新用户并授权[create user grant priviledge drop].md -------------------------------------------------------------------------------- /数据库/mysql/Mysql建表语句.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/Mysql建表语句.md -------------------------------------------------------------------------------- /数据库/mysql/Mysql查看与修改时区.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/Mysql查看与修改时区.md -------------------------------------------------------------------------------- /数据库/mysql/Mysql调试命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/mysql/Mysql调试命令.md -------------------------------------------------------------------------------- /数据库/postgres/Postgresql-Schema概念理解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/Postgresql-Schema概念理解.md -------------------------------------------------------------------------------- /数据库/postgres/Postgresql备份与恢复(一)-dump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/Postgresql备份与恢复(一)-dump.md -------------------------------------------------------------------------------- /数据库/postgres/psql/psql-非交互式输入密码[行内].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/psql/psql-非交互式输入密码[行内].md -------------------------------------------------------------------------------- /数据库/postgres/psql/psql命令行应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/psql/psql命令行应用.md -------------------------------------------------------------------------------- /数据库/postgres/psql/psql常用快捷命令记录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/psql/psql常用快捷命令记录.md -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres-pg_stat_statements查看Top SQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/内置函数与系统表/Postgres-pg_stat_statements查看Top SQL.md -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres-判断字符串关系(包含和包含于).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/内置函数与系统表/Postgres-判断字符串关系(包含和包含于).md -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres-正则匹配.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/内置函数与系统表/Postgres-正则匹配.md -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres应用-数据转换(格式化)函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/内置函数与系统表/Postgres应用-数据转换(格式化)函数.md -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres系统函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/内置函数与系统表/Postgres系统函数.md -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres系统变量.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres系统表-pg_stat_activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/内置函数与系统表/Postgres系统表-pg_stat_activity.md -------------------------------------------------------------------------------- /数据库/postgres/内置函数与系统表/Postgres系统表.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/内置函数与系统表/Postgres系统表.md -------------------------------------------------------------------------------- /数据库/postgres/安装部署/Postgresql-yum安装及初始化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/安装部署/Postgresql-yum安装及初始化.md -------------------------------------------------------------------------------- /数据库/postgres/安装部署/Postgresql源码安装及初始化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/安装部署/Postgresql源码安装及初始化.md -------------------------------------------------------------------------------- /数据库/postgres/数据类型/Postgresql数据类型-date, time和timestamp类型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/数据类型/Postgresql数据类型-date, time和timestamp类型.md -------------------------------------------------------------------------------- /数据库/postgres/数据类型/Postgresql数据类型-inet.md: -------------------------------------------------------------------------------- 1 | # Postgresql数据类型-inet 2 | 3 | -------------------------------------------------------------------------------- /数据库/postgres/数据类型/Postgresql数据类型-字符串数组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/数据类型/Postgresql数据类型-字符串数组.md -------------------------------------------------------------------------------- /数据库/postgres/数据类型/Postgresql数据类型-数组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/数据类型/Postgresql数据类型-数组.md -------------------------------------------------------------------------------- /数据库/postgres/时间与日期/Postgres应用-时区处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/时间与日期/Postgres应用-时区处理.md -------------------------------------------------------------------------------- /数据库/postgres/时间与日期/Postgres应用-时间&日期操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/时间与日期/Postgres应用-时间&日期操作.md -------------------------------------------------------------------------------- /数据库/postgres/权限相关/Postgresql-用户, 角色与权限管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/权限相关/Postgresql-用户, 角色与权限管理.md -------------------------------------------------------------------------------- /数据库/postgres/问题处理/Postgresql问题处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/数据库/postgres/问题处理/Postgresql问题处理.md -------------------------------------------------------------------------------- /正则实例[regexp].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/正则实例[regexp].md -------------------------------------------------------------------------------- /硬件系统/Linux查看系统与硬件信息.1.dmidecode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/硬件系统/Linux查看系统与硬件信息.1.dmidecode.md -------------------------------------------------------------------------------- /硬件系统/Linux查看系统与硬件信息.2.proc目录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/硬件系统/Linux查看系统与硬件信息.2.proc目录.md -------------------------------------------------------------------------------- /硬件系统/Linux查看系统与硬件信息.3.hostnamectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/硬件系统/Linux查看系统与硬件信息.3.hostnamectl.md -------------------------------------------------------------------------------- /硬件系统/Linux查看系统与硬件信息.4.其他工具[uname issue].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/硬件系统/Linux查看系统与硬件信息.4.其他工具[uname issue].md -------------------------------------------------------------------------------- /系统机制/CentOS7-systemd-detect-virt查看当前主机是否为虚拟机[kvm vmware].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/CentOS7-systemd-detect-virt查看当前主机是否为虚拟机[kvm vmware].md -------------------------------------------------------------------------------- /系统机制/CentOS查看系统版本与内核版本[issue os-release uname].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/CentOS查看系统版本与内核版本[issue os-release uname].md -------------------------------------------------------------------------------- /系统机制/Linux-ACL应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux-ACL应用.md -------------------------------------------------------------------------------- /系统机制/Linux-PAM体系结构.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux-PAM体系结构.md -------------------------------------------------------------------------------- /系统机制/Linux-hostname详解[hostnamectl].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux-hostname详解[hostnamectl].md -------------------------------------------------------------------------------- /系统机制/Linux-inode理解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux-inode理解.md -------------------------------------------------------------------------------- /系统机制/Linux-删除正在使用的文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux-删除正在使用的文件.md -------------------------------------------------------------------------------- /系统机制/Linux下CPU使用率与机器负载的关系与区别(转)[load cpu].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux下CPU使用率与机器负载的关系与区别(转)[load cpu].md -------------------------------------------------------------------------------- /系统机制/Linux文件时间属性[touch atime ctime mtime].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux文件时间属性[touch atime ctime mtime].md -------------------------------------------------------------------------------- /系统机制/Linux服务脚本-Systemd(1)服务脚本编写.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux服务脚本-Systemd(1)服务脚本编写.md -------------------------------------------------------------------------------- /系统机制/Linux服务脚本-Systemd(2)命令应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux服务脚本-Systemd(2)命令应用.md -------------------------------------------------------------------------------- /系统机制/Linux服务脚本-Systemd(3)-参数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux服务脚本-Systemd(3)-参数.md -------------------------------------------------------------------------------- /系统机制/Linux服务脚本-Systemd[service]块字段.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux服务脚本-Systemd[service]块字段.md -------------------------------------------------------------------------------- /系统机制/Linux服务脚本-Systemd导论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux服务脚本-Systemd导论.md -------------------------------------------------------------------------------- /系统机制/Linux服务脚本-SysvInit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux服务脚本-SysvInit.md -------------------------------------------------------------------------------- /系统机制/Linux环境变量解析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/Linux环境变量解析.md -------------------------------------------------------------------------------- /系统机制/proc目录/proc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/proc目录/proc.md -------------------------------------------------------------------------------- /系统机制/proc目录/sysctl/Linux-sysctl内核参数-导论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/proc目录/sysctl/Linux-sysctl内核参数-导论.md -------------------------------------------------------------------------------- /系统机制/proc目录/sysctl/sysctl命令详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/proc目录/sysctl/sysctl命令详解.md -------------------------------------------------------------------------------- /系统机制/proc目录/sysctl/vm/Linux-sysctl内核参数-vm.block_dump统计IO[dmesg].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/proc目录/sysctl/vm/Linux-sysctl内核参数-vm.block_dump统计IO[dmesg].md -------------------------------------------------------------------------------- /系统机制/proc目录/sysctl/vm/Linux-sysctl内核参数-vm.drop_caches清除缓存.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/proc目录/sysctl/vm/Linux-sysctl内核参数-vm.drop_caches清除缓存.md -------------------------------------------------------------------------------- /系统机制/su切换用户失败-cannot open session:Permission denied[runuser limits.conf memlock].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/su切换用户失败-cannot open session:Permission denied[runuser limits.conf memlock].md -------------------------------------------------------------------------------- /系统机制/tty pty pts ptmx.1.[终端 伪终端].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/tty pty pts ptmx.1.[终端 伪终端].md -------------------------------------------------------------------------------- /系统机制/tty pty pts ptmx.2.[伪终端 反弹shell](转).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/系统机制/tty pty pts ptmx.2.[伪终端 反弹shell](转).md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/169.254.0.0本地链路地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/169.254.0.0本地链路地址.md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/AWS创建IPv6实例记录.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/AWS创建IPv6实例记录.1.md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/AWS创建IPv6实例记录.2.IPv6测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/AWS创建IPv6实例记录.2.IPv6测试.md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/IPv4与IPv6 双栈优先.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/IPv4与IPv6 双栈优先.md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/IPv4向IPv6转换时的过渡技术.md: -------------------------------------------------------------------------------- 1 | # IPv4向IPv6转换时的过渡技术 2 | 3 | 参考文章 4 | 5 | 1. [] -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/IPv6-TCP端口请求.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/IPv6-TCP端口请求.md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/IPv6地址划分.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/IPv6地址划分.md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/IPv6版本的ip命令.md: -------------------------------------------------------------------------------- 1 | # IPv6版本的ip命令 2 | 3 | -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/IPv6的路由转发[sysctl].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/IPv6的路由转发[sysctl].md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/IPv6真实场景要考虑的事情.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/IPv6真实场景要考虑的事情.md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/ping6测试[Invalid argument].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/ping6测试[Invalid argument].md -------------------------------------------------------------------------------- /网络系统/IPv4+IPv6/IPv6/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/IPv4+IPv6/IPv6/readme.md -------------------------------------------------------------------------------- /网络系统/bond接口/CentOS 8下使用nmcli创建bond接口.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/bond接口/CentOS 8下使用nmcli创建bond接口.md -------------------------------------------------------------------------------- /网络系统/bond接口/bond示例-ifcfg配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/bond接口/bond示例-ifcfg配置.md -------------------------------------------------------------------------------- /网络系统/bond接口/bond示例-ip命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/bond接口/bond示例-ip命令.md -------------------------------------------------------------------------------- /网络系统/bond接口/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/bond接口/readme.md -------------------------------------------------------------------------------- /网络系统/bond接口/多网卡主机为某一组网卡创建bond后没有默认路由的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/bond接口/多网卡主机为某一组网卡创建bond后没有默认路由的问题.md -------------------------------------------------------------------------------- /网络系统/iptables/CentOS7下安装iptables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/CentOS7下安装iptables.md -------------------------------------------------------------------------------- /网络系统/iptables/firewalld应用场景.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/firewalld应用场景.md -------------------------------------------------------------------------------- /网络系统/iptables/iptables-MASQUERADE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables-MASQUERADE.md -------------------------------------------------------------------------------- /网络系统/iptables/iptables-实现端口转发(端口映射)[dnat].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables-实现端口转发(端口映射)[dnat].md -------------------------------------------------------------------------------- /网络系统/iptables/iptables-自定义链.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables-自定义链.md -------------------------------------------------------------------------------- /网络系统/iptables/iptables内部原理[ebtables].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables内部原理[ebtables].md -------------------------------------------------------------------------------- /网络系统/iptables/iptables备份与还原机制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables备份与还原机制.md -------------------------------------------------------------------------------- /网络系统/iptables/iptables查看否条规则是否存在.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables查看否条规则是否存在.md -------------------------------------------------------------------------------- /网络系统/iptables/iptables链操作-删除指定规则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables链操作-删除指定规则.md -------------------------------------------------------------------------------- /网络系统/iptables/iptables链操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables链操作.md -------------------------------------------------------------------------------- /网络系统/iptables/iptables链规则-goto与jump选项的作用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/iptables链规则-goto与jump选项的作用.md -------------------------------------------------------------------------------- /网络系统/iptables/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/readme.md -------------------------------------------------------------------------------- /网络系统/iptables/三层路由与iptables转发什么关系.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/三层路由与iptables转发什么关系.md -------------------------------------------------------------------------------- /网络系统/iptables/扩展/iptables-addrtype模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/扩展/iptables-addrtype模块.md -------------------------------------------------------------------------------- /网络系统/iptables/扩展/iptables-log模块开启日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/扩展/iptables-log模块开启日志.md -------------------------------------------------------------------------------- /网络系统/iptables/扩展/iptables-mark模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/扩展/iptables-mark模块.md -------------------------------------------------------------------------------- /网络系统/iptables/扩展/iptables-set模块与ipset命令应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/扩展/iptables-set模块与ipset命令应用.md -------------------------------------------------------------------------------- /网络系统/iptables/扩展/iptables-state模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/iptables/扩展/iptables-state模块.md -------------------------------------------------------------------------------- /网络系统/nmcli/nmcli-添加删除IP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/nmcli/nmcli-添加删除IP.md -------------------------------------------------------------------------------- /网络系统/nmcli/nmcli命令应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/nmcli/nmcli命令应用.md -------------------------------------------------------------------------------- /网络系统/nmcli/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/nmcli/readme.md -------------------------------------------------------------------------------- /网络系统/tc-流量控制命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/tc-流量控制命令.md -------------------------------------------------------------------------------- /网络系统/常用命令/established假死连接.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/established假死连接.md -------------------------------------------------------------------------------- /网络系统/常用命令/ip命令网络管理/ip addr scope标记的作用[host link global].md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /网络系统/常用命令/ip命令网络管理/ip addr单纯获取ip值[inet short brief].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/ip命令网络管理/ip addr单纯获取ip值[inet short brief].md -------------------------------------------------------------------------------- /网络系统/常用命令/ip命令网络管理/ip monitor监控命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/ip命令网络管理/ip monitor监控命令.md -------------------------------------------------------------------------------- /网络系统/常用命令/ip命令网络管理/ip neighbour-arp动态与静态记录[windows linux].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/ip命令网络管理/ip neighbour-arp动态与静态记录[windows linux].md -------------------------------------------------------------------------------- /网络系统/常用命令/ip命令网络管理/ip vs ifconfig-网络接口设备的管理命令对照[promisc 混杂模式].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/ip命令网络管理/ip vs ifconfig-网络接口设备的管理命令对照[promisc 混杂模式].md -------------------------------------------------------------------------------- /网络系统/常用命令/ip命令网络管理/ip命令查看网络接口类型[info -details iftype].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/ip命令网络管理/ip命令查看网络接口类型[info -details iftype].md -------------------------------------------------------------------------------- /网络系统/常用命令/ip命令网络管理/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/ip命令网络管理/readme.md -------------------------------------------------------------------------------- /网络系统/常用命令/netstat --wide禁止输出截断[width].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/netstat --wide禁止输出截断[width].md -------------------------------------------------------------------------------- /网络系统/常用命令/netstat -o timers含义.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/netstat -o timers含义.md -------------------------------------------------------------------------------- /网络系统/常用命令/tcpdump/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/tcpdump/readme.md -------------------------------------------------------------------------------- /网络系统/常用命令/tcpdump/tcpdump抓取多个网卡IP端口.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/tcpdump/tcpdump抓取多个网卡IP端口.md -------------------------------------------------------------------------------- /网络系统/常用命令/tcpdump/tcpdump显示数据包中的vlan tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/tcpdump/tcpdump显示数据包中的vlan tag.md -------------------------------------------------------------------------------- /网络系统/常用命令/tcpdump/tcpdump配合grep过滤.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/tcpdump/tcpdump配合grep过滤.md -------------------------------------------------------------------------------- /网络系统/常用命令/tcpkill与killcx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/tcpkill与killcx.md -------------------------------------------------------------------------------- /网络系统/常用命令/wireshark/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/wireshark/readme.md -------------------------------------------------------------------------------- /网络系统/常用命令/wireshark/wireshark保存过滤后的报文.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/wireshark/wireshark保存过滤后的报文.md -------------------------------------------------------------------------------- /网络系统/常用命令/查询网络接口设备父子关系[bond master slave].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/常用命令/查询网络接口设备父子关系[bond master slave].md -------------------------------------------------------------------------------- /网络系统/网络配置/CentOS 7 系统网卡命名规则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/CentOS 7 系统网卡命名规则.md -------------------------------------------------------------------------------- /网络系统/网络配置/Linux修改网卡名称(网卡重命名).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/Linux修改网卡名称(网卡重命名).md -------------------------------------------------------------------------------- /网络系统/网络配置/Linux服务器做路由器[网关 iptables nat forward].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/Linux服务器做路由器[网关 iptables nat forward].md -------------------------------------------------------------------------------- /网络系统/网络配置/Linux路由配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/Linux路由配置.md -------------------------------------------------------------------------------- /网络系统/网络配置/Linux静态IP配置[static].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/Linux静态IP配置[static].md -------------------------------------------------------------------------------- /网络系统/网络配置/ifconfig配置虚拟IP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/ifconfig配置虚拟IP.md -------------------------------------------------------------------------------- /网络系统/网络配置/resolv.conf 文件认识[dns dig search].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/resolv.conf 文件认识[dns dig search].md -------------------------------------------------------------------------------- /网络系统/网络配置/单网卡多IP配置(非虚拟IP).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/网络配置/单网卡多IP配置(非虚拟IP).md -------------------------------------------------------------------------------- /网络系统/问题处理/VMware克隆节点后网卡混乱导致无法上网的解决过程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/问题处理/VMware克隆节点后网卡混乱导致无法上网的解决过程.md -------------------------------------------------------------------------------- /网络系统/问题处理/ip set master - too many levels of symbolic links[bridge master].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/问题处理/ip set master - too many levels of symbolic links[bridge master].md -------------------------------------------------------------------------------- /网络系统/问题处理/ip tunnel无法删除通道设备gre-Operation not supported.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/问题处理/ip tunnel无法删除通道设备gre-Operation not supported.md -------------------------------------------------------------------------------- /网络系统/问题处理/ip tunnel无法删除通道设备ipip-Operation not permitted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/问题处理/ip tunnel无法删除通道设备ipip-Operation not permitted.md -------------------------------------------------------------------------------- /网络系统/问题处理/不同网段IP的两台主机通过交换机二层连接是否可以通信[switch].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/网络系统/问题处理/不同网段IP的两台主机通过交换机二层连接是否可以通信[switch].md -------------------------------------------------------------------------------- /自动化/ansible/Ansible应用场景配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/ansible/Ansible应用场景配置.md -------------------------------------------------------------------------------- /自动化/ansible/Ansible问题处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/ansible/Ansible问题处理.md -------------------------------------------------------------------------------- /自动化/ansible/_ansible安装测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/ansible/_ansible安装测试.md -------------------------------------------------------------------------------- /自动化/jenkins/Jenkins安装部署及应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/jenkins/Jenkins安装部署及应用.md -------------------------------------------------------------------------------- /自动化/jenkins/Jenkins应用(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/jenkins/Jenkins应用(一).md -------------------------------------------------------------------------------- /自动化/jenkins/Jenkins配置主从节点分布式构建.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/jenkins/Jenkins配置主从节点分布式构建.md -------------------------------------------------------------------------------- /自动化/jenkins/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/jenkins/readme.md -------------------------------------------------------------------------------- /自动化/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack-SLS系统.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack-SLS系统.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack-api组件认识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack-api组件认识.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack-minion安装记录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack-minion安装记录.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack-salt命令应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack-salt命令应用.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack-异步执行命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack-异步执行命令.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack-自定义模块编写(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack-自定义模块编写(一).md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack-自定义模块编写(二).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack-自定义模块编写(二).md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack事件监听.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack事件监听.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack可视化界面-halite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack可视化界面-halite.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack模块-cron定时任务.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack模块-cron定时任务.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack模块-grains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack模块-grains.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack详细介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack详细介绍.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack部署安装.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack部署安装.md -------------------------------------------------------------------------------- /自动化/saltstack/Saltstack问题处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/自动化/saltstack/Saltstack问题处理.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/4.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.00.引言+总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.00.引言+总结.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.01.数据流入none.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.01.数据流入none.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.02.数据流入vid 100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.02.数据流入vid 100.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.03.数据流入vid 100 pvid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.03.数据流入vid 100 pvid.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.04.数据流出none.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.04.数据流出none.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.05.数据流出vid 100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.05.数据流出vid 100.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.06.数据流出vid 100 untagged.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.06.数据流出vid 100 untagged.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.10.vlan设备直接接入bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.10.vlan设备直接接入bridge.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge+vlan/bridge+vlan实验.11.vlan设备直接接入bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge+vlan/bridge+vlan实验.11.vlan设备直接接入bridge.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge与混杂模式[vmware virtualbox promisc].md: -------------------------------------------------------------------------------- 1 | # 参考文章 2 | 3 | 1. [Netruon 理解(12):使用 Linux bridge 将 Linux network namespace 连接外网](https://www.cnblogs.com/sammyliu/p/5763513.html) 4 | - 5 | -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge命令管理vlan.1.bridge vlan vs ip link set xxx master.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge命令管理vlan.1.bridge vlan vs ip link set xxx master.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge命令管理vlan.2.pvid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge命令管理vlan.2.pvid.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge命令管理vlan.3.untagged.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge命令管理vlan.3.untagged.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge命令管理vlan.4.self.md: -------------------------------------------------------------------------------- 1 | # bridge命令管理vlan(二)-untagged 2 | 3 | 参考文章 4 | 5 | 1. [Linux Bridge 详解](https://www.jianshu.com/p/7eb7ec6364fc) 6 | - SVI(Switch virtual interface)接口, 感觉和 bridge 上设置IP是一样的效果. 7 | 8 | -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge测试.1.同主机单bridge多netns连通实验.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge测试.1.同主机单bridge多netns连通实验.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge测试.2.同主机多bridge多netns连通实验.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge测试.2.同主机多bridge多netns连通实验.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge测试.3.跨主机bridge多netns连通实验.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge测试.3.跨主机bridge多netns连通实验.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge测试.4.bridge桥接模式使netns访问外网.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge测试.4.bridge桥接模式使netns访问外网.md -------------------------------------------------------------------------------- /虚拟网络/bridge/bridge虚拟设备特性-mac地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/bridge虚拟设备特性-mac地址.md -------------------------------------------------------------------------------- /虚拟网络/bridge/ip link vs bridge vs brctl 网桥操作[master fdb stp].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/ip link vs bridge vs brctl 网桥操作[master fdb stp].md -------------------------------------------------------------------------------- /虚拟网络/bridge/readmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/bridge/readmd.md -------------------------------------------------------------------------------- /虚拟网络/ipvlan/ipvlan.1.1.ipvlan设备互通-同一子网[L2 L3].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ipvlan/ipvlan.1.1.ipvlan设备互通-同一子网[L2 L3].md -------------------------------------------------------------------------------- /虚拟网络/ipvlan/ipvlan.1.2.ipvlan设备互通-非同一子网[L2 L3].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ipvlan/ipvlan.1.2.ipvlan设备互通-非同一子网[L2 L3].md -------------------------------------------------------------------------------- /虚拟网络/ipvlan/ipvlan.2.1.宿主机与ns相互通信[rp_filter].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ipvlan/ipvlan.2.1.宿主机与ns相互通信[rp_filter].md -------------------------------------------------------------------------------- /虚拟网络/ipvlan/ipvlan.2.2.宿主机与ns相互通信[24 mask 掩码].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ipvlan/ipvlan.2.2.宿主机与ns相互通信[24 mask 掩码].md -------------------------------------------------------------------------------- /虚拟网络/ipvlan/ipvlan.3.跨主机通信.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ipvlan/ipvlan.3.跨主机通信.md -------------------------------------------------------------------------------- /虚拟网络/ipvlan/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ipvlan/readme.md -------------------------------------------------------------------------------- /虚拟网络/ipvlan/问题处理/创建ipvlan设备失败-Operation not supported.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ipvlan/问题处理/创建ipvlan设备失败-Operation not supported.md -------------------------------------------------------------------------------- /虚拟网络/macvlan/macvlan bridge模式实现容器与宿主机通信.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/macvlan/macvlan bridge模式实现容器与宿主机通信.md -------------------------------------------------------------------------------- /虚拟网络/macvlan/macvlan vs bridge[cni dhcp].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/macvlan/macvlan vs bridge[cni dhcp].md -------------------------------------------------------------------------------- /虚拟网络/macvlan/macvlan.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/macvlan/macvlan.0.md -------------------------------------------------------------------------------- /虚拟网络/macvlan/macvlan.1.private.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/macvlan/macvlan.1.private.md -------------------------------------------------------------------------------- /虚拟网络/macvlan/macvlan.2.vepa+bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/macvlan/macvlan.2.vepa+bridge.md -------------------------------------------------------------------------------- /虚拟网络/macvlan/macvlan.2.vepa[hairpin].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/macvlan/macvlan.2.vepa[hairpin].md -------------------------------------------------------------------------------- /虚拟网络/macvlan/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/macvlan/readme.md -------------------------------------------------------------------------------- /虚拟网络/netns/ip netns将容器内的网络接口移回宿主机.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/netns/ip netns将容器内的网络接口移回宿主机.md -------------------------------------------------------------------------------- /虚拟网络/netns/ip netns嵌套.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/netns/ip netns嵌套.md -------------------------------------------------------------------------------- /虚拟网络/ovs/kvm/kvm cenots7虚拟化.1.vmware centos7中装kvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ovs/kvm/kvm cenots7虚拟化.1.vmware centos7中装kvm.md -------------------------------------------------------------------------------- /虚拟网络/ovs/kvm/kvm centos7虚拟化.2.openvswitch与使用[ovs].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ovs/kvm/kvm centos7虚拟化.2.openvswitch与使用[ovs].md -------------------------------------------------------------------------------- /虚拟网络/ovs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/ovs/readme.md -------------------------------------------------------------------------------- /虚拟网络/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/readme.md -------------------------------------------------------------------------------- /虚拟网络/tunnel/gre连通阿里云不同VPC内网[ipip].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/tunnel/gre连通阿里云不同VPC内网[ipip].md -------------------------------------------------------------------------------- /虚拟网络/tunnel/ip tunnel添加设备失败-File exists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/tunnel/ip tunnel添加设备失败-File exists.md -------------------------------------------------------------------------------- /虚拟网络/tunnel/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/tunnel/readme.md -------------------------------------------------------------------------------- /虚拟网络/tuntap/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/tuntap/readme.md -------------------------------------------------------------------------------- /虚拟网络/tuntap/tap设备的使用示例[ip tuntap].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/tuntap/tap设备的使用示例[ip tuntap].md -------------------------------------------------------------------------------- /虚拟网络/tuntap/tun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/tuntap/tun.c -------------------------------------------------------------------------------- /虚拟网络/tuntap/tun设备的使用示例[C代码].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/tuntap/tun设备的使用示例[C代码].md -------------------------------------------------------------------------------- /虚拟网络/veth/veth虚拟设备特性link-netnsid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/veth/veth虚拟设备特性link-netnsid.md -------------------------------------------------------------------------------- /虚拟网络/veth/veth设备设置mac地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/veth/veth设备设置mac地址.md -------------------------------------------------------------------------------- /虚拟网络/vlan/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /虚拟网络/vlan/vlan的创建方式.1.基于veth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vlan/vlan的创建方式.1.基于veth.md -------------------------------------------------------------------------------- /虚拟网络/vlan/vlan的创建方式.2.ip link add link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vlan/vlan的创建方式.2.ip link add link.md -------------------------------------------------------------------------------- /虚拟网络/vlan/查看vlan设备的详细信息-父设备 vlanId[vid].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vlan/查看vlan设备的详细信息-父设备 vlanId[vid].md -------------------------------------------------------------------------------- /虚拟网络/vxlan/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vxlan/readme.md -------------------------------------------------------------------------------- /虚拟网络/vxlan/vxlan参数解析[learning bgp].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vxlan/vxlan参数解析[learning bgp].md -------------------------------------------------------------------------------- /虚拟网络/vxlan/vxlan网络多主机通信.1[bridge fdb].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vxlan/vxlan网络多主机通信.1[bridge fdb].md -------------------------------------------------------------------------------- /虚拟网络/vxlan/vxlan网络多主机通信.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vxlan/vxlan网络多主机通信.2.md -------------------------------------------------------------------------------- /虚拟网络/vxlan/vxlan网络多主机通信.3[route onlink flannel].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/vxlan/vxlan网络多主机通信.3[route onlink flannel].md -------------------------------------------------------------------------------- /虚拟网络/相同子网二层直连交换机是否可以通信?.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/虚拟网络/相同子网二层直连交换机是否可以通信?.md -------------------------------------------------------------------------------- /证书-RHCE RHCA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/证书-RHCE RHCA.md -------------------------------------------------------------------------------- /问题处理/Linux cp错误-not writing through dangling symlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/Linux cp错误-not writing through dangling symlink.md -------------------------------------------------------------------------------- /问题处理/Linux-终端 __vte_prompt_command command not found.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/Linux-终端 __vte_prompt_command command not found.md -------------------------------------------------------------------------------- /问题处理/Linux-终端输入退格键出现非法字符.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/Linux-终端输入退格键出现非法字符.md -------------------------------------------------------------------------------- /问题处理/Linux命令行启动图形程序的问题-Could not connect to display[vnc].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/Linux命令行启动图形程序的问题-Could not connect to display[vnc].md -------------------------------------------------------------------------------- /问题处理/Linux错误-编译安装.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/Linux错误-编译安装.md -------------------------------------------------------------------------------- /问题处理/Linux错误处理-apt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/Linux错误处理-apt.md -------------------------------------------------------------------------------- /问题处理/VMWare虚拟机频繁报错kernel NMI watchdog BUG soft lockup - CPU2 stuck for[todo].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/VMWare虚拟机频繁报错kernel NMI watchdog BUG soft lockup - CPU2 stuck for[todo].md -------------------------------------------------------------------------------- /问题处理/linux中md5sum命令与php中md5函数执行结果不同的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/linux中md5sum命令与php中md5函数执行结果不同的问题.md -------------------------------------------------------------------------------- /问题处理/tar无法解压.tar.gz后缀的压缩文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/tar无法解压.tar.gz后缀的压缩文件.md -------------------------------------------------------------------------------- /问题处理/服务器安装CentOS7未检测到硬盘的处理方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generals-space/note-devops/HEAD/问题处理/服务器安装CentOS7未检测到硬盘的处理方法.md --------------------------------------------------------------------------------