This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:edge2:configurations:auto-login [2022/07/15 23:37] 127.0.0.1 external edit |
products:sbc:edge2:configurations:auto-login [2022/12/12 20:17] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Edge1 Auto Login ====== | + | {{indexmenu_n> |
| - | {{page> | + | ====== Edge2 Auto Login ====== |
| + | ===== Introduction ===== | ||
| + | |||
| + | This document mainly introduces automatic login under Ubuntu. | ||
| + | |||
| + | ===== Desktop OS ===== | ||
| + | |||
| + | |||
| + | // Settings => Users => Automatic Login // | ||
| + | |||
| + | ===== Server OS ===== | ||
| + | |||
| + | |||
| + | === Virtual Consoles tty[1-6] === | ||
| + | |||
| + | ```shell | ||
| + | sudo cp / | ||
| + | sudo sed -i " | ||
| + | ``` | ||
| + | |||
| + | === Serial Console ttyS0 === | ||
| + | |||
| + | ```shell | ||
| + | sudo cp / | ||
| + | sudo sed -i " | ||
| + | ``` | ||
| + | |||
| + | <WRAP info > | ||
| + | Reboot to take effect. | ||
| + | </ | ||
| + | |||
| + | <WRAP tip > | ||
| + | If you want to recovery the login prompt, please follow the steps below: | ||
| + | ```shell | ||
| + | sudo mv / | ||
| + | sudo mv / | ||
| + | ``` | ||
| + | </ | ||