Steps are so simple:
go to 'Ubuntu Software Centre' and search for 'Gnome Shell', our desired shell should be first or second one in the returned list. its name simply is 'Gnome Shell'. click it and then click 'Install'
It takes a while to finish downloading and installing. after installation finishes just log out the system and then log in to the system.
this time when you want to log in there is extra option next to your user name where you can choose your newly installed shell, and that's it.
you can also install Gnome shell using terminal by following command:
sudo apt-get install gnome-shell
There are other shells and extension as well.
Showing posts with label Install. Show all posts
Showing posts with label Install. Show all posts
Thursday, 6 September 2012
Friday, 17 August 2012
Installing VMware tools on Ubuntu machine
Steps are so simple:
First you need to mount VMware Tools CD image. Turn on your virtual machine then log in to your machine using your administrator account. then go to 'VM' > 'Install VMware Tools...'.
then the file you're looking for is mounted in your CD/DVD ROM. name of the file is something like "VMwareTools-8.8.0-471268.tar.gz" , numbers might be different based on your version of VMware.
right click on it and copy it on your desktop and then select "Extract here".
After extraction; it creates a new folder name "vmware-tools-distrib"
then you need to run the Terminal inside the Ubuntu which is something like Microsoft command propmt
I'm using Ubuntu 12, so click on "Dash Home" and "Terminal" should be there; if not type "Terminal" in search box and find it. run the Terminal.
you need to go to the desktop where the VMware tools are located.
command is:
cd home/username/Desktop/vmware-tools-distrib
where username is your username you log in to Ubuntu. then run following command:
sudo ./vmware-install.pl -d
-d parametter doing that automatically, if you don't like that, remove it and answer the question as prompted.
enter your password if you are asked.
restart your machine and your done.
remember commands in Ubuntu is case-sensative, which means "desktop" is different than "Desktop"
here's another website which has more detail about the process and cover different versions.
http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1022525
First you need to mount VMware Tools CD image. Turn on your virtual machine then log in to your machine using your administrator account. then go to 'VM' > 'Install VMware Tools...'.
then the file you're looking for is mounted in your CD/DVD ROM. name of the file is something like "VMwareTools-8.8.0-471268.tar.gz" , numbers might be different based on your version of VMware.
right click on it and copy it on your desktop and then select "Extract here".
After extraction; it creates a new folder name "vmware-tools-distrib"
then you need to run the Terminal inside the Ubuntu which is something like Microsoft command propmt
I'm using Ubuntu 12, so click on "Dash Home" and "Terminal" should be there; if not type "Terminal" in search box and find it. run the Terminal.
you need to go to the desktop where the VMware tools are located.
command is:
cd home/username/Desktop/vmware-tools-distrib
where username is your username you log in to Ubuntu. then run following command:
sudo ./vmware-install.pl -d
-d parametter doing that automatically, if you don't like that, remove it and answer the question as prompted.
enter your password if you are asked.
restart your machine and your done.
remember commands in Ubuntu is case-sensative, which means "desktop" is different than "Desktop"
here's another website which has more detail about the process and cover different versions.
http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1022525
Subscribe to:
Posts (Atom)