UNIX MARBLES INDEX


Loops any command at pseudorandom intervals

while true; do YourCommandHere; sleep $((10 + RANDOM % 21)); done

rsync with a non-standard ssh port

rsync -auvhie "ssh -p 1234"

ffmpeg ~ add music loop to video

ffmpeg -stream_loop -1 -ss 00:01:44.00 -i in.mp4 -itsoffset -0.888 -t 17 -i loop.flac -map 0:v:0 -map 1:a:0 -shortest outvid.mp4

start wireguard

sudo systemctl start wg-quick@wg0