First VMware Ubuntu installation detailed process see here is very detailed.
VMware under Ubuntu full screen display
After Ubuntu installation is complete, the default resolution is 800*600, surrounded by a large circle of Black edge (in short, not full screen, very uncomfortable).
Full Screen setup steps:
*vmware boot the virtual machine and start the Ubuntu system
* Enter Ubuntu system interface, System Preferences display set resolution to the same resolution as your own computer
* Use Ctrl+alt+enter to switch between fullscreen/non-fullscreen
Set up:
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M01/87/D9/wKioL1fjZymQAQ7PAABMi1N43sA636.png-wh_500x0-wm_3 -wmp_4-s_3458967492.png "style=" Float:none; "title=" Setting "alt=" Wkiol1fjzymqaq7paabmi1n43sa636.png-wh_50 "/>"
System settings:
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M00/87/D9/wKioL1fjZyrBuljLAABqd2WSWe4387.png-wh_500x0-wm_3 -wmp_4-s_2689325652.png "style=" Float:none; "title=" System Settings "alt=" Wkiol1fjzyrbuljlaabqd2wswe4387.png-wh_50 "/>
Resolution settings:
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M00/87/DD/wKiom1fjZyuRWd9IAAJWszRah80118.png-wh_500x0-wm_3 -wmp_4-s_2219854064.png "style=" Float:none; "title=" Display Settings "alt=" Wkiom1fjzyurwd9iaajwszrah80118.png-wh_50 "/>
To set the resolution:
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M02/87/D9/wKioL1fjZyvBJh_sAAF6zxw_7TQ356.png-wh_500x0-wm_3 -wmp_4-s_624800705.png "style=" Float:none; "title=" Set resolution "alt=" Wkiol1fjzyvbjh_saaf6zxw_7tq356.png-wh_50 "/>
OK fullscreen.
Ubuntu System Update Upgrade
1, Press ctrl+alt+t, open terminal, enter:$ sudo apt-get update, used to check whether there is an update available on the current source server.
< Span style= "Font-family:tahoma, Arial, ' song Body '; Font-size:14px;line-height:25.2px;background-color:rgb (255,255,255);" >2, followed by: $ sudo apt-get upgrade
If the above command is unsuccessful, there may be a problem due to dependencies between packages. At this point, you can use the following command instead:$ sudo apt-get dist-upgrade
Software Installation: Sublime Text2 installation
Official Website Installation Method:
1, the official website download installs the package: HTTP://WWW.SUBLIMETEXT.COM/2
2, decompression is not difficult, just find a directory decompression on the line, but considering the following to be able to be in the command line convenient quick Start, recommended decompression to the/usr/lib/directory, I use the method is first decompression after removal, command as follows:
TAR-XVF sublime\ text\ 2.0.1.tar.bz2
MV Sublime\ text\ 2/usr/lib/
where \ is the escape character
This is done because the $PATH environment variable automatically covers the/usr/lib directory and does not specifically modify the environment variables.
Then type:
Ln-s/usr/lib/sublime\ text\ 2/sublime_text/usr/bin/sublime
This article is from the "11236721" blog, please be sure to keep this source http://11246721.blog.51cto.com/11236721/1855437
WIN10 system VMWare12.5 Virtual machine Ubuntu 16.04 LTS start my Linux learning