background picture of the home page

Unreal World

【Proxmox VE 教程】利用内置防火墙实现虚拟机的网络安全隔离

你是不是也想过,在家里那台24小时不关机的PVE上,搭一个《我的世界》或《幻兽帕鲁》服务器,叫上小伙伴们一起来玩?或者,想拥有一个自己的博客网站,分享你的生活? 但你可能马上就会担心:把服务开在家里,直接暴露给外网,万一被黑客攻击了,我家里所有的设备,比如存着重要照片的NAS、我爸妈正在上网的电脑,

thumbnail of the cover of the post

Zabbix 5.0 LTS 安装步骤

Zabbix 5.0 LTS 安装步骤 操作系统系统:CentOS Linux release 7.9.2009 数据库:Mariadb 1.5.5.68 Web:Apache Zabbix 版本:5.0 LTS 环境配置 关闭防火墙 systemctl

thumbnail of the cover of the post

MySQL 常用操作

MySQL 常用操作 一、创建数据库 连接 MySQL 服务器: mysql -h 主机名 -u 用户名 -p 创建数据库:

thumbnail of the cover of the post

Linux 进阶命令

Linux 进阶命令 ps ps 命令用于查看系统中正在运行的进程,它会显示进程 ID,进程名,运行时间等信息。 例子:

thumbnail of the cover of the post

Linux 常见命令

Linux 常见命令 ls ls 命令用于显示文件夹内容,它会显示文件名,文件大小,文件的修改时间等信息。 例子:

thumbnail of the cover of the post

DNF NPK包名对照一览表

使用Ctrl+F快速搜索 ┌ sprite.NPK 登陆界面 ├ sprite_character.NPK 默认角色头像和角色轮廓 ├ sprite_character_common.NPK 通用

thumbnail of the cover of the post

CentOS 升级 OpenSSL

CentOS 升级 OpenSSL 一、升级前准备 检查当前系统版本: cat /etc/redhat-release 确保在升级前更新系统:

thumbnail of the cover of the post

CentOS 配置防火墙

#CentOS 配置防火墙 CentOS 7 提供了一个内置的防火墙管理工具 firewalld, 使用 systemctl 命令来管理 firewalld 服务: sudo systemctl start firewalld # 启动 firewalld sudo systemctl stop f

thumbnail of the cover of the post