Installation Preparation Environment 1 System Environment [root@localhost ~]# cat /etc/centos-release CentOS Linux release 7.0.1406 (Core) [root@localhost ~]# uname -r 3.10.0-123.el7.x86_64 2 Turn off the firewall and selinux [root@localhost bin]# systemctl status iptables iptables.service – IPv4 firewall with iptables Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled) Active: inactive (dead) since Fri 2015-07-17 10:58:54 EDT; 16s ago [root@localhost bin]# systemctl status firewalld firewalld.service – firewalld – dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled) Active: inactive (dead) [root@localhost bin]# getenforce Permissive 3 runtime environment Source Package Preparation: Source install mysql: [root@localhost bin]# ./mysql –version ./mysql Ver 14.14 Distrib 5.6.16, for Linux (x86_64) using EditLine wrapper yum install http php: [root@localhost bin]# apachectl -v Server version: Apache/2.4.6 (CentOS) Server built: Mar 12 2015 15:07:19 [root@localhost bin]# php -v PHP 5.4.16 (cli) (built: Jun 23 2015 21:17:27) Copyright (c) 1997-2013 The PHP Group […]
The yum install ntfs3g on centos 7
EntOS default source without ntfs3g, want to add NTFS support, simply download the yum install compile and install or source. Reinstall the CentOS7 yesterday, using the Add aliyun EPEL source to yum install, simple and easy. 1, add source wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 2. Installation yum update;yum install ntfs3g Source: http: //mirrors.aliyun.com/help/epel, explained there is […]
Install and configure Instant Messaging data storage in OpenFire DATABASE PostgreSQL on OS CentOS 7.0
Openfire (previously known as Wildfire Server and Jive Messenger) is a XMPP server (Extensible Messaging and Presence Protocol, Extensible Messaging Protocol and presence information, formerly known as Jabber, written in Java). Administration has a web-interface. Administrators can login from anywhere and edit the configuration of the server, add or delete users, conference rooms, and so […]