跳转到内容

SRE笔记

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

bili

37RSS订阅

bili 的帖子

golang交叉编译

SET CGO_ENABLED=0 SET GOOS=linux SET GOARCH=amd64 … 继续阅读 golang交叉编译

  • 发表于: 2022-04-25 2022-04-25
  • 作者: bili
  • 分类: SRE
  • 标签: bash, go, golang, Linux
  • 发表评论: golang交叉编译

ingress配置注解 支持websocket

apiVersion: networking.k8s.io/v1 kind: Ingress met… 继续阅读 ingress配置注解 支持websocket

  • 发表于: 2022-04-24 2022-04-24
  • 作者: bili
  • 分类: SRE
  • 标签: http, https, I/O, ingress, k8s, kubernetes, nginx, proxy, yaml
  • 发表评论: ingress配置注解 支持websocket

docker run PaddleOCR

git clone https://gitee.com/paddlepaddle/PaddleOCR… 继续阅读 docker run PaddleOCR

  • 发表于: 2022-04-22 2022-04-22
  • 作者: bili
  • 分类: SRE
  • 标签: bash, cpu, curl, Docker, git, http, https, json, ocr
  • 发表评论: docker run PaddleOCR

golang telegram notice

telegram: func SendTelegram(msg string) { if !vipe… 继续阅读 golang telegram notice

  • 发表于: 2022-04-19 2022-04-19
  • 作者: bili
  • 分类: SRE
  • 标签: go, golang, http
  • 发表评论: golang telegram notice

goang ioutil.ReadFile使用相对路径

func FileCopy(src, dst string) bool { pwd, _ := os… 继续阅读 goang ioutil.ReadFile使用相对路径

  • 发表于: 2022-04-18 2022-04-18
  • 作者: bili
  • 分类: SRE
  • 发表评论: goang ioutil.ReadFile使用相对路径

80强转443导致的acme http-01校验模式失效处理方法

server { listen 80; server_name test.my.com; set $… 继续阅读 80强转443导致的acme http-01校验模式失效处理方法

  • 发表于: 2022-04-17 2022-04-17
  • 作者: bili
  • 分类: SRE
  • 标签: acme, http, https, proxy
  • 发表评论: 80强转443导致的acme http-01校验模式失效处理方法

golang exec.Command使用复杂字符串命令

func CMDTrick(cmd string) (string, error) { out, e… 继续阅读 golang exec.Command使用复杂字符串命令

  • 发表于: 2022-04-16 2022-04-16
  • 作者: bili
  • 分类: SRE
  • 标签: go, golang, https
  • 发表评论: golang exec.Command使用复杂字符串命令

golang 按空格分割的字符串转slice

func TestStringSlice(t *testing.T) { words := “tes… 继续阅读 golang 按空格分割的字符串转slice

  • 发表于: 2022-04-16 2022-04-16
  • 作者: bili
  • 分类: SRE
  • 标签: go, golang, https
  • 发表评论: golang 按空格分割的字符串转slice

golang 统计代码执行时间

start := time.Now() resp, err := client.Get(url) e… 继续阅读 golang 统计代码执行时间

  • 发表于: 2022-04-16 2022-07-25
  • 作者: bili
  • 分类: SRE
  • 标签: go, golang, https
  • 发表评论: golang 统计代码执行时间

golang viper GetStringSlice in yaml

acme: env: prod certpath: cert email: – “test1@tes… 继续阅读 golang viper GetStringSlice in yaml

  • 发表于: 2022-04-16 2022-04-16
  • 作者: bili
  • 分类: SRE
  • 标签: acme, go, golang, https, yaml
  • 发表评论: golang viper GetStringSlice in yaml

golang SMTP mail

import ( “fmt” “net/smtp” ) const ( SMTP_MAIL_HOST… 继续阅读 golang SMTP mail

  • 发表于: 2022-04-15 2022-04-15
  • 作者: bili
  • 分类: SRE
  • 标签: go, golang, SMTP
  • 发表评论: golang SMTP mail

Windows Installer Coordinator

进入本地组策略编辑器gpedit.msc 计算机配置-》Windows 组件-》远程桌面服务-》远程… 继续阅读 Windows Installer Coordinator

  • 发表于: 2022-04-13 2022-04-13
  • 作者: bili
  • 分类: SRE
  • 标签: https
  • 发表评论: Windows Installer Coordinator

mysql deploy on kubernetes

Deployment apiVersion: apps/v1 kind: Deployment me… 继续阅读 mysql deploy on kubernetes

  • 发表于: 2022-04-12 2022-04-12
  • 作者: bili
  • 分类: SRE
  • 标签: kubernetes, MySQL
  • 发表评论: mysql deploy on kubernetes

golang use pprof tool

usage: func main() { f, _ := os.OpenFile(“cpu.ppro… 继续阅读 golang use pprof tool

  • 发表于: 2022-04-12 2022-04-12
  • 作者: bili
  • 分类: SRE
  • 标签: bash, cpu, go, golang, http, https
  • 发表评论: golang use pprof tool

Could not execute dot; may need to install graphviz.

download: https://www2.graphviz.org/Packages/stabl… 继续阅读 Could not execute dot; may need to install graphviz.

  • 发表于: 2022-04-12 2022-04-12
  • 作者: bili
  • 分类: SRE
  • 标签: bash, cmake, https, windows
  • 发表评论: Could not execute dot; may need to install graphviz.

wget –no-check-certificate忽略证书

wget –no-check-certificate https://www2.graphviz.… 继续阅读 wget –no-check-certificate忽略证书

  • 发表于: 2022-04-12 2022-04-12
  • 作者: bili
  • 分类: SRE
  • 标签: bash, cmake, https, windows
  • 发表评论: wget –no-check-certificate忽略证书

redis service for windows

https://github.com/tporadowski/redis/releases

  • 发表于: 2022-04-12 2022-04-12
  • 作者: bili
  • 分类: SRE
  • 标签: bash, https, redis, windows
  • 发表评论: redis service for windows

分页

上一页 页码: 1 页码: 2

搜索

搜索:

近期评论

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