It is an interesting read. I took it from hackzine.com.
Posted by Jason Striegel | Sep 3, 2008 10:37 PM
I loaded one of my test Ubuntu virtual machines today (one that I hadn't used for a month) and, surprise, I had forgotten the password. This sort of thing happens from time to time, and if you're new to Linux, it can be a little disconcerting.
Losing your root password isn't the end of the world, though. You'll just need to reboot into single user mode to reset it. Here's how to do it on a typical Ubuntu machine with the GRUB bootloader:
Boot Linux into single-user mode
1. Reboot the machine.
2. Press the ESC key while GRUB is loading to enter the menu.
3. If there is a 'recovery mode' option, select it and press 'b' to boot into single user mode.
4. Otherwise, the default boot configuration should be selected. Press 'e' to edit it.
5. Highlight the line that begins with 'kernel'. Press 'e' again to edit this line.
6. At the end of the line, add an additional parameter: 'single'. Hit return to make the change and press 'b' to boot.
Change the admin password
The system should load into single user mode and you'll be left at the command line automatically logged in as root. Type 'passwd' to change the root password or 'passwd someuser' to change the password for your "someuser" admin account.
Reboot
Once your done, give the three finger salute, or enter 'reboot' to restart into your machine's normal configuration.
That's all there is to it. Now just make sure to write your password down on a post-it and shove it somewhere safe like under your keyboard. :)
【诗巫景Ho-Liak】吃晚饭的不错选择@新龙婆海鲜酒家
-
想找一个不错的餐厅和家人或宴请亲戚朋友吃晚餐?个人建议这间坐落于诗巫中央警局后方的新龙婆海鲜酒家。之前它在江滨公园对面的龙婆茶餐室营业已经获得本地人的好评,现在搬到现有的地址营业,生意还是持续的门庭若市。
现在这地点跟之前的比起来,停车位比较方便,而且有更大的营业空间。餐馆分为两层楼。底楼是开放式的,而一楼就备有...
6 years ago
1 comment:
Too technical for me...
Post a Comment