Running Matlab without graphical interface

aboSamoor | October 24, 2008 | 11:39 am

As most of Linux Geeks terminal is the best place to play your code and ideas, today I tried to run Matlab without the GUI. It was working like charm :) You have to run

matlab -nodesktop

matlab in terminal

matlab in terminal

If you don’t have Matlab and you want to install it on Linux you can find the tutorial here

Gnome -> Nautilus -> Open Terminal option

aboSamoor | June 5, 2007 | 8:47 pm

Are you tired from directing the terminal for a specific directory ?

You may faced a nice option in KDE -when you press F4 ?

It opens the terminal directed to the active directory window.

does Gnome with its file manager Nautilus have one ?

the answer is YES.

you only have to type this command in the Terminal.

sudo apt-get install nautilus-open-terminal

to test it

  • Open any directory or folder.
  • Right click you should find a new option called open terminal, choose it and enjoy … :D

Lastly thanks for Walco.