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

相关推荐
丑八怪大丑26 分钟前
Java网络编程
linux·服务器·网络
橙子也要努力变强1 小时前
信号捕捉底层机制-机理篇2
linux·服务器·c++
运维全栈笔记1 小时前
K8S部署Redis高可用全攻略:1主2从3哨兵架构实战
redis·docker·云原生·容器·架构·kubernetes·bootstrap
秋92 小时前
MySQL 8.0.46 全平台安装与配置详解(Windows/Linux/macOS)
linux·windows·mysql
小康小小涵2 小时前
基于ESP32S3实现无人机RID模块底层源码编译
linux·开发语言·python
CQU_JIAKE2 小时前
4.28~4.30【Q】
linux·运维·服务器
左手厨刀右手茼蒿2 小时前
Linux 内核中的设备驱动开发:从字符设备到网络设备
linux·嵌入式·系统内核
先知后行。2 小时前
Linux 设备模型和platform平台
linux·运维·服务器
lzh200409192 小时前
深入理解进程:从PCB内核结构到写时拷贝的底层实战
linux·c++
日取其半万世不竭3 小时前
Minecraft Java版社区服务器搭建教程(Linux,适合新手)
java·linux·服务器