Mar 4, 2017 bash ffmpeg m4a mp3 windows Convert m4a to mp3 Using Ffmpeg on Windows (and Git Bash) Here's a simple command line to convert m4a files to MP3 on windows: for i in *.m4a; do ./ffmpeg.exe -i "$i&
Jan 19, 2017 connection desktop ms rdc remote windows Copy File from Local Desktop to Remote Resktop Connection TL;DR: Drag-and-drop doesn't work. Copy&paste does! Before yesterday, my way of moving files between my local desktop and a remote
Nov 18, 2016 bash code embedded terminal vs windows Use Git Bash as Integrated Terminal in VS Code TL;DR:: Install windows git to get bash and add "C:\\Program Files\\Git\\bin\\bash.exe" to "terminal.integrated.shell.windows&
Aug 23, 2016 7 backup chromium computer new windows Migrate Chromium and Keep all Settings TL;DR: Backup App Data\Local\Chromium on your old machine, copy it to your new one and uncompress (in the same place), install Chromium,
Apr 14, 2016 git login windows Avoid Typing Password on Git Every Time on Windows Today I've updated Android Studio and, when I wanted to fetch stuff from git, it failed (connection issues). Initially, I thought it was