Logging On

To log on you use your MACS username and password. These are the same details that you'll use in the Windows labs on the ground and first floors. If you have any problems logging in then report these to EM1.33.
Before you log-in you can choose what type of window manager you'd like to use from the menu in the top left of the log-in box. There is a wide range to choose from. Some of them are very light weight (fvwm) others are more feature heavy and provide more visual chrome to the user. Most people use either the KDE or GNOME desktops. I'll be using KDE in this tutorial, but feel free to try them both out and choose which one you prefer.

The Desktop and Launching Applications

Once you log-in you'll see a familiar desktop view, with icons on the desktop that will either open a folder or launch an application. There is also the Kicker button in the bottom left corner (or menu buttons in the top left of GNOME). From these you can browse many of the installed applications on the computer.


Applications can also be executed from the run dialogue that can quickly be brought up by pressing <ALT>+<F2>, and then entering the name of the application that you'd like to run. For the next section that will either be the name or a terminal application. There are many terminal applications to choose from, but I'd recommend konsole for KDE and terminal for GNOME.

Terminal Basics

The terminal presents you with a command line interface. In here you type commands, press return, and then they are executed. When working with the terminal there are a few basics techniques that can save you a lot of time.

You may want to read "In the Beginning was the Command Line" for some history and reasoning for using the command line.

Browsing Files

Files can be browsed graphically by double clicking on the "Home" icon. This will launch a file browser and take you to your home directory. You can also browse the file system from a terminal window as shown below. The commands used here are




Once files and folders have been created they can also be moved and copied.

Editing Files

As we've seen, there are a number of windowing systems and terminal applications to choose from, so you won't be surprised to hear that there are a number of text editors to choose from as well. I cover an intro to a number of these here.
This first set of editors are terminal based.

This next set of editors have graphical interfaces.

Next Steps

You can now have a go at making and moving some files and directories. You should also make sure that you are comfortable using at least one of the text editors, and maybe even have a go at the vim or EMACS tutorials.
If you have any questions, or need any help, just ask one of the instructors.