Skip to content

Instantly share code, notes, and snippets.

View mrunyon's full-sized avatar

Michael Runyon mrunyon

  • Internet Business Solutions
  • South Bend, IN
View GitHub Profile
@loziju
loziju / macosx-configure-postfix-as-relay.md
Last active April 4, 2025 12:03
Configure postfix as relay for OS X
@stevewithington
stevewithington / dspDecendants.cfm
Last active September 23, 2020 08:26
Mura CMS: A simple method to output the children, grandchildren, great-grandchildren, etc. of a content item based on the parent's contentid.
<!---
This is an uber simple method to output children, grandchildren, etc. based on the parent's contentid
If you're looking for an easy way to output a child nav, you could also just use Mura's baked-in $.dspNestedNav(contentid) method.
See the file located under /requirements/mura/content/contentRenderer.cfc for details.
--->
<cffunction name="dspDecendants">
<cfargument name="contentid" required="true" />
<cfset var local = {} />
<cfset local.str = '' />
<cfset local.cBean = $.getBean('content').loadBy(contentid=arguments.contentid) />
@EmmanuelKasper
EmmanuelKasper / EFI boot on Lenovo Thinkcenter M92Z
Last active February 14, 2023 13:02
EFI boot on Lenovo Thinkcenter M92Z
# disable secure boot in the bios, in menu security
# downlad and unzip refind-bin-0.7.8.zip
# install refind, assuming your ESP partition is /dev/sda1 and mounted in /boot/efi
cd refind-bin-0.7.8
./install.sh
# type y and go ahead
# at that time your boot entry should look like that
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active February 7, 2026 19:32 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: