Skip to content

Instantly share code, notes, and snippets.

View novalore's full-sized avatar

Lorenzo Novaro novalore

View GitHub Profile
@novalore
novalore / mailsync.sh
Last active August 29, 2015 13:56
Mailsync.sh: a simple wrapper for offlineimap and notmuch
#!/bin/bash
#**************************************************
#*This is free software; you can redistribute it *
#*and/or modify it under the terms of the GNU *
#*General Public License as published by the Free *
#*Software Foundation; either version 3 of the *
#*License, or (at your option) any later version. *
#**************************************************
# Author: Lorenzo Novaro (novalore@19.coop)
@novalore
novalore / bash_aliases
Created January 3, 2014 22:53
Useful aliases for my favorite shell
#!/bin/bash
#version 0.3
# Alias utili
alias h='history'
alias cd..="cd .."
alias ms='mysql -uroot -p'
# Crea nuova directory e spostatici
function mkcd (){
@novalore
novalore / 1.gitlab_on_wheezy.md
Last active December 31, 2015 22:19
A guide to install GitLab >6.0 on Debian 7 "Wheezy"

GitLab is a self hosted Git management software based on Ruby on Rails.

It is free software and that is always a plus!

This tutorial is heavily based on the excellent post at rosehosting.com and collects information I found in documentation and on the internet generally.

Note: We'll work in a root console using Bash

If you don't have an editor of choice install vim (it's great!)