会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
头痛不头痛
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
35
下一页
2021年12月14日
使用Chrony配置 NTP
摘要: 前言: 官方参考文档: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chr
阅读全文
posted @ 2021-12-14 16:20 头痛不头痛
阅读(939)
评论(0)
推荐(0)
2021年5月15日
error: file '/boot/grub/i386-pc/normal.mod' not found解决方案
摘要: error: file '/boot/grub/i386-pc/normal.mod' not found解决方案 一台Esxi的虚拟机,在强制重启后报错/boot/grub2/i386-pc/normal.mod文件找不到 这里记录下解决过程: 开机时按F2设置光盘启动 进入救援模式,系统磁盘将会
阅读全文
posted @ 2021-05-15 15:30 头痛不头痛
阅读(9599)
评论(0)
推荐(0)
2020年12月28日
Prometheus监控JVM
摘要: 监控WebLogic启动的的程序的JVM 1. 下载jmx采集器jmx_exporter https://github.com/prometheus/jmx_exporter/releases 2. 配置jmx_exporter /wls/jmx-exporter/config.yml startD
阅读全文
posted @ 2020-12-28 11:09 头痛不头痛
阅读(1325)
评论(0)
推荐(0)
2020年12月7日
SonarQube服务搭建
摘要: SonarQube服务搭建 一 、 先决条件和概述 JDK JavaServerScanners Oracle JRE 11 ≥8 OpenJDK 11 ≥8 数据库 数据库版本备注 PostgreSQL ≥9.3 UTF-8 charset Oracle ≥11g UTF-8 charset MS
阅读全文
posted @ 2020-12-07 14:49 头痛不头痛
阅读(1049)
评论(0)
推荐(0)
2020年11月19日
Hadoop全分布模式启动集群
摘要: 一、 初始化工作: 1. 准备三台机器 hostanme IP 用途 master 192.168.0.10 namenode node1 192.168.0.11 datenode node2 192.168.0.12 datenode 在三台机器上做下面的动作 2. 编辑/etc/hosts 1
阅读全文
posted @ 2020-11-19 11:47 头痛不头痛
阅读(390)
评论(0)
推荐(0)
2020年11月3日
使用Ansible Vault加密内容
摘要: Ansible 加密敏感数据 [root@ansible-server ~]# ansible-vault create secret.yml newusers: - name: ansibleuser1 pw: redhat - name: ansibleuser2 pw: $Re4H1t@ [r
阅读全文
posted @ 2020-11-03 16:27 头痛不头痛
阅读(186)
评论(0)
推荐(0)
2020年10月28日
web表格导出插件-bootstrap-table-export
摘要: 代码 <html> <link href="https://unpkg.com/bootstrap-table@1.18.0/dist/bootstrap-table.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://ma
阅读全文
posted @ 2020-10-28 18:15 头痛不头痛
阅读(497)
评论(0)
推荐(0)
2020年10月23日
flask-apscheduler的使用
摘要: Flask-APScheduler是根据APScheduler编写的一个flask模块,它提供了API管理任务。 Advanced Python Scheduler(APScheduler)是一个Python库,可让Python代码稍后执行,一次或定期执行。 安装 pip install Flask
阅读全文
posted @ 2020-10-23 18:11 头痛不头痛
阅读(6456)
评论(1)
推荐(1)
2020年10月21日
Ansible的Python API
摘要: Python的API #!/usr/bin/env python from __future__ import (absolute_import, division, print_function) __metaclass__ = type import json import shutil imp
阅读全文
posted @ 2020-10-21 15:30 头痛不头痛
阅读(642)
评论(0)
推荐(0)
2020年10月19日
日志轮询工具Logrotate的使用
摘要: Lograte的作用 我们可以在 Linux中配置 logrotate 程序,它可以自动执行日志文件的轮换、压缩、删除和用邮件发出。 我们可以配置 logrotate 程序,以便每个日志文件可以在每天、每周、每月或当它变得太大时处理。 Logrotate 是如何工作的 默认情况下,logrotate
阅读全文
posted @ 2020-10-19 14:35 头痛不头痛
阅读(2048)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
35
下一页
公告