Tag: macosx

  1. Fixing Docker Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup i/o timeout on Mac

    I was working on a project and at some point needed to run a new docker image that wasn't on my machine. When i tried to run it I got this error: docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on…

    on macosx docker-machine docker registry timeout

  2. How to fix Dark screen on iPad in SideCar mode with Mac OS Catalina

    I love SideCar. This is a super handy feature that makes buying an iPad even more reasonable. I read a lot of good feedbacks about SideCar, though I have 2 problems with it: For me, it doesn't work well on WiFi ( Maybe because I have a Wifi router with 3…

    on cataling macosx sidecar ipad black screen fix

  3. How to run unsigned apps on Mac OS Catalina

    I have upgraded my mac to the latest version of Mac OS Catalina and it appears that some software cannot be run anymore because of cannot be opened because the developer cannot be verified error. For example Terraform got this issue . Thanks to community this is easy to fix (thanks…

    on cataling macosx terraform permissions

  4. How to fix docker-machine installation on Mac OS X

    Recently i got a new macbook pro and i started setting it up. Everything was going great until i tried to install docker and create default docker machine. After i installed Docker for Mac, i tried to start virtual machine : docker-machine create -d virtualbox default Running pre-create checks... Creating machine.…

    on virtualbox docker docker-machine macosx

  5. Removing "Lock" from files in MaсOS X

    Don't know about you, but i keep facing with one problem from time to time in MacOS X. Sometimes i try to delete or modify some files and i get “Operation cannot be completed because the item “File” is in use” or “because the file is locked” message. It can…

    on macosx locked

  6. Fixing "readlink: illegal option -- f" error on a Mac

    So, if you are a happy Mac user and facing problem with "readlink: illegal option -- f", then i have a simple solution for you : Install brew if you still don't have it. Run brew install coreutils Instead of readlink use now greadlink greadlink --help Usage: greadlink [OPTION]…

    on macosx error readlink greadlink