跳转到内容

SRE笔记

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

SRE类别订阅

查看当前nginx生效的配置文件

nginx -T

  • 发表于: 2022-09-24 2022-09-25
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, nginx
  • 发表评论: 查看当前nginx生效的配置文件

中科大 ipv6速度测试

ipv6状态测试:https://test-ipv6.com ipv6速度测试:http://tes… 继续阅读 中科大 ipv6速度测试

  • 发表于: 2022-09-24 2022-09-24
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, http, https
  • 发表评论: 中科大 ipv6速度测试

sync/atomic 互斥锁

// 标记 var initialized uint32 var lock sync.Mutex f… 继续阅读 sync/atomic 互斥锁

  • 发表于: 2022-09-24 2022-09-24
  • 作者: nicaier
  • 分类: SRE
  • 发表评论: sync/atomic 互斥锁

udisksctl使用usb设备

udisksctl mount -b /dev/sdb1 udisksctl unmount -b … 继续阅读 udisksctl使用usb设备

  • 发表于: 2022-09-24 2022-09-24
  • 作者: nicaier
  • 分类: SRE, 开发
  • 标签: bash, mount, usb, windows
  • 发表评论: udisksctl使用usb设备

普通用户启动nginx 使用80端口

setcap cap_net_bind_service=+eip ./nginx su user1 … 继续阅读 普通用户启动nginx 使用80端口

  • 发表于: 2022-09-22 2022-09-22
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, nginx
  • 发表评论: 普通用户启动nginx 使用80端口

golang fmt.Sscanf 取字符串中格式化值

func TestScanInt(t *testing.T) { var ( str = &quot… 继续阅读 golang fmt.Sscanf 取字符串中格式化值

  • 发表于: 2022-09-22 2022-09-22
  • 作者: nicaier
  • 分类: SRE
  • 标签: golang
  • 发表评论: golang fmt.Sscanf 取字符串中格式化值

integer expression expected

integer expression expected then前面空格 if [ $? -eq 0… 继续阅读 integer expression expected

  • 发表于: 2022-09-21 2022-09-21
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash
  • 发表评论: integer expression expected

jvm禁用编译优化

-Xint -XX:-BackgroundCompilation

  • 发表于: 2022-09-19 2022-09-19
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, https, JVM
  • 发表评论: jvm禁用编译优化

golang diff from today

func getLastDays(diff int) []string { now := time.… 继续阅读 golang diff from today

  • 发表于: 2022-09-17 2022-09-17
  • 作者: nicaier
  • 分类: SRE
  • 标签: golang
  • 发表评论: golang diff from today

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

分页

上一页 页码: 1 … 页码: 7 页码: 8 页码: 9 页码: 10 页码: 11 页码: 12 页码: 13 页码: 14 页码: 15 页码: 16 页码: 17 … 页码: 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 月