18
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Octave on Public Clouds = | = Octave on Public Clouds = | ||
For installing the latest released stable Octave version and running it on instances on public clouds such as Amazon AWS. | For installing the latest released stable Octave version and running it on instances on public clouds such as Amazon AWS. | ||
== AWS EC2 == | == AWS EC2 == | ||
Line 12: | Line 12: | ||
=== Installing on Ubuntu LTS 16.04 LTS === | === Installing on Ubuntu LTS 16.04 LTS === | ||
sudo apt update | |||
sudo apt install build-essential | |||
=== Installing on Ubuntu LTS 18.04 LTS === | === Installing on Ubuntu LTS 18.04 LTS === | ||
Line 22: | Line 25: | ||
If you are using X-11 for plotting in octave (gnuplot xterm), you will need to do X-11 forwarding using ssh -Y . You will also need Xquartz installed on your machine and issue xhost + <your instance public IPV4 address> | If you are using X-11 for plotting in octave (gnuplot xterm), you will need to do X-11 forwarding using ssh -Y . You will also need Xquartz installed on your machine and issue | ||
xhost + <your instance public IPV4 address> | |||
For qt graphics, you do not need the X-11 forwarding. | For qt graphics, you do not need the X-11 forwarding. |
edits