Second, install MATLAB on Ubuntu server, use X11 and Putty Output window to Windows Desktop (environment installation)

Source: Internet
Author: User
Tags openssh server

First, the system installation


Specific operation omitted ... There is no need to pay special attention to anything. If you have to check the booking settings, you can pre-install the OpenSSH server when the system is installed. If you do not have or forget whether to install, please do:

sudo apt-get install Openssh-server


II. installation of X11 servers and Openbox

sudo apt-get install xorg # installation X11sudo apt-get installed Openbox obconf menu

After the installation is complete, you can execute startx from the command line to enter the graphical interface.


Openbox graphical interface is a white paper-no taskbar, no clock and other pendants. Only by right-clicking on the desktop to get a control menu (in fact, it is also very convenient, it is this simple).


Tip: Switch The window that is already open under Openbox, which is by ALT + TAB key combination.


Add the ISO image file (or CD) into MATLAB and mount it to/media/cdrom

# First execute the LSBLK directive lsblk

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/48/9B/wKiom1QJ7U-zbGPvAAEFYfBm64k680.jpg "title=" 1.png " alt= "Wkiom1qj7u-zbgpvaaefyfbm64k680.jpg"/>


Here you can see: The bottom sr0 corresponds to ROM, that is, Cd-rom,mountpoint is empty, that is, the CD-ROM has been detected, but does not mount to any corresponding path, so it is not accessible.


Ubuntu file system has a/media/cdrom is used to mount the optical drive, so we execute the following command:

sudo mount-t iso9660-o ro/dev/sr0/media/cdromcd/media/cdromls-l

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/48/9B/wKiom1QJ7o_CK4YoAAKG3jv67RU283.jpg "title=" 2.png " alt= "Wkiom1qj7o_ck4yoaakg3jv67ru283.jpg"/>


Iv. installation of Matlab 2014a


After the above operation, you can see that the ISO content of MATLAB was successfully read. According to my personal experience, it is not possible to install MATLAB directly on the CD! Need to copy all files to a folder, and give the ETC and sys two folder 775 permissions (can not write the words will be wrong, do not understand why).

mkdir ~/matlab_installer # Create a folder under Home Cp-a/media/cdrom/. ~/matlab_installer # After a long wait ... cd ~/matlab_installersudo chmod 775 etcsudo chmod 775 Syssudo./install

As for the MATLAB 2014a specific how to install, download the file contains instructions, we all understand ~

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/48/9D/wKioL1QJ9IaiZSV0AAEe3CFNEoI741.jpg "title=" 3.png " alt= "Wkiol1qj9iaizsv0aaee3cfneoi741.jpg"/>




This article is from the "www.DIYPCs.com" blog, make sure to keep this source http://cnbeta.blog.51cto.com/1234897/1549517

Second, install MATLAB on Ubuntu server, use X11 and Putty Output window to Windows Desktop (environment installation)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.