Versions Compared

Key

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

...

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

If your terminal has a dark background, the default shell colors can be hard to read. Execute this line to display directory names in yellow (and put it in your ~/.profile login script)

Code Block
languagebash
export LS_COLORS=$LS_COLORS:'di=1;33:'

Desktop file browsing

You can connect your Mac or Windows laptop to your Home directory using the Samba network file system protocol. Once this is set up, you can use your favorite desktop code editing GUI to open/edit/save files to your home directory.

...