dyysh

2024年8月20日 #

在国产系统上部署docker银河麒麟arm64 二进制部署 镜像导入失败随笔

摘要: 一 ,下载安装包,需要魔法 arm64 https://download.docker.com/linux/static/stable/aarch64/ x86 https://download.docker.com/linux/static/stable/x86_64/ 根据自己的架构选择 Ind 阅读全文

posted @ 2024-08-20 01:10 dyysH 阅读(3) 评论(0) 推荐(0) 编辑

2024年7月6日 #

kvm使用安装

摘要: 1.安装前检查 1.1.查看CPU是否支持VT cat /proc/cpuinfo | egrep 'vmx|svm' 关防火墙和selinux systemctl stop firewalld setenforce 0 配置yum源 先备份整理 cd /etc/yum.repos.d mkdir 阅读全文

posted @ 2024-07-06 18:02 dyysH 阅读(5) 评论(0) 推荐(0) 编辑

2024年6月14日 #

安装dockersDockerfile 制作Nginx镜像

摘要: 1.安装dockers 配置加速源 安装yum阿里云源wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo yum -y install yum-utils说明:yum-confi 阅读全文

posted @ 2024-06-14 14:32 dyysH 阅读(20) 评论(0) 推荐(0) 编辑

2024年4月10日 #

:error=>"Elasticsearch Unreachable: [http://192.168.100.44:9200/][Manticore::SocketException] 拒绝连接 (Connection refused)"}

摘要: [2024-04-10T14:02:09,005][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http 阅读全文

posted @ 2024-04-10 15:06 dyysH 阅读(161) 评论(0) 推荐(0) 编辑

2023年12月21日 #

vmware虚拟机 linux 本地yum源,网卡配置ens33,防火墙selinux vim

摘要: 1、挂载镜像文件,CentOS-7-x86_64-DVD-1804.iso,并且要处于连接状态 #光盘挂载至/mntmount /dev/sr0 /mnt #备份yum源文件cd /etc/yum.repos.d/mkdir -p ./bakmv CentOS* ./bak #编缉本地源vim lo 阅读全文

posted @ 2023-12-21 11:12 dyysH 阅读(250) 评论(0) 推荐(0) 编辑

导航