Skip to content

Instantly share code, notes, and snippets.

@tubaxenor
tubaxenor / .gitignore
Last active December 13, 2015 18:58 — forked from alblue/.gitignore
jekyll
@tubaxenor
tubaxenor / minify with closure
Created April 26, 2013 14:54
ender minify error
Assembling build...Minify Error: Child process exited on signal: null
MinifyError: Child process exited on signal: null
at minify (/home/xenor/nvm/v0.8.19/lib/node_modules/ender/node_modules/ender-builder/lib/minify.js:42:34)
at ChildProcess.minify (/home/xenor/nvm/v0.8.19/lib/node_modules/ender/node_modules/ender-minify/lib/closure.js:81:18)
at ChildProcess.EventEmitter.emit (events.js:99:17)
at Process._handle.onexit (child_process.js:678:10)
Caused by:
Error: Child process exited on signal: null
at ChildProcess.minify (/home/xenor/nvm/v0.8.19/lib/node_modules/ender/node_modules/ender-minify/lib/closure.js:79:17)
at ChildProcess.EventEmitter.emit (events.js:99:17)
#!/bin/sh
# Credits to:
# - http://vstone.eu/reducing-vagrant-box-size/
# - https://github.com/mitchellh/vagrant/issues/343
aptitude -y purge ri
aptitude -y purge installation-report landscape-common wireless-tools wpasupplicant ubuntu-serverguide
aptitude -y purge python-dbus libnl1 python-smartpm python-twisted-core libiw30
aptitude -y purge python-twisted-bin libdbus-glib-1-2 python-pexpect python-pycurl python-serial python-gobject python-pam python-openssl libffi5
@tubaxenor
tubaxenor / error.log
Created February 13, 2014 13:24
rvm install 1.9.3-p327 --patch railsexpress
ruby-1.9.3-p327 - #removing src.
Checking requirements for ubuntu.
Requirements installation successful.
Installing Ruby from source to: /home/vagrant/.rvm/rubies/ruby-1.9.3-p327, this may take a while depending on your cpu(s)...
ruby-1.9.3-p327 - #downloading ruby-1.9.3-p327, this may take a while depending on your connection...
ruby-1.9.3-p327 - #extracting ruby-1.9.3-p327 to /home/vagrant/.rvm/src/ruby-1.9.3-p327.
Fetching patch https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/1.9.3/p327/railsexpress/01-fix-make-clean.patch
ruby-1.9.3-p327 - #applying patch https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/1.9.3/p327/railsexpress/01-fix-make-clean.patch.
Fetching patch https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/1.9.3/p327/railsexpress/02-railsbench-gc.patch
ruby-1.9.3-p327 - #applying patch https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/1.9.3/p327/railsexpress/02-railsbench-gc.patch.

Keybase proof

I hereby claim:

  • I am tubaxenor on github.
  • I am xenor (https://keybase.io/xenor) on keybase.
  • I have a public key whose fingerprint is AEF9 8CC4 2A6B A783 5A79 E51C AAB9 DD19 1C6E 2051

To claim this, I am signing this object:

@tubaxenor
tubaxenor / cve-2026-66066-log-analysis.md
Created July 31, 2026 04:36
CVE-2026-66066 (Active Storage / libvips) — Phase 5 log analysis for scholarly-app, 2026-07-16 to 2026-07-29

CVE-2026-66066 log analysis: scholarly-app

Phase 5 of kr2s-was-i-exploited, run 2026-07-31 against Datadog.

Method

The first attempt at this pulled raw log lines and paginated. That was the wrong approach: the MCP search tool caps each response at roughly 136–222 records, so 6,000 lines would have taken about 44 calls and still produced samples rather than answers.