安装编译工具
yum instlal make gcc
下载Beanstalkd源码并编译安装
进入/tmp目录,然后执行下载命令
wget https://github.com/beanstalkd/beanstalkd/archive/v1.12.zip
解压下载的文件
unzip v1.12.zip
yum instlal make gcc
进入/tmp目录,然后执行下载命令
wget https://github.com/beanstalkd/beanstalkd/archive/v1.12.zip
解压下载的文件
unzip v1.12.zip
若要更新到 WSL 2,需要 Windows 10 或 Windows 11。
前提:BOIS开启了CPU虚拟化支持
打开windows设置 -> 应用和功能 -> 可选功能 -> 更多Windows功能
将Hyper-V
、虚拟机平台
、适用于Linux的Windows 子系统
选项全部勾上
开始菜单 -> PowerShell -> 单击右键 -> 以管理员身份运行
然后输入以下命令:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
cd /etc/yum.repos.d
mkdir backup
mv ./CentOS-* ./backup/
在目录/etc/yum.repos.d下,创建 CentOS-Base.repo 文件
vi /etc/yum.repos.d/CentOS-Base.repo
写入如下内容
本文针对之前Centos7的安装方法,在Centos8下安装有些变化,故重新整理一遍新的安装方法。本文实际操作系统为:Centos8.5
centos8下的nginx版本比较新,直接安装即可
yum install -y nginx
通常安装remi源时会自动安装依赖epel源,也可手动安装
yum install https://mirrors.tuna.tsinghua.edu.cn/epel/epel-release-latest-8.noarch.rpm
vi /etc/yum.repos.d/google-chrome.repo
输入如下内容
[google-chrome]
name=google-chrome - \$basearch
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=0