2021年5月16日星期日

Win10远程桌面连接Ubuntu 20.04

1,设置共享桌面 

2,安装dconf-editor

sudo apt-get install dconf-editor

3,启动dconf-editor,然后打开依次展开org->gnome->desktop->remote-access,将 requre-encryption 设为 False。

4,安装xdrp

sudo apt-get  install xrdp

5,打开win10远程连接,进行连接。这里的用户名填写ubuntu登陆用户,密码填写设置共享桌面的密码





2021年5月11日星期二

bcm43228无线网卡驱动安装


(if you already know you have BCM43228 than skip next line)

查看有什么网卡

sudo lshw -class network

than install drivers (you have to connect to internet via Ethernet cable or Bluetooth)

安装

sudo apt install bcmwl-kernel-source

restart network manager

重启网络服务

sudo systemctl restart network-manager

now you have wifi card installed and can connect to internet with wifi :)

完成



 

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

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