[{"data":1,"prerenderedAt":831},["ShallowReactive",2],{"content-query-Y3Aauq5xPT":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"tags":11,"excerpt":16,"body":26,"_type":825,"_id":826,"_source":827,"_file":828,"_stem":829,"_extension":830},"/zh/blog/hyperv-debian-network","blog",false,"","Hyper-V安装Debian和配置网络, wsl2的替代","因为想升级wsl2的Ubuntu20而引发的一系列问题.","2026-06-09 23:51",[12,13,14,15],"hyper-v","debian","wsl","linux",{"type":17,"children":18},"root",[19],{"type":20,"tag":21,"props":22,"children":23},"element","p",{},[24],{"type":25,"value":9},"text",{"type":17,"children":27,"toc":816},[28,32,37,59,78,90,95,107,112,117,124,129,134,139,154,159,165,170,221,226,246,251,271,276,282,287,328,333,347,352,357,362,368,373,378,419,424,455,461,466,483,488,519,524,548,553,567,572,620,625,654,659,676,681,695,700,733,738,743,762,767,772,797,802,810],{"type":20,"tag":21,"props":29,"children":30},{},[31],{"type":25,"value":9},{"type":20,"tag":21,"props":33,"children":34},{},[35],{"type":25,"value":36},"删除最后一个 WSL 子系统后，我重新安装新的 Linux 发行版时发现安装进度一直卡住。",{"type":20,"tag":21,"props":38,"children":39},{},[40,42,48,50,57],{"type":25,"value":41},"安装 WSL 发行版时，系统需要依赖 ",{"type":20,"tag":43,"props":44,"children":45},"strong",{},[46],{"type":25,"value":47},"VirtualMachinePlatform（虚拟机平台）",{"type":25,"value":49}," 功能。可以按下 ",{"type":20,"tag":51,"props":52,"children":54},"code",{"className":53},[],[55],{"type":25,"value":56},"Win + R",{"type":25,"value":58},"，输入：",{"type":20,"tag":60,"props":61,"children":64},"pre",{"className":62,"code":63,"language":25,"meta":7,"style":7},"language-text shiki shiki-themes solarized-light github-dark monokai","optionalfeatures\n",[65],{"type":20,"tag":51,"props":66,"children":67},{"__ignoreMap":7},[68],{"type":20,"tag":69,"props":70,"children":73},"span",{"class":71,"line":72},"line",1,[74],{"type":20,"tag":69,"props":75,"children":76},{},[77],{"type":25,"value":63},{"type":20,"tag":21,"props":79,"children":80},{},[81,83,88],{"type":25,"value":82},"打开“启用或关闭 Windows 功能”，确认已经勾选 ",{"type":20,"tag":43,"props":84,"children":85},{},[86],{"type":25,"value":87},"VirtualMachinePlatform",{"type":25,"value":89},"。",{"type":20,"tag":21,"props":91,"children":92},{},[93],{"type":25,"value":94},"不过在我的电脑上，勾选后按确定进行windows功能安装也会卡住，原因和之前一样。",{"type":20,"tag":21,"props":96,"children":97},{},[98,100,105],{"type":25,"value":99},"经过排查，发现系统中 ",{"type":20,"tag":43,"props":101,"children":102},{},[103],{"type":25,"value":104},"VBS（基于虚拟化的安全性）",{"type":25,"value":106}," 处于运行状态。理论上，关闭“内存完整性”后 VBS 通常会被关闭，但在我的 Windows 11 24H2 系统中，即使关闭内存完整性，VBS 仍然保持运行状态。",{"type":20,"tag":21,"props":108,"children":109},{},[110],{"type":25,"value":111},"部分资料建议进入 BIOS 关闭 CPU 虚拟化（Intel VT-x / AMD SVM），但我的主板 BIOS 中没有相关选项，因此无法尝试这种方法。",{"type":20,"tag":21,"props":113,"children":114},{},[115],{"type":25,"value":116},"最终我选择使用 Hyper-V 直接运行 Linux 虚拟机来代替 WSL。",{"type":20,"tag":118,"props":119,"children":121},"h2",{"id":120},"安装-debian",[122],{"type":25,"value":123},"安装 Debian",{"type":20,"tag":21,"props":125,"children":126},{},[127],{"type":25,"value":128},"我选择的是 Debian 网络安装版（Netinst），镜像大小约 700MB，占用资源较小，适合作为开发服务器。",{"type":20,"tag":21,"props":130,"children":131},{},[132],{"type":25,"value":133},"安装时选择“图形化安装（Graphical Install）”即可。",{"type":20,"tag":21,"props":135,"children":136},{},[137],{"type":25,"value":138},"在软件选择界面，建议取消勾选桌面环境，只保留：",{"type":20,"tag":140,"props":141,"children":142},"ul",{},[143,149],{"type":20,"tag":144,"props":145,"children":146},"li",{},[147],{"type":25,"value":148},"SSH Server",{"type":20,"tag":144,"props":150,"children":151},{},[152],{"type":25,"value":153},"Standard System Utilities",{"type":20,"tag":21,"props":155,"children":156},{},[157],{"type":25,"value":158},"这样安装完成后就是一个纯命令行服务器，占用内存更低。",{"type":20,"tag":118,"props":160,"children":162},{"id":161},"安装-ssh",[163],{"type":25,"value":164},"安装 SSH",{"type":20,"tag":21,"props":166,"children":167},{},[168],{"type":25,"value":169},"进入 Debian 后安装并启动 SSH：",{"type":20,"tag":60,"props":171,"children":175},{"className":172,"code":173,"language":174,"meta":7,"style":7},"language-bash shiki shiki-themes solarized-light github-dark monokai","sudo apt update\nsudo apt install openssh-server\n","bash",[176],{"type":20,"tag":51,"props":177,"children":178},{"__ignoreMap":7},[179,199],{"type":20,"tag":69,"props":180,"children":181},{"class":71,"line":72},[182,188,194],{"type":20,"tag":69,"props":183,"children":185},{"style":184},"--shiki-default:#268BD2;--shiki-dark:#B392F0;--shiki-sepia:#A6E22E",[186],{"type":25,"value":187},"sudo",{"type":20,"tag":69,"props":189,"children":191},{"style":190},"--shiki-default:#2AA198;--shiki-dark:#9ECBFF;--shiki-sepia:#E6DB74",[192],{"type":25,"value":193}," apt",{"type":20,"tag":69,"props":195,"children":196},{"style":190},[197],{"type":25,"value":198}," update\n",{"type":20,"tag":69,"props":200,"children":202},{"class":71,"line":201},2,[203,207,211,216],{"type":20,"tag":69,"props":204,"children":205},{"style":184},[206],{"type":25,"value":187},{"type":20,"tag":69,"props":208,"children":209},{"style":190},[210],{"type":25,"value":193},{"type":20,"tag":69,"props":212,"children":213},{"style":190},[214],{"type":25,"value":215}," install",{"type":20,"tag":69,"props":217,"children":218},{"style":190},[219],{"type":25,"value":220}," openssh-server\n",{"type":20,"tag":21,"props":222,"children":223},{},[224],{"type":25,"value":225},"查看 IP：",{"type":20,"tag":60,"props":227,"children":229},{"className":172,"code":228,"language":174,"meta":7,"style":7},"ip a\n",[230],{"type":20,"tag":51,"props":231,"children":232},{"__ignoreMap":7},[233],{"type":20,"tag":69,"props":234,"children":235},{"class":71,"line":72},[236,241],{"type":20,"tag":69,"props":237,"children":238},{"style":184},[239],{"type":25,"value":240},"ip",{"type":20,"tag":69,"props":242,"children":243},{"style":190},[244],{"type":25,"value":245}," a\n",{"type":20,"tag":21,"props":247,"children":248},{},[249],{"type":25,"value":250},"然后在 Windows 终端连接：",{"type":20,"tag":60,"props":252,"children":254},{"className":172,"code":253,"language":174,"meta":7,"style":7},"ssh 用户名@IP地址\n",[255],{"type":20,"tag":51,"props":256,"children":257},{"__ignoreMap":7},[258],{"type":20,"tag":69,"props":259,"children":260},{"class":71,"line":72},[261,266],{"type":20,"tag":69,"props":262,"children":263},{"style":184},[264],{"type":25,"value":265},"ssh",{"type":20,"tag":69,"props":267,"children":268},{"style":190},[269],{"type":25,"value":270}," 用户名@IP地址\n",{"type":20,"tag":21,"props":272,"children":273},{},[274],{"type":25,"value":275},"此时可以正常连接，但如果使用 Hyper-V 默认网络，虚拟机重启后 IP 可能发生变化，因此可以配置固定 IP。",{"type":20,"tag":118,"props":277,"children":279},{"id":278},"创建-hyper-v-内部网络",[280],{"type":25,"value":281},"创建 Hyper-V 内部网络",{"type":20,"tag":21,"props":283,"children":284},{},[285],{"type":25,"value":286},"打开：",{"type":20,"tag":60,"props":288,"children":290},{"className":62,"code":289,"language":25,"meta":7,"style":7},"Hyper-V 管理器\n→ 虚拟交换机管理器\n→ 新建虚拟交换机\n→ 内部网络（Internal）\n",[291],{"type":20,"tag":51,"props":292,"children":293},{"__ignoreMap":7},[294,302,310,319],{"type":20,"tag":69,"props":295,"children":296},{"class":71,"line":72},[297],{"type":20,"tag":69,"props":298,"children":299},{},[300],{"type":25,"value":301},"Hyper-V 管理器\n",{"type":20,"tag":69,"props":303,"children":304},{"class":71,"line":201},[305],{"type":20,"tag":69,"props":306,"children":307},{},[308],{"type":25,"value":309},"→ 虚拟交换机管理器\n",{"type":20,"tag":69,"props":311,"children":313},{"class":71,"line":312},3,[314],{"type":20,"tag":69,"props":315,"children":316},{},[317],{"type":25,"value":318},"→ 新建虚拟交换机\n",{"type":20,"tag":69,"props":320,"children":322},{"class":71,"line":321},4,[323],{"type":20,"tag":69,"props":324,"children":325},{},[326],{"type":25,"value":327},"→ 内部网络（Internal）\n",{"type":20,"tag":21,"props":329,"children":330},{},[331],{"type":25,"value":332},"例如命名为：",{"type":20,"tag":60,"props":334,"children":336},{"className":62,"code":335,"language":25,"meta":7,"style":7},"VM-Internal\n",[337],{"type":20,"tag":51,"props":338,"children":339},{"__ignoreMap":7},[340],{"type":20,"tag":69,"props":341,"children":342},{"class":71,"line":72},[343],{"type":20,"tag":69,"props":344,"children":345},{},[346],{"type":25,"value":335},{"type":20,"tag":21,"props":348,"children":349},{},[350],{"type":25,"value":351},"创建完成后，还需要进入虚拟机设置，将网卡切换到这个新的虚拟交换机。",{"type":20,"tag":21,"props":353,"children":354},{},[355],{"type":25,"value":356},"注意：",{"type":20,"tag":21,"props":358,"children":359},{},[360],{"type":25,"value":361},"切换网络后原来的 SSH 连接会立即失效，因此建议先完成 Windows 端网络配置，再切换虚拟机网络。",{"type":20,"tag":118,"props":363,"children":365},{"id":364},"配置-windows-nat",[366],{"type":25,"value":367},"配置 Windows NAT",{"type":20,"tag":21,"props":369,"children":370},{},[371],{"type":25,"value":372},"以管理员身份打开 PowerShell：",{"type":20,"tag":21,"props":374,"children":375},{},[376],{"type":25,"value":377},"为 Hyper-V 创建的虚拟网卡配置网关地址：",{"type":20,"tag":60,"props":379,"children":383},{"className":380,"code":381,"language":382,"meta":7,"style":7},"language-powershell shiki shiki-themes solarized-light github-dark monokai","New-NetIPAddress `\n  -IPAddress 192.168.100.1 `\n  -PrefixLength 24 `\n  -InterfaceAlias \"vEthernet (VM-Internal)\"\n","powershell",[384],{"type":20,"tag":51,"props":385,"children":386},{"__ignoreMap":7},[387,395,403,411],{"type":20,"tag":69,"props":388,"children":389},{"class":71,"line":72},[390],{"type":20,"tag":69,"props":391,"children":392},{},[393],{"type":25,"value":394},"New-NetIPAddress `\n",{"type":20,"tag":69,"props":396,"children":397},{"class":71,"line":201},[398],{"type":20,"tag":69,"props":399,"children":400},{},[401],{"type":25,"value":402},"  -IPAddress 192.168.100.1 `\n",{"type":20,"tag":69,"props":404,"children":405},{"class":71,"line":312},[406],{"type":20,"tag":69,"props":407,"children":408},{},[409],{"type":25,"value":410},"  -PrefixLength 24 `\n",{"type":20,"tag":69,"props":412,"children":413},{"class":71,"line":321},[414],{"type":20,"tag":69,"props":415,"children":416},{},[417],{"type":25,"value":418},"  -InterfaceAlias \"vEthernet (VM-Internal)\"\n",{"type":20,"tag":21,"props":420,"children":421},{},[422],{"type":25,"value":423},"创建 NAT：",{"type":20,"tag":60,"props":425,"children":427},{"className":380,"code":426,"language":382,"meta":7,"style":7},"New-NetNat `\n  -Name \"VM-NAT\" `\n  -InternalIPInterfaceAddressPrefix \"192.168.100.0/24\"\n",[428],{"type":20,"tag":51,"props":429,"children":430},{"__ignoreMap":7},[431,439,447],{"type":20,"tag":69,"props":432,"children":433},{"class":71,"line":72},[434],{"type":20,"tag":69,"props":435,"children":436},{},[437],{"type":25,"value":438},"New-NetNat `\n",{"type":20,"tag":69,"props":440,"children":441},{"class":71,"line":201},[442],{"type":20,"tag":69,"props":443,"children":444},{},[445],{"type":25,"value":446},"  -Name \"VM-NAT\" `\n",{"type":20,"tag":69,"props":448,"children":449},{"class":71,"line":312},[450],{"type":20,"tag":69,"props":451,"children":452},{},[453],{"type":25,"value":454},"  -InternalIPInterfaceAddressPrefix \"192.168.100.0/24\"\n",{"type":20,"tag":118,"props":456,"children":458},{"id":457},"配置-debian-固定-ip",[459],{"type":25,"value":460},"配置 Debian 固定 IP",{"type":20,"tag":21,"props":462,"children":463},{},[464],{"type":25,"value":465},"查看网卡名称：",{"type":20,"tag":60,"props":467,"children":468},{"className":172,"code":228,"language":174,"meta":7,"style":7},[469],{"type":20,"tag":51,"props":470,"children":471},{"__ignoreMap":7},[472],{"type":20,"tag":69,"props":473,"children":474},{"class":71,"line":72},[475,479],{"type":20,"tag":69,"props":476,"children":477},{"style":184},[478],{"type":25,"value":240},{"type":20,"tag":69,"props":480,"children":481},{"style":190},[482],{"type":25,"value":245},{"type":20,"tag":21,"props":484,"children":485},{},[486],{"type":25,"value":487},"常见名称：",{"type":20,"tag":60,"props":489,"children":491},{"className":62,"code":490,"language":25,"meta":7,"style":7},"eth0\nens160\nenp0s3\n",[492],{"type":20,"tag":51,"props":493,"children":494},{"__ignoreMap":7},[495,503,511],{"type":20,"tag":69,"props":496,"children":497},{"class":71,"line":72},[498],{"type":20,"tag":69,"props":499,"children":500},{},[501],{"type":25,"value":502},"eth0\n",{"type":20,"tag":69,"props":504,"children":505},{"class":71,"line":201},[506],{"type":20,"tag":69,"props":507,"children":508},{},[509],{"type":25,"value":510},"ens160\n",{"type":20,"tag":69,"props":512,"children":513},{"class":71,"line":312},[514],{"type":20,"tag":69,"props":515,"children":516},{},[517],{"type":25,"value":518},"enp0s3\n",{"type":20,"tag":21,"props":520,"children":521},{},[522],{"type":25,"value":523},"编辑配置：",{"type":20,"tag":60,"props":525,"children":527},{"className":172,"code":526,"language":174,"meta":7,"style":7},"sudo nano /etc/network/interfaces\n",[528],{"type":20,"tag":51,"props":529,"children":530},{"__ignoreMap":7},[531],{"type":20,"tag":69,"props":532,"children":533},{"class":71,"line":72},[534,538,543],{"type":20,"tag":69,"props":535,"children":536},{"style":184},[537],{"type":25,"value":187},{"type":20,"tag":69,"props":539,"children":540},{"style":190},[541],{"type":25,"value":542}," nano",{"type":20,"tag":69,"props":544,"children":545},{"style":190},[546],{"type":25,"value":547}," /etc/network/interfaces\n",{"type":20,"tag":21,"props":549,"children":550},{},[551],{"type":25,"value":552},"将：",{"type":20,"tag":60,"props":554,"children":556},{"className":62,"code":555,"language":25,"meta":7,"style":7},"iface eth0 inet dhcp\n",[557],{"type":20,"tag":51,"props":558,"children":559},{"__ignoreMap":7},[560],{"type":20,"tag":69,"props":561,"children":562},{"class":71,"line":72},[563],{"type":20,"tag":69,"props":564,"children":565},{},[566],{"type":25,"value":555},{"type":20,"tag":21,"props":568,"children":569},{},[570],{"type":25,"value":571},"修改为：",{"type":20,"tag":60,"props":573,"children":575},{"className":62,"code":574,"language":25,"meta":7,"style":7},"iface eth0 inet static\n  address 192.168.100.10\n  netmask 255.255.255.0\n  gateway 192.168.100.1\n  dns-nameservers 1.1.1.1 8.8.8.8\n",[576],{"type":20,"tag":51,"props":577,"children":578},{"__ignoreMap":7},[579,587,595,603,611],{"type":20,"tag":69,"props":580,"children":581},{"class":71,"line":72},[582],{"type":20,"tag":69,"props":583,"children":584},{},[585],{"type":25,"value":586},"iface eth0 inet static\n",{"type":20,"tag":69,"props":588,"children":589},{"class":71,"line":201},[590],{"type":20,"tag":69,"props":591,"children":592},{},[593],{"type":25,"value":594},"  address 192.168.100.10\n",{"type":20,"tag":69,"props":596,"children":597},{"class":71,"line":312},[598],{"type":20,"tag":69,"props":599,"children":600},{},[601],{"type":25,"value":602},"  netmask 255.255.255.0\n",{"type":20,"tag":69,"props":604,"children":605},{"class":71,"line":321},[606],{"type":20,"tag":69,"props":607,"children":608},{},[609],{"type":25,"value":610},"  gateway 192.168.100.1\n",{"type":20,"tag":69,"props":612,"children":614},{"class":71,"line":613},5,[615],{"type":20,"tag":69,"props":616,"children":617},{},[618],{"type":25,"value":619},"  dns-nameservers 1.1.1.1 8.8.8.8\n",{"type":20,"tag":21,"props":621,"children":622},{},[623],{"type":25,"value":624},"重启网络：",{"type":20,"tag":60,"props":626,"children":628},{"className":172,"code":627,"language":174,"meta":7,"style":7},"sudo systemctl restart networking\n",[629],{"type":20,"tag":51,"props":630,"children":631},{"__ignoreMap":7},[632],{"type":20,"tag":69,"props":633,"children":634},{"class":71,"line":72},[635,639,644,649],{"type":20,"tag":69,"props":636,"children":637},{"style":184},[638],{"type":25,"value":187},{"type":20,"tag":69,"props":640,"children":641},{"style":190},[642],{"type":25,"value":643}," systemctl",{"type":20,"tag":69,"props":645,"children":646},{"style":190},[647],{"type":25,"value":648}," restart",{"type":20,"tag":69,"props":650,"children":651},{"style":190},[652],{"type":25,"value":653}," networking\n",{"type":20,"tag":21,"props":655,"children":656},{},[657],{"type":25,"value":658},"确认 IP：",{"type":20,"tag":60,"props":660,"children":661},{"className":172,"code":228,"language":174,"meta":7,"style":7},[662],{"type":20,"tag":51,"props":663,"children":664},{"__ignoreMap":7},[665],{"type":20,"tag":69,"props":666,"children":667},{"class":71,"line":72},[668,672],{"type":20,"tag":69,"props":669,"children":670},{"style":184},[671],{"type":25,"value":240},{"type":20,"tag":69,"props":673,"children":674},{"style":190},[675],{"type":25,"value":245},{"type":20,"tag":21,"props":677,"children":678},{},[679],{"type":25,"value":680},"此时应显示：",{"type":20,"tag":60,"props":682,"children":684},{"className":62,"code":683,"language":25,"meta":7,"style":7},"192.168.100.10\n",[685],{"type":20,"tag":51,"props":686,"children":687},{"__ignoreMap":7},[688],{"type":20,"tag":69,"props":689,"children":690},{"class":71,"line":72},[691],{"type":20,"tag":69,"props":692,"children":693},{},[694],{"type":25,"value":683},{"type":20,"tag":21,"props":696,"children":697},{},[698],{"type":25,"value":699},"测试网络：",{"type":20,"tag":60,"props":701,"children":703},{"className":172,"code":702,"language":174,"meta":7,"style":7},"ping 1.1.1.1\nping google.com\n",[704],{"type":20,"tag":51,"props":705,"children":706},{"__ignoreMap":7},[707,721],{"type":20,"tag":69,"props":708,"children":709},{"class":71,"line":72},[710,715],{"type":20,"tag":69,"props":711,"children":712},{"style":184},[713],{"type":25,"value":714},"ping",{"type":20,"tag":69,"props":716,"children":718},{"style":717},"--shiki-default:#D33682;--shiki-dark:#79B8FF;--shiki-sepia:#AE81FF",[719],{"type":25,"value":720}," 1.1.1.1\n",{"type":20,"tag":69,"props":722,"children":723},{"class":71,"line":201},[724,728],{"type":20,"tag":69,"props":725,"children":726},{"style":184},[727],{"type":25,"value":714},{"type":20,"tag":69,"props":729,"children":730},{"style":190},[731],{"type":25,"value":732}," google.com\n",{"type":20,"tag":21,"props":734,"children":735},{},[736],{"type":25,"value":737},"如果能够正常访问互联网，说明 NAT 和 DNS 配置已经生效。",{"type":20,"tag":21,"props":739,"children":740},{},[741],{"type":25,"value":742},"之后即可固定使用：",{"type":20,"tag":60,"props":744,"children":746},{"className":172,"code":745,"language":174,"meta":7,"style":7},"ssh 用户名@192.168.100.10\n",[747],{"type":20,"tag":51,"props":748,"children":749},{"__ignoreMap":7},[750],{"type":20,"tag":69,"props":751,"children":752},{"class":71,"line":72},[753,757],{"type":20,"tag":69,"props":754,"children":755},{"style":184},[756],{"type":25,"value":265},{"type":20,"tag":69,"props":758,"children":759},{"style":190},[760],{"type":25,"value":761}," 用户名@192.168.100.10\n",{"type":20,"tag":21,"props":763,"children":764},{},[765],{"type":25,"value":766},"连接虚拟机，而不用担心 IP 变化。",{"type":20,"tag":118,"props":768,"children":770},{"id":769},"配置免密连接",[771],{"type":25,"value":769},{"type":20,"tag":140,"props":773,"children":774},{},[775,786],{"type":20,"tag":144,"props":776,"children":777},{},[778,780],{"type":25,"value":779},"在Windows生成ssh密钥对, 如果以前生成过就不用再生成了. ",{"type":20,"tag":51,"props":781,"children":783},{"className":782},[],[784],{"type":25,"value":785},"ssh-keygen -t rsa -b 4096",{"type":20,"tag":144,"props":787,"children":788},{},[789,791],{"type":25,"value":790},"复制密钥到debian: ",{"type":20,"tag":51,"props":792,"children":794},{"className":793},[],[795],{"type":25,"value":796},"cat ~/.ssh/id_rsa.pub | ssh 用户名@服务器IP \"mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys\"",{"type":20,"tag":118,"props":798,"children":800},{"id":799},"vscode快速打开项目",[801],{"type":25,"value":799},{"type":20,"tag":140,"props":803,"children":804},{},[805],{"type":20,"tag":144,"props":806,"children":807},{},[808],{"type":25,"value":809},"vscode可以通过左下角的\"连接到远程主机\"连接到项目. 如果在\"最近打开的文件\"里没有历史记录, 想要快速打开项目, 可以安装扩展\"Project Manager\", 保存项目.",{"type":20,"tag":811,"props":812,"children":813},"style",{},[814],{"type":25,"value":815},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html .sepia .shiki span {color: var(--shiki-sepia);background: var(--shiki-sepia-bg);font-style: var(--shiki-sepia-font-style);font-weight: var(--shiki-sepia-font-weight);text-decoration: var(--shiki-sepia-text-decoration);}html.sepia .shiki span {color: var(--shiki-sepia);background: var(--shiki-sepia-bg);font-style: var(--shiki-sepia-font-style);font-weight: var(--shiki-sepia-font-weight);text-decoration: var(--shiki-sepia-text-decoration);}",{"title":7,"searchDepth":201,"depth":201,"links":817},[818,819,820,821,822,823,824],{"id":120,"depth":201,"text":123},{"id":161,"depth":201,"text":164},{"id":278,"depth":201,"text":281},{"id":364,"depth":201,"text":367},{"id":457,"depth":201,"text":460},{"id":769,"depth":201,"text":769},{"id":799,"depth":201,"text":799},"markdown","content:zh:blog:972.hyperv-debian-network.md","content","zh/blog/972.hyperv-debian-network.md","zh/blog/972.hyperv-debian-network","md",1783843575672]