如何写论文?写好论文?免费论文网提供各类免费论文写作素材!
当前位置:免费论文网 > 美文好词 > 优质好文 > linux虚拟机下载

linux虚拟机下载

来源:免费论文网 | 时间:2018-11-08 14:41 | 移动端:linux虚拟机下载

篇一:Linux系统下安装VMware虚拟机

VMware Workstation Linux安装方法:

1.在终端下以root身份登录输入:su root

2.然后进入你下载好到VMware Workstation 7.1目录中,如在桌面输入:CD ./桌面

3.然后输入安装命令:#sh VMware-Workstation-Full-7.1.0-261024.i386

VMware Workstation 卸载命令:# vmware-installer -u vmware-workstati

Linux系统下安装VMware虚拟机

在Linux 下,VMware 提供了两种按装包:tar 包和RPM 包 其中,后者更容易安装,这

里以Redhat Linux 9系统为例。

使用tar 包安装登陆Linux 主机

[saen@localhost saen]$登陆到管理员权限

[saen@localhost saen]$ su -Password:[root@localhost root]#进入临时目录

[root@localhost root]# cd /tmp解压缩tar 包

[root@localhost tmp]# tar –zxvf VMware-workstation-6.0.0-45731.i386.tar.gz执行安装命令

[root@localhost tmp]# cd ./vmware-distrib/vmware-install.pl开始安装

Installing the content of the package.选择二进制文件安装路径

In which directory do you want to install the binary files?[/usr/bin]选择库文件安装路径

In which directory do you want to install the library files?[/usr/lib/vmware]选择操作手册文件安

装路径

In which directory do you want to install the manual files?[/usr/share/man]选择文档文件安装路

In which directory do you want to install the documentation files?[/usr/share/doc/vmware]The

path "/usr/share/doc/vmware" does not exist currently. This program is goingto create it,including

needed parent directories. Is this what you want?[yes]选择初始化目录安装路径

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?[/etc/rc.d]选择初始化脚本

文件安装路径

What is the directory that contains the init scripts?[/etc/rc.d/init.d]安装完成!

The installation of VMware workstation 6.0.0 build-45731 for Linux completedsuccessfully. You

can decide to remove this software from your system at anytime by invoking the following

command: "/usr/bin/vmware-uninstall.pl".启动vmware 配置

Before running VMware Workstation for the first time, you need to configure itby invoking the

following command: "/usr/bin/vmware-config.pl". Do you want this programto invoke the

command for you now? [yes]停止VMware Workstation 的服务

Making sure VMware Workstation's services are stopped.Stopping VMware services:Virtual

machine monitor [ 确 定 ]终端用户许可协议(很长,这里不详细列出)

You must read and accept the End User License Agreement to continue.Press enter to display it.是

否接受许可协议

Do you accept? (yes/no) yesThank you.安装监视模块

Trying to find a suitable vmmon module for your running kernel.The module

up-2.4.20-8.athlon-RH9.0 loads perfectly in the running kernel.安装虚拟网络模块

Trying to find a suitable vmnet module for your running kernel.The module

up-2.4.20-8.athlon-RH9.0 loads perfectly in the running kernel.配置网络

Do you want networking for your virtual machines? (yes/no/help) [yes] yes配置vmnet0

Configuring a bridged network for vmnet0.配置vmnet8

Configuring a NAT network for vmnet8.探测DHCP 子网1,自动探测,随机选择

Do you want this program to probe for an unused private subnet? (yes/no/help)[yes]Probing for an

unused private subnet (this can take some time)...The subnet 172.16.151.0/255.255.255.0 appears

to be unused.The version of DHCP used in this version of VMware Workstation is licensed

asdescribed in the "/usr/share/doc/vmware/DHCP-COPYRIGHT" file.Hit enter to continue.探测

DHCP 子网2,以主机网卡所在的网段为DHCP 的地址域

Do you want this program to probe for an unused private subnet? (yes/no/help)[yes] nWhat will be

the IP address of your host on the private network? 192.168.100.0What will be the netmask of

your private network? 255.255.255.0The version of DHCP used in this version of VMware

Workstation is licensed asdescribed in the "/usr/share/doc/vmware/DHCP-COPYRIGHT" file.Hit

enter to continue.配置host-only 网络环境,如不需要可以不必配置。

Do you want to be able to use host-only networking in your virtual machines?[no] n配置Samba

文件系统访问

Do you want this program to automatically configure your system to allow yourvirtual machines

to access the host's filesystem? (yes/no/help) [no] yThe version of Samba used in this version of

VMware Workstation is licensed asdescribed in the "/usr/share/doc/vmware/SAMBA-LICENSE"

file.Hit enter to continue.Starting VMware services:Virtual machine monitor

[ 确 定 ]Virtual ethernet[ 确 定 ]Bridged networking

on /dev/vmnet0 [ 确 定 ]Host-only networking on /dev/vmnet1 (background)

[ 确 定 ]Host-only networking on /dev/vmnet8 (background) [ 确 定 ]NAT networking on

/dev/vmnet8 [ 确 定 ]配置Samba 客户端帐户

You have successfully configured VMware Workstation to allow your virtualmachines to access

the host's filesystem. Would you like to add a username andpassword for accessing your host's

filesystem via network interface vmnet1 atthis time? (yes/no/help) [yes] y主机上存在的用户

Please specify a username that is known to your host: lupaworldNew SMB password:Retype new

SMB password:Added user saen.You have successfully configured VMware Workstation to

allow your virtualmachines to access the host's filesystem. Your system appears to already be

setup withusernames and passwords for accessing the host's filesystem via networkinterface

vmnet1. Would you like to add another username and password at thistime? (yes/no/help) [no]

nYou can add more usernames at any time by invoking the following command asroot:

"/usr/bin/vmware-smbpasswd vmnet1 -a <username>"Samba 配置完成

The configuration of VMware workstation 6.0.0 build-45731 for Linux for thisrunning kernel

completed successfully.vmware 配置完成

You can now run VMware Workstation by invoking the following

command:"/usr/bin/vmware".Enjoy,--the VMware team使用RPM 包安装执行安装命令

[root@localhost tmp]# rpm -ivh VMware-workstation-6.0.0-45731.i386.rpmPreparing...

########################################### [100%]1:VMwareWorkstation

###########################################[100%]安装完成

VMware虚拟机XP系统安装教程

运行已安装好的 VMware Workstation虚拟机 中文版首先建立(配制)一个虚拟系统(按图操作)

下一步

这里按默认“典型”直接下一步

在这里可以选择你要安装虚拟系统的盘符(注意一定要有足够的剩余空间一般8G以上)

这里可以按你自己的要求更改,不过一般都“使用桥接网络”如果你是新手一般就按些操作!不然容易出错!

篇二:手把手教你怎么在虚拟机中安装Linux-Ubuntu

手把手教你怎么在虚拟机中安装Linux-Ubuntu超详细教程

—— 范文斌2013-4-13

由于很多人觉得Linux很神秘,觉得很高深,不敢去触碰,其实,习惯了Linux,你会发现其实它比windows还要好用(当然对于游戏爱好者,Linux还不能做到许多游戏都兼容,毕竟linux是开源的。),在国外,由于微软太坑爹,收费忒高,许多政府部门的电脑装的都是Linux系统,所以说,使用Linux,能够满足你所有的办公生活需求,并且更加安全(Windows的安装机制实在是差)。

学习Linux,我觉得假如你是一个菜鸟,建议使用Ubuntu Linux,因为他的界面非常漂亮,系统自带了许多常用软件,使用起来跟Windows没有什么太大差别。

本教程适合非常菜的菜鸟,希望你们在Linux的海洋中尽情翱翔。

需要文件:1.一个Linux安装源,下载地址:mirrors.ustc.edu.cn

2.一个虚拟机安装文件。

下面开始安装:

一、双击打开“家庭仿真所有文件”文件夹。

二、安装虚拟机(vmware-workstation)。

1. 解压缩“vmware-workstation-9.0.0-官方原版-带注册机-汉化包”文件。

2. 单机左上角“解压到”。

3. 点击确定,完成解压。

4. 生成文件夹 “vmware-workstation-9.0.0-官方原版-带注册机-汉化包”。

5. 双击打开“vmware-workstation-9.0.0-官方原版-带注册机-汉化包”文件夹。

6. 双击打开“VMware-workstation-9.0.0-812388.exe”。

7. 点击“next”。

8. 单击“typical”。

篇三:在VMware虚拟机中安装redhat_linux操作系统图解

在VMware虚拟机中安装redhat linux操作系统图解

最初在学linux时,在虚拟机上安装linux的确花了不少时间,遇到了不少问题,随着linux学习的深入,我也曾在虚拟机上安装了Ubuntu,还尝试了在电脑上直接安装redhat.现在总结了一下自己遇到的一些问题,以及我逛百度知道时网友遇到的问题,以RedHat Linux 5企业版在VMware虚拟机上的安装做一个详细一点的图解教程,希望可以给刚接触linux的朋友一点帮助 (由于图片太多,我将该教程分为 上,下来两部分进行讲解)。

一.准备安装所需要的软件:

1.VMware虚拟机的下载和安装在我的博客中已经提到,这里就不再详细阐述。

2.先推荐一个redhat的下载地址,RedHat Linux 5企业版:content.gougou.com/content,这个比较全面,但是也比较大(2.68G),如果自己有合适的linux安装版本,可以不使用这个。

二.在VMware虚拟机为RedHat Linux创建新的虚拟机 :

1.打开虚拟机,选择新建虚拟机:

下一步: 2.

3.选择自定义(这里选择典型可能会在安装过程中出现一个硬件找不到的错误,所以推荐选择自定义),然后点下一步:

4.下一步:

5.操作系统选择linux,版本不用修改:

6.命名,并选择虚拟操作系统的存放位置(位置所在硬盘空间最好大于5G):

7.下一步:

8.给虚拟机分配内存(这个自己看情况,我的电脑内存是512,给虚拟机分配了256)


linux虚拟机下载》由:免费论文网互联网用户整理提供;
链接地址:http://www.csmayi.cn/meiwen/24390.html
转载请保留,谢谢!
相关文章