Skip to content

Instantly share code, notes, and snippets.

@karthicraghupathi
karthicraghupathi / readme.md
Last active April 1, 2025 13:40
Installing ansible ansible-galaxy ansible-lint and molecule on macOS using pipx

Here is how to use pipx to install ansible and related tools.

pipx install --include-deps ansible

pipx inject --include-apps ansible ansible-lint

pipx inject --include-apps ansible molecule

pipx inject ansible 'molecule-plugins[podman,vagrant]'
@slim-bean
slim-bean / notes.md
Created June 9, 2022 12:49
Loki Essential Config Settings 2022/06/09
@r15ch13
r15ch13 / convert-aax-to-m4a.cmd
Last active December 18, 2023 18:45
Convert aax to m4a
@echo off
setlocal enableextensions
chcp 65001
set input=%1
set device=%2
set loglevel=quiet
for %%i in ("%~f1") do set dirname=%%~dpi
for %%i in ("%~f1") do set extension=%%~xi
set tempfile=%dirname%%RANDOM%-temp.m4a