易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux系统下安装VMware虚拟机

Linux系统下安装VMware虚拟机
Linux系统
在Linux 下,VMware 提供了两种按装包:tar 包和RPM 包 其中,后者更容易安装,这里以Redhat Linux 9系统为例。
使用tar 包安装
登陆Linux 主机
[sanren@localhost sanren]$
登陆到管理员权限
[sanren@localhost sanren]$ 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 completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall.pl".
启动vmware 配置
Before running VMware Workstation for the first time, you need to configure it
by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this program
to invoke the command for you now? [yes]
停止VMware Workstation 的服务
Making sure VMware Workstation's services are stopped.
Stopping VMware services:
Virtual machine monitor [ 确 定 ]


相关文档:

实战Linux Bluetooth编程 (七) SDP协议

Service Discovery Protocol(SDP)提供一种能力,让应用程序有方法发现哪种服务可用以及这种服务的特性。
服务发现协议(SDP或Bluetooth SDP)在蓝牙协议栈中对蓝牙环境中的应用程序有特殊的含意,发现哪个服务是可用的和确定这些可用服务的特征。SDP定义了bluetooth client发现可用bluetooth server服务和它们的特征的方法。 ......

linux 学习计划

解答:学习Linux的四个步骤
假设你是计算机科班出身,计算机系的基本课程如数据结构、操作系统、体系结构、编译原理、计算机网络你全修过
我想大概可以分为4个阶段,水平从低到高
从安装使用=>linux常用命令=>linux系统编程=>内核开发阅读内核源码
其中学习linux常用命令时就要学会自己编译内核,优化系统,调 ......

Red Hat Linux 下的GCC安装体会

1.将 arm-linux-gcc 的压缩包解压到tmp目录下
2.将 tmp/usr/local 下的 arm 目录copy 到系统的/usr/local 下
3.执行命令:vi/etc/profile 在path murge的语句断后添加
   pathmurge/usr/local/arm/2.95.3/bin;
4.按ESC键,输入:wq 保存并退出.
5.执行 source /etc/profile
6.建立工作目录mkdir -p/opt/Fr ......

Linux如何查找动态库 转+注


Linux如何查找动态库
 
http://blog.chinaunix.net/u2/60011/showart_1007920.html
 
1.  静态库和动态库的基本概念
静态库,是在可执行程序连接时就已经加入到执行码中,在物理上成为执行程序的一部分;使用静态库编译的程序运行时无需该库文件支持,哪里都可以用,但是生成的可执行文件较大。
动 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号