Centos7 配置 opencv for python 以及 eclipse c/c++ 对opencv的支持
分类:
编程语言 时间:
2014-08-06 18:47:01
阅读次数:
1359
docker是一个非常好用的虚拟化工具。下面给出建立私有docker hub的方法。docker将私有hub的环境打包在registry image中执行指令:docker run -p 5000:5000 registry这条指令启动一个基于registry image的cotainer。并将ho...
分类:
其他好文 时间:
2014-08-06 18:13:21
阅读次数:
274
三、系统配置之关闭防火墙
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
systemctl命令的基本操作格式是:
systemc...
分类:
其他好文 时间:
2014-08-06 14:33:31
阅读次数:
441
1. 这里使用的centos作为容器,所以首先下载centos的images# sudo docker pull centos2. 下载后运行一个centos的容器,这里使用centos6作为我测试的容器# sudo docker run --name=centos-ssh -i -t centos:centos6 /bin/bash3. 安装openssh-server服务软件包# yum in...
分类:
其他好文 时间:
2014-08-06 08:26:01
阅读次数:
294
tail-f/var/log/neutron/dhcp-agent.logBydefault,CentOS6.4doesnotsupportnetworknamespaces.Ifonewantstotestthenewvirtualizationplatforms(Docker,OpenStack,&co…)onaCentOSserver,allfeatureswon’tbeavailable.ForOpenStackforexample,Neutronwon’tworkasexpected,..
分类:
Web程序 时间:
2014-08-05 11:35:39
阅读次数:
1996
操作系统:vmcentos6.5容器:docker前提:可以ssh的docker镜像已经创建第一种方法,手动创建1.在宿主机上生成新的密钥和公钥###ssh-keygen[-q][-bbits]-ttype[-Nnew_passphrase][-Ccomment][-foutput_keyfile]
#ssh-keygen的具体用法参考官方文档
ssh-keygen-q-N""-tdsa-f/root..
分类:
其他好文 时间:
2014-08-04 18:21:09
阅读次数:
326
1. 查看docker信息(version、info)
# 查看docker版本
$docker version
# 显示docker系统的信息
$docker info
2. 对image的操作(search、pull、images、rmi、history)
# 检索image
$docker search image_name
# 下载image
$docker pull ...
分类:
其他好文 时间:
2014-08-04 14:19:37
阅读次数:
224
[root@mondeolove~]#hostname
localhost.localdomain
[root@mondeolove~]#hostnamectlstatus
Statichostname:localhost.localdomain
Iconname:computer-vm
Chassis:vm
MachineID:ce981d9b614f4041adbe2a86f6f2c440
BootID:3ae5fce736ea47d9b9e1d9048cca9d7d
Virtualization:vmw..
分类:
其他好文 时间:
2014-08-03 07:57:45
阅读次数:
304
用U盘安装Centos7.0工具/原料centos 7.0 64位系统:CentOS-7.0-1406-x86_64-DVD.isoultraiso一个至少8G的U盘方法/步骤11.先使用ultraiso 刻录镜像至U盘内。22.更改bios启动顺序(即U盘先启动),然后进入此界面,按下tab键。将...
分类:
其他好文 时间:
2014-08-02 15:28:03
阅读次数:
236
首先,因为docker的运行需要linux本身某些组件和内核特性的支持,所以要确保centos的版本大于6,并且内核版本大于2.6.32-431。可以简单的升级centos6到最新版本。
sudo yum upgrade
然后安装cgroup
sudo yum install libcgroup
service cgconfig start #启动croup服务
lssubsys...
分类:
其他好文 时间:
2014-08-01 16:05:01
阅读次数:
278