全球領先的信息與通信解決方案供應商華為,近日面向全球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