Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

  • Anna Battenhouse, Associate Research Scientist, abattenhouse@utexas.edu
    • BA English literature, 1978, Carleton College
    • Commercial software development 1982 – 2007
      • Texas Instruments, Motorola ...
      • lots of software development experience but limited Unix/Linux
    • Joined Iyer Lab 2007 (functional genomics)
      • “retirement career”
      • began to appreciate Linux & bash (slowly)
    • BS Biochemistry, 2013, UT
    • Affiliations as of summer 2017Current affiliations:
      • Biomedical Research Computing Facility (BRCF)
      • Bioinformatics Consulting Group (BCG)
      • Marcotte lab (proteomics)

...

Code Block
ssh student50@gsafcomp02.ccbb.utexas.edu

# or, from outside the UT campus network, using public key encryption
ssh -p 222 student50@gsafcomp02.ccbb.utexas.edu
Tip

If Since you are attending this class remotely, you will need to use the UT VPN service or create a public/private key pair in order to access the shared compute environment. How to set up a public/private key pair is cescribed here:  POD Resources and Access#PasswordlessAccessviaSSH/SFTP

...

Tip

Desktop file browsing using the Samba protocol is only available from the UT campus network. If you are attending this class remotely, you will need to use the UT VPN service (described here: FAQ#HowtosetuptheUTVPNservice).

An alternative to Desktop file browsing is to use a text editor that has remote file editing capabilities using SSH (e.g. Komodo Edit, Sublime text edit (both Windows & Mac) and Notepad++ (Windows only).

Tip
titleTip

Make sure you save script files with Unix/Linux line endings (linefeed only, not carriage_return + linefeed as is the Windows default).

...