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
------------------------------------------------------------------------ | |
r74 | roseg | 2011-12-28 14:57:45 +0100 (Wed, 28 Dec 2011) | 10 lines | |
Release 2.6 | |
Enhancements: | |
- allow multiple AddHeader directives | |
Bug fixes: | |
- fixed memory leak in config/AddHeader |
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
Live loadbalancer 2b (v1.10) (retired) -- i-dc48e197 ami-eb898d9f 2012-10-14 18:50:24 ST | |
Connect Load balancer (v0.1) -- i-c71a418f ami-ab9491df 2012-07-30 10:15:13 ST | |
Live Loadbalancer (V1.9) (RETIRED 2012-07-18) -- i-2b3f4963 ami-c32420b7 2012-07-05 12:58:30 ST |
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
cat ~/.gitignore_global | |
.vagrant | |
*.swp | |
.DS_Store* | |
.svn/ | |
META.* | |
MYMETA.* | |
blib/ | |
_build/ | |
*tar.gz |
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
Mar 12 14:31:47 b1xenhost01 -- MARK -- | |
Mar 12 14:51:47 b1xenhost01 -- MARK -- | |
Mar 12 15:11:47 b1xenhost01 -- MARK -- | |
Mar 12 15:31:48 b1xenhost01 -- MARK -- | |
Mar 12 15:28:36 b1xenhost01 syslogd 1.5.0#1ubuntu1: restart. | |
Mar 12 15:28:36 b1xenhost01 kernel: Inspecting /boot/System.map-2.6.18.8-xen | |
Mar 12 15:28:36 b1xenhost01 kernel: Loaded 23722 symbols from /boot/System.map-2.6.18.8-xen. | |
Mar 12 15:28:36 b1xenhost01 kernel: Symbols match kernel version 2.6.18. | |
Mar 12 15:28:36 b1xenhost01 kernel: Loaded 10178 symbols from 41 modules. |
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
bentis@b2b03:~$ sudo /etc/init.d/backend_httpd start | |
* Starting web server backend | |
httpd: Syntax error on line 93 of /opt/Babel/scripts/httpd.conf.rendered: Cannot load /opt/httpd/modules/mod_perl.so into server: libperl.so: cannot open shared object file: No such file or directory |
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
Date: Fri, 22 Mar 2013 16:27:21 GMT | |
Server: Apache/2.2.14 (Ubuntu) mod_perl/2.0.4 Perl/v5.10.1 | |
Access-Control-Allow-Origin: * | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: text/plain | |
20 | |
0 - error - incorrect parameters | |
0 |
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
# mysql::server::config { 'basic_config': | |
# settings => { | |
# 'mysqld' => { | |
# 'query_cache_limit' => '5M', | |
# 'query_cache_size' => '128M', | |
# 'port' => 3300, | |
# 'skip-external-locking' => true, | |
# 'replicate-ignore-db' => [ | |
# 'tmp_table', | |
# 'whateveryouwant' |
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
def convertToSlow(line) | |
return <<HERE | |
# Time: #{line['timestamp'].strftime('%y%m%d %k:%M:%S')} | |
# User@Host: photobox[photobox] @ [10.52.1.9] | |
# Query_time: #{"%.6f" % (line['time'].to_f/1000)} \ | |
Lock_time: 0.000000 Rows_sent: #{line['rows_sent']} \ | |
Rows_examined: #{line['rows_read']} | |
SET timestamp=#{line['timestamp'].strftime('%s')}; | |
#{line['sql']} ; | |
HERE |
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
$ brew install r | |
==> Installing r dependency: libtiff | |
==> Downloading http://download.osgeo.org/libtiff/tiff-4.0.3.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/libtiff/4.0.3 --without-x --disable-lzma | |
==> make install | |
🍺 /usr/local/Cellar/libtiff/4.0.3: 254 files, 3.7M, built in 40 seconds | |
==> Installing r | |
==> Downloading http://cran.r-project.org/src/base/R-2/R-2.15.3.tar.gz | |
######################################################################## 100.0% |
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
--- /home/bentisnis/000-default 2013-08-13 12:51:28.000000000 +0000 | |
+++ 000-default 2013-08-13 12:52:12.000000000 +0000 | |
@@ -40,4 +40,6 @@ | |
Allow from 127.0.0.0/255.0.0.0 ::1/128 | |
</Directory> | |
+ Redirect / http://assets.photobox.com/assets/maintenance20130814/index.html | |
+ | |
</VirtualHost> |