VMware 启动 Ubuntu 系统假死无法进入系统
更新 Win10 系统后 VMware 无法进入 Ubuntu 系统。
现象:
- 启动虚拟机无法加载 Ubuntu。
- 重启后可以加载系统,但是输入密码无法进入系统。
- 无法输入系统密码。
- 一直黑屏。
更新 Win10 系统后 VMware 无法进入 Ubuntu 系统。
现象:
使用ssh
远程登录提示错误信息:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:Z+DiW60VaGGGkO+U7Q3MLXyFsF65PKHoT6KPwdE/p4E.
Please contact your system administrator.
Add correct host key in /home/wujiayi/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/wujiayi/.ssh/known_hosts:6
remove with:
ssh-keygen -f "/home/wujiayi/.ssh/known_hosts" -R 120.24.81.17
ECDSA host key for 120.24.81.17 has changed and you have requested strict checking.
Host key verification failed.
-c: 建立压缩档案
-x:解压
-t:查看内容
-r:向压缩归档文件末尾追加文件
-u:更新原压缩包中的文件
从去年开始就一直维护着目前的这个技术博客,前不久突然想搭建一个与技术无关的个人网站,发布一些生活上的好玩趣事、发布一些自己的摄影作品。新域名备案成功后,遇到了一个问题,如何在拥有一台服务器,一个公网IP的情况下,部署两个或多个不同的网站。经过详细了解后,总结出这篇使用Apache2配置多个虚拟主机的教程。
简单的整理下将本地项目上传到 Bitbucket 的方法: