上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 1,执行 strach df -h 命令,追踪看哪里卡住 显示stat("/shell" 卡住 2,执行mount 看都有哪些挂载 ip6:/shell on /shell type nfs4 (rw,relatime,vers=4.1,,hard,proto=tcp,timeo=600,retra 阅读全文
posted @ 2021-12-22 20:20 mmgithub123 阅读(134) 评论(0) 推荐(0)
摘要: telnet 使用23端口 centos yum install telnet-server systemctl start telnet.socket 阅读全文
posted @ 2021-12-20 20:19 mmgithub123 阅读(70) 评论(0) 推荐(0)
摘要: 程序,配置,service,用户,这四个是必须的。此外有程序的数据,程序的日志,程序需要的动态库或者插件 程序启动的用户 程序systemd service文件 主目录 主目录/二进制 主目录/配置 主目录/数据 主目录/日志 动态库或插件 比如filebeat: home Home of the 阅读全文
posted @ 2021-12-20 15:46 mmgithub123 阅读(360) 评论(0) 推荐(0)
摘要: #!/bin/sh# Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB# This file is public domain and comes with NO WARRANTY of any ki 阅读全文
posted @ 2021-12-20 15:44 mmgithub123 阅读(259) 评论(0) 推荐(0)
摘要: k8 operator install: kubectl create namespace observability kubectl create -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.29 阅读全文
posted @ 2021-12-19 13:55 mmgithub123 阅读(420) 评论(0) 推荐(0)
摘要: install: sudo yum install -y yum-utilssudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo yum install dock 阅读全文
posted @ 2021-12-18 17:04 mmgithub123 阅读(80) 评论(0) 推荐(0)
摘要: 调度器: https://kubernetes.io/zh/docs/tasks/administer-cluster/topology-manager/ Pod 拓扑分布约束 API pod.spec.topologySpreadConstraints 字段定义如下所示: apiVersion: 阅读全文
posted @ 2021-12-18 15:47 mmgithub123 阅读(99) 评论(0) 推荐(0)
摘要: 程序启动的用户 etcd 程序systemd service文件 见下面 主目录 etcd没有这个 主目录/二进制 三个二进制放在/usr/local/etcd 主目录/配置 配置在/etc/etcd.conf.yml 主目录/数据 /var/lib/etcd 主目录/日志 动态库或插件 insta 阅读全文
posted @ 2021-12-18 15:31 mmgithub123 阅读(212) 评论(0) 推荐(0)
摘要: windows 调用服务: services.msc windows更深入的了解: https://brianbondy.com/blog/100/understanding-windows-at-a-deeper-level-sessions-window-stations-and-desktop 阅读全文
posted @ 2021-12-17 20:12 mmgithub123 阅读(198) 评论(0) 推荐(0)
摘要: 官网: https://kafka.apache.org/quickstart install: wget --no-check-certificate https://dlcdn.apache.org/kafka/3.0.0/kafka_2.13-3.0.0.tgz (scala版本2.13,ka 阅读全文
posted @ 2021-12-17 19:12 mmgithub123 阅读(151) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 下一页