跳转到内容

SRE笔记

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

bash标签存档订阅

windows ntp set time

windows强制同步时间 w32tm /resync

  • 发表于: 2024-09-08 2024-09-08
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, windows
  • 发表评论: windows ntp set time

powershell manage service windows

powershell管理服务 Stop-Service -Name "test1&quot… 继续阅读 powershell manage service windows

  • 发表于: 2024-09-01 2024-09-01
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, windows
  • 发表评论: powershell manage service windows

jdk install ssl cert

cd /opt/jdk1.8.0_77/jre/lib/security keytool -impo… 继续阅读 jdk install ssl cert

  • 发表于: 2024-09-01 2024-09-01
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, jdk, ssl
  • 发表评论: jdk install ssl cert

Vue3 + TS + Leafletjs books

Vue3 + TS + Leafletjs 打造企业级原神大地图 学习地址1:https://pan… 继续阅读 Vue3 + TS + Leafletjs books

  • 发表于: 2024-08-21 2024-08-21
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: Vue3 + TS + Leafletjs books

wa of wlk cn server

!WA:2!Dn1tVTrru866daRGkWhsbehm7HOgjOcIePIdjGxR1KIC… 继续阅读 wa of wlk cn server

  • 发表于: 2024-08-11 2024-08-11
  • 作者: kangder
  • 分类: SRE
  • 标签: bash
  • 发表评论: wa of wlk cn server

docker run ollama

启动 ollama: docker run -d -p 3000:8080 -p 11434:114… 继续阅读 docker run ollama

  • 发表于: 2024-07-23 2024-07-23
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, Docker
  • 发表评论: docker run ollama

/var/spool/clientmqueue full

/var/spool/clientmqueue 过大 mail 不影响 mkdir -p /data… 继续阅读 /var/spool/clientmqueue full

  • 发表于: 2024-07-15 2024-07-15
  • 作者: kangder
  • 分类: SRE
  • 标签: bash
  • 发表评论: /var/spool/clientmqueue full

failed to install cuda 12.5

cuda安装失败: 1、去掉visual studio intergratin(如果不用的话) 2、… 继续阅读 failed to install cuda 12.5

  • 发表于: 2024-06-23 2024-06-23
  • 作者: kangder
  • 分类: SRE
  • 标签: bash
  • 发表评论: failed to install cuda 12.5

docker run wps office

#https://github.com/linuxserver/docker-wps-office/… 继续阅读 docker run wps office

  • 发表于: 2024-06-23 2024-06-23
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, Docker, https, I/O
  • 发表评论: docker run wps office

windows net disk ip

windows查看网络驱动器具体位置 net use

  • 发表于: 2024-06-23 2024-06-23
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, disk, windows
  • 发表评论: windows net disk ip

docker run factorio game server

mkdir -p /opt/factorio chown 845:845 /opt/factorio… 继续阅读 docker run factorio game server

  • 发表于: 2024-06-22 2024-06-22
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, Docker, I/O, tcp, udp
  • 发表评论: docker run factorio game server

Spark On K8s books

Spark On K8s实战教程 学习地址1:https://pan.baidu.com/s/1lA… 继续阅读 Spark On K8s books

  • 发表于: 2024-06-18 2024-06-18
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: Spark On K8s books

get counts of logs “”

如何找出日志中 “” 出现的次数 grep -c " " log_file #o… 继续阅读 get counts of logs “”

  • 发表于: 2024-06-18 2024-06-18
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, grep
  • 发表评论: get counts of logs “”

sc create service windows

sc创建服务 特殊字符转义 sc create "windowsExporter&quot… 继续阅读 sc create service windows

  • 发表于: 2024-06-18 2024-06-18
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, windows, zabbix
  • 发表评论: sc create service windows

log keep via gzip

0 1 * * * cd /opt/logs && find . -type f -… 继续阅读 log keep via gzip

  • 发表于: 2024-06-03 2024-06-03
  • 作者: kangder
  • 分类: SRE
  • 标签: bash
  • 发表评论: log keep via gzip

kubectl top pod sort by memory

#kubectl top pod sort by memory kubectl top pods -… 继续阅读 kubectl top pod sort by memory

  • 发表于: 2024-05-09 2024-05-09
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, cpu
  • 发表评论: kubectl top pod sort by memory

nginx get http_x_forwarded_proto to return

#根据协议类型来强跳https if ( $http_x_forwarded_proto = &qu… 继续阅读 nginx get http_x_forwarded_proto to return

  • 发表于: 2024-05-09 2024-05-09
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, http, https, nginx
  • 发表评论: nginx get http_x_forwarded_proto to return

ps -ef windows cmd

#列出所有java进程 类似ps -ef CMD>wmic process where cap… 继续阅读 ps -ef windows cmd

  • 发表于: 2024-04-13 2024-04-13
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, java, windows
  • 发表评论: ps -ef windows cmd

springboot use outside profile file

//springboot 使用外部配置文件 //覆盖 –spring.config.locatio… 继续阅读 springboot use outside profile file

  • 发表于: 2024-03-27 2024-03-27
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, spring, springboot
  • 发表评论: springboot use outside profile file

linux fake time

#linux fake time git cone https://github.com/wolfc… 继续阅读 linux fake time

  • 发表于: 2024-03-11 2024-03-11
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, git, https, Linux, make
  • 发表评论: linux fake time

分页

页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 … 页码: 57 下一页

搜索

搜索:

近期评论

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