Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am favadi on github.
* I am favadi (https://keybase.io/favadi) on keybase.
* I have a public key whose fingerprint is E0FF 3580 88CA 1AB9 D061 CCCE 7907 B85E 3DDD E757
To claim this, I am signing this object:
@favadi
favadi / build-emacs.sh
Last active June 5, 2021 15:25
Compile latest emacs version (24.5) in Ubuntu 14.04
#!/bin/bash
# Build latest version of Emacs, version management with stow
# OS: Ubuntu 14.04 LTS
# version: 24.5
# Toolkit: lucid
# Warning, use updated version of this script in: https://github.com/favadi/build-emacs
set -e
@favadi
favadi / id_rsa.pub
Created November 10, 2014 06:30
public key
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYq9+WIVdogJnrB2l8zllioH3ykAL3SBieGX4I/Qp2X0OdWHQVlAJGnP322940Wv0U8Bg161MFGk+UxNwNETDLSAN6+1T4I4gQ0LrW6r5LGaszMpvKGJFgvDCKOk5cjomzqf84jVLAKVVIY2uPkTpsttVitdzeWHsdrBBJCyjMdj7zpUWAxfhMISsT/xVze7ngk3ob59dtvuU4zivMnzaqsNDv4vPW2Ub5r0ukUHZ+sTCotWLk5nlTS2IYedbVX45WLyKw4M6qlS19TFjLBLRVZp3WRZ2PEOELpLpL0OY1tCIyiB8VdVMG0WIZtTxlaEo0NuB14OT5cYtGo4t28/kX favadi@localhost
@favadi
favadi / redmine.conf
Last active January 18, 2020 01:59
Manage redmine with unicorn, rbenv and supervisord
[program:redmine]
command=/home/redmine/start_redmine.sh
user=redmine
directory=/home/redmine
stderr_logfile=/var/log/supervisor/redmine_error.log
stdout_logfile=/var/log/supervisor/redmine_out.log
environment=HOME="/home/redmine"