Skip to content

Instantly share code, notes, and snippets.

View hvmonteiro's full-sized avatar

Hugo Monteiro hvmonteiro

View GitHub Profile
@hvmonteiro
hvmonteiro / debug.lib
Created April 12, 2016 18:42
Bash Scripts
#!/bin/bash
DEBUG_FILE="debug.log"
LOG_FILE="info.log"
FAILURE=1
SUCCESS=0
# Outputs a message to the console
_print_msg () {
@hvmonteiro
hvmonteiro / .LS_COLORS
Created April 12, 2016 18:19
Hvm's customized Shell colors for bash (file: ~/.LS_COLORS)
# LS_COLORS
# Maintainers: Magnus Woldrich <[email protected]>,
# Ryan Delaney <[email protected]> OpenGPG: 0D98863B4E1D07B6
# URL: https://github.com/trapd00r/LS_COLORS
# Version: 0.254
# Updated: Sun Jun 1 14:36:30 PDT 2014
#
# This is a collection of extension:color mappings, suitable to use as your
# LS_COLORS environment variable. Most of them use the extended color map,
# described in the ECMA-48 document; in other words, you'll need a terminal
@danielfm
danielfm / openelec-flexget-howto.md
Last active March 6, 2020 22:49
How To Install FlexGet on OpenELEC 4.0

Instructions

The first thing to do is create a file ~/.pydistutils.cfg with the following content:

[install]
install_lib = ~/py-lib
install_scripts = ~/bin
@epicserve
epicserve / svn_to_git.rst
Created September 15, 2011 17:17
Convert SVN Repositories to Git Repositories

Convert SVN Repositories to Git Repositories

This guide on how to convert an SVN repository to a git repository was mostly taken from John Albin Wilkins post on Converting a Subversion repository to Git.

1. Retrieve a list of all Subversion committers