跳转到内容

SRE笔记

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

GOLANG 1.18.3 INSTALL

#https://go.dev/dl/ mv /usr/local/go /usr/local/go… 继续阅读 GOLANG 1.18.3 INSTALL

  • 发表于: 2022-06-05 2022-06-05
  • 作者: bfyt
  • 分类: SRE, 开发
  • 标签: bash, go, https, Linux, tar
  • 发表评论: GOLANG 1.18.3 INSTALL

Ubuntu更新系统证书库

apt update && apt install ca-certificates

  • 发表于: 2022-06-03 2022-06-03
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: Ubuntu更新系统证书库

openssl 创建 SSL自签证书

创建密钥文件server.key openssl genrsa -des3 -out server.… 继续阅读 openssl 创建 SSL自签证书

  • 发表于: 2022-06-01 2022-06-01
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash
  • 发表评论: openssl 创建 SSL自签证书

VPS信息 Vultr AMD

————————————————–… 继续阅读 VPS信息 Vultr AMD

  • 发表于: 2022-06-01 2022-06-01
  • 作者: bfyt
  • 分类: SRE
  • 发表评论: VPS信息 Vultr AMD

vultr机房延迟测试

https://hnd-jp-ping.vultr.com/

  • 发表于: 2022-06-01 2022-06-01
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: vultr机房延迟测试

判断gorm查询结果数据是否存在

func IsNewHot(hot string) bool { var Record BaiduH… 继续阅读 判断gorm查询结果数据是否存在

  • 发表于: 2022-05-30 2022-05-30
  • 作者: bfyt
  • 分类: SRE
  • 标签: gorm, https
  • 发表评论: 判断gorm查询结果数据是否存在

golang去掉字符串中的空格

func TrimSpace(str string) string { var strSlice [… 继续阅读 golang去掉字符串中的空格

  • 发表于: 2022-05-30 2022-05-30
  • 作者: bfyt
  • 分类: SRE
  • 标签: go, golang, https
  • 发表评论: golang去掉字符串中的空格

kubernetes部署polardbx v1.2.1

https://polardbx.com/document namespace: kubectl c… 继续阅读 kubernetes部署polardbx v1.2.1

  • 发表于: 2022-05-26 2022-05-26
  • 作者: bfyt
  • 分类: SRE
  • 标签: aliyun, bash, https, kubernetes
  • 发表评论: kubernetes部署polardbx v1.2.1

install helm-v3.9.0 via binary

wget https://get.helm.sh/helm-v3.9.0-linux-amd64.t… 继续阅读 install helm-v3.9.0 via binary

  • 发表于: 2022-05-25 2022-05-25
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, helm, https, Linux, tar
  • 发表评论: install helm-v3.9.0 via binary

golang build without options output

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ld… 继续阅读 golang build without options output

  • 发表于: 2022-05-24 2022-05-24
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, go, golang, Linux
  • 发表评论: golang build without options output

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

https://sourceforge.net/projects/mingw-w64/files/m… 继续阅读 cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in %PATH%

  • 发表于: 2022-05-24 2022-05-24
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, gcc, https, mingw
  • 发表评论: cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in %PATH%

privoxy on aliyun kubernetes

Deployment privoxy apiVersion: apps/v1 kind: Deplo… 继续阅读 privoxy on aliyun kubernetes

  • 发表于: 2022-05-24 2022-05-24
  • 作者: bfyt
  • 分类: SRE
  • 标签: aliyun, kubernetes, privoxy, yaml
  • 发表评论: privoxy on aliyun kubernetes

FFmpeg常用命令

##查看 FFmpeg 支持的容器 ffmpeg -formats ##查看 FFmpeg 支持的编… 继续阅读 FFmpeg常用命令

  • 发表于: 2022-05-23 2022-05-23
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, ffmpeg
  • 发表评论: FFmpeg常用命令

golang any转换为其他类型

func SUM(nums …any) any { switch nums[0].(type) … 继续阅读 golang any转换为其他类型

  • 发表于: 2022-05-23 2022-05-23
  • 作者: bfyt
  • 分类: SRE
  • 标签: go, golang
  • 发表评论: golang any转换为其他类型

monitor network use microsoft ethr

go install github.com/microsoft/ethr@latest ethr -… 继续阅读 monitor network use microsoft ethr

  • 发表于: 2022-05-23 2022-05-23
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash
  • 发表评论: monitor network use microsoft ethr

deepcopy for golang

func DeepCopy(dst, src any) error { var buf bytes.… 继续阅读 deepcopy for golang

  • 发表于: 2022-05-23 2022-05-23
  • 作者: bfyt
  • 分类: SRE
  • 标签: go, golang
  • 发表评论: deepcopy for golang

vue.config.js配置跨域

devServer: { host: '0.0.0.0', port: port… 继续阅读 vue.config.js配置跨域

  • 发表于: 2022-05-23 2022-06-06
  • 作者: bfyt
  • 分类: SRE
  • 标签: http, https, js, proxy, vue
  • 发表评论: vue.config.js配置跨域

heic批量转jpg工具

https://liuziangexit.com/HEIF-Utility/EN/

  • 发表于: 2022-05-19 2022-05-19
  • 作者: bfyt
  • 分类: SRE
  • 标签: https
  • 发表评论: heic批量转jpg工具

fatal: unable to access ‘https://github.com/xxx.git/’: Peer’s Certificate has expired.

use git git clone https://github.com/xxx.git

  • 发表于: 2022-05-19 2022-05-19
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, git, https
  • 发表评论: fatal: unable to access ‘https://github.com/xxx.git/’: Peer’s Certificate has expired.

nginx识别带下划线的header

默认不识别,需要在nginx.conf打开 underscores_in_headers on; #… 继续阅读 nginx识别带下划线的header

  • 发表于: 2022-05-19 2022-05-19
  • 作者: bfyt
  • 分类: SRE
  • 标签: nginx
  • 发表评论: nginx识别带下划线的header

分页

上一页 页码: 1 … 页码: 24 页码: 25 页码: 26 页码: 27 页码: 28 页码: 29 页码: 30 页码: 31 页码: 32 页码: 33 页码: 34 … 页码: 180 下一页

搜索

搜索:

近期评论

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