⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 590.html

📁 著名的linux英雄站点的文档打包
💻 HTML
📖 第 1 页 / 共 2 页
字号:
                        <FORM action="search.html" tppabs="http://www.linuxhero.com/docs/search.html" method=get>
                            </FORM>
                        <TABLE cellSpacing=0 cellPadding=0 width="95%" 
                          border=0><TBODY>
                          <TR>
                            <TD background="images/bgi.gif" tppabs="http://www.linuxhero.com/docs/images/bgi.gif" 
                          height=30></TD></TR></TBODY></TABLE>
                        <TABLE cellSpacing=0 cellPadding=3 width="95%" 
                        align=center border=0>
                          <TBODY>
                          <TR>
                            <TD>
                              <TABLE cellSpacing=0 cellPadding=3 width="100%" 
                              border=0>
                                <TBODY>
                                <TR>
                                      <TD vAlign=top> 
<p><FONT class=normalfont><B><font color=blue>vmware的vmware tools安装</font></B></FONT><BR><FONT class=smallfont color=#ff9900>2004-04-23 15:18 pm</FONT><BR><FONT class=normalfont>作者:作者<br>来自:Linux知识宝库<br>联系方式:无名<br><br>我的机器安装了vmware,在此之上又安装了linux,但是现在vmware tools install不能成功,linux也只是命令窗口,没有图形界面。这样也没有学习的气氛<br>
<br>
高手们,指点一下,具体步骤,怎样让它运行起来! <br>
<br>
先去install vmwaretools(在虚拟机配置里面)<br>
然后<br>
# cp /mnt/cdrom/vmware-linux-tools.tar.gz /tmp<br>
# cd /tmp<br>
# tar xzf vmware-linux-tools.tar.gz<br>
# cd /vmware-linux-tools<br>
# ./install.pl<br>
就高定了<br>
最后<br>
#startx<br>
<br>
<br>
<br>
上面mount的是什么光盘啊,~<br>
有谁能说说吗?<br>
<br>
<br>
<br>
是虚拟的光盘<br>
<br>
#mkdir /mnt/cdrom<br>
#mount -t iso9660 /dev/cdrom /mnt/cdrom<br>
<br>
我是想问,mount的是张什么光盘,我从哪里可以得到。<br>
谢谢<br>
<br>
<br>
引用qisk<br>
“ 先去install vmwaretools(在虚拟机配置里面)<br>
然后<br>
# cp /mnt/cdrom/vmware-linux-tools.tar.gz /tmp<br>
# cd /tmp<br>
# tar xzf vmware-linux-tools.tar.gz<br>
# cd /vmware-linux-tools<br>
# ./install.pl<br>
就高定了<br>
最后<br>
#startx  <br>
”<br>
你们这是在LINUX下装VM啊,他说的好象是在VM中装LINUX????????LINUX中没X执行startx就可以拉,或者把INIT改成5<br>
<br>
我们说的是在VM中装linux并且在此linux中装显卡<br>
<br>
有谁知道“vmware-linux-tools.tar.gz”在哪里? <br>
<br>
LINUX下装显卡还要工具吗/?SETUP里不是有配置吗?<br>
<br>
--------------------------------------------------------------------------------<br>
 点击setting-&gt;vmware tools install<br>
mount /dev/cdrom /mnt/cdrom<br>
<br>
cd /mnt/cdrom<br>
<br>
里面就有显卡驱动 <br>
<br>
<br>
登录root<br>
点击setting-&gt;vmware tools install<br>
cd /tmp<br>
tar zxvf vmware-linux-tools.tar.gz<br>
cd vmware-linux-tools<br>
./install.pl<br>
reboot<br>
<br>
<br>
为什么我的vmware tools不能安装?<br>
<br>
一点击vmware tools install就出现:<br>
    An error occurred while trying to access image file "linux.iso" needed to<br>
    install VMware Tools:系统找不到指定的文件。<br>
    Please reinstall VMware Workstation,then try again to install the VMware Tools  package in your virtual machine<br>
 <br>
解决方案0:<br>
    vmware没装好?从别人那里拷一个tools的.iso就行<br>
<br>
vmware上的linux安装<br>
 <br>
我在VMWARE上安装LINUX,在网上我找到如下资料:<br>
<br>
Vmware的虚拟显示驱动程序和一个Vmware的工具都是放在虚拟的软盘中的。选择Edit/Vmware Tools Install可以激活这个虚拟软盘。打开Windows的资源浏览器,进入A盘就可以看到一个可执行文件和一个.inf文件。安装显示驱动也很简单。使用驱动程序升级,让Windows找A盘就可以了。好了,到此为止,你的虚拟Windows 2000 Server就安装好了,可以开始使用了。关于安装Windows 2000 Server还有一些同服务器相关的配置,这已超出本文讨论的范围,可以参考一些其他Windows 2000 Server的书籍。(以上是虚拟WINDOWS操作系统的描述)<br>
<br>
  安装Windows操作系统是很容易的,安装linux就没这么简单了,但是安装步骤并没有什么不同。我在这里提醒大家几点:<br>
<br>
  1.如果你安装的是RedHat linux 7.1,在光盘启动后要选择Text mode。实际上你即便是选择图形模式,安装程序检测后还是会跳到Text mode。而有时在检测的过程中会死机。在安装其他的版本的Linux就没有这种情况。<br>
<br>
  2.在配置X Windows时,显示卡选择General VGA,No Clock, 256k Memory。<br>
<br>
  3.安装结束后仍要安装虚拟显示驱动。激活虚拟的软盘后Mount软盘,根据其中的Readme来安装虚拟显示驱动程序。<br>
<br>
我的问题是,1:可以通过上面说的MENU选项激活虚拟软盘,但是我怎么MOUNT他呢<br>
激活虚拟的软盘后Mount软盘,根据其中的Readme来安装虚拟显示驱动程序<br>
<br>
mount /dev/fd0 /mnt/floppy<br>
<br>
在vmware下的LINUX X WINDOWS配置!<br>
<br>
运行环境是:win2k Advanced English+VMware Workstation3.20<br>
安装了REDHAT LINUX2.1,我想进去LINUX的图形界面,运行Xconfigurator,在测试时总不能成功。请帮忙:<br>
显示卡为:ElsaGloria Synergy<br>
显存:8M<br>
显示器:Samsung SyncMaster 551S<br>
具体应该选哪些参数,Ths!<br>
<br>
配Xconfigurator,是没有用的,需要安装VMware Tools!<br>
VMware Tools相当于显卡驱动,呵呵。<br>
我手上的是VMware GSX 1.0,不是VMware Workstation3.20,copy一段help给你,应该有帮助!<br>
<br>
1、To install VMware Tools in a Windows guest operating system:<br>
1)Power on the virtual machine.<br>
2)Prepare your virtual machine to install the VMware Tools. This will reconfigure the first floppy drive in your virtual machine.<br>
Choose Settings &gt; VMware Tools Install...<br>
If you decide not to proceed with the installation of the VMware Tools, you may cancel the operation.<br>
Choose Settings &gt; Cancel VMware Tools Install<br>
3)Double-click the My Computer icon on your desktop.<br>
4)Double-click the A: device.<br>
5)Double-click VMwareTools.exe and follow the instructions.<br>
6)The VMware Tools background application will be launched automatically when you reboot the virtual machine.<br>
<br>
2、To install VMware Tools in a linux guest operating system:<br>
1)Power on the virtual machine.<br>
Prepare your virtual machine to install the VMware Tools. This will reconfigure the first floppy drive in your virtual machine.<br>
Choose Settings &gt; VMware Tools Install...<br>
If you decide not to proceed with the installation of the VMware Tools, you may cancel the operation.<br>
Choose Settings &gt; Cancel VMware Tools Install<br>
3)As root, mount the VMware Tools floppy, copy the contents of the floppy to /tmp, and unmount the floppy.<br>
cd /<br>
mount -t vfat /dev/fd0 /mnt<br>
cp /mnt/vmware-linux-tools.tar.gz /tmp<br>
umount /dev/fd0<br>
4)Untar the VMware Tools tar file in /tmp, and install it.<br>
cd /tmp<br>
tar zxf vmware-linux-tools.tar.gz<br>
cd vmware-linux-tools<br>
./install.pl<br>
5)Start X and your graphical environment if they are not started yet.<br>
6)In an X terminal, launch the VMware Tools background application.<br>
vmware-toolbox &<br>
<br>
The VMware Tools background application may be run as root or as a normal user. The application will have additional capabilities if run as root.<br>
<br>
<br>
<br>
<br>
我终于搞好了,安装完redhat后,要加载vmware目录下面一个linux.iso文件,把内面一个*.tar文件拷到/tmp目录并解开,执行./install.pl就OK拉<br>
</FONT><br>
                                      </TD>
                                    </TR>
                                <TR>
                                <TD colSpan=2><FONT 
                                class=middlefont></FONT><BR>
                                        <FONT 
                                class=normalfont>全文结束</FONT> </TD>
                                    </TR>
                                <TR>
                                <TD background="images/dot.gif" tppabs="http://www.linuxhero.com/docs/images/dot.gif" colSpan=2 
                                height=10></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
                        <TD vAlign=top width="20%" 
                      background="images/line.gif" tppabs="http://www.linuxhero.com/docs/images/line.gif" rowSpan=2> 
                          <DIV align=center> 
                            <table class=tableoutline cellspacing=1 cellpadding=4 
                        width="100%" align=center border=0>
                              <tr class=firstalt> 
                                <td noWrap background="images/bgline.gif" tppabs="http://www.linuxhero.com/docs/images/bgline.gif" colspan=2 height=21>
                                <font class=normalfont><b>所有分类</b></font></td>
                              </tr>
<tr class=secondalt> <td noWrap width=27%> <font class=normalfont>1:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type1.html" tppabs="http://www.linuxhero.com/docs/type1.html">非技术类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>2:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type2.html" tppabs="http://www.linuxhero.com/docs/type2.html">基础知识</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>3:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type3.html" tppabs="http://www.linuxhero.com/docs/type3.html">指令大全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>4:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type4.html" tppabs="http://www.linuxhero.com/docs/type4.html">shell</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>5:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type5.html" tppabs="http://www.linuxhero.com/docs/type5.html">安装启动</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>6:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type6.html" tppabs="http://www.linuxhero.com/docs/type6.html">xwindow</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>7:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type7.html" tppabs="http://www.linuxhero.com/docs/type7.html">kde</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>8:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type8.html" tppabs="http://www.linuxhero.com/docs/type8.html">gnome</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>9:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type9.html" tppabs="http://www.linuxhero.com/docs/type9.html">输入法类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>10:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type10.html" tppabs="http://www.linuxhero.com/docs/type10.html">美化汉化</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>11:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type11.html" tppabs="http://www.linuxhero.com/docs/type11.html">网络配置</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>12:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type12.html" tppabs="http://www.linuxhero.com/docs/type12.html">存储备份</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>13:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type13.html" tppabs="http://www.linuxhero.com/docs/type13.html">杂项工具</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>14:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type14.html" tppabs="http://www.linuxhero.com/docs/type14.html">编程技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>15:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type15.html" tppabs="http://www.linuxhero.com/docs/type15.html">网络安全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>16:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type16.html" tppabs="http://www.linuxhero.com/docs/type16.html">内核技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>17:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type17.html" tppabs="http://www.linuxhero.com/docs/type17.html">速度优化</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>18:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type18.html" tppabs="http://www.linuxhero.com/docs/type18.html">apache</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>19:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type19.html" tppabs="http://www.linuxhero.com/docs/type19.html">email</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>20:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type20.html" tppabs="http://www.linuxhero.com/docs/type20.html">ftp服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>21:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type21.html" tppabs="http://www.linuxhero.com/docs/type21.html">cvs服务</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>22:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type22.html" tppabs="http://www.linuxhero.com/docs/type22.html">代理服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>23:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type23.html" tppabs="http://www.linuxhero.com/docs/type23.html">samba</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>24:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type24.html" tppabs="http://www.linuxhero.com/docs/type24.html">域名服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>25:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type25.html" tppabs="http://www.linuxhero.com/docs/type25.html">网络过滤</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>26:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type26.html" tppabs="http://www.linuxhero.com/docs/type26.html">其他服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>27:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type27.html" tppabs="http://www.linuxhero.com/docs/type27.html">nfs</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>28:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type28.html" tppabs="http://www.linuxhero.com/docs/type28.html">oracle</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>29:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type29.html" tppabs="http://www.linuxhero.com/docs/type29.html">dhcp</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>30:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type30.html" tppabs="http://www.linuxhero.com/docs/type30.html">mysql</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>31:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type31.html" tppabs="http://www.linuxhero.com/docs/type31.html">php</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>32:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type32.html" tppabs="http://www.linuxhero.com/docs/type32.html">ldap</a></font></td>    </tr>  </table></td></tr>                            </table>
                          </DIV></TD></TR>
                    <TR vAlign=top>
                        <TD width="80%"> 
                          <DIV align=center><BR>
                          </DIV>
                        </TD></TR></TBODY></TABLE></TD></TR>
                </TABLE></TD></TR>
          </TABLE>
      <TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#eeeeee 
        border=0><TBODY>
        <TR>
          <TD width="50%">
              <P><FONT class=middlefont>版权所有 &copy; 2004 <A 
            href="mailto:bjchenxu@sina.com">linux知识宝库</A><BR>
                违者必究. </FONT></P>
            </TD>
          <TD width="50%">
              <DIV align=right><FONT class=middlefont>Powered by: <A 
            href="mailto:bjchenxu@sina.com">Linux知识宝库</A> Version 0.9.0 </FONT></DIV>
            </TD></TR></TBODY></TABLE>
      <CENTER></CENTER></TD></TR>
    </TABLE></CENTER></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -