Skip to content

Instantly share code, notes, and snippets.

View mbtamuli's full-sized avatar
🤩
Learning stuff

Mriyam Tamuli mbtamuli

🤩
Learning stuff
View GitHub Profile
@mbtamuli
mbtamuli / monit.conf
Last active December 15, 2016 09:43
Monit start scripts
# 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:
@mbtamuli
mbtamuli / .zshrc
Created March 16, 2016 19:02
ScotchBox Provisioning
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"