start new:
tmux
start new with session name:
tmux new -s myname
| #!/bin/bash | |
| ## Adjustments | |
| PATH=/bin:/usr/bin:/sbin:/usr/sbin | |
| CARBON_SCRIPT=/etc/init.d/carbon-cache | |
| CARBON_CONF=/etc/carbon/carbon.conf | |
| RSYNC_OPTIONS='-av --ignore-existing' | |
| WHISPER_BIN=/usr/bin | |
| execute_cutover () { |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
| Name: logstash | |
| Version: 1.1.0 | |
| Release: 1%{?dist} | |
| Summary: logstash is a tool for managing events and logs | |
| Group: System/Logging | |
| License: ASL 2.0 | |
| URL: http://logstash.net/ | |
| Source0: http://semicomplete.com/files/logstash/logstash-%{version}-monolithic.jar | |
| Source1: logstash |