Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| // Store in `application/libraries/MY_Log.php` | |
| // this class is adapted from system/libraries/Log.php | |
| /** | |
| * CodeIgniter | |
| * | |
| * An open source application development framework for PHP 5.1.6 or newer | |
| * |
Requires
Configure path to your ECS SSH key file ~/.bashrc
echo 'export ECS_PEM_FILE=$HOME/docker.pem' >> ~/.bashrc
| # Make mouse useful in copy mode | |
| setw -g mode-mouse on | |
| # Allow mouse to select which pane to use | |
| set -g mouse-select-pane on | |
| # Allow mouse dragging to resize panes | |
| set -g mouse-resize-pane on | |
| # Allow mouse to select windows |
| This gist contains two files for simple indexing of PDF files. | |
| == requirements == | |
| First you need to install Solr (which requires a Java JDK): Download a tar or zipfile at http://www.apache.org/dyn/closer.cgi/lucene/solr/ and unpack it to a directory of your choice. Go into this directory and start solr running in jetty by: | |
| $ cd example | |
| $ java -jar start.jar | |
| Then locate your browser to http://localhost:8983/solr/ |