This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Version 0.0.3 - Apr/2013 | |
# Changes: summerize all disk I/O | |
# | |
# Version 0.0.2 - Jan/2009 | |
# Changes: added device verification | |
# | |
# by Takuya Matsuyama - [email protected] | |
# by Thiago Varela - [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module CookbookLogrotate | |
DIRECTIVES = %w[ | |
compress copy copytruncate daily dateext | |
delaycompress ifempty mailfirst maillast missingok | |
monthly nocompress nocopy nocopytruncate nocreate | |
nodelaycompress nodateext nomail nomissingok noolddir | |
nosharedscripts noshred notifempty sharedscripts shred | |
weekly yearly | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unbind C-b | |
set-option -g prefix C-t | |
#bind t send-key C-t | |
# basic settings | |
#set-option utf8-default on | |
#set-option -g mouse-select-pane | |
set-window-option -g mode-keys vi | |
#set-window-option -g utf8 on | |
# look'n feel | |
set-option -g status-fg cyan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIImage+Retina4.h | |
// StunOMatic | |
// | |
// Created by Benjamin Stahlhood on 9/12/12. | |
// Updated by noradaiko on 9/26/12. | |
// Copyright (c) 2012 DS Media Labs. All rights reserved. | |
// Copyright (c) 2012 noradaiko. All rights reserved. | |
// |
NewerOlder