跳转到内容

SRE笔记

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

SRE类别订阅

centos Failed to set locale, defaulting to C

echo "export LC_ALL=en_US.UTF-8"  >&g… 继续阅读 centos Failed to set locale, defaulting to C

  • 发表于: 2022-06-21 2022-06-21
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, centos, https
  • 发表评论: centos Failed to set locale, defaulting to C

locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory

#apt installglibc-locale local-gen zh_CN

  • 发表于: 2022-06-21 2022-06-21
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash
  • 发表评论: locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory

centos login LC_CTYPE cannot change locale utf8

echo 'LC_CTYPE="en_US.UTF-8"' … 继续阅读 centos login LC_CTYPE cannot change locale utf8

  • 发表于: 2022-06-21 2022-06-21
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, centos
  • 发表评论: centos login LC_CTYPE cannot change locale utf8

golang shell color

import ( "fmt" "github.com/fatih/co… 继续阅读 golang shell color

  • 发表于: 2022-06-20 2022-06-23
  • 作者: bfyt
  • 分类: SRE
  • 标签: go, golang, shell
  • 发表评论: golang shell color

golang os.Signal跳出循环

func main() { c := make(chan os.Signal, 1) signal.… 继续阅读 golang os.Signal跳出循环

  • 发表于: 2022-06-20 2022-06-20
  • 作者: bfyt
  • 分类: SRE
  • 标签: go, golang, make
  • 发表评论: golang os.Signal跳出循环

vue iFrame

<template> <i-frame :src="url" … 继续阅读 vue iFrame

  • 发表于: 2022-06-20 2022-06-20
  • 作者: bfyt
  • 分类: SRE
  • 标签: vue
  • 发表评论: vue iFrame

golang 判断ip地址合法性

func isIp(address string) bool { ip := net.ParseIP… 继续阅读 golang 判断ip地址合法性

  • 发表于: 2022-06-16 2022-06-16
  • 作者: bfyt
  • 分类: SRE
  • 标签: go, golang, https
  • 发表评论: golang 判断ip地址合法性

maxUnavailable on kubernetes 1.24

apiVersion: apps/v1 kind: StatefulSet metadata: na… 继续阅读 maxUnavailable on kubernetes 1.24

  • 发表于: 2022-06-16 2022-06-16
  • 作者: bfyt
  • 分类: SRE
  • 标签: https, I/O, k8s, kubernetes, nginx, yaml
  • 发表评论: maxUnavailable on kubernetes 1.24

instant-client and sqldeveloper

https://www.oracle.com/database/technologies/insta… 继续阅读 instant-client and sqldeveloper

  • 发表于: 2022-06-16 2022-06-16
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, html, https, java, Oracle
  • 发表评论: instant-client and sqldeveloper

VPS信息 OracleCloud VM.Standard.E2.1.Micro

————————————————–… 继续阅读 VPS信息 OracleCloud VM.Standard.E2.1.Micro

  • 发表于: 2022-06-15 2022-06-15
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, kvm
  • 发表评论: VPS信息 OracleCloud VM.Standard.E2.1.Micro

fatal: cannot open file `/etc/grub2.cfg’ for reading (No such file or directory)

#重建内核配置文件 grub2-mkconfig -o /boot/grub2/grub.cfg

  • 发表于: 2022-06-15 2022-06-15
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, grub
  • 发表评论: fatal: cannot open file `/etc/grub2.cfg’ for reading (No such file or directory)

vm on browser

https://github.com/copy/v86 https://copy.sh/v86/

  • 发表于: 2022-06-14 2022-06-14
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: vm on browser

get jetbrains license server address

https://www.shodan.io/search?query=Location%3A+htt… 继续阅读 get jetbrains license server address

  • 发表于: 2022-06-14 2022-06-14
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, https, I/O
  • 发表评论: get jetbrains license server address

Windows刷新dns

ipconfig /flushdns

  • 发表于: 2022-06-14 2022-06-14
  • 作者: bfyt
  • 分类: SRE
  • 标签: dns, https
  • 发表评论: Windows刷新dns

golang 1.19 beta1 download

https://dl.google.com/go/go1.19beta1.linux-amd64.t… 继续阅读 golang 1.19 beta1 download

  • 发表于: 2022-06-14 2022-06-14
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, go, golang, https, Linux, tar, windows
  • 发表评论: golang 1.19 beta1 download

ddosify web压测工具

#https://github.com/ddosify/ddosify ddosify -t htt… 继续阅读 ddosify web压测工具

  • 发表于: 2022-06-13 2022-06-13
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: ddosify web压测工具

golang multi stage Dockerfile

FROM golang:alpine AS builder WORKDIR /go/pj COPY … 继续阅读 golang multi stage Dockerfile

  • 发表于: 2022-06-12 2022-06-12
  • 作者: bfyt
  • 分类: SRE
  • 标签: aliyun, alpine, go, golang, https
  • 发表评论: golang multi stage Dockerfile

edge webview2 runtime

https://msedge.sf.dl.delivery.mp.microsoft.com/fil… 继续阅读 edge webview2 runtime

  • 发表于: 2022-06-09 2022-06-09
  • 作者: bfyt
  • 分类: SRE
  • 标签: https
  • 发表评论: edge webview2 runtime

Flowframes 视频补帧

https://nmkd.itch.io/flowframes

  • 发表于: 2022-06-09 2022-06-09
  • 作者: bfyt
  • 分类: SRE
  • 标签: https, I/O
  • 发表评论: Flowframes 视频补帧

chrome allow-cors-access-control plugin

https://chrome.google.com/webstore/detail/allow-co… 继续阅读 chrome allow-cors-access-control plugin

  • 发表于: 2022-06-08 2022-06-08
  • 作者: bfyt
  • 分类: SRE
  • 标签: chrome, https
  • 发表评论: chrome allow-cors-access-control plugin

分页

上一页 页码: 1 … 页码: 23 页码: 24 页码: 25 页码: 26 页码: 27 页码: 28 页码: 29 页码: 30 页码: 31 页码: 32 页码: 33 … 页码: 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 月