Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Remove any software not needed (System => Administration => Add/Remove Software).
  • Note this menu includes an "Update Software" entry, to manually update software when the VM is temporarily connected to the network.
  • Add gedit and File Browser icons to Desktop (Under System submenus).
  • Open the File Browser, navigate to /mnt/hgfs/LinuxShare, and add as a bookmark (Bookmark => Add Bookmark); you will now be able to nativage there direction from the File Browser, and from under the "Places" top bar menu.
    • If LinuxShare does not appear, reinstall VMtools by selecting this option from the Workstation menu, and running through the steps within Linux (copy DVD files to temp folder, unpack (tar xvzf ...), and run script within folder created).
  • Turn off the screensaver and screensaver lock: System => Preferences => Background.
  • Change the default login to tsch: System => Administration => Users and Groups; enter the password, select user, and change the login shell to "/bin/tcsh".
  • To allow "sudo" commands, edit the /etc/sudoers file with EDITOR=nano visudo; add the user by entering another line in the "MACHINE=COMMANDS" section:

Image Added

  • To allow normal users to install software (FSL, FreeSurfer), change the permissions on the /usr/local folder to allow writing: su, cd /usr, chmod 777 local