How To Get Work Done

From PrattWiki
Revision as of 18:00, 23 August 2018 by DukeEgr93 (talk | contribs)
Jump to navigation Jump to search

This page is a combination of two old pages on how to get work done, along with some expanded content on how to get work done on Duke's public dual-boot MACs, personal computers, and Duke's Linux system.

Duke MACs Booted Into Windows

The Duke dual-boot MACs in Hudson and elsewhere have a Windows partition. This section covers how to get work done if you have logged into that partition.

File Access

Your CIFS folder should automatically be installed as a drive on This PC - just start the File Explorer (double click on the yellow folder a the bottom of the screen) and then select "This PC" from the list at left. Your drive should show up in "Network locations." If it does not, follow the instructions to Mount your drive via windows.

Connecting to Duke's Linux Machines

If you need to connect to Duke's Linux machines (i.e. login.oit.duke.edu), you can use MobaXterm - this should already be installed on the Windows partition. To find it, either go Start->File Transfer & Remote Access->MobaXterm Personal or simply type Moba in the Cortana search (accessed by clicking the magnifying glass icon at the bottom of the screen). From there, follow the instructions for Creating a Remote Connection.

Using LaTeX

There are two main options for using LaTeX -- you can either connect to Duke's Linux machines and use those tools (emacs to edit, dvipdf to convert, evince to view or to print) or you can use TeXworks. TeXworks is already installed on the Windows partition.

 Be sure you have your CIFS drive mounted and save your files there while working with TeXworks.

Python

Currently, the Windows partition does not have Anaconda installed -- the version of Python it has is called IDLE and it is lacking many of the modules we will be using for class. To get around this you can install Anaconda on the Windows partition by going to Download. Install for "just me" and use all the default options. You do not need to install the Microsoft tools at the end. This process takes about 6 minutes to complete and, unfortunately, only forks for the computer you are sitting at for the session that is currently active. Once you log out, the next time you log in you will start with a clean slate.

Another option is to use a Spyder program that has been included with a Duke Docker Container. The downside of this method is that there is currently no mechanism for accessing your CIFS files from the container. There is a workaround for that which we are not quite ready to teach you.

MATLAB

There are two main options for using MATLAB -- you can either connect to Duke's Linux machines and use MATLAB there (using the matlab & command) or you can start MATLAB on the Windows partition. For the latter, either go to Start->MATLAB R2017a->MATLAB R2017a or simply type matlab in the Cortana search (accessed by clicking the magnifying glass icon at the bottom of the screen).