Skip to content

Instantly share code, notes, and snippets.

@jensk
jensk / conventional-commits-cheatsheet.md
Created February 10, 2025 15:40 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

@jensk
jensk / gist:b73c8840cb48e8f24374
Created August 20, 2014 14:51
intel optimized server kernel
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 3.10.25-gentoo Kernel Configuration
#
#
# Gentoo Linux
#
CONFIG_GENTOO_LINUX=y
CONFIG_GENTOO_LINUX_UDEV=y
@jensk
jensk / gist:020c29efd1f32e661eec
Created August 20, 2014 14:31
Vagrant-lxc gentoo base box update documentation
Vagrant-lxc gentoo base box update documentation
===========================================
Start box to prepare it
------------------------
sudo lxc-start --name peter -f gentoo-tpl.conf
System Upgrade via Buildbox
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 3.10.25-gentoo Kernel Configuration
#
#
# Gentoo Linux
#
CONFIG_GENTOO_LINUX=y
CONFIG_GENTOO_LINUX_UDEV=y
@jensk
jensk / hiera_boolean_param.pp
Last active December 17, 2015 23:59
Hiera boolean issue
# original class
class dnsmasq (
$service_enabled = true,
$service_boot = true,
$service_managed = true,
){
$service_ensure = $service_enabled ? {
false => stopped,
default => running
@jensk
jensk / luna.md
Created October 31, 2012 16:19
elementary luna notes