This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
general_sofwtare:idl:new [2022/11/30 09:12] – created deul | general_sofwtare:idl:new [2024/12/21 19:49] (current) – [Using licenses from your laptop (trusted connection)] deul | ||
---|---|---|---|
Line 1: | Line 1: | ||
======IDL versions 8.6 and up====== | ======IDL versions 8.6 and up====== | ||
+ | IDL is a commercial tool for data visualization with its own programming language. | ||
+ | \\ | ||
+ | See also: [[https:// | ||
+ | |||
+ | A installation download is available from the STRW Linux desktop environment under directory: | ||
+ | / | ||
+ | in which you will find versions for Linux, MacOS and Windows | ||
+ | |||
+ | Install the appropriate package for your operating system. | ||
+ | |||
+ | ===== Using licenses from your laptop (trusted connection) ===== | ||
+ | If you run IDL on your laptop, you need to point it to our license server. For this you need to setup a ssh tunnel that maps you local port 4080 onto the license servers port 4080. This can be done on Linux using the ssh command line tool: | ||
+ | |||
+ | ssh -g -L 4080: | ||
+ | Now keep this ssh session alive as long as you need to run IDL. | ||
+ | |||
+ | You need to tell IDL to use the floating license server through the above tunnel. For that you can run the '' | ||
+ | |||
+ | This concludes getting a license to your laptop. Now you are ready to start working with IDL full capability set! | ||
+ | |||
+ | |||