环境介绍
个人感觉最好用的模拟器之一。eve-ng模拟器,社区版的安装。eve-ng模拟器是老外的,由于某些原因镜像下载被墙了。所以如果你需要镜像可以联系我,我给你下载分享。
系统安装
如果你有科学上网服务器,那么选择这步骤,直接走官网的源去安装。
#通过代理安装
root@eve-ng:~# export https_proxy='http://192.168.1.16:10811'
root@eve-ng:~# export http_proxy='http://192.168.1.16:10811'
root@eve-ng:~# apt update
root@eve-ng:~# apt upgrade
root@eve-ng:~# cd /etc
root@eve-ng:~# ./eve-setup.sh
如果你没有科学上网服务器,那么选择这步骤,走清华源去安装。
#没有代理更换清华源安装
root@eve-ng:~# sed -i 's/cn.archive.ubuntu.com/mirrors.163.com/' /etc/apt/sources.list
root@eve-ng:~# sed -i 's/security.ubuntu.com/mirrors.163.com/' /etc/apt/sources.list
root@eve-ng:~# apt update
root@eve-ng:~# apt upgrade
root@eve-ng:~# cd /etc
root@eve-ng:~# ./eve-setup.sh
root@eve-ng:~# vim /etc/default/grub
root@eve-ng:~# grep -v "^#" /etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0" #更改这行
GRUB_CMDLINE_LINUX="net.ifnames=0 pti=off spectre_v2=off l1tf=off nospec_store_bypass_disable no_stf_barrier "
GRUB_GFXMODE="800x600"
root@eve-ng:~# update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-122-generic
Found initrd image: /boot/initrd.img-5.4.0-122-generic
done
root@eve-ng:~# reboot
到这里就装完了。至于eve-ng的定制化和镜像的制作,以后有时间再写吧。
结束之有话想说
既然看完了那就赶紧去试试吧骚年。
标签:社区,com,eve,apt,ng,etc,root From: https://blog.51cto.com/u_15606628/6115133