sky_cheng

导航

 
上一页 1 2 3 4 5 6 7 ··· 27 下一页

2024年9月3日

摘要: 一、显示当前已添加的ipset集合 [root@iZ2zeblimva3xtjni28mydZ ~]# ipset list Name: hl95ip Type: hash:net Revision: 6 Header: family inet hashsize 1024 maxelem 65536 阅读全文
posted @ 2024-09-03 10:46 sky_cheng 阅读(31) 评论(0) 推荐(0)
 

2024年9月2日

摘要: 解决办法: yum install libatomic 阅读全文
posted @ 2024-09-02 15:58 sky_cheng 阅读(50) 评论(0) 推荐(0)
 

2024年8月26日

摘要: 一、查看宿主机dns [root@localhost ~]# cat /etc/resolv.conf # Generated by NetworkManager nameserver 114.114.114.114 nameserver 8.8.8.8 二、将dns配置到/etc/docker/d 阅读全文
posted @ 2024-08-26 09:12 sky_cheng 阅读(1208) 评论(0) 推荐(0)
 

2024年7月29日

摘要: [root@iZ2ze7ukvpkonzby0h3wbfZ ~]# cat /proc/meminfo MemTotal: 16265476 kB //可用的总内存 MemFree: 212936 kB //完全未用到的物理内存 LowFree+HighFree MemAvailable: 1968 阅读全文
posted @ 2024-07-29 09:22 sky_cheng 阅读(29) 评论(0) 推荐(0)
 

2024年7月14日

摘要: 一、Centos-7.repo cd /etc/yum.repos.d/ mkdir bak mv *.repo bak/ curl https://mirrors.aliyun.com/repo/Centos-7.repo -O yum repolist yum makecache 二、epel. 阅读全文
posted @ 2024-07-14 10:30 sky_cheng 阅读(41) 评论(0) 推荐(0)
 

2024年6月20日

摘要: 一、直接手动创建dell的yum源 vim /etc/yum.repos.d/dell-system-update.repo [dell-system-update_dependent] name=dell-system-update_dependent baseurl=https://linux. 阅读全文
posted @ 2024-06-20 16:19 sky_cheng 阅读(47) 评论(0) 推荐(0)
 

2024年5月30日

摘要: 由于目标服务器的.ssh/known_hosts 文件中没有请求服务器的的信息 解决办法:手动执行 /usr/bin/lsyncd -nodaemon /etc/lsyncd.conf 显示具体报错信息:权限错误 再根据具体报错信息,进行排查修复。 阅读全文
posted @ 2024-05-30 18:38 sky_cheng 阅读(286) 评论(0) 推荐(0)
 

2024年5月28日

摘要: 一、安装ipset yum install ipset -y 二、禁止firewalld systemctl stop firewalld systemctl disable firewalld 三、设置iptables默认允许规则 iptables -P INPUT ACCEPT 四、清空其他规则 阅读全文
posted @ 2024-05-28 13:50 sky_cheng 阅读(832) 评论(0) 推荐(0)
 

2024年4月26日

摘要: 一、首先选择一台同步阿里云时间服务器 1、安装ntp yum install ntp 2、配置ntp.conf [root@localhost ~]# vim /etc/ntp.conf 增加 restrict 172.28.5.0 mask 255.255.255.0 nomondify notr 阅读全文
posted @ 2024-04-26 10:17 sky_cheng 阅读(326) 评论(0) 推荐(0)
 

2024年2月19日

摘要: 在jenkins服务器上配置好了ssh登录远程服务器,并且传输更新jar包后,执行服务器上的重启jar包脚本restart.sh失败,jar包未被启动 打开restart.sh vim restart.sh #!/bin/bash . /home/apps/.bash_profile 在开始添加ss 阅读全文
posted @ 2024-02-19 16:34 sky_cheng 阅读(419) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 ··· 27 下一页