准备工作: 1 sudo apt-get install build-essential 第一步:安装Apache 1 sudo apt-get install apache2 第二步:安装MySQL 1 sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql Once you have installed MySQL, we should activate it with this command: sudo
环境:ubuntu 12.04 (x64) 如果不能够 service lightdm stop,显示:unknown service 或者其他的 sudo /etc/init.d/lightdm restart cuda 6.0 1)Verify You Have a CUDA-Capable GPU To verify that your GPU is CUDA-capable, go to your distribution’s equivalent of SystemProperties
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-Redis About Redis redis, developed in 2009, is a flexible, open-source, key value data store. Following in the footsteps of other NoSQL databases, such as Cassandra, CouchDB, and
1) 安装gcc以及cmake等等乱七八糟的软件 yum install gcc yum install python yum install cmake yum groupinstall "Development Tools" [注:Build essential is a Ubuntu / Debian package. On CentOS, you need to do this] 2) 下载 opencv-2.4.5.tar.gz 并解压缩 tar -zxvf opencv