Easily Combine Images On a Mac

apple

Install imagemagick (from MacPorts or Homebrew): port install imagemagick or brew install imagemagick convert +append source_image1.jpg source_image2.jpg source_image2.jpg combined.jpg Voilà! You can combine multiple images not just three. You can also do convert +append * […]

Failed To Create Java Virtual Machine – macOS

If you are using macOS and Apache Directory studio there is a chance you’ve met this error message: Below fix should work in most cases. Find out where is your jdk directory then update Info.plist […]

tmutil

terminal

tmutil is the command line tool to interact with your Time Machine backups. The graphical user interface is good in most of the cases, but not all, it’s a bit limited; when you need to […]

macOS WiFi 2.4/5GHz

In case you have the same (B)SSID for 2.4 and 5GHz but you want to force your Mac to one of them it can be easily done with Terminal. First scan the network then using […]

Easy SSH On macOS

Using public key authentication for ssh is safer than password. But you should really use a passphrase protected private key. Now you are safe but you still need to type in your passphrase. This isn’t […]