mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
17 lines
255 B
Markdown
17 lines
255 B
Markdown
|
# User Guide
|
||
|
|
||
|
## FAQ
|
||
|
|
||
|
#### user can not sudo?
|
||
|
|
||
|
```
|
||
|
# add user to sudo/admin group
|
||
|
usermod -aG wheel username
|
||
|
|
||
|
# sudo not need to input password
|
||
|
|
||
|
```
|
||
|
|
||
|
#### Can not login when I reinstall my Instance?
|
||
|
|
||
|
Need to clear all cookie at you browser
|