Trace: โข beginners_guide_easy-to-read
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sleeper_os:beginners_guide_easy-to-read [2024/01/27 14:13] โ created alejitao | sleeper_os:beginners_guide_easy-to-read [2024/01/31 08:39] (current) โ alejitao | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| === 3. Create Partitions === | === 3. Create Partitions === | ||
| - | During the installation, | + | During the installation, |
| === 4. Choose File System and Mount Points === | === 4. Choose File System and Mount Points === | ||
| - | Assign a file system | + | Assign a file system. It's simple, " |
| === Installing from Windows === | === Installing from Windows === | ||
| Line 40: | Line 40: | ||
| Enjoy your new operating system! ๐ | Enjoy your new operating system! ๐ | ||
| + | |||
| + | == And... If I need to add my own user? (aside from " | ||
| + | Open your favorite terminal application and put: | ||
| + | |||
| + | |||
| + | '' | ||
| + | sudo adduser your-newuser | ||
| + | '' | ||
| + | |||
| + | |||
| + | It will ask you some things. Once it'is done, there it is! You can log in with your new user | ||