You will need to gain access to a Linux or other Unix environment for working on your homework for this course. There are several ways to do this:
attu.cs.washington.edu
server using SSH
There are several ways you can do this:
To install Linux on your computer, you need a Linux installation CD. The most common way to get such a CD is to download the entire CD's contents from the Linux distributor's web site and burn this onto a recordable CD. Then you reboot your computer with the CD in the drive and you can try out and/or install Linux.
The contents of Linux CDs are distributed as large files called ISO files (ending with extension .iso
). Download a Linux ISO from one of the following locations:
You can burn a .iso
image file onto a blank CD using many common CD recording programs that come with your computer. Try loading your computer's included CD burning software and looking for an option about "burning" from an "image file" or "ISO 9660 file" or something like that.
This option creates a fake simulated computer inside your computer and allows you to install Linux onto that. The disadvantage is that this is slower than actually installing Linux. The advantage is that it is less disruptive to your computer and that you can run Linux inside of Windows at the same time, so you won't get "stuck" as easily (can switch back to Windows to Google for help if you have a problem, etc.).
We recommend and support the installation of the CSE lab-provided virtual machine. If you choose this option you will essentially end up with a CSE lab Linux desktop (i.e. RedHat Fedora) that you own, implemented as software, running as an application on your system. Since this is closest to what you would find in the CSE labs, free to students, and is relatively simple to setup, this is the recommended option if you decide to go the virtual machine route.
Refer to these simplified instructions for installing the UW CSE Home Linux VM Install & Setup for information about how to set up a CSE lab Linux desktop on your computer. You should be sure to use the latest image available for 15au which is Fedora 22. You may also want to take a look at the more detailed instructions here. In addition, for Autumn 2015 you may want to look at this GoPost thread that gives more details, including instructions on how to install any tools that might be missing from the current image (e.g. wget) and how to recover your files if you have to reinstall the VM.
You can also run different versions of Linux as a virtual machine on your computer, but we will not support or give instructions about those options.
There are projects that have converted or "ported" a lot of the standard Unix tools and commands to Windows and Mac environments. The links to downloading and installing these projects are below. Cygwin gives Windows a usable Bash Shell. Fink augments Mac OS X's existing Bash shell to contain more of the commands we'll use in CSE 390A.
These are useful applications, but they are not exactly the same as real Unix (not all commands exist, some commands behave differently, not everything is compatible, etc.), so they are less recommended than the previous options above.
attu
If you have a CSE account, you can connect to the CSE departmental server attu. If you are on a Mac or Linux box, you can connect to the attu server by opening a Terminal window and typing the command:
ssh attu.cs.washington.edu
Otherwise, to connect to attu
we recommend that you install the following software:
ssh
, sftp
, and scp
commands)