Loading

摘要: 更换pip源 # 清华源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple # 阿里源 pip config set global.index-url https://mirrors.aliyun.com 阅读全文
posted @ 2021-06-21 17:46 王树燚 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 安装x11vnc apt-get install -y x11vnc 修改屏幕分辨率 设置分辨率 x11vnc -display :0 -geometry 1920x1080 -passwd PASSWORD 阅读全文
posted @ 2021-06-21 17:45 王树燚 阅读(84) 评论(0) 推荐(0) 编辑