12 2015 档案
摘要:假设Caffe的目录是$(CAFFE_ROOT)1.编译caffe的python接口$ make pycaffe2.装各种依赖$ pip install pydot$ sudo apt-get install graphviz3.可视化模型$ cd $(CA...
阅读全文
摘要:1.MATLAB示例程序:%% Load the Caffe.Net and save in model file.def = fullfile('..', 'models', 'VGG_CNN_M_1024', 'test.prototxt');net =...
阅读全文
摘要:问题描述:在使用Matlab调用caffe进行深度神经网络训练和测试时,遇到了如下提示信息: Invalid MEX-file ‘**/caffe.mexa64’ /usr/local/MATLAB/R2014a/bin/glnxa64/../../sys/...
阅读全文
摘要:mongoDB-3.x启用认证官方文档:https://www.mongodb.org/downloads#productionhttps://docs.mongodb.org/manual/reference/method/js-user-management/https://docs.mo...
阅读全文
摘要:mongoDB跨平台图形管理工具Shell-centric cross-platform MongoDB management tool官方网站: http://robomongo.org/https://docs.mongodb.org/manual/core/authentication/...
阅读全文
摘要:LVSGUI管理工具--piranha请参看LVS NAT模式测试LVS+Keepalived DR模式(附脚本)环境:CentOS6.5 x64piranha-gui是基于httpd,php的lvs前端管理监控工具,光盘自带一.安装yum -y install piranhaservice ...
阅读全文
摘要:URL中#?&符号的作用# 10年9月,twitter改版。一个显著变化,就是URL加入了"#!"符号。比如,改版前的用户主页网址为http://twitter.com/username改版后,就变成了http://twitter.com/#!/username。这是主流网站第一次将"#"...
阅读全文
摘要:mongoDB-3.x安装配置(单机版)官方文档:https://www.mongodb.org/downloads#productionhttps://docs.mongodb.org/manual/reference/method/js-user-management/https://do...
阅读全文
摘要:Redis-3.xCluster安装配置官方文档: http://redis.io/topics/cluster-tutorialhttp://redis.io/topics/cluster-specphpredis扩展https://github.com/phpredis/phpredish...
阅读全文
摘要:SaltStack之onfail(nfs)环境:OS: CentOS6.5 x64Master: salt-master.example.comMinion: salt-minion1.example.comsalt-minion2.example.com参考文档:http://docs.sa...
阅读全文
摘要:VMwareFusion8+CentOS7.1安装vmtools ---找不到gcc和kernel header path的解决办法环境:OSX 10.11.2VMware Fusion 8.0.2CentOS 7.1错误:1.gcc错...
阅读全文
摘要:KVM 开启UEFI支持官方文档:http://fedoraproject.org/wiki/Using_UEFI_with_QEMUhttps://wiki.ubuntu.com/UEFI/EDK2https://wiki.ubuntu.com/UEFI/OVMFhttps://wiki.a...
阅读全文
摘要:Linux的PXE与UEFI PXE远程安装系统原文链接:http://control.blog.sina.com.cn/admin/article/article_add.php在Linux中有多种的安装方式:HD、USB、CDROM、PXE及远程管理卡等。在我们的系统运维的生涯中,经常要安...
阅读全文
摘要:SaltStack之sshd去DNS解析环境:OS: CentOS6.5 x64Master: salt-master.example.comMinion: salt-minion1.example.comsalt-minion2.example.com参考文档:http://docs.sal...
阅读全文
摘要:OSX 下安装使用控制台音乐播放器 mocp原文:http://my.oschina.net/freeblues/blog/301065目录mocp 简介mocp 安装设置mocp 使用命令mocp 简介mocp 是一款开源的基于控制台的音乐播放器,也就是说在文本字符界面下使用的音乐播放器,支...
阅读全文
摘要:SaltStack之部署httpd环境:OS: CentOS6.5 x64Master: salt-master.example.comMinion: salt-minion1.example.comsalt-minion2.example.com参考文档:http://docs.saltst...
阅读全文
摘要:homebrew安装及源加速官方网站:http://brew.sh其它包管理器:Fink http://www.finkproject.orgMacPorts https://www.macports.org安装:ruby -e "$(curl -fsSLhttps://raw.githubu...
阅读全文
摘要:SaltStack之state.sls环境:OS: CentOS6.5 x64Master: salt-master.example.comMinion: salt-minion1.example.comsalt-minion2.example.com参考文档:http://docs.salt...
阅读全文
摘要:SaltStack之salt-key管理环境:OS: CentOS6.5 x64Master: salt-master.example.comMinion: salt-minion1.example.comsalt-minion2.example.com参考文档:http://docs.sal...
阅读全文
摘要:To see an interesting Python Easter egg, try importing the module this at the interactive command line:>>> import thisAnd you wil...
阅读全文