Skip to content

Instantly share code, notes, and snippets.

@deltqz
deltqz / muxDVD.bat
Last active January 15, 2026 18:21
muxDVD - Easy DVD remuxing with FFmpeg
@echo off
for /F %%a in ('echo prompt $E ^| cmd') do set "ESC=%%a"
:SART
title muxDVD
echo %ESC%[91mmuxDVD - FFmpeg DVD remuxer%ESC%[0m
echo.
:: Clear previous loop variables
set "TITLE="
@deltqz
deltqz / SSH Key Wizard.md
Last active September 17, 2025 21:58
SSH Key Wizard

Simple batch script to easily create a SSH key pair and append the public one to the authorized_key file in your local Linux server. Use > to overwrite that file, or >> to append the key to it (default).

It will provide a one-line command to access your server without a password, just copy it and add it to a new profile in Windows Terminal for easy access.