谈笑有鸿儒,往来无白丁

在恰当的时间、地点以恰当的方式表达给恰当的人...  阅读的时候请注意分类,佛曰我日里面是谈笑文章,其他是各个分类的文章,积极的热情投入到写博的队伍中来,支持blogjava做大做强!向dudu站长致敬>> > 我的微博敬请收听

新接触ubuntu(base on debian)的人,大多会因为安装中没有提示root密码而不太清楚为什么会这样。
如何设定/改变/启用 root 使用者的密码?
sudo passwd root
为了启用 root 帐号 (也就是 设置一个口令) 使用:
sudo passwd root
当你使用完毕后屏蔽 root 帐号 使用:
sudo passwd -l root
这个将锁住 root 帐号.
如何在终端机模式下切换到 root 身份?
sudo -s -H



如何安装Vm tools

Mware Tools for Linux Guests

Power on the virtual machine.
After the guest operating system has started, prepare your virtual machine to install

VMware Tools.
Choose File > Install VMware Tools.

The remaining steps take place inside the virtual machine.

Be sure the guest operating system is running in text mode. You cannot install VMware Tools

while X is running.
As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory

(for example, /tmp), uncompress the installer, then unmount the CD-ROM image.
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download

the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation

software contains an ISO image that looks like a CD-ROM to your guest operating system.

This image contains all the files needed to install VMware Tools in your guest operating

system.

Note: Some Linux distributions use different device names or organize the /dev directory

differently. If your CD-ROM drive is not /dev/cdrom, modify the following commands to

reflect the conventions used by your distribution.

mount /dev/cdrom /mnt
cd /tmp
tar zxf /mnt/vmware-linux-tools.tar.gz
umount /mnt

Run the VMware Tools installer.
cd vmware-tools-distrib
./vmware-install.pl

Log out of the root account.
exit

Start X and your graphical environment.
In an X terminal, launch the VMware Tools background application.
vmware-toolbox &

Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you

must run VMware Tools as root (su -).


Starting VMware Tools Automatically

You may find it helpful to configure your guest operating system so VMware Tools starts

when you start your X server. The steps for doing so vary depending on your Linux

distribution and your desktop environment. Check your operating system documentation for

the appropriate steps to take.

For example, in a Red Hat Linux 7.1 guest using GNOME, follow these steps.

Open the Startup Programs panel in the GNOME Control Center.
Main Menu (click the foot icon in the lower left corner of the screen) > Programs >

Settings > Session > Startup Programs

Click Add.
In the Startup Command field, enter vmware-toolbox.
Click OK, click OK again, then close the GNOME Control Center.
The next time you start X, VMware Tools starts automatically.


Uninstalling VMware Tools

If you need to remove VMware Tools from your Linux guest operating system, log on as root

(su -) and run the following command:

vmware-uninstall-tools.pl


VMware Tools for FreeBSD Guests

Power on the virtual machine.
Prepare your virtual machine to install VMware Tools.
Choose File > Install VMware Tools.

The remaining steps take place inside the virtual machine, not on the host computer.

Be sure the guest operating system is running in text mode. You cannot install VMware Tools

while X is running.
As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory

(for example, /tmp), uncompress the installer, then unmount the CD-ROM image.
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download

the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation

software contains an ISO image that looks like a CD-ROM to your guest operating system.

This image contains all the files needed to install VMware Tools in your guest operating

system.

mount /cdrom
cd /tmp
tar zxf /cdrom/vmware-freebsd-tools.tar.gz
umount /cdrom

Run the VMware Tools installer.
cd vmware-tools-distrib
./vmware-install.pl

Log out of the root account.
exit

Start X and your graphical environment
In an X terminal, launch the VMware Tools background application.
vmware-toolbox &

Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you

must run VMware Tools as root (su -).

Note: In a FreeBSD 4.5 guest operating system, sometimes VMware Tools does not start after

you install VMware Tools, reboot the guest operating system or start VMware Tools on the

command line in the guest. An error message appears:

Shared object 'libc.so.3' not found.

The required library was not installed. This does not happen with full installations of

FreeBSD 4.5, but does occur for minimal installations. To fix the problem of the missing

library, take the following steps:

Insert and mount the FreeBSD 4.5 installation CD or access the ISO image file.
Change directories and run the installation script.
cd /cdrom/compat3x
./install.sh

果然按着上面的步骤我的Vm上面的ubuntu安装成功了,怎么和windows这么的类似啊,终于理解
windows是名牌西服,而Linux是定制西服的道理了。
 我最近想学习一下嵌入式Linux,了解操作系统的原理,所以就弄一个Linux的环境玩玩




posted on 2007-03-28 15:50 坏男孩 阅读(10415) 评论(2)  编辑  收藏 所属分类: 新知识学习

FeedBack:
# re: ubuntu的root密码,以及VMTools的安装
2007-03-28 15:51 | 坏男孩
对于光盘,
mount -t iso9660 /dev/cdrom /mnt/cdrom
然后就可以ls /mnt/cdrom了
umount
对于软盘,当然,现在用软盘的机会少了很多了,可是掌握下还是好的。
mount /dev/fd0 /mnt/floopy
umount /mnt/floopy
用的最多的就是u盘了,u盘挂载稍微麻烦了些...
1.fdisk -l查看外挂设备号,一般是/dev/sda
2.mkdir/mnt/usb 创建一个挂u盘的目录
对于fat格式的u盘 #mount -t msdos /dev/sda1 /mnt/usb
对于fat32格式的u盘 #mount -t vfat /dev/sda1 /mnt/usb
  回复  更多评论
  
# re: ubuntu的root密码,以及VMTools的安装
2009-06-21 14:06 | bolo
谢谢博主分享经验哦  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: