Posts

Showing posts with the label gui

How to install Matlab without GUI

If you want to install Matlab in a server, probably you don't have a GUI. To run the installer you need previosly configurate silent mode: ./install -mode silent Preparing installation files ... Installing ... (Nov 03, 2016 10:53:02) ################################################################## (Nov 03, 2016 10:53:02) (Nov 03, 2016 10:53:03) When running the installer with an input file, you must accept the license agreement by setting the agreeToLicense option to yes. (Nov 03, 2016 10:53:03) Exiting with status -2 (Nov 03, 2016 10:53:07) End - Unsuccessful. The previous error is because we need configurate all options, like if you are agree with the license agreement, enter the licence key, etc. To do this, you need to edit  installer_input.txt and  activate.ini files: In activate.ini these are the lines that you need configurate: isSilent=true activateCommand=activateOffline licenseFile=/root/Matlab_R2016a_glnxa64.lic In installer_input.txt these ...

Enable Remote Desktop Server on Ubuntu

Image
To control another pc with GUI, you must enable share your desktop. In Desktop Sharing preferences, enable Allow other users to view your Desktop. Optionally, you can add an additional password (to prevent anyone access to your computer). Now, run Remmina on your client terminal and add a new profile with VNC - Virtual Network Computing Protocol. Don't forget configure the ip, user and password of your server.