Vmvare 虚拟机安装 Linux CentOS 7 操作系统 一键安装 Docker 1Panel 一键安装 MySQL Redis OpenClaw

Vmvare 虚拟机安装 Linux CentOS 7 操作系统 安装 Docker 1Panel Redis Mysql

1、Vmvare 创建虚拟机









2、安装 CentOS 7

https://developer.aliyun.com/mirror/?spm=a2c6h.25603864.0.0.39273b95mrpC7v
https://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/?spm=a2c6h.25603864.0.0.4a1c18f8why5cb














































3、设置静态 IP 地址







shell 复制代码
hostnamectl set-hostname server01 --static

4、更换系统软件源

https://gitee.com/SuperManito/LinuxMirrors#https://gitee.com/link?target=https://linuxmirrors.cn/use/

shell 复制代码
# GNU/Linux 更换系统软件源
bash <(curl -sSL https://linuxmirrors.cn/main.sh)







5、安装时间同步工具

shell 复制代码
yum install chrony #安装
systemctl start chronyd #启动
systemctl enable chronyd #开机自启动
systemctl status chronyd #查看状态
chronyc sources #查看时间源服务地址



6、关闭防火墙和 SELinux

shell 复制代码
systemctl stop firewalld #关闭防火墙
systemctl disable firewalld #禁止开机启动
shell 复制代码
vim /etc/selinux/config #编辑这个文件
# 修改 SELINUX=disabled
reboot # 重启服务

6、安装 Docker

https://gitee.com/SuperManito/LinuxMirrors#https://gitee.com/link?target=https://linuxmirrors.cn/use/

shell 复制代码
# Docker 安装与换源
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)









7、安装 1Panel 管理面板

https://1panel.cn/docs/v2/installation/online_installation/#1

shell 复制代码
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"











复制代码
外部地址: http://117.159.9.103:38347/f69ad87f6d
内部地址: http://192.168.19.200:38347/f69ad87f6d
面板用户: c3e72726cf
面板密码: **********
shell 复制代码
1pctl user-info


8、一键安装 MySQL Redis OpenClaw

相关推荐
路溪非溪2 小时前
如何使用procfs来排查问题
linux·arm开发·驱动开发
comedate2 小时前
【OpenClaw】 Open-WebUI Docker 部署连接本地 Ollama 技术文档
docker·ollama·openwebui·openclaw
帕里亚2 小时前
ubuntu18.04 APT升级 glibc2.28 (Jetson)
linux·运维·windows
川trans2 小时前
基于 Docker & K8s 的 MySQL 容器化部署与应用关联实践
mysql·docker·kubernetes
好运的阿财2 小时前
“锟斤拷”问题——程序中用powershell执行命令出现中文乱码的解决办法
linux·前端·人工智能·机器学习·架构·编辑器·vim
cyber_两只龙宝2 小时前
【Nginx】Nginx实现FastCGI详解
linux·运维·nginx·云原生·php·memcached·fastcgi
砖头拍死你2 小时前
Powershell使用vim修改文件保存后文件名自动全变小写
linux·编辑器·vim
wang09072 小时前
linux的中断分析(硬中断和软中断)
linux·运维·服务器
BullSmall2 小时前
Prometheus 可以监控docker 部署的Nginx 吗?
nginx·docker·prometheus