- Select the kernel
- Press "e" key to edit the entry
- Select the line starting with the word "kernel"
- Press "e" key to edit kernel entry
- Append the letter "s" (or "Single") to the end of the line
- Press "ENTER" key
- Press the "b" key to boot the Linux kernel into single user mode
- type "passwd" with user name to change password
- type "sync"
- type "reboot"
本網誌主要是記錄筆者在使用電腦上疑難解決方法。希望藉著此平台跟大家分享交流。
This blog is used for sharing how to troubleshoot my computer problem. I would like to share them to each other through this platform.
2013-04-09
重設Linux密碼
Reset Password in GRUB bootloader (CentOS)
訂閱:
留言 (Atom)
Review Who is Connected to Windows Shared Folder
1. Open Computer Management Console Windows Key + R -> compmgmt.msc 2. Expand System Tools -> Shared Folder -> Sessions ...
-
在oracle中sequence就是所謂的序列號,每次取的時候它會自動增加,一般用在需要按序列號排序的地方。 1、Create Sequence 你首先要有CREATE SEQUENCE或者CREATE ANY SEQUENCE權限, CREATE SEQUENCE em...
-
1.DDL ( Data Definition Language )數據庫定義語言 statements are used to define the database structure or schema. DDL 是 SQL 語言的四大功能之一。 用於定義數據庫的...