跳转到内容

SRE笔记

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

12月 2018每月档案

centos6增加中文字体

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

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

centos7升级内核

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

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

centos7改静态ip

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

  • 发表于: 2018-12-28 2021-03-24
  • 作者: dust
  • 分类: sre
  • 标签: centos, 网络
  • 发表评论: 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
  • 标签: ubuntu
  • 发表评论: ubuntu18.04改时区

centos7改时区

timedatectl set-timezone Asia/Shanghai

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

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

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

  • 发表于: 2018-12-28 2021-03-24
  • 作者: dust
  • 分类: sre
  • 标签: 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
  • 标签: 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
  • 标签: Linux
  • 发表评论: 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
  • 标签: 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
  • 标签: 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
  • 标签: ubuntu, 网络
  • 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
  • 标签: python
  • 发表评论: 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
  • 标签: python
  • 发表评论: 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
  • 标签: open-falcon, 监控
  • 发表评论: 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, open-falcon, 监控
  • 发表评论: 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
  • 标签: 工具, 网络
  • 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
  • 标签: 工具, 网络
  • 发表评论: 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
  • 标签: Linux, 网络
  • node npm install Error: CERT_UNTRUSTED有1条评论

gin不转义html标签

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

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

分页

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

搜索

搜索:
软硬件外包、IT服务,欢迎交流

近期评论

  • bfyt发表在《Failed to create pod sandbox: rpc error: code = Unknown desc =》
  • ylpb发表在《Failed to create pod sandbox: rpc error: code = Unknown desc =》
  • IDEA启动项目报错无法编译:JPS INCREMENTAL ANNOTATION PROCESSING IS DISABLED,解决 | newbie发表在《java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate. Use build process “jps.track.ap.dependencies” VM flag to enable/disable incremental annotation processing environment.》
  • stnds发表在《redir实现端口转发》
  • xdkf发表在《redir实现端口转发》

标签

azure Blockchain centos Docker elasticsearch eth fil go Grafana hpc ingress java jenkins JVM kubernetes Linux lotus Minio mongoDB MySQL nginx nodejs Oracle php python redis shell springboot tomcat ubuntu uniapp vue windows wordpress zabbix zookeeper 夏小胖 安全 工具 折腾 推荐 游戏 硬件 网络 资源

归档

  • 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月
  • 密码
  • 服务器
  • 关于

© 2022  SRE笔记. 由 WordPress 强力驱动. WordStar, 主题由Linesh Jose提供