Skip to content

Commit

Permalink
更新博文:Ventoy Arch Linux To Go 十分钟速通
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed Dec 2, 2023
1 parent b1dc8f6 commit 814a3fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _posts/2023-11-30-Ventoy_Arch_Linux_To_Go_十分钟速通.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ last_modified_at: 2023-12-2

此时可以从AUR装个`clash-for-windows-bin`来替代之前自己丢进去的版本(注意安装过程必须使用代理)。

安装一系列基础包:`yay -S --needed curl wget nano vim p7zip which lvm2 git noto-fonts-cjk xfce4-networkmanager`
安装一系列基础包:`yay -S --needed curl wget nano vim p7zip which lvm2 git noto-fonts-cjk`

关于网络连接,使用`network-manager-applet`即可,参考[官方教程](https://wiki.archlinux.org/title/NetworkManager#nm-applet)可以在任务栏管理网络连接;如果不装,也可以使用`nmcli``nmtui`管理网络连接。

(可能需要)`yay -S mkinitcpio-firmware`

Expand Down Expand Up @@ -150,7 +152,7 @@ echo vhci-hcd | sudo tee /etc/modules-load.d/vhci-hcd.conf # 开机自动加载
# 完成后运行 sudo udevadm control --reload-rules && sudo udevadm trigger
# 重启后生效

# yay -S --needed remmina remmina-plugin-rdesktop 用于测试RDP共享Canokey
# yay -S --needed remmina freerdp 用于测试RDP共享Canokey
```

关于Web Console,[新版](https://console.canokeys.org/)可以直接作为Chrome PWA应用安装,[旧版](https://console-legacy.canokeys.org/)可以使用我打包过的离线运行(`yay -S canokey-console-legacy`)。
Expand Down

0 comments on commit 814a3fe

Please sign in to comment.