$ sudo install -o redis -g redis -d /var/lib/redis2
$ sudo cp -p /etc/redis/redis.conf /etc/redis/redis2.conf
| #!/bin/bash | |
| # To run this script you need to give execute permission. | |
| # $chmod +x restart_bluetooth.sh; | |
| # If you want only to restart: | |
| # $ ./restart_bluetooth.sh; | |
| # If you want to turn bluetooth on; | |
| # $ ./restart_bluetooth.sh 1; | |
| # If you want to turn bluetooth off; | |
| # $ ./restart_bluetooth.sh 0; |
| *.class | |
| # Mobile Tools for Java (J2ME) | |
| .mtj.tmp/ | |
| # Package Files # | |
| *.jar | |
| *.war | |
| *.ear |
| alias hideFiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app' | |
| alias showFiles='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app' | |
| alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl' | |
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration |
| { | |
| "user": { | |
| "debug": true, | |
| "delay": 1, | |
| "error_color": "D02000", | |
| "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme", | |
| "gutter_theme_excludes": [], | |
| "lint_mode": "background", | |
| "linters": { | |
| "php": { |