Tagged Questions
4
votes
2answers
114 views
Mathematica ncurses support
I occasionally ssh into machines that have Mathematica installed. I then operate Mathematica through the command-line interface.
Often the command-line interface ...
6
votes
1answer
213 views
Operations on online files via public URL access
I need M. to access an online public directory via some URL (fake in this case)
http://example.com/images
and perform operations similar to those M. can do on OS directories and files. Examples:
...
16
votes
1answer
393 views
How do you use ssh-keys instead of a password to run a remote-kernel over ssh?
On all of the servers that I regularly interact with, I have ssh-keys setup for passwordless access via ssh. Yet, every time I attempt to start a remote-kernel over ssh, I get asked for a password ...