摘要:
问题: linux打开图形化界面报错 Graphical installers are not supported by the VM 解决: 1、修改ssh配置 vi /etc/ssh/sshd_config 确保配置如下 #AllowAgentForwarding yes AllowTcpFor 阅读全文
摘要:
问题: UOS等操作系统vim内容鼠标选中后进入可视模式,无法复制 解决: 1、编辑 vim 的默认配置文件 vim /usr/share/vim/vim81/defaults.vim 2、找到如下内容 if has('mouse') set mouse=a endif 3、将 set mouse= 阅读全文