====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software_setup [2017/10/11 21:20] eobrien |
software_setup [2019/05/15 23:14] (current) thclark [Psychtoolbox for Matlab] |
||
|---|---|---|---|
| Line 102: | Line 102: | ||
| <code> | <code> | ||
| cd ~/Downloads | cd ~/Downloads | ||
| - | sudo tar -C /usr/local -xzvf freesurfer-Linux-centos6_x86_64-stable-pub-v5.3.0.tar.gz | + | sudo tar -C /usr/local -xzvf freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0.tar.gz |
| </code> | </code> | ||
| You'll need to register [[https://surfer.nmr.mgh.harvard.edu/registration.html|here]]. The registration e-mail will tell you which text to copy into a new file, which you can create/edit by | You'll need to register [[https://surfer.nmr.mgh.harvard.edu/registration.html|here]]. The registration e-mail will tell you which text to copy into a new file, which you can create/edit by | ||
| Line 145: | Line 145: | ||
| </code> | </code> | ||
| - | ====Setting up SSH==== | ||
| - | If you wish to remotely access your computer using ssh on an Ubuntu machine, use the following terminal commands: | ||
| - | <code> | ||
| - | sudo apt-get install openssh-server | ||
| - | sudo ufw allow ssh/tcp | ||
| - | </code> | ||
| - | |||
| - | You will only be able to use SSH if you have [[https://itconnect.uw.edu/connect/uw-networks/about-husky-onnet/|Husky On-Net]] installed on your computer, the official university VPN client. Sadly, Husky OnNet isn't supported for Linux machines. Also, there are two ethernet ports on the back of your computer, one with a dynamic and one with a static IP. You must be connected via the static port. So if your SSH attempt doesn't work, and you're definitely on the VPN, try switching the port your ethernet is plugged in. | ||