ffmpeg FFMPEG Make fails to compile on Windows Fix FFMPEG compilation errors on Windows by configuring Git's line ending settings. A quick solution to resolve "missing separator" make errors when building from source.
dll Find whether a Windows dll is compiled for 32 or 64 bits on Linux Quick Linux tip to check Windows DLL architecture using objdump command - determine if a Windows DLL is 32-bit or 64-bit without Windows tools like dependency walker.
linux Remove all your Thumbs files Quick Linux command to recursively remove Windows Thumbs.db files from directories using find and rm - clean up leftover thumbnail cache files when switching from Windows to Linux.