跳转到内容

SRE笔记

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

JerryMouse, JerryMouse

28站点RSS订阅

JerryMouse, JerryMouse 的帖子

curl to go

https://mholt.github.io/curl-to-go/

  • 发表于: 2022-09-17 2022-09-17
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, curl, https, I/O
  • 发表评论: curl to go

system issue arch sol

  • 发表于: 2022-09-17 2022-09-17
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: https
  • 发表评论: system issue arch sol

golang redis Exists

func HasRedisKey(key string) bool { counts, err :=… 继续阅读 golang redis Exists

  • 发表于: 2022-09-17 2022-09-17
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: golang, redis
  • 发表评论: golang redis Exists

cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in $PATH

error: cgo: C compiler "gcc" not found: … 继续阅读 cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in $PATH

  • 发表于: 2022-09-16 2022-09-16
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, gcc, yum
  • 发表评论: cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in $PATH

golang godror build error

error: # github.com/godror/godror ../go/pkg/mod/gi… 继续阅读 golang godror build error

  • 发表于: 2022-09-16 2022-09-16
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, golang
  • 发表评论: golang godror build error

golang escape use gcflags

golang进行逃逸分析 go run -gcflags="-m -l" mai… 继续阅读 golang escape use gcflags

  • 发表于: 2022-09-16 2022-09-16
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, golang, https
  • 发表评论: golang escape use gcflags

fmt.Println() and println() in golang

fmt中的fmt.Println()是默认输出到stdout(standard output)的,而… 继续阅读 fmt.Println() and println() in golang

  • 发表于: 2022-09-15 2022-09-15
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: golang
  • 发表评论: fmt.Println() and println() in golang

GLOWAY STK512GS3-S7 SSD benchmark

2022

  • 发表于: 2022-09-14 2022-09-14
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: benchmark, https
  • 发表评论: GLOWAY STK512GS3-S7 SSD benchmark

latency level

https://colin-scott.github.io/personal_website/res… 继续阅读 latency level

  • 发表于: 2022-09-13 2022-09-13
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, html, https, I/O
  • 发表评论: latency level

get cpu cache line

getconf -a | grep CACHE

  • 发表于: 2022-09-13 2022-09-13
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, cache, cpu, grep
  • 发表评论: get cpu cache line

MySQL Error 1040: Too many connections

now: –mysql的最大连接数: show variables like '%max… 继续阅读 MySQL Error 1040: Too many connections

  • 发表于: 2022-09-12 2022-09-12
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: MySQL, sql
  • 发表评论: MySQL Error 1040: Too many connections

get symbol price from binance

#get symbol https://api.binance.com/api/v3/exchang… 继续阅读 get symbol price from binance

  • 发表于: 2022-09-08 2022-09-08
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: get symbol price from binance

golang gorm use oracle

import ( "database/sql" "encoding/j… 继续阅读 golang gorm use oracle

  • 发表于: 2022-09-04 2022-09-04
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: adb, golang, gorm, Oracle, sql
  • 发表评论: golang gorm use oracle

go build limit cpu usage

nice -n 19 go build -p 1 -v -a -o main.bin main.go

  • 发表于: 2022-09-04 2022-09-04
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, cpu
  • 发表评论: go build limit cpu usage

golang gorm exec sql

执行自定义sql func increaseAmapAdcodeCityCode(adcode st… 继续阅读 golang gorm exec sql

  • 发表于: 2022-09-04 2022-09-04
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: golang, gorm, sql
  • 发表评论: golang gorm exec sql

docker run dsback

docker run -d –name dsback –restart=always -p 80… 继续阅读 docker run dsback

  • 发表于: 2022-09-03 2022-09-03
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, Docker
  • 发表评论: docker run dsback

jdk-8u341-linux-aarch64 dockerfile

FROM centos:7.9.2009 MAINTAINER my@email.com LABEL… 继续阅读 jdk-8u341-linux-aarch64 dockerfile

  • 发表于: 2022-09-03 2022-09-03
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: centos, Dockerfile, jdk, Linux, tar
  • 发表评论: jdk-8u341-linux-aarch64 dockerfile

docker run gitlab-ce-arm64v8

install: docker run –detach \ –publish 443:443 -… 继续阅读 docker run gitlab-ce-arm64v8

  • 发表于: 2022-09-02 2022-09-02
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, Docker, gitlab
  • 发表评论: docker run gitlab-ce-arm64v8

ffmpeg find broken video

ffmpeg找到损坏的视频 ffmpeg -xerror -i filename.mkv -f nu… 继续阅读 ffmpeg find broken video

  • 发表于: 2022-09-01 2022-09-01
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, ffmpeg
  • 发表评论: ffmpeg find broken video

docker run rustdesk hbbs hbbr

run: docker image pull rustdesk/rustdesk-server do… 继续阅读 docker run rustdesk hbbs hbbr

  • 发表于: 2022-08-31 2022-08-31
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, Docker
  • 发表评论: docker run rustdesk hbbs hbbr

分页

页码: 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 月