会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
niuyx
0 error(s), 0 warning(s)
博客园
首页
新随笔
联系
订阅
管理
2024年1月1日
Linux中%.*和%%.*的作用
摘要: 检测在线IP
阅读全文
posted @ 2024-01-01 04:15 zhenru
阅读(93)
评论(0)
推荐(0)
2023年12月30日
Prometheus搭建教程
摘要: 一、部署prometheus 官方文档:https://prometheus.io/docs/introduction/first_steps/ 下载地址:https://github.com/prometheus/prometheus/releases [root@centos7 ~]# tar
阅读全文
posted @ 2023-12-30 22:22 zhenru
阅读(156)
评论(0)
推荐(0)
2023年12月28日
ubuntu20.04最小化安装
摘要: ubuntu
阅读全文
posted @ 2023-12-28 01:23 zhenru
阅读(306)
评论(0)
推荐(0)
2022年3月25日
搭建ELK日志采集与分析系统
摘要: 一、ELK获取 ElasticStack下载:https://elasticsearch.cn/download/ 二、ES集群部署 Elasticsearch采用Java编写,所有ES节点要先配置JDK环境。 [root@node01 ~]# java -version openjdk versi
阅读全文
posted @ 2022-03-25 18:00 zhenru
阅读(84)
评论(0)
推荐(0)
2022年3月18日
LNMP源码编译
摘要: 一、Nginx部署 1.1 获取源码 [root@centos7 ~]# wget https://nginx.org/download/nginx-1.18.0.tar.gz [root@centos7 ~]# tar xf nginx-1.18.0.tar.gz 1.2 创建用户 [root@c
阅读全文
posted @ 2022-03-18 00:05 zhenru
阅读(103)
评论(0)
推荐(0)
2022年3月11日
基于Memcached/Redis实现Tomcat8.x的Session共享
摘要: Tomct Redis Memcached Session
阅读全文
posted @ 2022-03-11 22:22 zhenru
阅读(178)
评论(0)
推荐(0)
2021年11月22日
centos7模板机制作
摘要: 1. 环境说明 本文所使用镜像版本为CentOS-7-x86_64-DVD-1810,其他版本亦可参考。 VMware网络使用NAT模式,网段为10.100.1.0/24,网关为10.100.1.254 2. 配置模板 2.1 配置CentOS源和epel源 [root@centos7 ~]# cp
阅读全文
posted @ 2021-11-22 23:34 zhenru
阅读(250)
评论(0)
推荐(0)