Template:Software Side Effects Fixes
Delete the ".olpc-configured" files which tell olpc-configure it does not have to run again. This allows some of the files deleted below to be checked for and replaced.
sudo rm -f /.olpc-configured rm -f /home/olpc/.olpc-configured
Destroy any saved volume settings, forcing defaults:
sudo rm -f /etc/alsa/asound.state
Destroy the saved hostname:
sudo rm -f /etc/sysconfig/network
Destroy the SSH host key, forcing regeneration on next boot:
sudo rm -f /etc/ssh/ssh_host_rsa_key{,.pub}
Destroy the Sugar settings, forcing a first boot name prompt, and fixing collaboration:
rm -rf /home/olpc/.sugar /home/olpc/.gconf/desktop/sugar
If a developer key was ever requested using the Browse activity, or you are not sure, clear the developer key request file:
rm -rf /home/.devkey.html
If the laptop was ever registered with a school server, or you are not sure, clear the registration by destroying the GConf settings:
rm -rf /home/olpc/.gconf*
Immediately shutdown without restarting sugar, to avoid the .sugar directory being recreated:
sudo poweroff