2020年4月30日星期四

启动,关闭debian 桌面

#/bin/sh
sudo systemctl start lightdm.service
sudo systemctl enable lightdm.service

#sudo systemctl stop lightdm.service
#sudo systemctl disable lightdm.service




没有评论:

发表评论

在PVE使用虚拟 USB 存储设备 + ARPL 引导 DSM

  部分内容来自: https://blog.myds.cloud/archives/synoboot-usb-image-in-pve-virtual-machine.html 虚拟机建好之后,打开配置文件 nano /etc/pve/qemu-server/100.conf ...