zoukankan
html css js c++ java
转:Linux 系统忘记密码 -> 修改 Ubuntu 虚拟机密码
转:https://blog.csdn.net/qq_33811662/article/details/81530817
首先开启虚拟机,在开启的时候,先点进虚拟机屏幕,然后长按 Shift (一直按住 Shift)
会进入这个页面,在这个页面按以下 e 键
接下来进入该界面
在该页面使用上下光标键盘↑↓,找到 ro
将 ro 改为 rw,并且删除当前行后面的所有内容,加上 init=/bin/bash
按下 F10,进入如下页面
输入 passwd 你的用户名 ,然后按下回车
此时输入密码是不可见的,输入后直接按回车就行了,出现 password updated successfully 就表示修改成功了
最后再重启虚拟机就可以了,鼠标放在箭头那个位置,也就是自己的虚拟机选项,按下 Ctrl + R 即可弹出该页面,点“重新启动”即可
查看全文
相关阅读:
函数length属性
vue面试题
ES6引进新的原始数据类型symbol使用及特性
jq动画
防抖和节流
this指向
前端:性能优化之回流和重绘
react生命周期
vue生命周期
react-redux的实现原理
原文地址:https://www.cnblogs.com/little-kwy/p/13802665.html
最新文章
python 获取sina/qq邮箱内容
Python3解leetcode Reach a Number
Python3解leetcode Min Cost Climbing Stairs
Python3解leetcode Kth Largest Element in a Stream
Python3解leetcode Count Binary Substrings
Python3解leetcode Average of Levels in Binary Tree
Python3解leetcode Subtree of Another Tree
Python3解leetcode Number of Boomerangs
Python3解leetcode First Bad Version
Python3解leetcode Path Sum III
热门文章
Python3解leetcode N-ary Tree Level Order Traversal
钢条切割
vue生命周期
观察者模式
vue3.0
this的指向
防抖节流
http协议
跨域
es6 class
Copyright © 2011-2022 走看看