Basics of computers

Some documentation on NMSU computing.

Getting set up

To avoid having to make sure different software is all installed on different computers, we will use the central astronomy server. It's possible to install things on your laptop, but may take some time and effort: you'll have to decide whether you will work on your laptop or another computer. For remote usage: For standalone laptop:

Network and remote login

To log into a remote machine, use ssh:
ssh -Y account@astronomy.nmsu.edu (the -Y enables trusted X11 forwarding)

After verifying that you can look at my display and your CLI at the same time, let's do some exercises with remote access: Exercise 0