摘要: 1. 官网链接 https://wiki.deepin.org/wiki/Deepin%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0NVIDIA%E9%A9%B1%E5%8A%A8 阅读全文
posted @ 2022-03-10 21:11 代码诠释的世界 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 1. 打开服务器的.ssh/authorized_keys vim .ssh/authorized_keys 2. 将客户机的公钥复制到服务器的.ssh/authorized_keys文件内 3. 客户端测试链接 ssh test@192.168.1.100 阅读全文
posted @ 2022-03-10 14:42 代码诠释的世界 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 一、方法1 1. 进入ssh目录,C:\Users\你自己的用户名\.ssh 2. 将免密的私钥复制到这台电脑上的 .ssh目录,例如叫:id_rsa_linux 3. 在ssh目录创建config文件,linux为用户的home目录下 Host 192.168.1.100 User test Ho 阅读全文
posted @ 2022-03-10 14:36 代码诠释的世界 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 1. 处理方法 sudo apt-get install libxcb-xinerama0 参考链接: https://blog.csdn.net/u012308586/article/details/108509503 阅读全文
posted @ 2022-03-10 14:21 代码诠释的世界 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 1. Windows下安装vcxsrv https://sourceforge.net/projects/vcxsrv/ 2. WSL Ubuntu下安装xfce desktop sudo apt-get install xfce4-terminal sudo apt-get install xfc 阅读全文
posted @ 2022-03-10 14:18 代码诠释的世界 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: 1. 安装界面打开终端 在虚拟机桌面按Ctrl+Alt+T,出现终端窗口 2. 设置分辨率大小 xrandr -s 1280x800 参考链接: https://blog.csdn.net/qq_45927266/article/details/122321532 阅读全文
posted @ 2022-03-10 14:10 代码诠释的世界 阅读(36) 评论(0) 推荐(0) 编辑