1.installation: (1)download redis from http://redis.io/download (2)installation: $ tar -xvf redis-3.0.7.tar.gz $ cd reids-3.0.7 $ make && make install 2.config and start redis: $ cd redis-3.0.7/utils/ $ mv redis_init_script.tpl redis_6379.sh $ vim…
Recently, we experienced a strange problem with TFS 2010. We spent a few days before we figured it out. Just want to share my knowledge on the problem that might help other people. It was working before with no problem for about 2 years. But suddenly…
Installation Download, extract and compile Redis with: $ wget http://download.redis.io/releases/redis-3.0.0.tar.gz $ tar xzf redis-3.0.0.tar.gz $ cd redis-3.0.0 $ make The binaries that are now compiled are available in the src directory. Run Redis w…
http://www.pyimagesearch.com/2015/06/15/install-OpenCV-3-0-and-Python-2-7-on-osx/ As I mentioned last week, OpenCV 3.0 is finally here! And if you’ve been paying attention to my Twitter stream, you may have noticed a bunch of tweets regarding install…
为了防止原文消失或者被墙,转载留个底,最好还是去看原贴,因为随着版本变化,原贴是有人维护升级的 http://www.pyimagesearch.com/2015/06/22/install-OpenCV-3-0-and-Python-2-7-on-ubuntu/ Last week we kicked-off the opencv 3.0 install fest by detailing how to install OpenCV 3.0 and Python 2.7+ on the OSX…
1.持续集成之gitlab+gerrit+jenkins 1.1. GitLab 1.1.1. 简介 GitLab 是一个使用使用Ruby on Rails搭建的,用于仓库管理系统的开源项目.使用Git作为代码管理工具,并在此基础上搭建起来的web服务 1.1.2. 环境搭建 a) Install and configure the necessary dependencies If you install Postfix to send email please select 'Interne…