<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    談笑有鴻儒,往來無白丁

    在恰當的時間、地點以恰當的方式表達給恰當的人...  閱讀的時候請注意分類,佛曰我日里面是談笑文章,其他是各個分類的文章,積極的熱情投入到寫博的隊伍中來,支持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 壞男孩 閱讀(10477) 評論(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
    謝謝博主分享經驗哦  回復  更多評論
      
    主站蜘蛛池模板: 无码日韩人妻AV一区免费l| 亚洲性色AV日韩在线观看| GOGOGO高清免费看韩国| 国产精品视_精品国产免费| 亚洲av无码一区二区三区四区| 九九九精品成人免费视频| 亚洲在成人网在线看| 日本免费网址大全在线观看| 亚洲一区二区三区91| 24小时日本在线www免费的| 亚洲人成色777777老人头| 日韩免费视频在线观看| 成年免费a级毛片| 亚洲精品午夜国产VA久久成人| 18禁在线无遮挡免费观看网站| 亚洲欧洲日产国产综合网| 最近免费中文字幕高清大全 | 美女被cao免费看在线看网站| 亚洲乱码中文字幕小综合| 在线A级毛片无码免费真人 | 亚洲嫩草影院在线观看| 成人性生交视频免费观看| 亚洲Av无码国产一区二区| 亚洲精品97久久中文字幕无码| 三根一起会坏掉的好痛免费三级全黄的视频在线观看 | 香蕉国产在线观看免费| 亚洲gv白嫩小受在线观看| 国产美女精品视频免费观看| 在线观看亚洲网站| 亚洲熟妇无码乱子AV电影| 99re免费99re在线视频手机版| 97se亚洲国产综合自在线| 免费人成在线观看视频播放| 国产性生大片免费观看性| 亚洲国产高清在线精品一区| 国产免费私拍一区二区三区| a级毛片视频免费观看| 日韩亚洲国产综合高清| 亚洲色中文字幕无码AV| 毛片在线看免费版| 三级黄色片免费看|