Src Reference: http://bernaerts.dyndns.org/download/ubuntu/install-mozilla-addon Article: http://bernaerts.dyndns.org/linux/74-ubuntu/271-ubuntu-firefox-thunderbird-addon-commandline
sudo apt-get install xvfb
sudo Xvfb :99.0 -ac
export DISPLAY=:99.0
Src Reference: http://bernaerts.dyndns.org/download/ubuntu/install-mozilla-addon Article: http://bernaerts.dyndns.org/linux/74-ubuntu/271-ubuntu-firefox-thunderbird-addon-commandline
sudo apt-get install xvfb
sudo Xvfb :99.0 -ac
export DISPLAY=:99.0
The following json data, mapping & agg request in ElasticSearch returns no results, but it should?
// ...
"_source":{
"data":{
"created_on": "2015-03-18T15:29:27",
"county": "Halton",
"region": "North West",
"population": 125700,find ./features -name *.feature \
| parallel --gnu --halt-on-error=2 --keep-order \
bin/behat --ansi --format=pretty
Reference: Behat/Behat#159 (comment)
Robo Task Runner: Behat/Behat#159 (comment)
| #!/usr/bin/env bash | |
| curl https://s3.amazonaws.com/heroku-jvm-buildpack-vi/vim-7.3.tar.gz --output vim.tar.gz | |
| mkdir vim && tar xzvf vim.tar.gz -C vim | |
| export PATH=$PATH:/app/vim/bin |
Add file to git, but do not track modifications
git update-index --assume-unchanged FILENAME
git update-index --no-assume-unchanged
~/.vimrc
set number
set ignorecase
set hlsearch
set showmatch
syntax enable
set incsearch
| > git log --oneline --decorate --color --first-parent |
| $ jenkins-cli -s http://localhost:8080 | |
| build | |
| Builds a job, and optionally waits until its completion. | |
| cancel-quiet-down | |
| Cancel the effect of the "quiet-down" command. | |
| clear-queue | |
| Clears the build queue | |
| connect-node | |
| Reconnect to a node |
| Reading ./composer.json | |
| Executing command (CWD): git describe --exact-match --tags | |
| Executing command (CWD): git branch --no-color --no-abbrev -v | |
| Reading ./composer.lock | |
| Loading composer repositories with package information | |
| Installing dependencies (including require-dev) from lock file | |
| Reading ./composer.lock | |
| - Installing zendframework/zend-serializer (2.2.6) | |
| Downloading https://api.github.com/repos/zendframework/Component_ZendSerializer/zipball/d76b931d3ffa842a496c9fa319bbe285b5ddfade | |
| Downloading: connection...Failed to download zendframework/zend-serializer from dist: The 'https://api.github.com/repos/zendframework/Component_ZendSerializer/zipball/d76b931d3ffa842a496c9fa319bbe285b5ddfade' URL required authentication. |
| xdebug.var_display_max_data=2048 | |
| xdebug.var_display_max_depth=12 | |
| xdebug.var_display_max_children=512 | |
| xdebug.max_nesting_level=500 |