会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
终点即起点
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
9
下一页
2023年6月25日
Authentication token manipulation error
摘要: 无法修改密码:Authentication token manipulation error root@VM:/etc/pam.d# passwd ubuntu passwd: Authentication token manipulation error passwd: password unch
阅读全文
posted @ 2023-06-25 15:08 yxy_linux
阅读(131)
评论(0)
推荐(0)
2023年5月9日
logstash7.13之grok
摘要: nginx匹配示例 nginx日志格式 '$remote_user [$time_local] $http_x_Forwarded_for $remote_addr $request $status $upstream_status' '$http_x_forwarded_for' '$upstre
阅读全文
posted @ 2023-05-09 17:49 yxy_linux
阅读(70)
评论(0)
推荐(0)
2023年2月22日
k8s中service代理外部的服务(mysql\nginx)
摘要: K8s中Service、Endpoints、Pod之间的关系 一个 Service的目标Pod集合通常是由Label Selector 来决定的。 Endpoints 是一组实际服务的端点集合。一个 Endpoint 是一个可被访问的服务端点,即一个状态为 running 的 pod 的可访问端点。
阅读全文
posted @ 2023-02-22 12:51 yxy_linux
阅读(1550)
评论(0)
推荐(0)
2022年10月25日
服务器iDRAC远程控制卡的使用方法
摘要: iDRAC远程控制卡的配置与连接: 服务器开机按F2进入System Setup 选择iDRAC Settings 选择Network 将IPv4设置为Enabled、DHCP设置为Disabled后输入IP地址、网关和子网掩码,完成设置后点击BACK返回。 返回iDRAC Settings界面后,
阅读全文
posted @ 2022-10-25 11:27 yxy_linux
阅读(3313)
评论(0)
推荐(0)
2022年10月19日
K8S二进制问题云集
摘要: 一、故障描述 Error from server: Get "https://k8s-node01:10250/containerLogs/kube-system/calico-node-98cv6/calico-node": x509: certificate signed by unknown
阅读全文
posted @ 2022-10-19 14:34 yxy_linux
阅读(999)
评论(0)
推荐(0)
vue+vant实现网易云APP
摘要:
阅读全文
posted @ 2022-10-19 11:15 yxy_linux
阅读(34)
评论(0)
推荐(0)
部署脚本
摘要: 1 #!/bin/bash 2 # date_time: 2022-03-02 3 # author: yxy 4 5 servies_name='snail-ad.war' 6 bak_time=`date "+%Y%m%d"` 7 8 stop(){ 9 # 停止服务 10 /snail/tom
阅读全文
posted @ 2022-10-19 10:40 yxy_linux
阅读(29)
评论(0)
推荐(0)
ansible搭建基本使用
摘要: 一、安装ansible 配置yum源 RHEL/CentOS 6: # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpmRHEL/CentOS 7: # yum install htt
阅读全文
posted @ 2022-10-19 10:37 yxy_linux
阅读(202)
评论(0)
推荐(0)
docker安装jenkins+maven-3.6.3+node-v14.18.3+java-1.8.0
摘要: 安装maven-3.6.3 1)下载apache-maven-3.6.3-bin.tar.gz wget apache-maven-3.6.3-bin.tar.gz 2)解压压缩包 tar -xf apache-maven-3.6.3-bin.tar.gz -C /usr/local/ 3)配置环境
阅读全文
posted @ 2022-10-19 10:02 yxy_linux
阅读(430)
评论(0)
推荐(0)
2018年8月29日
linux 记录用户操作
摘要: 上面脚本在系统的/var/log/.history下新建个history目录,记录所有登陆过系统的用户和IP地址(文件名),每当用户登录/退出会创建相应的文件,该文件保存这段用户登录时期内操作历史,可以用这个 还有一种方案:这个方案会在每个用户退出登录 时把用户所执行的每一个命令都发送给日志守护进程
阅读全文
posted @ 2018-08-29 10:46 yxy_linux
阅读(547)
评论(0)
推荐(0)
1
2
3
4
5
···
9
下一页
公告