Options for using Linux on your laptop

Occasionally your coursework requires you to use Unix but maybe you don’t want to work in the labs.

Here are some links to help you get started using Unix on your laptops.

General information:

Learning the Shell

Beginner Geek: How to Start Using the Linux Terminal

Mac Users:

From a Mac, you will use the built-in Terminal application. At the command prompt type:

    • ssh -Y <hostname>

For example:

    • ssh -Y newport.eecs.uci.edu

Windows Users

Install Terminal Emulation software

1) You need an SSH client to log on remotely, such as Putty.

For basic compiling, this will work fine.

2) If you need an X Server on your desktop use Xming:

http://sourceforge.net/projects/xming/

You need to run an X server application if you need a pop-up window to appear from the command line, such as to view Netscape or some other application. Be sure that Xming is running before you type the command in the console. For my lab computers, I have it started automatically when a person logs in. To do this, you put a shortcut to the application in the profile startup folder.

Putty configuration:

      1. Type in a hostname, such as newport.eecs.uci.edu or vivian.eecs.uci.edu.

      2. Check the box to allow X11 forwarding and select Magic Cookie authorization.

      3. Select Keyboard Interactive for authentication.

Here’s an example of the setup you will use:

Using Putty with Xming

3) To transfer files, you’ll need WinSCP

4) Need help using Unix or Linux? Read UCI’s Unix Guide:

http://www.oit.uci.edu/help/manuals/uci.unix.guide/

Better yet, get yourself a book:

http://www.amazon.com/Sams-Teach-Yourself-Unix-Hours/dp/0672328143/ref=sr_1_fkmr0_1?ie=UTF8&qid=1279322449&sr=1-1-fkmr0

Installing Linux onto a CD

Virtual Versions of Linux

Here are some links and instructions to create your virtual linux environment:

Make your laptop dual boot

You can make your laptop dual boot, but it will take some time and effort

Install Cygwin

You can install Cygwin onto your Windows laptop, but my experience is it’s buggy at times