Difference between revisions of "Basin"

From Computer Science
Jump to navigationJump to search
(link to instructions for Atom ftp-remote-edit)
Line 20: Line 20:
  
 
If you need to move files across an SSH connection into basin, see here: [[Useful Tools#SCP| Useful Tools: SCP]]
 
If you need to move files across an SSH connection into basin, see here: [[Useful Tools#SCP| Useful Tools: SCP]]
 +
 +
=Remote Editing in Atom=
 +
The ftp-remote-edit extension for the Atom text editor works well for editing files over an SFTP connection. See [https://www.cs.middlebury.edu/~mcannavo/resources/atom_ssh_editing.html here] for step-by-step instructions.
 +
 
==Windows Users==
 
==Windows Users==
 
The easiest way to connect through SSH is to use [[Useful_Tools#PuTTY | PuTTY]], which is a free download. Go to the [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html PuTTY download site]and select the download link called <span style="color:green;">putty.exe</span>. Download and run putty.exe. Select the SSH option, type <span style="color:green;">basin.cs.middlebury.edu</span> for the host, and click <span style="color:green;">Open</span>. Type in your username and password when prompted, and you are connected.
 
The easiest way to connect through SSH is to use [[Useful_Tools#PuTTY | PuTTY]], which is a free download. Go to the [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html PuTTY download site]and select the download link called <span style="color:green;">putty.exe</span>. Download and run putty.exe. Select the SSH option, type <span style="color:green;">basin.cs.middlebury.edu</span> for the host, and click <span style="color:green;">Open</span>. Type in your username and password when prompted, and you are connected.

Revision as of 15:46, 11 April 2022

Basin is the CS departmental general-use server. Every CS student has an account generated for them on enrollment in a course. The files and resources on basin can be accessed from any computer on or off-campus, following the proper instructions. The login credentials are the same as your Middlebury credentials. (instructions below are adapted from Daniel Scharstein)

Accessing your files on Basin

If you are connecting to the campus network via wireless, choose the MiddleburyCollege network. (See the LIS documentation for more detail.) If you need to access your files from off-campus, you'll need to use a VPN connection. VPN setup requires you to start a helpdesk ticket with ITS, excluding special circumstances.

Windows Users

To access your basin files, open My Computer. In the address bar, type \\basin\username with your username filled in. When asked for your username and password, use MIDD\username (with your username filled in), and your home directory should be shown. You can then access the files as if they are on your computer.

To map basin as a network drive (like tigercat and classes), right click on My Computer and select Map Network Drive. Choose a drive letter, and type \\basin\username into the location field. Use MIDD\username for your username. Check the Reconnect at login box if you want it to automatically connect every time you start your computer. Click OK, and your basin folder will show up as the assigned drive letter in My Computer.

Mac Users

Go to the finder, and select Connect to Server from the Go menu. Type cifs://basin in the Server Address box, and click Connect. When it asks you, provide your basin username and password. Click OK, and a new Finder window will open containing your files.

Linux Users

If you have Konqueror, type cifs://basin/username into the location bar, and enter your username and password when prompted. If you have Nautilus, select Connect to Server from the file menu. Select Windows Share for Service Type, and enter /username under share. Click Connect, and enter your username and password when prompted. The domain doesn't matter.

Shell Access Via SSH

SSH provides command line access to basin. This works on-campus, and off-campus as long as you are using the college VPN.

If you are interested in learning more about using SSH see these instructions: Useful Tools: SSH

If you need to move files across an SSH connection into basin, see here: Useful Tools: SCP

Remote Editing in Atom

The ftp-remote-edit extension for the Atom text editor works well for editing files over an SFTP connection. See here for step-by-step instructions.

Windows Users

The easiest way to connect through SSH is to use PuTTY, which is a free download. Go to the PuTTY download siteand select the download link called putty.exe. Download and run putty.exe. Select the SSH option, type basin.cs.middlebury.edu for the host, and click Open. Type in your username and password when prompted, and you are connected.

Mac Users

Open a terminal, and type ssh username@basin.cs.middlebury.edu, substituting your username. Type in your password when prompted. Typing ssh basin will also work if you are already logged in with your Middlebury credentials on a departmental or school computer.

Linux Users

Open a terminal, and type ssh username@basin.cs.middlebury.edu, substituting your username. Type in your password when prompted. Typing ssh basin will also work if you are already logged in with your Middlebury credentials on a departmental or school computer.