Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dcore:basic_usage_guide [2016/12/26 06:08] – [Maintenance] nitram | dcore:basic_usage_guide [2016/12/26 16:03] (current) – [Overview] nitram | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| As a basic installation is minimal, the system can then be expanded and fully customized with kernel modules, drivers, Xorg graphics, various Window Managers or Desktop Environments, | As a basic installation is minimal, the system can then be expanded and fully customized with kernel modules, drivers, Xorg graphics, various Window Managers or Desktop Environments, | ||
| + | |||
| + | This guide uses a typical persistent installation that requires using the '' | ||
| + | |||
| + | Although classic, vi is often considered less than user friendly. It is, however, an efficient command line editor that is quite simple to use once a few keyboard commands have been memorized, there are several tutorials online. Regardless, users that wish to use a more user friendly CLI-based editor could import and load '' | ||
| + | < | ||
| + | sce-import -b nano # Import nano, add to sceboot.lst so it's always available | ||
| + | sce-load nano # Load nano for use during this session (not required on reboot) | ||
| + | nano file_name | ||
| + | # The ^ command key (eg. ^X to exit) denotes the Ctrl key | ||
| + | </ | ||
| + | |||
| + | Congratulations, | ||
| ==== Basic GUI Management ==== | ==== Basic GUI Management ==== | ||
| Line 204: | Line 216: | ||
| ==== Resources ==== | ==== Resources ==== | ||
| - | The above should help new users quick start a dCore system, much more information is outlined in the dCore wiki and discussed in the dCore subforums, additional resources: | + | The above should help new users quick start a dCore system. More information is outlined in the dCore wiki and discussed in the dCore subforums: |
| * FAQ: http:// | * FAQ: http:// | ||
| * Wiki: http:// | * Wiki: http:// | ||