Tag: macosx
-
How to print nicely in MacOS terminal path with spaces using pwd
Something that was bothering me in the past - if I would need to copy paste a path in terminal that have spaces, then I would have to escape spaces manually, which is annoying and slow. Thanks to AI I know have this alias: alias pwd="printf '%q\…
-
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…
-
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…
-
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…
-
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.…
-
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…