zoukankan      html  css  js  c++  java
  • [9]Debian lenny下VirtualBox安装

    我仍然使用的stable源,是不是太胆小了没有使用testing源

    现在testing源下面的virtualbox版本已经3.2.10,而stable才是1.6.6

    http://wiki.debian.org/VirtualBox 有详细的安装细节。这里摘要virtualbox的安装
    1. Install the virtualbox-ose package and appropriate kernel module package for your system:

      # aptitude install virtualbox-ose virtualbox-ose-modules-$(uname -r)

      安装virtualbox软件包和其对应的内核module

    2. Instruct udevd(8) to reload the installed udev rules :

      # invoke-rc.d udev reload

      为什么?不明白

    3. Load the VirtualBox kernel module:

      # modprobe vboxdrv

      启动内核module,如果在后面不加入startup的话,每次启动virtualbox之前,要手动启动这个内核module

    4. Add your user account to the vboxusers group:

      # adduser yourusername vboxusers
      Log out and log back in to your system to apply the group membership change.将当前的用户加入vboxusers这个用户组,然后logout在login

    VirtualBox OSE can now be started.

    To load the vboxdrv module at system startup, edit /etc/default/virtualbox-ose and set LOAD_VBOXDRV_MODULE to 1.
    $ virtualbox

    Or

    $ VirtualBox



  • 相关阅读:
    转 子查询
    260@365
    线程池
    转 nio    netty
    正则表达式匹配标签内的内容
    express接受ajax的发送post请求
    如何查看代码使用率
    ajax传文件用express的multer接住
    ajax 的post方法 的content-type设置和express里应用body-parser
    webpack4 es6转换
  • 原文地址:https://www.cnblogs.com/smartvessel/p/1907241.html
Copyright © 2011-2022 走看看