added new linw in singleusermode.md

This commit is contained in:
piccihud 2023-09-24 15:49:23 +02:00
parent d796411300
commit ac080bde34
3 changed files with 11 additions and 11 deletions

View File

@ -1,11 +0,0 @@
a:/media/davide/DAVIDE 1TB/Documenti
c:/home/davide/.config/rnr
d:/home/davide/Scaricati
f:/media/davide/FILM
g:/home/davide/Documenti/repos
h:/home/davide
m:/media/davide
n:/home/davide/Nextcloud
r:/
s:/home/davide/Nextcloud/ITS - Appunti/II Anno
t:/home/davide/Nextcloud/ITS - Appunti/II Anno/Tesina

View File

@ -33,6 +33,13 @@ runlevel
5. Premere F10 per avviare il sistema.
Oppure
- Modify kernel line: add single between `ro quiet` and at the end of this line add `init=/bin/bash`
- Press `F10`
- When the prompt is `root@(none):/#` you have to remount the `/` partition to have read-write access: `mount / -rw -o remount`
- Now you are ready to modify the root password: type `passwd` and change it!
## Collegamenti
- [https://it.wikipedia.org/wiki/Runlevel](https://it.wikipedia.org/wiki/Runlevel)
@ -40,3 +47,4 @@ runlevel
- [https://askubuntu.com/questions/132965/how-do-i-boot-into-single-user-mode-from-grub](https://askubuntu.com/questions/132965/how-do-i-boot-into-single-user-mode-from-grub)
- [https://www.tecmint.com/boot-into-single-user-mode-in-centos-7/](https://www.tecmint.com/boot-into-single-user-mode-in-centos-7/)
- [https://itgala.xyz/how-to-enter-single-user-mode-in-ubuntu/](https://itgala.xyz/how-to-enter-single-user-mode-in-ubuntu/)
- [https://serverfault.com/questions/482079/debian-boot-to-single-user-mode](https://serverfault.com/questions/482079/debian-boot-to-single-user-mode)

View File

@ -62,6 +62,7 @@ Plugin 'VundleVim/Vundle.vim'
" All of your Plugins must be added before the following line
"
Plugin 'jasonccox/vim-wayland-clipboard'
Plugin 'gabrielelana/vim-markdown'
Plugin 'itchyny/vim-cursorword'
Plugin 'preservim/nerdtree'
@ -378,3 +379,5 @@ let g:lightline = {
\ }
" }}}
"