This file contains 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
apt-get install -y ppa-purge | |
add-apt-repository -y ppa:ondrej/php5-oldstable | |
apt-get update | |
ppa-purge ppa:ondrej/php5 | |
apt-get update && apt-get upgrade -y && apt-get autoremove -y && apt-get autoclean -y |
This file contains 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
#!/usr/bin/env python | |
# encoding: utf-8 | |
""" | |
perf.py - Aggregates rows to minute interval | |
by fieds: project, script, context, container, mode, host | |
summing fields: sum, cnt, min, max, avg | |
NOTE! ONLY cron usage with 5 min interval. |
This file contains 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
--- init.orig 2012-05-21 16:14:35.000000000 +0400 | |
+++ init 2012-05-21 18:14:43.000000000 +0400 | |
@@ -368,10 +368,10 @@ | |
[ ! -e "${NEW_ROOT}/dev/tty1" ] && mknod "${NEW_ROOT}/dev/tty1" c 4 1 | |
fi | |
- if [ "${REAL_ROOT}" != "/dev/nfs" ] && [ "${LOOPTYPE}" != "sgimips" ] | |
- then | |
- bootstrapCD | |
- fi |
This file contains 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
--- /usr/portage/www-servers/nginx/nginx-1.0.14.ebuild 2012-03-15 22:31:29.000000000 +0400 | |
+++ /usr/local/portage/www-servers/nginx/nginx-1.0.14-r99.ebuild 2012-03-22 14:16:52.010119097 +0400 | |
@@ -17,6 +17,12 @@ | |
# prevent perl-module from adding automagic perl DEPENDs | |
GENTOO_DEPEND_ON_PERL="no" | |
+# http_uploadprogress (https://github.com/kvspb/nginx-auth-ldap, BSD-2 license) | |
+HTTP_AUTH_LDAP_MODULE_PV="c2c3d5e" | |
+HTTP_AUTH_LDAP_MODULE_P="kvspb-nginx-auth-ldap-${HTTP_AUTH_LDAP_MODULE_PV}" | |
+HTTP_AUTH_LDAP_MODULE_SHA1="c2c3d5e" |