Written by Philipp on 2023-01-03
Using the MacOS airport utility
ToolingUsing the MacOS airport utility. Sometimes you need to gather information abouth your current WiFi Connection of you Mac via CLI only (maybe you just have a remote SSH Connection to do so). With the airport tool, there is a handy utility to perform most of the tasks, that you would normally do via the UI. You
Written by Philipp on 2016-02-25
Fixing Error installing cocoa-pods on MacOS
CoderwallIf you installing cocoapods on a vanilla MacOS System you might get some error like this: The important error is make: /opt/local/bin/gmkdir: No such file or directory You need to install coreutils for fixing this. With MacPorts: For Homebrew: Original Post: https://coderwall.com/p/ehijxg/fixing-error-installing-cocoapods-on-macos