Skip to content

Commit

Permalink
2016-04-24补充Ubuntu下安装VMware
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed Apr 24, 2016
1 parent 82687a2 commit a698508
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
- [CentOS 介绍](CentOS.md)
- [CentOS 安装](CentOS-Install.md)
- [CentOS 设置(目录)](centos-settings/centos-settings-toc.md)
- [Ubuntu 安装 VMware](Ubuntu-Install-VMware.md)
- [VMware 克隆 CentOS 后网卡信息修改](CentOS-Virtual-Machine-Copy-Settings.md)
- [Vim 安装、配置、快捷键列表](Vim-Install-And-Settings.md)
- [Bash 命令](Bash.md)
- [Bash 其他常用命令](Bash-Other-Bash.md)
Expand All @@ -32,7 +34,6 @@
- [Crontab 介绍](Crontab.md)
- [Iptables 介绍](Iptables.md)
- [花生壳-安装介绍](Hsk-Install.md)
- [VMware 克隆 CentOS 后网卡信息修改](CentOS-Virtual-Machine-Copy-Settings.md)
- [JDK 安装](JDK-Install.md)
- [SVN 安装和配置](SVN-Install-And-Settings.md)
- [Tomcat 安装和配置、优化](Tomcat-Install-And-Settings.md)
Expand Down
6 changes: 4 additions & 2 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- [CentOS 介绍](CentOS.md)
- [CentOS 安装](CentOS-Install.md)
- [CentOS 设置(目录)](centos-settings/centos-settings-toc.md)
- [Ubuntu 安装 VMware](Ubuntu-Install-VMware.md)
- [VMware 克隆 CentOS 后网卡信息修改](CentOS-Virtual-Machine-Copy-Settings.md)
- [Vim 安装、配置、快捷键列表](Vim-Install-And-Settings.md)
- [Bash 命令](Bash.md)
- [Bash 其他常用命令](Bash-Other-Bash.md)
Expand All @@ -20,14 +22,14 @@
- [Crontab 介绍](Crontab.md)
- [Iptables 介绍](Iptables.md)
- [花生壳-安装介绍](Hsk-Install.md)
- [VMware 克隆 CentOS 后网卡信息修改](CentOS-Virtual-Machine-Copy-Settings.md)
- [JDK 安装](JDK-Install.md)
- [SVN 安装和配置](SVN-Install-And-Settings.md)
- [Tomcat 安装和配置、优化](Tomcat-Install-And-Settings.md)
- [Jenkins 安装和配置](Jenkins-Install-And-Settings.md)
- [Maven 安装和配置](Maven-Install-And-Settings.md)
- [Nexus 安装和配置](Nexus-Install-And-Settings.md)
- [Mysql 安装和配置](Mysql-Install-And-Settings.md)
- [MySQL 安装和配置](Mysql-Install-And-Settings.md)
- [MySQL 教程](Mysql-Tutorial.md)
- [Redis 安装和配置](Redis-Install-And-Settings.md)
- [Solr 安装和配置](Solr-Install-And-Settings.md)
- [Jira 安装和配置](Jira-Install-And-Settings.md)
Expand Down
24 changes: 24 additions & 0 deletions Ubuntu-Install-VMware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Ubuntu 安装 VMware

- 我个人习惯使用 VMware,在一些个性化和兼容性上,我觉得 VMware 比 box 好很多


## 安装说明

- 下载:VMware-Workstation-Full-10.0.4-2249910.x86_64.bundle
- 安装组件:
``` nginx
命令:sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
命令:sudo apt-get install build-essential linux-headers-`uname -r`
```
- 进入软件下载后目录,比如我在 /opt/setups 下
- `cd /opt/setups`
- `chmod +x VMware*.bundle`
- `sudo ./VMware*.bundle`
- 接下来会弹出图形界面,则效果跟 Windows 一样,那就没啥好说了。


## 资料

- [How To Install VMware Workstation 11 On Ubuntu 14.10](https://www.liberiangeek.net/2014/12/install-vmware-workstation-11-ubuntu-14-10/)

0 comments on commit a698508

Please sign in to comment.