Tag: bash
All the articles with the tag "bash".
zsh antigen
Updated:Manage zsh the intelligent way. Install curl -L git.io/antigen > ~/antigen.zsh Configure ~/.zshrc source ~/antigen.zsh # Load the oh-my-zsh's library. anti
Bash Linting
Updated:I had some of my bash code commented on publicly and the one comment was "You should run your scripts through shellcheck ." This was probably the most usef
Nginx Maintenance Mode
Updated:We use a simple method of putting an Nginx site into maintenance mode. Just set a geo default variable on on and have it generate a HTTP 503 status respons
Templating
Updated:Quite often I find myself creating files using a template that populates content using the projects .env file. Mostly I find myself using good old bash to