• [转]manjaro安装vmware虚拟机


    全球领先的信息与通信解决方案供应商华为,近日面向全球ICT从业者,以及有兴趣掌握ICT相关知识的人士,免费推出其图形化网络仿真工具平台—eNSP.该平台通过对真实的网络设备的仿真模拟,帮助广大ICT从业者和客户快速熟悉华为数据通系列产品,了解并掌握相关产品的操作和配置,故障定位方法,具备和提升对企业ICT网络的规划,建设,运维能力,从而帮助企业构建更高效,更优质的企业ICT网络. ----来自华为eNSP介绍
    当我想在manjaro下安装的时候,去官网下载,没有系统选择,只有版本号,于是往下翻评论,发现有人提了和我一样的问题.
    华为回答如下:
    You can install virtualbox in mac/linux, install win7 in virtualbox , and then use ensp on windows
    If you have any other questions, leave messages in corresponding web pages.

    没办法,以前在windows装虚拟机学linux,如今狠下心抛弃windows,而今竟然还是逃不过windows的魔掌.linux装虚拟机,安装win10.let’s go.
    step1. download vmware workstation
    website:https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html
    必应国际里面搜到的全英文,外国资源很多.
    step2.install vmware workstation
    ./VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle
    小插曲 选择系统服务脚本目录
    system servers scripts directory (common /etc/init.d) arch下没有这个目录
    surprise 我找到了这句话 Arch doesn’t use service scripts
    我就写了默认的 /etc/init.d
    安装过程中提示
    No rc*.d style init script directories were given to the installer. You must manually add the necessary links to ensure that the vmware service at /etc/init.d/vmware is automatically started and stopped on startup and shutdown.
    安装 一路next
    具体信息参见https://wiki.archlinux.org/index.php/VMware
    step3.runing
    安装成功了,但是运行是出现问题
    before you can run VMware, several modules must be compiled and loaded into the running kernel.
    Kernel headers for version 4.19.14-1-MANJARO were not fund.If you installed them in a non-default path you can specify the path below. Otherwise refer to your distribution’s documentation for installation instructions and click Refresh to search again in default locations.
    解决过程如下:(简要的说就是要安装build-essential 和 kernel-headers)
    对于build-essential: 在deiban和ubuntu中叫build-essential,在archlinux下就是base-devel。在centos上用yum groupinstall “Development Tools”
    对于kernel-headers:
    pacman -Sy linux linux-headers 更新内核和内核头文件

    图片如下.

    原文地址: https://blog.csdn.net/qq_41027345/article/details/89459069

  • 相关阅读:
    找控件的父类
    silverlight和wpf中暴露 给子类override
    Oracle PLSQL 记录
    C#之TopShelf启动Windows服务 原文链接:https://blog.csdn.net/qq_36664495/java/article/details/90600995
    Super socket 记录知识
    oracle 查找字符位置 开始按照长度截取
    转 acl 库是啥、主要包含哪些功
    转自 posted on 2015-05-18 11:50 LitDev https://www.cnblogs.com/New-world/p/4511543.html
    dtu server 编译错误
    iOS 杂笔-22(万年一遇~一张图片对代理的理解)
  • 原文地址:https://www.cnblogs.com/jianyungsun/p/10963609.html
Copyright © 2020-2023  润新知