-
-
-
-
linux-mha高可用安装包
mha高可用安装包mha-manager-rpm-install,适用linux系统redhat/centos6.7 .内附shell自动安装脚本。
-
-
Linux 360Wifi 小米Wifi驱动
Windows下解压后,拷贝到Linux系统中(ubuntu14下完全可用),在更目录下,直接make编译,make install安装。详细参考:http://blog.sina.com.cn/s/blog_4d31f1650101ejlt.html
-
redhat 6.4 install docker.txt
1.update kernel to linux 3.19
download kernel from www.kernel.org
make menuconfig and install kernel
2.download docker rpm from https://yum.dockerproject.org/repo/main/centos/
rpm -ivh docker-engine-1.7.1-1.el6.x86_64.rpm
-
mingw-w64-get-install
MinGW(Minimalist GNU on Windows)是将GCC编译器和GNU Binutils移植到Win32平台下的产物,MinGW 收集了一系列免费的Windows 使用的头文件和库文件,同时整合了GNU的工具集,是完全免费的自由软件,它在Windows平台上模拟了Linux下GCC的开发环境,为C++的跨平台开发提供了良好基础支持,为了在Windows下工作的程序员熟悉Linux下的C++工程组织提供了条件。
-
NovalIDE linux平台Python IDE
How to install NovalIDE on linux?
steps:
1.extract NovalIDE-x.x.x.tar.gz to lcoal
2.cd NovalIDE-x.x.x
3.install wxpython development tool
on ubuntu or debian system:
run: apt-get install python-wxtools
on centos or readhat system
run: yum ...
-
Linux Tree命令安装文件及安装和使用说明
tree是一种递归目录列表命令,产生一个深度缩进列表文件。
安装和使用说明:
Linux环境(CentOS)下安装
a.解压tree-1.7.0.tgz文件,命令:tar -zxvf tree-1.7.0.tgz
b.进入解压目录中,命令:cd tree-1.7.0
c.安装文件,命令:make install
d.测试使用,命令:tree
done!
-
zend-loader-php5.6-linux-x86_64.tar
The simplest way to set up a PHP runtime environment that can execute scripts protected by Zend Guard is to install Zend Server, our pre-integrated PHP application stack. It includes:
Zend Guard Loader extension
Application performance optimization
...
-