文章·第6页

  1. K8S常用API对象

    参考文档 https://github.com/chronolaw/k8s study Pod ngx pod.yml Job cronjob.yml CronJob cronjob.yml ConfigMap&Secret cm.yml secret.yml e…

  2. KubeCM常用操作

    官网 https://github.com/sunny0826/kubecm 安装 常用操作

  3. K9S常用操作

    参考 https://i.cloudnative.to/toolkits/kubernetes/k9s 离线安装 https://k9scli.io/topics/install/ 常用操作

  4. Hexo搭建

    官网 https://hexo.io 安装 配置 vi config.yml 生成静态页 本机测试 上传 主题 RSS 侧边栏社交链接 参考文档 https://hexo.io/zh cn/docs/ https://www.jianshu.com/p/a1996…

  5. 极客时间油猴脚本

    用途 一个Tampermonkey脚本,用于破解极客时间HTML页面,使其允许选择复制文本 油猴插件安装 https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbld…

    历史归档前端
  6. OpenSSH升级详细步骤

    确定当前版本号 即将升级为: OpenSSL: 1.0.2k fips 1.1.1s(最新稳定版) OpenSSH: 7.4p1 9.1p1(最新稳定版) 安装TelnetServer OpenSSH升级有风险,当SSH服务无法正常启动时,需要通过Telnet远程…

  7. Prometheus监控详细步骤

    官网 https://grafana.com/grafana/download?edition=oss https://prometheus.io/download/ Grafana Prometheus BlackboxExporter NodeExporter

  8. 文件打开数问题排查步骤

    常用命令

  9. 小米路由器R1D折腾

    R1D二级路由规则配置 参考: https://www.right.com.cn/forum/thread 4040453 1 1.html R1D开启SSH https://blog.csdn.net/wxqcom007/article/details/1168…

  10. OpenWRT编译

    参考文档 教程 https://shenyu.me/2021/02/26/x86 64 install openwrt.html https://www.openos.org/threads/openwrt emmc.3523/ LEDE源码 https://gi…

  11. Linux虚拟网络学习笔记

    参考文档 https://blog.phpgao.com/openwrt interface.html openwrt中br lan,eth0,eth0.1,eth0.2 http://www.kdyzm.cn/post/121 主路由、旁路由、单臂路由的区别 h…

  12. Chronyd简易配置

    参考文档 https://blog.51cto.com/u 13737725/3179352 https://www.ibm.com/docs/zh/db2/11.1?topic=suntp setting up chrony as network time pr…

  13. 使用K9S管理KubeSphere

    官网及下载 https://k9scli.io/ https://github.com/derailed/k9s/releases 教程 http://www.dockone.io/article/10410 https://i.cloudnative.to/to…

  14. KubeSphere滚动更新

    参考文档 https://docs.spring.io/spring boot/docs/current/reference/html/actuator.html actuator.endpoints.kubernetes probes https://docs.…

  15. KubeSphere中拷贝文件

    本机安装kubectl 配置kubeconfig vi /.kube/config 拷贝文件 https://kubernetes.io/docs/reference/kubectl/cheatsheet/