File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 17
17
- [ CentOS 介绍] ( CentOS.md )
18
18
- [ CentOS 安装] ( CentOS-Install.md )
19
19
- [ CentOS 设置(目录)] ( centos-settings/centos-settings-toc.md )
20
+ - [ Ubuntu 安装 VMware] ( Ubuntu-Install-VMware.md )
21
+ - [ VMware 克隆 CentOS 后网卡信息修改] ( CentOS-Virtual-Machine-Copy-Settings.md )
20
22
- [ Vim 安装、配置、快捷键列表] ( Vim-Install-And-Settings.md )
21
23
- [ Bash 命令] ( Bash.md )
22
24
- [ Bash 其他常用命令] ( Bash-Other-Bash.md )
32
34
- [ Crontab 介绍] ( Crontab.md )
33
35
- [ Iptables 介绍] ( Iptables.md )
34
36
- [ 花生壳-安装介绍] ( Hsk-Install.md )
35
- - [ VMware 克隆 CentOS 后网卡信息修改] ( CentOS-Virtual-Machine-Copy-Settings.md )
36
37
- [ JDK 安装] ( JDK-Install.md )
37
38
- [ SVN 安装和配置] ( SVN-Install-And-Settings.md )
38
39
- [ Tomcat 安装和配置、优化] ( Tomcat-Install-And-Settings.md )
Original file line number Diff line number Diff line change 5
5
- [ CentOS 介绍] ( CentOS.md )
6
6
- [ CentOS 安装] ( CentOS-Install.md )
7
7
- [ CentOS 设置(目录)] ( centos-settings/centos-settings-toc.md )
8
+ - [ Ubuntu 安装 VMware] ( Ubuntu-Install-VMware.md )
9
+ - [ VMware 克隆 CentOS 后网卡信息修改] ( CentOS-Virtual-Machine-Copy-Settings.md )
8
10
- [ Vim 安装、配置、快捷键列表] ( Vim-Install-And-Settings.md )
9
11
- [ Bash 命令] ( Bash.md )
10
12
- [ Bash 其他常用命令] ( Bash-Other-Bash.md )
20
22
- [ Crontab 介绍] ( Crontab.md )
21
23
- [ Iptables 介绍] ( Iptables.md )
22
24
- [ 花生壳-安装介绍] ( Hsk-Install.md )
23
- - [ VMware 克隆 CentOS 后网卡信息修改] ( CentOS-Virtual-Machine-Copy-Settings.md )
24
25
- [ JDK 安装] ( JDK-Install.md )
25
26
- [ SVN 安装和配置] ( SVN-Install-And-Settings.md )
26
27
- [ Tomcat 安装和配置、优化] ( Tomcat-Install-And-Settings.md )
27
28
- [ Jenkins 安装和配置] ( Jenkins-Install-And-Settings.md )
28
29
- [ Maven 安装和配置] ( Maven-Install-And-Settings.md )
29
30
- [ Nexus 安装和配置] ( Nexus-Install-And-Settings.md )
30
- - [ Mysql 安装和配置] ( Mysql-Install-And-Settings.md )
31
+ - [ MySQL 安装和配置] ( Mysql-Install-And-Settings.md )
32
+ - [ MySQL 教程] ( Mysql-Tutorial.md )
31
33
- [ Redis 安装和配置] ( Redis-Install-And-Settings.md )
32
34
- [ Solr 安装和配置] ( Solr-Install-And-Settings.md )
33
35
- [ Jira 安装和配置] ( Jira-Install-And-Settings.md )
Original file line number Diff line number Diff line change
1
+ # Ubuntu 安装 VMware
2
+
3
+ - 我个人习惯使用 VMware,在一些个性化和兼容性上,我觉得 VMware 比 box 好很多
4
+
5
+
6
+ ## 安装说明
7
+
8
+ - 下载:VMware-Workstation-Full-10.0.4-2249910.x86_64.bundle
9
+ - 安装组件:
10
+ ``` nginx
11
+ 命令:sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
12
+ 命令:sudo apt-get install build-essential linux-headers-`uname -r`
13
+ ```
14
+ - 进入软件下载后目录,比如我在 /opt/setups 下
15
+ - `cd /opt/setups`
16
+ - `chmod +x VMware*.bundle`
17
+ - `sudo ./VMware*.bundle`
18
+ - 接下来会弹出图形界面,则效果跟 Windows 一样,那就没啥好说了。
19
+
20
+
21
+ ## 资料
22
+
23
+ - [ How To Install VMware Workstation 11 On Ubuntu 14.10] ( https://www.liberiangeek.net/2014/12/install-vmware-workstation-11-ubuntu-14-10/ )
24
+
You can’t perform that action at this time.
0 commit comments