Setting up Ubuntu Linux with VMWare Player
There are many reasons why you might need to use Linux in the course of your Engineering Studies. It's a great environment for programming because the tools are readily available. And, there some utilities you can only access using Linux.
You have a few options for running Linux on a Windows PC:
Use Putty (or other terminal emulation software) to log into a remote Linux server via SSH.
Run Linux on your local Windows PC
Using:
Dual boot computer
This can be time consuming to setup
This is good if you are doing lots of computational work or graphics
Use cygwin
People rarely do this anymore.
Use a Linux from a bootup disk.
This is great for certain uses
You can set up Linux to run in virtually using VMware player - So EASY!
There are other utilities you can use such as VirtualBox.
The tutorial we created uses VMWare Player
Please don't be afraid to try it out. Seriously! You should have it up and running in a few minutes. The tutorial uses Ubuntu Linux.
The cool thing about using VMWare Player is that you can have different flavors of Linux running (at the same time) in different players.. This gives you a chance to evaluate which one you like best.
VMware Player is software that enables users to easily create and run virtual machines on a Windows or Linux PC. For additional information you can refer to the vmware website here.
Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. Ubuntu is suitable for both desktop and server use. Additional information about Ubuntu can be found here.
Installing VMWare tools will support faster graphics performance along with additional benefits.
More information located here
We will test our virtual machine by using Ubuntu to communicate with the ‘maegrad’ server.
Type:
ssh username@servername
ssh anteater@maegrad.eng.uci.edu
Press Enter.
Enter your password when prompted to do so.
Note: You may be prompted to verify the authenticity of the server you want to connect to.
Do so by typing ‘yes’ when prompted.
Type:
ssh -X username@servername
ssh -X anteater@maegrad.eng.uci.edu
Press Enter.
Enter your password when prompted to do so.
Note: This command will only enable X11 forwarding for your current session that you are connected to the maegrad server.