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:
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
Options include
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:
Type in a hostname, such as newport.eecs.uci.edu or vivian.eecs.uci.edu.
Check the box to allow X11 forwarding and select Magic Cookie authorization.
Select Keyboard Interactive for authentication.
Here’s an example of the setup you will use:
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:
Installing Linux onto a CD
You can also install linux onto a CD using Damn Small Linux. http://www.damnsmalllinux.org/
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
http://ryse.lifeportal.com/article/how-make-dual-boot-2-operating-systems-laptoppc-windows-and-linux
http://lifehacker.com/5403100/dual+boot-windows-7-and-ubuntu-in-perfect-harmony
http://www.instructables.com/id/How-to-Dual-boot-Linux-and-Windows-on-a-PC-with-W/
http://www.reddit.com/r/linux/comments/1lfy9z/whats_the_best_way_to_create_a_dual_boot/
Install Cygwin
You can install Cygwin onto your Windows laptop, but my experience is it’s buggy at times