Skip to content

Instantly share code, notes, and snippets.

View loup-brun's full-sized avatar

loup-brun

View GitHub Profile
@afondiel
afondiel / linux-audio-cli-tools.md
Last active April 25, 2026 21:57
Curated list of CLI tools to play, record, configure, and monitor sound devices on Linux, focusing on practical commands, scripting, and useful utilities.

Linux CLI Tools for Audio Management

Curated list of CLI tools to play, record, configure, and monitor sound devices on Linux, focusing on practical commands, scripting, and useful utilities.

Common Linux CLI Tools for Audio Management

aplay and arecord (ALSA command-line players/recorders)

  • List playback devices
@kant312
kant312 / .gitlab-ci.yml
Created February 11, 2020 12:31
My ready to go GitLab config to deploy an Eleventy website on a VPS using rsync and ssh
stages:
- build
- deploy
eleventy:
stage: build
image: node:lts-buster
cache:
key: "$CI_JOB_NAME"
paths: