sky_cheng

导航

 
上一页 1 2 3 4 5 6 ··· 28 下一页

2024年12月2日

摘要: [root@localhost newccdeploy]# git push Username for 'https://172.28.17.127': xxxx Password for 'https://xxxxx@172.28.17.127': To https://172.28.17.127 阅读全文
posted @ 2024-12-02 10:25 sky_cheng 阅读(446) 评论(0) 推荐(0)
 

2024年11月21日

摘要: 一、在项目配置-构建后操作-Send build artifacts over SSH里的SSH Server中的高级,勾选Verbose output in console即可打印具体报错信息 构建后,控制台即可输出详细报错信息,帮助定位错误 阅读全文
posted @ 2024-11-21 11:42 sky_cheng 阅读(443) 评论(0) 推荐(0)
 

2024年11月16日

摘要: 一、编写dockerfile文件,配置需要的插件 vim package/dockerfile-rabbitmq.yaml FROM rabbitmq:3.8.5 WORKDIR /var/lib/rabbitmq COPY rabbitmq_delayed_message_exchange-3.8 阅读全文
posted @ 2024-11-16 22:37 sky_cheng 阅读(258) 评论(0) 推荐(0)
 

2024年11月7日

摘要: 一、目标主机安装zabbix-agent2服务 wget https://repo.zabbix.com/zabbix/7.0/centos/8/x86_64/zabbix-agent2-7.0.5-release1.el8.x86_64.rpm rpm -Uvh https://repo.zabb 阅读全文
posted @ 2024-11-07 16:40 sky_cheng 阅读(1286) 评论(0) 推荐(0)
 

2024年11月3日

摘要: 一、创建web检测场景后,Zabbix 自动添加以下监控项进行监控,将它们链接到所选应用程序 1、监控项 key: web.test.in[Scenario,,bps] :整个场景的下载速度(每秒字节数)的信息 类型:Numeric(float) 2、监控项 key: web.test.fail[S 阅读全文
posted @ 2024-11-03 13:21 sky_cheng 阅读(87) 评论(0) 推荐(0)
 

2024年11月1日

摘要: 执行firewall-cmd --reload时报错:ERROR: 'python-nftables' failed: internal:0:0-0: Error: No such file or directory ERROR: 'python-nftables' failed: internal 阅读全文
posted @ 2024-11-01 23:54 sky_cheng 阅读(450) 评论(0) 推荐(0)
 

2024年10月29日

摘要: 一、firewall-cmd介绍 1、firewalld保留的策略服务文件在/usr/lib/firewalld/services/目录下 2、通过firwall-cmd命令设置的策略在/etc/firewalld/目录下 通过--get-services查看所有保留服务 [root@localho 阅读全文
posted @ 2024-10-29 14:54 sky_cheng 阅读(480) 评论(0) 推荐(0)
 

2024年10月15日

摘要: 一、下载minio client wget http://dl.minio.org.cn/client/mc/release/linux-amd64/mc chmod +x mc 二、添加server ./mc config host add minio-server https://xxx.xxx 阅读全文
posted @ 2024-10-15 15:03 sky_cheng 阅读(442) 评论(0) 推荐(0)
 

2024年10月9日

摘要: ############## # 允许lo, PING, 以及所有内部发起的访问 ############## iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -p icmp -j ACCEPT iptables -A INPUT -m sta 阅读全文
posted @ 2024-10-09 10:18 sky_cheng 阅读(203) 评论(0) 推荐(0)
 

2024年9月24日

摘要: 一、问题现象:通话录音显示,坐席说话内容偶现卡顿 二、tcpdump抓包 -C :按100M进行切割 tcpdump -i any udp port 5860 -C 100 -w udp.pcap > /dev/null 2>&1 & 阅读全文
posted @ 2024-09-24 17:31 sky_cheng 阅读(55) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 ··· 28 下一页