Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://discussions.apple.com/thread/2031602
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://discussions.apple.com/thread/2031602
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
By default,
Homebrew is installed to the location /opt/homebrew
.
You can add the command brew
into $PATH
by adding the following configuration into your shell configuration
(e.g …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Install Homebrew.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install XCode from the App store.
Install and configure Hyper.js.
xinstall hyper -ic
Install …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Print Mac OS X operating system version information.
sw_vers -productName
iTerm2
is the best termimal application in Mac.
You can use Homebrew to install applications in Mac similar to the command …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Note: When work both in Linux and macOS, a painful burden to use command-line is to remember subtle differences between Linux commands and macOS commands. A a matter of fact, GNU …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
ProxyChains-ng does not work on macOS due to System Integration Protection (SIP). There are basically 3 ways to fix/avoid it.
The issue only happens if you execute a system binary …