跳转到内容

SRE笔记

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

centos7改时区

timedatectl set-timezone Asia/Shanghai

  • 发表于: 2018-12-28 2021-01-15
  • 作者: dust
  • 分类: SRE
  • 标签: bash, centos, https
  • 发表评论: centos7改时区

linux双系统 进入Windows发现时间慢了8小时

还有一点,就是安装完后,进入Windows发现时间慢了8小时: Windows解决方案(没尝试) 方… 继续阅读 linux双系统 进入Windows发现时间慢了8小时

  • 发表于: 2018-12-28 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: https, Linux, windows, 硬件
  • 发表评论: linux双系统 进入Windows发现时间慢了8小时

influxdb快速安装

docker安装: docker run -d -p 8086:8086 -v :/var/lib/… 继续阅读 influxdb快速安装

  • 发表于: 2018-12-27 2020-12-21
  • 作者: dust
  • 分类: SRE
  • 标签: influxdb, 数据库
  • 发表评论: influxdb快速安装

telegraf快速安装

centos: wget https://dl.influxdata.com/telegraf/re… 继续阅读 telegraf快速安装

  • 发表于: 2018-12-27 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: https, telegraf, 监控
  • 发表评论: telegraf快速安装

fatal error: openssl/aes.h: No such file or directory

fatal error: openssl/aes.h: No such file or direct… 继续阅读 fatal error: openssl/aes.h: No such file or directory

  • 发表于: 2018-12-27 2021-03-24
  • 作者: dust
  • 分类: SRE, 开发
  • 标签: bash, https, Linux, yum
  • 发表评论: fatal error: openssl/aes.h: No such file or directory

ubuntu18.04快速安装zabbix-server 4.0

#代理,防止以下操作超时 export http_proxy=’http://192.168.2.1… 继续阅读 ubuntu18.04快速安装zabbix-server 4.0

  • 发表于: 2018-12-27 2020-12-08
  • 作者: dust
  • 分类: SRE
  • 标签: bash, http, https, proxy, zabbix
  • 发表评论: ubuntu18.04快速安装zabbix-server 4.0

ubuntu18.04换阿里源

cp /etc/apt/sources.list /etc/apt/sources.list_122… 继续阅读 ubuntu18.04换阿里源

  • 发表于: 2018-12-27 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: aliyun, bash, http, ubuntu
  • 发表评论: ubuntu18.04换阿里源

ubuntu18.04设置静态IP

vim /etc/netplan/50-cloud-init.yaml # This file is… 继续阅读 ubuntu18.04设置静态IP

  • 发表于: 2018-12-27 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, ubuntu, vim, yaml, 网络
  • ubuntu18.04设置静态IP有 1 条评论

python-ldap fatal error: lber.h: No such file or directory

sudo apt-get install libsasl2-dev python-dev libld… 继续阅读 python-ldap fatal error: lber.h: No such file or directory

  • 发表于: 2018-12-27 2021-03-24
  • 作者: dust
  • 分类: SRE, 开发
  • 标签: bash, https, python, yum
  • 发表评论: python-ldap fatal error: lber.h: No such file or directory

Modules/constants.h:7:18: error: lber.h: No such file or directory

sudo apt-get install libsasl2-dev python-dev libld… 继续阅读 Modules/constants.h:7:18: error: lber.h: No such file or directory

  • 发表于: 2018-12-27 2021-03-23
  • 作者: dust
  • 分类: SRE, 开发
  • 标签: bash, https, python, yum
  • 发表评论: Modules/constants.h:7:18: error: lber.h: No such file or directory

open-falcon单机版安装

https://github.com/open-falcon/falcon-plus/release… 继续阅读 open-falcon单机版安装

  • 发表于: 2018-12-26 2021-03-23
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, json, open-falcon, pip, sed, sql, yum, 监控
  • 发表评论: open-falcon单机版安装

grafana增加open-falcon 0.2 数据源

添加url的时候由于安装open-falcon版本的区别添加方式不同具体如下 v0.1版本: htt… 继续阅读 grafana增加open-falcon 0.2 数据源

  • 发表于: 2018-12-26 2021-03-23
  • 作者: dust
  • 分类: SRE
  • 标签: Grafana, http, https, open-falcon, proxy, 监控
  • 发表评论: grafana增加open-falcon 0.2 数据源

Error: Cannot find module ‘are-we-there-yet’

Error: Cannot find module ‘are-we-there-yet’ at Fu… 继续阅读 Error: Cannot find module ‘are-we-there-yet’

  • 发表于: 2018-12-25 2021-03-23
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, js, node, nodejs, npm, yum, 工具, 网络
  • Error: Cannot find module ‘are-we-there-yet’有 2 条评论

let notifier = require(‘update-notifier’)({pkg})

/usr/lib/node_modules/npm/bin/npm-cli.js:85 let no… 继续阅读 let notifier = require(‘update-notifier’)({pkg})

  • 发表于: 2018-12-25 2021-03-23
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, js, node, npm, 工具, 网络
  • 发表评论: let notifier = require(‘update-notifier’)({pkg})

node npm install Error: CERT_UNTRUSTED

ssl验证问题,使用下面的命令取消ssl验证即可解决 npm config set strict-s… 继续阅读 node npm install Error: CERT_UNTRUSTED

  • 发表于: 2018-12-25 2021-03-23
  • 作者: dust
  • 分类: SRE
  • 标签: cache, code, https, Linux, node, npm, ssl, 网络
  • node npm install Error: CERT_UNTRUSTED有 1 条评论

gin不转义html标签

在传值前将字符串转换为html类型即可: c.HTML(http.StatusOK, “passwo… 继续阅读 gin不转义html标签

  • 发表于: 2018-12-25 2020-12-08
  • 作者: admin
  • 分类: 开发
  • 标签: gin, go, html, http, https
  • gin不转义html标签有 1 条评论

wow2.43端

https://pan.baidu.com/s/1s-kiDdiBExLjn7aURKb6iA

  • 发表于: 2018-12-23 2018-12-23
  • 作者: admin
  • 分类: 资源
  • 标签: https, wow
  • 发表评论: wow2.43端

金毛可乐养成记

可乐来到家里其实也是偶然。 有一天同事买了个金毛,回家跟先生说了一下,结果他就突然心血来潮非要养。两… 继续阅读 金毛可乐养成记

  • 发表于: 2018-12-23 2020-12-29
  • 作者: admin
  • 分类: 夏小胖
  • 标签: https, I/O, 夏小胖
  • 发表评论: 金毛可乐养成记

尝试不重装修复ubuntu系统

$ sudo rm /var/lib/apt/lists/lock $ sudo rm /var/l… 继续阅读 尝试不重装修复ubuntu系统

  • 发表于: 2018-12-21 2018-12-21
  • 作者: admin
  • 分类: SRE
  • 标签: bash, Linux, ubuntu
  • 发表评论: 尝试不重装修复ubuntu系统

gin获取post中json

func PostJson(c *gin.Context) { data, err := iouti… 继续阅读 gin获取post中json

  • 发表于: 2018-12-19 2020-12-04
  • 作者: admin
  • 分类: 开发
  • 标签: gin, go, http, https, json, post, s3
  • 发表评论: gin获取post中json

分页

上一页 页码: 1 … 页码: 134 页码: 135 页码: 136 页码: 137 页码: 138 页码: 139 页码: 140 页码: 141 页码: 142 页码: 143 页码: 144 … 页码: 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 月