Activities/Terminal

From Sugar Labs
< Activities
Revision as of 00:22, 21 April 2016 by Cjl (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


55px-Activity-terminal.svg.png

Activity | Source | Source tarball | OLPC:Terminal | 0.84/Terminal | 0.86/Terminal |

Tickets in Trac: Sugar Labs | OLPC |


Terminal provides a Bash shell command line, with access to all of the usual cryptic Unix commands, which are generally considered beyond the capabilities of elementary-school children. However, there are always exceptions. A good starting point is Introduction to the Gnu/Linux Command Line from FLOSS Manuals.

The user can configure Sugar either in the UI, or using sugar-control-panel from the command line.

One of the most requested commands is

setxkbmap keyboard

where keyboard can be us (US English), dvorak, fr (French), and so on. See olpc:Keyboards for more.

Many terminal users find a white-on-black terminal easier on the eyes than the black-on-white Sugar's Terminal defaults to. You can edit the file ~/.sugar/default/terminalrc and swap the values of fg_color and bg_color to switch to white-on-black.

Accessory tools

Midnight Commander is a character mode file manager that can run directly in Terminal. Install it with

sudo yum install mc

Be sure to configure Lynx-like motion in Options:Configuration. This lets you navigate the directory tree with the cursor keys.