Frequently Asked Questions:
- How do I transfer files from home?
Here are the directions on how to transfer files from home,
- Windows machines
http://www.udel.edu/topics/connect/sw/ssh/sshwin/sshftp.html
- MAC
http://www.udel.edu/topics/internet/ftp/Fetch5mac/Fetch5.0.2/index.html
Another way is to open firefox remotely after logging into strauss by typing
>> firefox &
this will open an instance of firefox on strauss. If you navigate to
sakai there you will be able to attach files as though you were in the lab.
- How do I log in from home?
(Copied from Useful links for 106 Students)
Matlab from Home
The programs below let you log into Strauss remotely.
- MAC OSX : If you are running Mac OS X, you already use Unix, and you have ssh, sftp, and emacs. Go into the Terminal app and type "emacs". Or, if you want emacs running on Strauss to open a new window on your machine so that you can use your mouse, first open Apple's X11 (Applications => Utilities). Then type
"ssh -X name@strauss.udel.edu"
(the -X tells Strauss to send and receive windowing information like mouse clicks).
- Windows machines
You can download a program called putty which is a free ssh client for Windows. This will allow you to remotely log into strauss from home. Here is the link where you can download putty. PuTTY SSH Client
Using MATLAB GUI from Home (Windows)
- For this you will have to install and run an X server. You can download the Cygwin/X server which should work fine. The X server is _not_ downloaded by default when you download/install Cygwin, so follow these instructions.
Cygwin Installation Instructions
In the setup, be sure to enable installation X servers and xinit.
- Read the following on starting the X server. Basically you need to start a cygwin xterm and type "sh /usr/bin/startxwin.sh" which runs a script that starts the X server. You will always need the X server running before you start up the Matlab GUI. So, every time you reboot your computer you need to run this startxwin script.