iou-web版本:iou-web-1.2.2-23
上传了l2设备的ios,并关联了镜像,但是l2设备无法启动,L3设备可以,在down目录下的log目录下的exec.txt中看到记录如下:
/tmp/iou/lab_1/dev_14/l2:errorwhileloadingsharedlibraries:libcrypto.so.4:cannotopensharedobjectfile:Nosuchfil..
分类:
Web程序 时间:
2015-09-21 01:50:42
阅读次数:
1116
By performing this lab, students will learn how to work with archive files.In this lab, you will perform the following tasks:Create archive files usin...
分类:
其他好文 时间:
2015-09-18 21:40:47
阅读次数:
251
By performing this lab, students will learn how to navigate and manage files and directories.In this lab, you will perform the following tasks:List fi...
分类:
其他好文 时间:
2015-09-17 23:00:58
阅读次数:
267
Configure GRE over IPsecTopolgy
分类:
其他好文 时间:
2015-09-16 19:34:39
阅读次数:
173
文件系统属性查看及调整工具:e2label命令:设置文件系统卷标,这样避免格式化修改卷标e2label设备名称[Label]#查看分区卷标
[root@localhost~]#e2label/dev/sdb1
mytest
#修改分区卷标
[root@localhost~]#e2label/dev/sdb1‘labelNew‘
[root@localhost~]#e2label/dev/sdb1
lab..
分类:
系统相关 时间:
2015-09-15 20:13:48
阅读次数:
319
Black Lab NEXT 2015.9 发布,这是第二个 Black Lab Linux 2015.12 的 beta 版本,此版本修复了一些重要的问题,提升系统稳定性。正式版会包含 Xfce 和 GNOME,Black Lab NEXT 使用 Xfce,而且只支持 64 位。最后...
分类:
系统相关 时间:
2015-09-15 15:05:30
阅读次数:
183
说实话我对C++语言不是很懂,更谈不上对用法的了解了。我一看到C++大量的英文组合就头疼,每次上课也只是一知半解。我就像以下图片中的人一样,老师上课讲,我在下面昏昏欲睡。如:Lab Exercise — Overloading printArray①#include using std::cout;...
分类:
编程语言 时间:
2015-09-09 17:24:03
阅读次数:
193
1. 配置git key$ ssh-keygen -t rsa按3个回车,密码为空,在目录C:\Users\Administrator\.ssh中得到了两个文件id_rsa和id_rsa.pub.到git lab中添加一个SSH key,将id_rsa.pub中所有内容复制过来保存即可。2. 打开g...
分类:
其他好文 时间:
2015-09-08 18:05:32
阅读次数:
153