Skip to content

Instantly share code, notes, and snippets.

View dminchev's full-sized avatar

Dobromir Minchev dminchev

View GitHub Profile

Install minio

brew install minio
vim /usr/local/etc/minio/config.json
{
 "version": "20",
@dminchev
dminchev / nginx.conf
Created August 3, 2017 09:07 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@dminchev
dminchev / setup.md
Created November 11, 2015 11:20
setup server

adduser deploy
ssh-copy-id -i ~/.ssh/deploy.pub deploy@example.com

Install rbenv

aptitude install git