跳转到内容

SRE笔记

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

12月 2018每月档案

centos6增加中文字体

#mkdir /usr/share/fonts/simsun ##拷贝windows中的simsun… 继续阅读 centos6增加中文字体

  • 发表于: 2018-12-29 2018-12-29
  • 作者: dust
  • 分类: SRE
  • 标签: cache, centos, windows
  • 发表评论: centos6增加中文字体

centos7升级内核

升级内核 rpm -Uvh http://www.elrepo.org/elrepo-release… 继续阅读 centos7升级内核

  • 发表于: 2018-12-28 2021-05-20
  • 作者: dust
  • 分类: SRE
  • 标签: bash, centos
  • centos7升级内核有1条评论

centos7改静态ip

vim /etc/sysconfig/network-scripts/ifcfg-ens192 TY… 继续阅读 centos7改静态ip

  • 发表于: 2018-12-28 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: bash, centos, vim, 网络
  • 发表评论: centos7改静态ip

ubuntu18.04改时区

tzselect 4 #4) Asia 9 #9) China 1 #1) Beijing Time… 继续阅读 ubuntu18.04改时区

  • 发表于: 2018-12-28 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, ubuntu
  • 发表评论: ubuntu18.04改时区

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条评论

分页

页码: 1 页码: 2 页码: 3 页码: 4 下一页

搜索

搜索:

近期评论

  • test发表在《gin不转义html标签》
  • 路过发表在《msg=”getting status of runtime: rpc error: code = Unimplemented desc = unknown service runtime.v1alpha2.RuntimeService”》
  • 禁止chrome浏览器http自动转成https – SRE笔记发表在《nginx安全配置 XSS攻击 Header头设置》
  • springboot lifecycle timeout-per-shutdown-phase优雅退出 – SRE笔记发表在《terminationGracePeriodSeconds优雅终止pod时间》
  • kubernetes Deployment快速部署rocketmq 4.9.2 dledger集群 3-broker – SRE笔记发表在《kubernetes Deployment快速部署rocketmq 4.9.2 dledger集群 1-镜像》

标签

aws (15) azure (12) Blockchain (28) centos (28) Docker (105) elasticsearch (26) eth (34) fil (39) go (129) golang (120) Grafana (13) hpc (15) http (299) ingress (14) java (75) jenkins (13) JVM (20) kubernetes (309) Linux (439) lotus (30) mongoDB (41) MySQL (184) nginx (112) Oracle (13) php (25) python (148) redis (34) s3 (75) shell (20) springboot (32) tomcat (15) ubuntu (31) vue (18) windows (42) wordpress (14) zabbix (37) zookeeper (13) 夏小胖 (31) 安全 (55) 工具 (451) 折腾 (24) 推荐 (15) 硬件 (61) 网络 (246) 资源 (49)

归档

  • 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月