How to create floppy image file on Mac Task: create disk image file on Mac to use in virtualBox from directory Implementation: Use next command: hdiutil makehybrid -o… Continue reading “How to create floppy image file on Mac”…
How to decode file from cp866 to utf on Mac Task: decode text files in bash from cp866 to uff Implementation: Use next command: iconv -f cp866 -t utf-8 <… Continue reading “How to decode file from cp866 to utf on Mac”…
How to remove Docker popup message to create symlink at startup OsX Task: Docker Desktop wants to create symlink. Remove it or disable it appears. Solution: Open ~/Library/Group\ Containers/group.com.docker/settings.json and set “authDeclinedInstallSettings”:… Continue reading “How to remove Docker popup message to create symlink at startup OsX”…
How to open finder window with current path Task: Open finder window with current path in the terminal Implementation: Use next command: open . Done. Continue reading “How to open finder window with current path”…
How to play mp3 file from osX console Task: Play mp3 file from osX console Implementation: Use internal player: afplay file.mp3 Useful parameter: -r <rate> – set playback… Continue reading “How to play mp3 file from osX console”…
Add php imap.so library on osX Task: Add imap.so library on Mac osX Implementation (run commands in the console): Done. Continue reading “Add php imap.so library on osX”…
Mac OS: git was broken after last update Problem: ~ % git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun How to fix (worked for… Continue reading “Mac OS: git was broken after last update”…