autotrace -output-format svg inputfile | tee inputfile.svg
Can you upload it to APKMirror using ML Manager and share the APK splits using SAI?
awk '{sub(/are hello/,"are are")sub(/you hello/,"you you")}1' file
/foo/bar/how /SOME_TEXT_HERE/hello
/foo/bar/are are/SOME_OTHER_TEXT
/foo/bar/you you
file 'photo1.jpg'
file 'photo2.jpg'
file 'photo3.jpg'ffmpeg -f concat -safe 0 -r 1 -i input.txt -c:v libx264 -r 30 -pix_fmt yuv420p output.mp4git show 6fd6475:playbook.yml
ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no -i ~/.ssh/rsa_private_key <server> for copying ssh pubkey to remote server after password authentication
Due to Python lint.
find . -type f -name "*.py" -exec sed -i 's/^[[:space:]]*$//' {} \;
ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 # if the conversion is failing use -vnIn docker-compose.yaml:
---
services:
navidrome:
...
environment:
ND_ENABLESHARING: true
...