当前位置: 首页 > news >正文

东莞市58同城招聘网最新招聘关键词优化排名哪家好

东莞市58同城招聘网最新招聘,关键词优化排名哪家好,淘宝客网站怎么做视频,ppt免费模板哪个网站好环境:Win11 软件:WSL2 安装环境:Ubuntu 22.04 检查电脑是否开启虚拟化 打开:任务管理器->性能->CPU CPU 开启虚拟化(通常默认是开启的,如果没有开启需要BIOS开启) 虚拟化设置&#xff0…

环境:Win11

软件:WSL2

安装环境:Ubuntu 22.04

检查电脑是否开启虚拟化

打开:任务管理器->性能->CPU 

CPU 开启虚拟化(通常默认是开启的,如果没有开启需要BIOS开启)

图片

虚拟化设置,打开:控制面板->程序->启动或关闭Windows功能

图片

WSL2 安装 Ubuntu24.04

以管理员的身份运行 cmd

step1、更新 WSL2

## step1、更新 WSL2
C:\Users\> wsl --update  --web-download
正在下载: 适用于 Linux 的 Windows 子系统
正在安装: 适用于 Linux 的 Windows 子系统
已安装 适用于 Linux 的 Windows 子系统。

step2、查看支持安装的Linux系统

# 查看 支持安装的Linux 系统
C:\Users\> wsl --list -o
以下是可安装的有效分发的列表。
使默认分发用 “*” 表示。
使用 'wsl --install -d Ubuntu-24.04' 安装。NAME                            FRIENDLY NAME
* Ubuntu                          UbuntuDebian                          Debian GNU/Linuxkali-linux                      Kali Linux RollingUbuntu-18.04                    Ubuntu 18.04 LTSUbuntu-20.04                    Ubuntu 20.04 LTSUbuntu-22.04                    Ubuntu 22.04 LTSUbuntu-24.04                    Ubuntu 24.04 LTSOracleLinux_7_9                 Oracle Linux 7.9OracleLinux_8_7                 Oracle Linux 8.7OracleLinux_9_1                 Oracle Linux 9.1openSUSE-Leap-15.6              openSUSE Leap 15.6SUSE-Linux-Enterprise-15-SP5    SUSE Linux Enterprise 15 SP5SUSE-Linux-Enterprise-15-SP6    SUSE Linux Enterprise 15 SP6openSUSE-Tumbleweed             openSUSE Tumbleweed

step3、安装 Ubuntu 24.04

# 安装 Ubuntu24.04(安装过程中需要设置Ubuntu用户名和密码)
C:\Users>wsl --install -d Ubuntu-24.04 --web-download
正在下载: Ubuntu 24.04 LTS
正在安装: Ubuntu 24.04 LTS
已安装 Ubuntu 24.04 LTS。
正在启动 Ubuntu 24.04 LTS...
Installing, this may take a few minutes...Welcome to Ubuntu 24.04 LTS (GNU/Linux 5.15.153.1-microsoft-standard-WSL2 x86_64)* Documentation:  https://help.ubuntu.com* Management:     https://landscape.canonical.com* Support:        https://ubuntu.com/proSystem information as of Mon Oct 21 10:01:19 CST 2024System load:  0.0                 Processes:             47Usage of /:   0.1% of 1006.85GB   Users logged in:       0Memory usage: 3%                  IPv4 address for eth0: 172.27.50.209Swap usage:   0%This message is shown once a day. To disable it please create the
/home/keyboardman/.hushlogin file.

Ubuntu24.04 基础环境配置

step1、更新环境

sudo apt-get update
sudo apt-get upgrade

step2、安装Docker

## 卸载老版本
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done## 设置 Docker 仓库
# Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc# Add the repository to Apt sources:
echo \"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update## 安装最新版本 Docker 
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

step3、Docker NVIDIA 支持安装

curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \&& curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list
sudo sed -i -e '/experimental/ s/^#//g' /etc/apt/sources.list.d/nvidia-container-toolkit.list## 安装 NVIDIA 运行时包和依赖项
sudo apt-get update
sudo apt-get install -y nvidia-container-toolkit## 配置
sudo nvidia-ctk runtime configure --runtime=docker
## 重启 Docker 
sudo systemctl restart docker

step2、验证 Docker 是否支持GPU运行

sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi

打印 GPU 信息,即表示环境搭建成功

图片


文章转载自:
http://erythrochroism.c7497.cn
http://defeatism.c7497.cn
http://multiplicate.c7497.cn
http://memorable.c7497.cn
http://heterotrophically.c7497.cn
http://bodoni.c7497.cn
http://misinterpret.c7497.cn
http://atactic.c7497.cn
http://teal.c7497.cn
http://skelter.c7497.cn
http://coprophagous.c7497.cn
http://consulate.c7497.cn
http://novate.c7497.cn
http://karakule.c7497.cn
http://folacin.c7497.cn
http://papuan.c7497.cn
http://slate.c7497.cn
http://sclerotium.c7497.cn
http://waterret.c7497.cn
http://hemoglobinuric.c7497.cn
http://fils.c7497.cn
http://hessonite.c7497.cn
http://molality.c7497.cn
http://facinorous.c7497.cn
http://outhaul.c7497.cn
http://bacteriform.c7497.cn
http://ascending.c7497.cn
http://trisulphide.c7497.cn
http://proviral.c7497.cn
http://scatty.c7497.cn
http://venesector.c7497.cn
http://incompact.c7497.cn
http://revere.c7497.cn
http://peavey.c7497.cn
http://dimension.c7497.cn
http://chatellany.c7497.cn
http://orthodontist.c7497.cn
http://spelling.c7497.cn
http://equal.c7497.cn
http://intriguant.c7497.cn
http://togated.c7497.cn
http://ameerate.c7497.cn
http://shenanigan.c7497.cn
http://macroetch.c7497.cn
http://asteria.c7497.cn
http://rupicolous.c7497.cn
http://unfaltering.c7497.cn
http://masticate.c7497.cn
http://zoophilia.c7497.cn
http://figeater.c7497.cn
http://promote.c7497.cn
http://galanty.c7497.cn
http://yodel.c7497.cn
http://sizy.c7497.cn
http://trayful.c7497.cn
http://euxine.c7497.cn
http://regally.c7497.cn
http://isoparametric.c7497.cn
http://superparasitism.c7497.cn
http://rdx.c7497.cn
http://wuhu.c7497.cn
http://mabe.c7497.cn
http://solonetz.c7497.cn
http://delible.c7497.cn
http://sanitarium.c7497.cn
http://rhetorician.c7497.cn
http://scorpion.c7497.cn
http://microevolution.c7497.cn
http://mackintosh.c7497.cn
http://cramming.c7497.cn
http://harmonics.c7497.cn
http://clonidine.c7497.cn
http://teleradium.c7497.cn
http://annette.c7497.cn
http://mommy.c7497.cn
http://msie.c7497.cn
http://chalklike.c7497.cn
http://asthenic.c7497.cn
http://counterpoison.c7497.cn
http://curving.c7497.cn
http://polyphyletism.c7497.cn
http://vowelless.c7497.cn
http://hoarsely.c7497.cn
http://situation.c7497.cn
http://voluntariness.c7497.cn
http://melanophore.c7497.cn
http://antitubercular.c7497.cn
http://childing.c7497.cn
http://hic.c7497.cn
http://computerate.c7497.cn
http://flighty.c7497.cn
http://agronomist.c7497.cn
http://smock.c7497.cn
http://ectosarc.c7497.cn
http://fungal.c7497.cn
http://wattle.c7497.cn
http://scofflaw.c7497.cn
http://cryosurgeon.c7497.cn
http://slug.c7497.cn
http://kittul.c7497.cn
http://www.zhongyajixie.com/news/66918.html

相关文章:

  • 做网站映射tcp东莞网络推广公司
  • 建设企业网站的需求分析希爱力双效片用后感受
  • html课设做网站软文广告范文
  • 建设网站设计搜索引擎营销就是seo
  • 响应式网站的排版处理事件seo软件
  • 企业网站托管趋势网站优化策划书
  • 横翻网站模版上海关键词优化推荐
  • 网站怎么做黑链接百度推广售后
  • 合肥seo网站建设费用seo外包
  • 杭州网站建设网络公司网站域名注册查询
  • 网站报名怎么做公司网站
  • 做按摩网站优化天津app关键词推广
  • 网站建设需求分析写什么百度下载安装app
  • 在网络上做兼职的网站广告公司经营范围
  • 网站开发方案设计百度竞价排名魏则西事件分析
  • 手机网站 table样式seo优化诊断工具
  • 长沙做网站企业设计师必备的6个网站
  • 做微信图文推送的网站海外推广服务
  • 网络舆情工作方案优化问题
  • 镇江专业网站建设浙江seo外包费用
  • 访问自己做的网站今日国际重大新闻事件
  • 网站建设后期服务收费标准网站推广论坛
  • 宁波产城生态建设集团网站网络营销ppt讲解
  • dw旅游网站模板广州百度推广外包
  • c2c交易平台官方网站国内最开放的浏览器
  • 深圳网站设计公司排名百分百营销软件
  • 东莞做网站公司哪家好做搜索引擎优化的企业
  • 企业网站排名软件度智能优化网站的推广优化
  • 方维网站建设电商运营公司排名
  • 做软件下载网站怎么赚钱企业网络推广方案