跳转到内容

SRE笔记

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

SRE类别订阅

navicat 16 trial retry

1、官方下载安装包:https://navicat.com.cn/products 2、补丁下载:h… 继续阅读 navicat 16 trial retry

  • 发表于: 2023-10-22 2023-10-22
  • 作者: kangder
  • 分类: SRE
  • 标签: bat, https, navicat
  • 发表评论: navicat 16 trial retry

nginx get remote_addr

location /whoami { default_type text/plain; return… 继续阅读 nginx get remote_addr

  • 发表于: 2023-10-22 2023-10-22
  • 作者: kangder
  • 分类: SRE
  • 标签: nginx
  • 发表评论: nginx get remote_addr

windows use powershell sync ntp

查看NTP时间同步状态 w32tm /query /status 将时间参数AnnounceFlag… 继续阅读 windows use powershell sync ntp

  • 发表于: 2023-10-19 2023-10-19
  • 作者: kangder
  • 分类: SRE
  • 标签: windows
  • 发表评论: windows use powershell sync ntp

wow RemoveMessageGroup CHANNEL

/script ChatFrame_RemoveMessageGroup(ChatFrame1, &… 继续阅读 wow RemoveMessageGroup CHANNEL

  • 发表于: 2023-10-15 2023-10-15
  • 作者: kangder
  • 分类: SRE
  • 标签: wow
  • 发表评论: wow RemoveMessageGroup CHANNEL

远程主机上正在运行discard服务

远程主机正在运行"discard"服务。该服务通常会设置一个监听套接字 并将忽略… 继续阅读 远程主机上正在运行discard服务

  • 发表于: 2023-10-14 2023-10-14
  • 作者: kangder
  • 分类: SRE
  • 发表评论: 远程主机上正在运行discard服务

win server 2019 安装软件一直卡在应用程序正在为首次使用做准备

打开组策略 计算机配置 模板管理 Windows组件 远程桌面服务 远程桌面会话主机 应用程序兼容性… 继续阅读 win server 2019 安装软件一直卡在应用程序正在为首次使用做准备

  • 发表于: 2023-09-12 2023-09-12
  • 作者: kangder
  • 分类: SRE
  • 发表评论: win server 2019 安装软件一直卡在应用程序正在为首次使用做准备

vue opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error‘ ],

"dev": "export NODE_OPTIONS=–opens… 继续阅读 vue opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error‘ ],

  • 发表于: 2023-09-12 2023-09-12
  • 作者: kangder
  • 分类: SRE, 开发
  • 标签: vue
  • 发表评论: vue opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error‘ ],

hdfs查看文件系统大小

hdfs dfs -du -h /hbase/data/mydb

  • 发表于: 2023-09-12 2023-09-12
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, hbase
  • 发表评论: hdfs查看文件系统大小

windows导出本地组策略

gpresult /h d:\res.html

  • 发表于: 2023-09-03 2023-09-03
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, html, windows
  • 发表评论: windows导出本地组策略

linux yum use proxy

linux yum配置代理 yum源的参数加proxy=“http://ip:PORT” 即在/et… 继续阅读 linux yum use proxy

  • 发表于: 2023-08-09 2023-08-09
  • 作者: kangder
  • 分类: SRE
  • 标签: http, Linux, proxy, yum
  • 发表评论: linux yum use proxy

crictl cant found images by ctr

containerd使用ctr导入镜像成功,crictl为何查询不到? #使用ctr命令指定命名空间… 继续阅读 crictl cant found images by ctr

  • 发表于: 2023-08-01 2023-08-01
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, Containerd, crictl, I/O, k8s, tar
  • 发表评论: crictl cant found images by ctr

yum modify timeout on centos7

yum 超时时间修改 #修改配置文件vi /etc/yum.conf # 增加超时为5秒 timeo… 继续阅读 yum modify timeout on centos7

  • 发表于: 2023-08-01 2023-08-01
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, yum
  • 发表评论: yum modify timeout on centos7

golang random string

func GetRandomString(n int) string { randBytes := … 继续阅读 golang random string

  • 发表于: 2023-07-10 2023-07-10
  • 作者: kangder
  • 分类: SRE
  • 标签: golang, make
  • 发表评论: golang random string

System limit for number of file watchers reached

echo fs.inotify.max_user_watches = 524288 | sudo t… 继续阅读 System limit for number of file watchers reached

  • 发表于: 2023-07-07 2023-07-07
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, inotify
  • 发表评论: System limit for number of file watchers reached

sqlserver uniqueidentifier error

sqlserver 字符转换错误 将字符串转换为 uniqueidentifier 时失败 不能直接… 继续阅读 sqlserver uniqueidentifier error

  • 发表于: 2023-07-03 2023-07-03
  • 作者: kangder
  • 分类: SRE
  • 标签: sqlserver
  • 发表评论: sqlserver uniqueidentifier error

golang migration to go book

http://code.sd/books/migration-to-go/

  • 发表于: 2023-07-03 2023-07-03
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, code, golang, http
  • 发表评论: golang migration to go book

golang CIDR IPMask

// 如 255.255.255.0 对应的网络位长度为 24 func SubNetMaskToL… 继续阅读 golang CIDR IPMask

  • 发表于: 2023-06-28 2023-06-28
  • 作者: kangder
  • 分类: SRE
  • 标签: golang
  • 发表评论: golang CIDR IPMask

wow Vanilla-Macros

https://github.com/Meridaw/Vanilla-Macros

  • 发表于: 2023-06-24 2023-06-24
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, https, wow
  • 发表评论: wow Vanilla-Macros

乌龟魔兽高清补丁

turtle wow hd patch 乌龟魔兽高清补丁 patch-A.MPQ – Legion … 继续阅读 乌龟魔兽高清补丁

  • 发表于: 2023-06-22 2023-06-22
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, https, wow
  • 发表评论: 乌龟魔兽高清补丁

old version rpm search

老版本rpm包搜索 https://crpm.cn

  • 发表于: 2023-06-16 2023-06-16
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: old version rpm search

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 页码: 7 页码: 8 页码: 9 页码: 10 页码: 11 … 页码: 163 下一页

搜索

搜索:

近期评论

  • 周周 发表在《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)

归档

  • 2025 年 5 月
  • 2025 年 3 月
  • 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 月