18.EVE-NG变身Learning Centre版本及重置Web账户密码



文章列表(关注微信公众号EmulatedLab,及时获取文章以及下载链接)

1、EVE-NG介绍(EVE-NG最好用的模拟器,仿真环境时代来临!)

2、EVE-NG安装过程介绍

3、EVE-NG导入Dynamips和IOL

4、EVE-NG导入QEMU镜像

5、EVE-NG关联SecureCRT,VNC,Wireshark

6、EVE-NG网卡桥接,带您走进更高级的实验

7、EVE-NG硬盘扩容,存储海量镜像

8、EVE-NG定制个人镜像,脚本快速导入

9、EVE-NG容纳H3C、Huawei,吞并GNS3

10、EVE-NG镜像来啦!打造国内最大的EVE交流圈

11、EVE-NG镜像再次来袭,无所不能!

12、EVE-NG镜像增持,走上神坛!

13、EVE-NG内存不够?教您扩大虚拟内存!

14、EVE-NG更新方便,不费劲儿!

15、EVE-NG小众镜像,助力尝鲜!

16、EVE-NG体验Seafile,抛弃10K/s网盘

17、EVE-NG增添监控服务器镜像,再上新高度!

18、EVE-NG变身Learning Centre版本及重置Web用户密码

19、EVE-NG优化非官方支持镜像的接口显示名称

20、......

点击查看配套视频教程!



EVE-NG变身Learning Centre版本】

看过EVE-NG官网的朋友应该都知道,Learning Center版本对于学校,培训机构来说非常实用,其中有几个极其重要的Feature。

1、多用户同时登录进行实验,与其他用户互不影响。

2、每个用户只能管理自己的实验台。

目前可以通过修改Community版本,简单操作即可变身Learning Centre粗糙版。

注意:请一步一步跟着我做,如有步骤遗漏,可能导致失败。在做之前请做好快照!

一、登录Web界面,创建用户及拓扑

1、用admin账户登录,创建student1和student2用户

2、创建student1和student2用户的拓扑

拓扑目录结构:

student(folder)

--- student1.unl(UNL)

--- student2.unl(UNL)

3、退出admin账户并关闭所有EVE-NG的Web连接



二、上传脚本并执行,切换到Learning Center版本

在微信公众号中回复Plus,获取脚本

[email protected]:~# ls

convert_edition.sh

[email protected]:~# source convert_edition.sh

Current Edition: CommunityEdition

Do you want tochange mode ? [Y/N] y

Successfully!!!

Current Edition: LearningCentre Edition

[email protected]:~#



三、修改用户默认登录路径

[email protected]:~# mysql -ueve-ng -peve-ng

mysql: [Warning]Using a password on the command line interface can be insecure.

Welcome to the MySQLmonitor.  Commands end with ; or \g.

Your MySQLconnection id is 88

Server version:5.7.18-0ubuntu0.16.04.1 (Ubuntu)

Copyright (c) 2000,2017, Oracle and/or its affiliates. All rights reserved.

Oracle is aregistered trademark of Oracle Corporation and/or its

affiliates. Othernames may be trademarks of their respective

owners.

Type ‘help;‘ or ‘\h‘for help. Type ‘\c‘ to clear the current input statement.

mysql> use eve_ng_db;

Reading tableinformation for completion of table and column names

You can turn offthis feature to get a quicker startup with -A

Database changed

mysql>

格式:update pods set lab_id=‘/folder/topology.unl‘ where username=‘username‘;

修改相应内容,本文创建的folder是student,student1的拓扑是student1,那么更改后的命令为

updatepods set lab_id=‘/student/student1.unl‘ where username=‘student1‘;

如下操作:

mysql> update pods set lab_id=‘/student/student1.unl‘ whereusername=‘student1‘;

Query OK, 1 rowaffected (0.01 sec)

Rows matched: 1  Changed: 1 Warnings: 0

mysql> update pods set lab_id=‘/student/student2.unl‘ whereusername=‘student2‘;

Query OK, 1 rowaffected (0.01 sec)

Rows matched: 1  Changed: 1 Warnings: 0

mysql> quit

[email protected]:~#

四、用student1和student2登录测试

1、用student1用户登录

直接跳转到拓扑界面,随便加几台设备

并且Close Lab是被禁用的,点击无任何反映

那么该用户就只能操作student1的拓扑

Logout退出

2、用student2登录

student2的拓扑上什么都没有

Logout退出

3、再次切换到student1用户

两个用户互不影响

Logout退出student1用户

五、切换回Community版本

当需要管理所有用户的拓扑时,需要切换回Community版本。

再次运行脚本切换版本。

[email protected]:~# ls

convert_edition.sh

[email protected]:~# source convert_edition.sh

Current Edition: LearningCentre Edition

Do you want tochange mode ? [Y/N] y

Successfully!!!

Current Edition: CommunityEdition

[email protected]:~#

注意:在切换到Community版本后,千万不要用student用户登录并Close Lab,这样做会刷新student用户登录的默认路径。如果路径被刷新,那只能重新操作第三步,再次修改。

在每次切换版本后,F5刷新一下Web。

这时候就可以用admin账户登录,管理所有拓扑了。

为了求快,Shell脚本略显粗糙,请见谅!

EVE-NG重置Web账户密码】

有的朋友可能会忘记Web密码,这就告诉大家如何重置

重置后的密码为:eve

[email protected]:~# mysql -ueve-ng -peve-ng

mysql: [Warning]Using a password on the command line interface can be insecure.

Welcome to the MySQLmonitor.  Commands end with ; or \g.

Your MySQLconnection id is 885

Server version:5.7.18-0ubuntu0.16.04.1 (Ubuntu)

Copyright (c) 2000,2017, Oracle and/or its affiliates. All rights reserved.

Oracle is aregistered trademark of Oracle Corporation and/or its

affiliates. Othernames may be trademarks of their respective

owners.

Type ‘help;‘ or ‘\h‘for help. Type ‘\c‘ to clear the current input statement.

mysql> use eve_ng_db;

Reading tableinformation for completion of table and column names

You can turn offthis feature to get a quicker startup with -A

Database changed

mysql> update users setpassword=‘85262adf74518bbb70c7cb94cd6159d91669e5a81edf1efebd543eadbda9fa2b‘where username=‘admin‘;

Query OK, 0 rowsaffected (0.01 sec)

Rows matched: 1  Changed: 0 Warnings: 0

mysql>

在EVE-NG中,mysql查看的密码是经过sha256哈希计算过的,所以重置密码时要填hash值。这样做不麻烦,可以在Internet网站上在线计算sha256哈希值。当然,也可以不填hash值,这是mysql的内容,就不在这儿介绍了!



本篇于2017-06-04在微信公众号EmulatedLab上发表

Maosen | 森

时间: 2024-10-16 17:51:48

18.EVE-NG变身Learning Centre版本及重置Web账户密码的相关文章

Andrew Ng Machine Learning - Week 3:Logistic Regression & Regularization

此文是斯坦福大学,机器学习界 superstar - Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记.力求简洁,仅代表本人观点,不足之处希望大家探讨. 课程网址:https://www.coursera.org/learn/machine-learning/home/welcome Week 1: Introduction 笔记:http://blog.csdn.net/ironyoung/article/details/46845233 We

Andrew Ng Machine Learning 专题【Linear Regression】

此文是斯坦福大学,机器学习界 superstar - Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记. 力求简洁,仅代表本人观点,不足之处希望大家探讨. 课程网址:https://www.coursera.org/learn/machine-learning/home/welcome Week 3: Logistic Regression & Regularization 笔记:http://blog.csdn.net/ironyoung/ar

Andrew Ng Machine Learning - Week 1: Introduction

此文是斯坦福大学,机器学习界 superstar - Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记.力求简洁,仅代表本人观点,不足之处希望大家探讨. 课程网址:https://www.coursera.org/learn/machine-learning/home/welcome Week 1: Introduction Environment Setup Instructions 这一章介绍课程一般使用的工具.octave或者matlab即

Andrew Ng Machine Learning - Week 2

此文是斯坦福大学,机器学习界 superstar - Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记.力求简洁,仅代表本人观点,不足之处希望大家探讨. 课程网址:https://www.coursera.org/learn/machine-learning/home/welcome Week 2 Multivariate Linear Regression Week 1 讨论仅一个特征,即仅有一个未知量x影响了目标y的取值.如果现在有很多特征?

Andrew Ng Machine Learning - Week 4 & 5- Neural Networks

此文是斯坦福大学,机器学习界 superstar - Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记.力求简洁,仅代表本人观点,不足之处希望大家探讨. 课程网址:https://www.coursera.org/learn/machine-learning/home/welcome Week 1: Introduction 笔记:http://blog.csdn.net/ironyoung/article/details/46845233 We

备忘 ubuntu 18.04 下安装 tensorflow GPU 版本

转自:https://www.cnblogs.com/hutao722/p/9342577.html tensorflow目前已经升级至r1.9版本.在之前的深度学习中,我是在MAC的虚拟机上跑CPU版本的tensorflow程序,当数据量变大后,tensorflow跑的非常慢,在内存不足情况下,又容易造成系统崩溃(虚拟机走的是windows7). 配置信息 为了后续的深度学习,不得已,我在京东买了一部组装厂商提供的主机,是网吧特供机.配置如下: CPU i5 8400 6核 16G内存 GPU

[12 Jun 2015 ~ 18 Jun 2015] Deep Learning in arxiv

Multi-pathConvolutional Neural Network for Complex Image Classification Suppresshigh frequency components with Bilateral filter in the second path ParseNet:Looking Wider to See Better code:https: //github.com/weiliu89/caffe/tree/fcn SEMANTICIMAGE SEG

Ng Machine learning

Machine learning Preface Definition T: Task E: Experience P: Performance Sequence: T -> E -> P Supervised learning Definition Give the right answer to each example of the data set(called training data). Type Regression: get the continuous values Cla

andrew ng machine learning week8 非监督学习

聚类——无监督学习的一种算法 K-means算法 最为广泛使用的聚类算法 选择两个聚类中心 簇分配:根据每个样本更接近哪个聚类中心进行样本的分配 簇中心移动:计算出所有的红点类的均值点,移动原始聚类中心到这个点,蓝点类同理 进行不断地迭代直到收敛 输入:K个簇类和训练集样本数据 注意:不需要X0项,为n维向量 算法的描述: 如果最终有个簇中心没有任何点分配给他那么直接移除就可以 K-means常常适用于右侧这种看不出来结构的混乱的数据的聚类的,所以并不是都是左图如此理想的环境 最优化的目标函数