# dnf --allowerasing install mariadb100u-server
Using metadata from Fri Feb 19 14:05:17 2016
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
jemalloc x86_64 3.6.0-1.el7 epel 105 k
mariadb100u x86_64 1:10.0.23-2.ius.centos7 ius 9.9 M
# yum swap -- erase mariadb-libs -- install mariadb100u-{libs,server}
Loaded plugins: fastestmirror, langpacks, replace
Loading mirror speeds from cached hostfile
* base: mirror.us.leaseweb.net
* epel: mirror.symnds.com
* extras: mirror.us.leaseweb.net
* ius: iad.mirror.rackspace.com
* updates: mirror.us.leaseweb.net
Resolving Dependencies
# yum replace mariadb-libs --replace-with mariadb100u-server
Loaded plugins: fastestmirror, langpacks, replace
Replacing packages takes time, please be patient...
Loading mirror speeds from cached hostfile
* base: mirror.us.leaseweb.net
* epel: mirror.symnds.com
* extras: mirror.us.leaseweb.net
* ius: iad.mirror.rackspace.com
* updates: mirror.us.leaseweb.net
- %pre of mysql57u-server
- groupadd mysql
- useradd mysql
- installation of mysql57u-server
- %post of mysql57u-server
- chkconfig --add mysqld
- %preun of mysql56u-server
- service mysqld stop
- chkconfig --del mysqld
- removal of mysql56u-server
| module | package request | status | misc |
|---|---|---|---|
| redis | 43 | 3.0.0 stable | phpredis/phpredis#790 |
| amqp | 52 | 1.7.0 stable | php-amqp/php-amqp#167 |
| igbinary | 86 | 2.0.0 stable | igbinary/igbinary7#1, igbinary/igbinary#86 |
| geoip | 77 | 1.1.1 beta | https://bugs.php.net/bug.php?id=71083 |
| ssh2 | 86 | 1.0 alpha | |
| ioncube-loader | 92 | 6.0.4 "latest" (alpha?) | |
| [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # mysqld This shell script takes care of starting and stopping | |
| # the MySQL subsystem (mysqld). | |
| # | |
| # chkconfig: - 64 36 | |
| # description: MySQL database server. | |
| # processname: mysqld | |
| # config: /etc/my.cnf | |
| # pidfile: /var/run/mysqld/mysqld.pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import re | |
| import requests | |
| from packaging.version import LegacyVersion | |
| _default_pattern = '(?i){}[-_]([^-/_\s]+?)\.(?:t(?:ar\.)?(?:[bglx]z|bz2?)|zip)' | |
| def get_all(url=None, name=None, pattern=None): | |
| """Return all upstream versions.""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rhelish mod_security | |
| +---------+----------------+ | |
| | BRANCH | VERSION | | |
| +---------+----------------+ | |
| | el5 | None | | |
| | el6 | None | | |
| | el7 | 0:2.7.3-5.el7 | | |
| | epel5 | 0:2.6.8-6.el5 | | |
| | epel6 | 0:2.7.3-3.el6 | | |
| | epel7 | None | |
current setup:
/var/log/php-fpm/ <-- php-fpm:php-fpm 770
├── error.log <-- root:root 600
└── www-error.log <-- php-fpm:php-fpm 644
/var/log/php-fpm/*log {
missingok
notifempty