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
| # This is an upstart script to keep monit running. | |
| # To install disable the old way of doing things: | |
| # | |
| # /etc/init.d/monit stop && update-rc.d -f monit remove | |
| # | |
| # then put this script here: | |
| # | |
| # /etc/init/monit.conf | |
| # | |
| # and reload upstart configuration: |
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
| export ZSH=/home/vagrant/.oh-my-zsh | |
| export EDITOR='vim' | |
| export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" | |
| plugins=(git) | |
| source $ZSH/oh-my-zsh.sh | |
| alias allupdate="sudo apt-get update && sudo apt-fast upgrade -y && sudo apt-fast dist-upgrade -y" | |
| alias spaste="curl -F 'sprunge=<-' http://sprunge.us" | |
| alias afi="sudo apt-fast -y install" |
NewerOlder