04 2021 档案

摘要:直接安装 sudo yaourt -S glibc 如果有报错类似“ exists in filesystem”强制安装即可。 sudo yaourt -S glibc --force 阅读全文
posted @ 2021-04-21 14:00 北里闻箫 阅读(6872) 评论(0) 推荐(0)
摘要:xshell5访问报错,服务器发送了一个意外的数据包。received:3,expected:20这时候,换xshell6或修改一下服务器配置都可以解决。在/etc/ssh/sshd_config最后增加以下一行 KexAlgorithms curve25519-sha256@libssh.org, 阅读全文
posted @ 2021-04-20 22:53 北里闻箫 阅读(7206) 评论(0) 推荐(0)
摘要:虚拟机访问宿主机,关键不是配置静态ip。关键是在virtualbox中,全局设置中,新增hostonly的网卡。通过设置网卡,来处理虚拟机访问宿主机的问题。有时候用ifconfig,无法查看到hostonly的网卡。这时候,通过ip addr 可以查看hostonly的网卡。 ubuntu20.4设 阅读全文
posted @ 2021-04-20 22:52 北里闻箫 阅读(882) 评论(0) 推荐(0)