跳转到内容

SRE笔记

  • 密码
    • 短链
  • 服务器
  • 关于

8 月 2022每月档案

argocd ingress https

Deployment: spec: template: spec: containers: – na… 继续阅读 argocd ingress https

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: https, ingress, yaml
  • 发表评论: argocd ingress https

OpenSSL SSL_read: Connection was reset, errno 10054

执行: git config –global http.sslVerify "false… 继续阅读 OpenSSL SSL_read: Connection was reset, errno 10054

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, git, http, ssl
  • 发表评论: OpenSSL SSL_read: Connection was reset, errno 10054

docker run kod explorer 4.46

install via docker mkdir -p /data/kod_data chmod -… 继续阅读 docker run kod explorer 4.46

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: Docker, proxy, ssl
  • 发表评论: docker run kod explorer 4.46

docker run nginx-rtmp

docker run -itd -p 1935:1935 -p 8080:80 –name ngi… 继续阅读 docker run nginx-rtmp

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, Docker, ffmpeg, nginx
  • 发表评论: docker run nginx-rtmp

docker run socks5 proxy

docker run -d –name socks5 -p 1080:1080 serjs/go-… 继续阅读 docker run socks5 proxy

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, Docker, proxy
  • 发表评论: docker run socks5 proxy

docker get container cgroup

docker inspect containerName11111111 | grep -i pid… 继续阅读 docker get container cgroup

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, cgroup, Docker, grep
  • 发表评论: docker get container cgroup

godot 4.0 alpha download

https://downloads.tuxfamily.org/godotengine/4.0/al… 继续阅读 godot 4.0 alpha download

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: godot 4.0 alpha download

diff betwen python and python -m

命令行python和python -m的区别: Python脚本执行的方式 当模块导入 直接运行(n… 继续阅读 diff betwen python and python -m

  • 发表于: 2022-08-09 2022-08-09
  • 作者: aiops
  • 分类: SRE
  • 标签: python
  • 发表评论: diff betwen python and python -m

docker add 404

dockerfile test: FROM redis ADD https://www.baidu.… 继续阅读 docker add 404

  • 发表于: 2022-08-08 2022-08-08
  • 作者: aiops
  • 分类: SRE
  • 标签: Docker, Dockerfile, html, https, redis
  • 发表评论: docker add 404

Kubernetes Admission Control list

NamespaceLifecycle:用于命名空间回收,防止在不存在的 namespace 上创建对… 继续阅读 Kubernetes Admission Control list

  • 发表于: 2022-08-08 2022-08-08
  • 作者: aiops
  • 分类: SRE
  • 发表评论: Kubernetes Admission Control list

kubernetes rbac rules list

rules.verbs有: "get", "list", &… 继续阅读 kubernetes rbac rules list

  • 发表于: 2022-08-08 2022-08-08
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, kubernetes
  • 发表评论: kubernetes rbac rules list

kubernetes namespace resources quota and limit

cpu limits: apiVersion: v1 kind: LimitRange metada… 继续阅读 kubernetes namespace resources quota and limit

  • 发表于: 2022-08-08 2022-08-08
  • 作者: aiops
  • 分类: SRE
  • 标签: cpu, kubernetes, yaml
  • 发表评论: kubernetes namespace resources quota and limit

kubectl sort by name

#按名称排序 kubectl get services –sort-by=.metadata.na… 继续阅读 kubectl sort by name

  • 发表于: 2022-08-08 2022-08-08
  • 作者: aiops
  • 分类: SRE
  • 标签: bash
  • 发表评论: kubectl sort by name

kubernetes 命令补全

yum install bash-completion -y #apt install -y bas… 继续阅读 kubernetes 命令补全

  • 发表于: 2022-08-08 2022-08-08
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, k8s, kubernetes, yum
  • 发表评论: kubernetes 命令补全

kubernetes etcd操作

etcd file: root@arm:~# tree /var/lib/etcd /var/lib… 继续阅读 kubernetes etcd操作

  • 发表于: 2022-08-07 2022-08-07
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, etcd, kubernetes
  • 发表评论: kubernetes etcd操作

Command ‘etcdctl’ not found

#yum install -y etcd-client apt install -y etcd-cl… 继续阅读 Command ‘etcdctl’ not found

  • 发表于: 2022-08-07 2022-08-07
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, etcd, yum
  • 发表评论: Command ‘etcdctl’ not found

svc: svc_tcp_read_marker nfsd RPC fragment too large

error: root@arm:~# dmesg | tail [1868091.585379] s… 继续阅读 svc: svc_tcp_read_marker nfsd RPC fragment too large

  • 发表于: 2022-08-07 2022-08-07
  • 作者: guo, jr
  • 分类: SRE
  • 标签: arm, bash, tcp
  • 发表评论: svc: svc_tcp_read_marker nfsd RPC fragment too large

restart nfs service on ubuntu

/etc/init.d/nfs-kernel-server restart

  • 发表于: 2022-08-07 2022-08-07
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, nfs, ubuntu
  • 发表评论: restart nfs service on ubuntu

gcp ping site

https://www.gcping.com/

  • 发表于: 2022-08-07 2022-08-07
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, gcp, https
  • 发表评论: gcp ping site

ls删除文件 保留最新的文件个数

#!/bin/bash #保留最新的文件个数 num=3 filenumb=$(ls -ltr /d… 继续阅读 ls删除文件 保留最新的文件个数

  • 发表于: 2022-08-07 2022-08-07
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, gitea, grep
  • 发表评论: ls删除文件 保留最新的文件个数

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 页码: 7 下一页

搜索

搜索:

近期评论

  • 周周 发表在《Kubernetes部署NextCloud网盘》
  • mysql m-s via gtid – SRE笔记 发表在《MySQL SET GTID_NEXT》
  • kangder 发表在《Kubernetes部署NextCloud网盘》
  • xs 发表在《Kubernetes部署NextCloud网盘》
  • test 发表在《gin不转义html标签》

标签

aws (15) bash (1123) Blockchain (28) centos (28) Docker (105) elasticsearch (26) eth (34) fil (39) go (129) golang (154) Grafana (13) hpc (15) http (299) https (1999) ingress (14) iptables (20) java (75) JVM (20) kubernetes (309) Linux (546) lotus (30) mongoDB (41) MySQL (184) nginx (112) php (25) python (148) redis (34) s3 (75) shell (20) springboot (32) tcp (69) tomcat (15) ubuntu (31) vue (18) windows (42) wordpress (14) zabbix (37) 夏小胖 (31) 安全 (55) 工具 (451) 折腾 (24) 推荐 (15) 硬件 (61) 网络 (246) 资源 (49)

归档

  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2021 年 1 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 9 月
  • 2016 年 8 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 7 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 2 月