zoukankan      html  css  js  c++  java
  • mininet 中图形化界面的安装

    just run a GUI in VM console window

    First, log in to the VM in its console window (i.e. type directly into the VM window without using ssh) and make sure apt is up to date:

    sudo apt-get update
    

    Then, install the desktop environment of your choice.

    sudo apt-get install xinit <environment>
    

    where <environment> is your GUI environment of choice. Some options:

    • lxde: a reasonably compact and and fast desktop environment
    • flwm: a smaller but more primitive desktop environment
    • ubuntu-desktop: the full, heavyweight Ubuntu Unity desktop environment

    Then, you can start X11 in the VM console window using

    startx
  • 相关阅读:
    css3 3d 转换
    css3 动画序列
    css3 动画
    2d 转换之缩放
    2d 转换中心点
    css3 书写 动画三角形
    2d 旋转
    2D转换
    伪元素 字体图标
    风陵01
  • 原文地址:https://www.cnblogs.com/tina-smile/p/3606922.html
Copyright © 2011-2022 走看看