Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/perl
use v5.10;
use strict;
use warnings;
use Pod::Usage;
use Getopt::Long;
use POSIX 'dup2';
our $VERSION= 0.001;
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active April 30, 2025 07:15
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@nelsnelson
nelsnelson / lxc-minimal.sh
Created March 17, 2014 15:54
Template for LXC intended to provide a minimal rootfs and ran as a daemon
#!/bin/bash
#
# lxc: linux Container library
# Authors:
# Daniel Lezcano <[email protected]>
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public