Difference between revisions of "Talk:Tutorials/Introduction to the Sugar Interface"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "== OLPC:Sugar Control Panel== Some thought should go into maintaining this reference, Sugar Control Panel and not diverging resources. --~~~~")
 
Line 1: Line 1:
 
== [[OLPC:Sugar Control Panel]]==
 
== [[OLPC:Sugar Control Panel]]==
 
Some thought should go into maintaining this reference, [[olpc:Sugar Control Panel|Sugar Control Panel]] and not diverging resources. --[[User:FGrose|FGrose]] 15:15, 8 December 2011 (EST)
 
Some thought should go into maintaining this reference, [[olpc:Sugar Control Panel|Sugar Control Panel]] and not diverging resources. --[[User:FGrose|FGrose]] 15:15, 8 December 2011 (EST)
 +
==How To clear Sugar of these keys and the name and color entries==
 +
{{Note/note|
 +
* '''To clear Sugar of these keys and the name and color entries''', enter the command {{Code|rm ~ rf /.sugar}} in the Terminal activity. Then shutdown sugar {{Code|su shutdown -h now}} . This will clear all Learner information and let you start with a fresh install. Skipping this will result in collisions in the Neighborhood view of the Jabber network. Verify the presence of the '''.sugar''' directory by entering {{Code|ls -a}} in Terminal.
 +
* '''To reset only the ssh keys''', in order to keep the Journal and installed .xo Activities, use {{Code|rm ~/.sugar/default/owner.key*}} in the Sugar Terminal, and then shutdown sugar {{Code|su shutdown -h now}}. This leaves the Journal entries and removes only the previous Learner's identity key files.}}

Revision as of 13:18, 11 December 2011

OLPC:Sugar Control Panel

Some thought should go into maintaining this reference, Sugar Control Panel and not diverging resources. --FGrose 15:15, 8 December 2011 (EST)

How To clear Sugar of these keys and the name and color entries

35px-Activity-write.png
  • To clear Sugar of these keys and the name and color entries, enter the command rm ~ rf /.sugar in the Terminal activity. Then shutdown sugar su shutdown -h now . This will clear all Learner information and let you start with a fresh install. Skipping this will result in collisions in the Neighborhood view of the Jabber network. Verify the presence of the .sugar directory by entering ls -a in Terminal.
  • To reset only the ssh keys, in order to keep the Journal and installed .xo Activities, use rm ~/.sugar/default/owner.key* in the Sugar Terminal, and then shutdown sugar su shutdown -h now. This leaves the Journal entries and removes only the previous Learner's identity key files.