Versions Compared

Key

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

Table of Contents

...

These pages are principally designed for the system administrator who will be creating the LinuxVM. If you are a user, you would typically start off with a large set of files that compose the LinuxVM.

Technical Note: For text files to be used in Linux, open as "t" to avoid the DOS double-charater CR+LF at the end of each line (CR = carriage return /r, LF = line feed /n). (http://www.mathworks.com/support/solutions/en/data/1-15HVX/index.html?product=SL&solution=1-15HVX link]
e.g., id = fopen(newfile.bat,'wt+');
The Linux command dos2unix will remove CR characters.

See bottom of page for updating.

...

To test:
Start ("Play") the virtual machine
In the Centos 6+ version (as of since October 2013), the password is "data" (there is only one user, which you click). 

Note: since the machine is host-only, having the password visible does not matter since the machine cannot "see" or be seen by the internet.

You'll usually need to start a terminal (see black rectangle icon on top toolbar).
Type fsl to get FSL (Linux is case sensitive, unlike Windows)

...