of the Dutch Web Alliance. Development in PHP, Python, C, Java. Lead developer of Saffire. Blog: http://adayinthelifeof.nl Email: jthijssen@noxlogic.nl Twitter: @jaytaph
mirror speeds from cached hostfile * base: ftp.tudelft.nl * epel: mirror.muntinternet.net * extras: ftp.tudelft.nl * updates: ftp.tudelft.nl * webtatic: nl.repo.webtatic.com Available Packages Name : php-pecl-xdebug Arch : x86_64 Version : 2.1.4 Release : 1.el6 Size : 143 k Repo : epel Summary : PECL package for debugging PHP scripts URL : http://pecl.php.net/package/xdebug License : PHP Description : The Xdebug extension helps you debugging your script by providing a lot of : valuable debug information. The debug information that Xdebug can provide : includes the following: : : * stack and function traces in error messages with: .... : Xdebug also provides: : : * profiling information for PHP scripts : * code coverage analysis : * capabilities to debug your scripts interactively with a debug client 12
so you won't have to Group: Development/Tools License: BSD URL: https://autobugfix.noxlogic.nl Source0: http://autobugfix.noxlogic.nl/download/%{name}-%{version}.tar.gz Patch1: http://autobugfix.noxlogic.nl/download/hotfix-001.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch Packager: Joshua Thijssen <jthijssen@noxlogic.nl> Requires: php-common %description This application will fix bugs while you type. Very useful when editting your code on your production platforms. .... 36
relocatable) Version : 1.0 Vendor: (none) Release : 1.el6 Build Date: Mon 03 Feb 2014 03:24:42 PM CET Install Date: (not installed) Build Host: centos65.virtualbox.local Group : Development/Tools Source RPM: autobugfix-1.0-1.el6.src.rpm Size : 1082 License: BSD Signature : (none) Packager : Joshua Thijssen <jthijssen@noxlogic.nl> URL : https://autobugfix.noxlogic.nl Summary : Fixes bugs automatically, so you won't have to Description : This application will fix bugs while you type. Very useful when editting your code on your production platforms. 41
user getent group %{nginx_group} >/dev/null || groupadd -r %{nginx_group} getent passwd %{nginx_user} >/dev/null || \ useradd -r -g %{nginx_group} -s /sbin/nologin \ -d %{nginx_home} -c "nginx user" %{nginx_user} exit 0 %post # Register the nginx service if [ $1 -eq 1 ]; then /sbin/chkconfig --add nginx # print site info cat <<BANNER ---------------------------------------------------------------------- Thanks for using nginx! Please find the official documentation for nginx here: * http://nginx.org/en/docs/ Commercial subscriptions for nginx are available on: * http://nginx.com/products/ ---------------------------------------------------------------------- BANNER
mirror speeds from cached hostfile * base: mirror.colocenter.nl * epel: mirror.1000mbps.com * extras: mirror.colocenter.nl * updates: centos.mirror.transip.nl * webtatic: nl.repo.webtatic.com Available Packages Name : autobugfix Arch : noarch Version : 1.0 Release : 1.el6 Size : 3.9 k Repo : noxlogic Summary : Fixes bugs automatically, so you won't have to URL : https://autobugfix.noxlogic.nl License : BSD Description : This application will fix bugs while you type. Very useful when editting your code on your : production platforms. 52
your yum cache: yum clean all ➡ Or wait (default) 90 minutes before new updates will be visible. ➡ Make sure you copy and “createrepo” after creating packages. 54