1 | initial version |
Hello,
I think wiki.sagemath has what no need. You can log into the virtual machine from the text-mode console.
See http://wiki.sagemath.org/SageAppliance#Start_VirtualBox
Press Right-Ctrl and F1 for a different tty. The user account running the Sage notebook server is called sage with password sage. The root account password is sage, too. Then do
sudo loadkeys azerty
to make it permanent edit /etc/sysconfig/keyboard as described in the detailed answer here (Section 8.1.2) http://wiki.sagemath.org/SageAppliance#Start_VirtualBox
Best regards,
bb16