eve 导入linux

mkdir /opt/unetlab/addons/qemu/linux-centos7

cd /opt/unetlab/addons/qemu/linux-centos7

上传hda.qcow2

复制代码
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Linux images - (eve-ng.net)

复制代码
Due to very high demand of this section and problems with how to create Linux images under EVE, we are offering ready to go and prepared Linux image pack.
You can choose any of Linux image from the pack below and simply upload into EVE.

Download your preferred image from this link:
Download link for ready to use Linux Images Here

    2. Download your desirable image

    3. Using WinSCP or FileZilla SSH (TCP 22) to your EVE and upload downloaded image to the location: /opt/unetlab/addons/qemu/

    4. Using Putty or other telnet client, CLI SSH (TCP 22) to your EVE and go to location:

cd /opt/unetlab/addons/qemu/
    5. Unzip your uploaded image file, make sure you are using right name of uploaded image. Example for ubuntu desktop image below.

tar xzvf linux-ubuntu-desktop-16.04.4.tar.gz
    6. Remove raw zipped image file from EVE

rm -f linux-ubuntu-desktop-16.04.4.tar.gz
   7. Fix permissions

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
   6. Repeat this procedure for each downloaded image, expecting right image name in commands

Credentials and recommended node settings table:

We have used universal credentials in all our Linux images.

root/root

root/eve

user/Test123

root/Test123

for new Kali 2019.3 linux with RDP enabled: root/toor
相关推荐
tryCbest28 分钟前
CentOS部署Docker容器
linux·docker·centos
qyhua2 小时前
【Linux运维实战】彻底修复 CVE-2011-5094 漏洞
linux·运维·安全
坠金2 小时前
linux/centos迁移conda文件夹
linux·centos·conda
Andya_net3 小时前
网络安全 | 深入了解 X.509 证书及其应用
服务器·安全·web安全
纳于大麓3 小时前
Kotlin基础语法
linux·windows·kotlin
九皇叔叔3 小时前
Linux Shell 正则表达式中的 POSIX 字符集:用法与实战
linux·运维·正则表达式
東雪蓮☆3 小时前
K8s 平滑升级
linux·运维·云原生·kubernetes
AKAMAI3 小时前
数据孤岛破局之战 :跨业务分析的难题攻坚
运维·人工智能·云计算
东巴图4 小时前
JavaScript性能优化实战大纲性能优化的核心目标
运维·matlab
---学无止境---4 小时前
Linux中进程创建和缓存对象初始化fork_init、proc_caches_init和buffer_init
linux