zoukankan      html  css  js  c++  java
  • [转]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

  • 相关阅读:
    安装python包的两种方法
    Oracle 查询当前用户下的所有表
    Oracle SQL存储过程结构、异常处理示例
    Oracle IF-ELSE条件判断结构
    Oracle 组函数count()
    从svn下载项目后出现 Error:java: Compilation failed: internaljava compiler error 解决办法
    当学习失去方向,开始荒废时光时
    给自己一个目标
    汇编环境搭建在Linux下
    汇编学习总结
  • 原文地址:https://www.cnblogs.com/jianyungsun/p/10963609.html
Copyright © 2011-2022 走看看