科学上网
实现高效网络体验

个人笔记

Ubuntu Linux 安装与配置SSH服务详细指南

赞(0)

1.更新软件包 首先,确保你的包列表是最新的。打开终端,运行以下命令: sudo apt update 2.安装OpenSSH Server 安装OpenSSH服务器软件包,运行以下命令: sudo apt install openssh-...

VMware安装macOS虚拟机详细教程

赞(0)

背景 工作需要使用mac系统,准备使用windows11下的VMware进行安装macOS系统;工具参数如下: VMware版本: Workstation 17 macos镜像:macOS Ventura 13.6.9 (22G830) M...

openEuler中离线安装PHP的详细教程

赞(0)

背景:业务系统需要重centos迁移到openeuler;服务器不能联网,版本用openEuler20.03 SP3。此篇安装PHP采用离线rpm包方式。 下载在openEuler20.03 SP3中安装PHP所需要的rpm包 目前oepk...

openeuler系统离线安装Nginx的详细教程

赞(0)

背景:业务系统需要重centos迁移到openeuler;服务器不能联网,版本用openEuler20.03 SP3。此篇安装Nginx采用离线rpm包方式。 下载在openEuler20.03 SP3中安装nginx所需要的rpm包 目前...