Linux Test Android Python 2.7 Automatic Packing Environment
1, environment
CentOS 6.4
Preface: CentOS 6.4 system comes with version 2.6.6 of Python
2. Download files
Pthon: https://www.python.org/downloads/
Version: python-2.7.3
setuptools: https://pypi.python.org/pypi/setuptools#downloads
Version: setuptools-0.6c11
pip official website: https://pypi.python.org/pypi/pip#downloads ...
Added by dcooper on Fri, 24 May 2019 01:02:43 +0300
CentOS Builds redis-cluster Cluster
Preparations for Cluster Construction
Create redis-cluster directory under / usr/local
mkdir /usr/local/redis-cluster
Previously, if you installed a stand-alone version, you could copy the installed directory. Installation reference for stand-alone version
Copy the redis directory as a whole into redis-cluster and ...
Added by lookielookies on Mon, 20 May 2019 03:45:24 +0300
Installation and Configuration of Nginx under CentOS
Step 1: Make sure that gcc-c++, pcre, zlib, openssl are installed on your system
If not, you can use the following commands to reload all of them
yum install gcc-c++
yum install pcre pcre-devel
yum install zlib zlib-devel
yum install openssl openssl--devel
Step 2: Check if nginx is installed
find -name nginx
If the system alre ...
Added by djfox on Mon, 20 May 2019 03:44:10 +0300
Using swig to implement python call c + + in centos
SWIG is a development tool that helps software written in C or C++ to be embedded with other high-level programming languages.
SWIG can be used in a variety of different languages, including common script compiling languages, such as Perl, PHP, Python, Tcl, Ruby and PHP.
SWIG is widely used to create high-level language parsing or assembly en ...
Added by Diego17 on Mon, 20 May 2019 02:44:07 +0300
Construction of Redis Cluster
Construction of Redis Cluster
I. Redis Download, Installation, Startup (Single Example)
We installed Redis in the / opt directory and executed the following commands:
$ cd /opt
$ wget http://download.redis.io/releases/redis-4.0.9.tar.gz
$ tar zxvf redis-4.0.9.tar.gz
$ cd redis-4.0.9
$ make
Now that the installation is complete, le ...
Added by peerData on Sun, 19 May 2019 17:38:04 +0300
Rundeck Integration: An Example of CLI Approach Integration
This article describes how to use Rundeck Cli in Rundeck and how to operate Rundeck Cli with specific examples.
Summary Info
Rundeck's Cli profile information is shown in the following table:
project
Explain
Official website
http://rundeck.org
Open/Closed Source
Open Source
Source code management address
https://git ...
Added by sun14php on Sun, 19 May 2019 17:14:11 +0300
Building FastDFS File System on CentOS Single Machine
This example is to build a FastDFS file management system on CentOS 7.2 stand-alone computer.
FastDFS Architecture Diagram
Software name
Edition
Baidu Yunpan Storage Name
FastDFS
5.11
fastdfs-5.11.zip
FastDFS-Nginx-module
nothing
fastdfs-nginx-module-master.zip
LibFastCommon
1.0.36
libfastcommon-1.0.36.zip
nginx
1.10.3
nginx-1. ...
Added by Tanus on Sun, 19 May 2019 06:41:55 +0300
CDH Installation Documentation
1. Installation environment
CentOS 6.8 Virtual Machine Three
1G per memory
50G per hard disk
2. Installation packages required
CDH5.9.0 Installation Package Files included: Parcel contains files:
Files included in rpms:
Before you start the installation below, make sure the number of files is correct
3. Installation steps
First, ...
Added by robman2100 on Wed, 15 May 2019 09:27:31 +0300
Building Picture Server
Installing and configuring FastDFS
1. Operating environment and related software
CentOS 7.4 64position
FastDFS_v5.08.tar.gz
nginx-1.8.1.tar.gz
fastdfs-nginx-module_v1.16.tar.gz
libfastcommon
2. Server Planning
Server name
IP Address and Port
Remarks
fastdfs-tracker
172.17.156.5:22122
Tracking Server/Scheduling Server ...
Added by chucklarge on Wed, 15 May 2019 00:19:52 +0300
mongodb installation and Application
1. Install the database
If necessary, update the yum package management first. Take the CentOS system as an example below:
$ yum -y update
1. Install Mongodb
View the current system version
$ cat /etc/redhat-release
open https://repo.mongodb.org/yum/... , select the mongo version that suits your system, and then edit the Mongodb installation so ...
Added by Rianna on Wed, 15 May 2019 00:05:10 +0300