Require this project in your composer.json file
"sensiolabs/security-checker": "2.x"
Add the following line to app/start/artisan.php:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" /> | |
| <title>Elasticsearch stats analyzer</title> | |
| <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
| <script type="text/javascript" src="rules.js"></script> | |
| <script type="text/javascript" src="stats.js"></script> | |
| <script type="text/javascript" src="parser.js"></script> | |
| <script type="text/javascript"> | 
| My name is Ben Orenstein and I work at thoughtbot in Boston. | |
| Notes will be published. | |
| I'd like to tell you a story. (5:42) | |
| I've never talked about this publicly. | |
| Umass. | |
| Second job. | |
| Version control. | |
| Successful since then. | 
| #!/bin/bash | |
| # Install csvkit with csvpys | |
| # (csvpys hasn't been pulled back into the main csvkit repo that you can pip install) | |
| git clone https://github.com/cypreess/csvkit.git | |
| cd csvkit | |
| python setup.py build | |
| sudo python setup.py install | |
| cd ~ | 
Press minus + shift + s and return to chop/fold long lines!
| #!/usr/bin/env bash | |
| echo ">>> Starting Install Script" | |
| # Update | |
| sudo apt-get update | |
| # Install MySQL without prompt | |
| sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password root' | |
| sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root' | 
People
|   :bowtie: | π :smile: | π :laughing: | 
|---|---|---|
| π :blush: | π :smiley: | :relaxed: | 
| π :smirk: | π :heart_eyes: | π :kissing_heart: | 
| π :kissing_closed_eyes: | π³ :flushed: | π :relieved: | 
| π :satisfied: | π :grin: | π :wink: | 
| π :stuck_out_tongue_winking_eye: | π :stuck_out_tongue_closed_eyes: | π :grinning: | 
| π :kissing: | π :kissing_smiling_eyes: | π :stuck_out_tongue: | 
| #!/bin/bash | |
| # Created by HΓ₯vard Fossli <[email protected]> in 2013 | |
| # This is free and unencumbered software released into the public domain. | |
| # For more information, please refer to <http://unlicense.org/> | |
| # | |
| # Description | |
| # A bash script for fetching all branches and tags of a git project as snapshots into separate folders | |
| # | |
| # Keywords |