上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 164 下一页
摘要: shell实现输入密码显示星号2013-09-07shell脚本可以使用read -s来默认禁止回显输入字符,这样做一定程度上可以保证安全性。但这并不是一个好的交互,因为对于输入密码并不能知道已经输入了多少个字符... 阅读全文
posted @ 2016-05-14 08:08 张同光 阅读(518) 评论(0) 推荐(0)
摘要: [root@localhost ~]# systemctl start docker.service [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE imunes/vroot latest 01abbc7a 阅读全文
posted @ 2016-05-13 21:15 张同光 阅读(231) 评论(0) 推荐(0)
摘要: install http://blog.csdn.net/ztguang/article/details/51388366 https://www.nsnam.org/wiki/Installation Prerequisites yum install gcc gcc-c++ python pyt 阅读全文
posted @ 2016-05-13 21:00 张同光 阅读(167) 评论(0) 推荐(0)
摘要: Docker中使用固定IP 2014-12-11 默认情况下启动一个container,其会自动获取一个跟docker0同网段的IP,而且重启container其IP一般会发生变化,但有时候我们会需要固定的IP。要实现这个并不困难。 docker run启动一个container的命令有一个--ne 阅读全文
posted @ 2016-05-13 20:48 张同光 阅读(196) 评论(0) 推荐(0)
摘要: bash: lxc-ls: 未找到命令...lxc-ls is part of the lxc-extra package, The reason for moving it into a separate pa... 阅读全文
posted @ 2016-05-13 19:58 张同光 阅读(128) 评论(0) 推荐(0)
摘要: https://www.nsnam.org/wiki/HOWTO_make_ns-3_interact_with_the_real_worldns-3 is a simulator. Its primary fu... 阅读全文
posted @ 2016-05-13 16:11 张同光 阅读(117) 评论(0) 推荐(0)
摘要: http://rpmfusion.org/Configurationdnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-re... 阅读全文
posted @ 2016-05-13 14:27 张同光 阅读(104) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/lights_joy/article/category/306196 阅读全文
posted @ 2016-05-12 23:31 张同光 阅读(110) 评论(0) 推荐(0)
摘要: https://www.nsnam.org/wiki/InstallationPrerequisites dnf install gcc gcc-c++ python python-devel mercurial bzr gsl gsl-devel gtk2 gtk2-devel gdb valgr 阅读全文
posted @ 2016-05-12 23:02 张同光 阅读(576) 评论(0) 推荐(0)
摘要: https://www.nsnam.org/wiki/HOWTO_Use_Linux_Containers_to_set_up_virtual_networksOne of the interesing ways... 阅读全文
posted @ 2016-05-12 21:20 张同光 阅读(135) 评论(0) 推荐(0)
摘要: https://www.researchgate.net/post/Which_one_is_better_for_simulating_wireless_sensor_network_omnet_or_Ns-2... 阅读全文
posted @ 2016-05-12 20:39 张同光 阅读(119) 评论(0) 推荐(0)
摘要: https://gns3.com/qa/is-it-possible-to-simulate-a-newI have developed a new addressing scheme for MANET the... 阅读全文
posted @ 2016-05-12 17:23 张同光 阅读(89) 评论(0) 推荐(0)
摘要: https://github.com/AJNOURI/DockerVPCVirtualPC container for GNS3Tested platforms: Ubuntu, OpenSuse, Redhat... 阅读全文
posted @ 2016-05-12 16:46 张同光 阅读(196) 评论(0) 推荐(0)
摘要: https://www.gns3.com/news/article/running-quagga-docker-container-AJ NOURIJune 9, 2015 Here is a step by s... 阅读全文
posted @ 2016-05-12 16:27 张同光 阅读(308) 评论(0) 推荐(0)
摘要: http://gcetusic.blogspot.com/2015/08/docker-networking-images.html Thursday, 20 August 2015 Docker in network emulators Recently, GNS3, a popular netw 阅读全文
posted @ 2016-05-12 16:08 张同光 阅读(503) 评论(0) 推荐(0)
摘要: dnf info flash-pluginhttp://www.if-not-true-then-false.com/2010/install-adobe-flash-player-10-on-fedora-ce... 阅读全文
posted @ 2016-05-12 14:16 张同光 阅读(142) 评论(0) 推荐(0)
摘要: http://www.linuxdiyf.com/viewarticle.php?id=537011Mr. Robot2015年美剧出了一部关于黑客题材的电视剧,相信爱看黑客电视剧、电影的同学们已经看过或者正在追... 阅读全文
posted @ 2016-05-12 08:09 张同光 阅读(320) 评论(0) 推荐(0)
摘要: http://geek.csdn.net/news/detail/73399作者简介:刘少山,PerceptIn公司联合创始人。加州大学欧文分校计算机博士,研究方向包括智能感知计算、系统软件、体系结构与异构计算(... 阅读全文
posted @ 2016-05-11 22:17 张同光 阅读(273) 评论(0) 推荐(0)
摘要: //Start the experimentimunes -b p-p.imn//Check whether the experiment is running with himage -lhimage -l//... 阅读全文
posted @ 2016-05-11 21:24 张同光 阅读(125) 评论(0) 推荐(0)
摘要: http://www.brianlinkletter.com/imunes-on-linux/August 13, 2015— 2 CommentsThe IMUNES open-source network s... 阅读全文
posted @ 2016-05-11 15:37 张同光 阅读(211) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 164 下一页