会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿里云的奥斯卡
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
11
下一页
2020年9月15日
【k8s】XX 修改ipvs模式
摘要: https://blog.51cto.com/13641616/2442005 排错背景:在一次生产环境的部署过程中,配置文件中配置的访问地址为集群的Service,配置好后发现服务不能正常访问,遂启动了一个busybox进行测试,测试发现在busybox中,能通过coredns正常的解析到IP,然
阅读全文
posted @ 2020-09-15 16:58 阿里云的奥斯卡
阅读(2643)
评论(1)
推荐(0)
2020年8月28日
域名访问时间 测试脚本
摘要: while true; do date >>private.txt;curl -o /dev/null -s -w %{time_namelookup} %{time_connect} %{time_starttransfer} %{time_total} %{speed_download}"\n"
阅读全文
posted @ 2020-08-28 17:23 阿里云的奥斯卡
阅读(144)
评论(0)
推荐(0)
2020年7月9日
测试http访问时间
摘要: l time curl -k -v 域名,示例 l curl -o /dev/null -s -w "time_connect: %{time_connect}\ntime_starttransfer: %{time_starttransfer}\ntime_nslookup:%{time_name
阅读全文
posted @ 2020-07-09 16:51 阿里云的奥斯卡
阅读(373)
评论(0)
推荐(0)
Docker容器磁盘满了
摘要: 容器磁盘空间扩容 devicemapper是RHEL的Docker Engine的默认存储驱动,有两种配置模式:loop-lvm和direct-lvm。 loop-lvm是默认的模式,它使用OS层面离散的文件来构建精简池(thin pool) 登录节点vi /etc/docker/daemon.js
阅读全文
posted @ 2020-07-09 10:39 阿里云的奥斯卡
阅读(1450)
评论(0)
推荐(0)
2020年7月2日
防火墙详解
摘要: http://www.zsythink.net/archives/1199 具体使用 https://www.cnblogs.com/liang2580/articles/8400140.html 关于 留言板 友情链接 主页 Linux基础 运维技术 数据库 编程 首页运维技术IPtablesLi
阅读全文
posted @ 2020-07-02 15:46 阿里云的奥斯卡
阅读(666)
评论(0)
推荐(0)
2020年6月23日
Ansible 使用jinja2模板 统计资源使用情况
摘要: template.j2 模板 {{ansible_facts.hostname}}:{{ansible_default_ipv4.address}} This system's total memory is: {{ ansible_memtotal_mb }}MBs. The current fr
阅读全文
posted @ 2020-06-23 18:18 阿里云的奥斯卡
阅读(289)
评论(0)
推荐(0)
华为云 数据盘挂载/usr目录 导致服务自启失败问题
摘要: 关于cloudera服务启动失败的问题,分析根因是在initramfs这个内存的rootfs没有xfs模块, 挂载/usr失败了 可以在/etc/dracut.conf.d/virtdriver.conf增加xfs add_drivers+="xen-blkfront xen-netfront vi
阅读全文
posted @ 2020-06-23 15:18 阿里云的奥斯卡
阅读(383)
评论(0)
推荐(0)
PLAYBOOK 命令统计资源利用率 输出本地文件 flask展示
摘要: 使用 Ansible 统计服务器资源利用率: 3 条 shell 脚本实现统计: CPU 利用率统计 top -bn1 | grep load | awk '{printf "CPU Load: %.2f\n", $(NF-2)}' 内存利用率统计: free -m | awk 'NR==2{pri
阅读全文
posted @ 2020-06-23 13:23 阿里云的奥斯卡
阅读(311)
评论(0)
推荐(0)
2020年6月22日
如何对PFX证书转换成PEM格式证书
摘要: FPX 使用工具转换会包含CA证书 #PFX转换成crt证书 openssl pkcs12 -in ./server.pfx -clcerts -nokeys -out ./server.crt 1、-clcerts:仅仅输出客户端证书,不输出CA证书。 2、-nokeys:不输出任何私钥信息值。
阅读全文
posted @ 2020-06-22 16:53 阿里云的奥斯卡
阅读(3473)
评论(0)
推荐(0)
2020年6月17日
Playbook handlers使用
摘要: Handlers 模块的使用 - name: template index.html hosts: localhost tasks: - template: src: /tmp/index.html dest: /var/www/html/index.html notify: - restart h
阅读全文
posted @ 2020-06-17 16:27 阿里云的奥斯卡
阅读(172)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
11
下一页
公告