TIL 2:
Tmux doesn't support true colors by default.
I was developing my neovim color scheme and was quite surprised that changing contrast makes red color look grey.😭 🤦♂️
TIL 2:
Tmux doesn't support true colors by default.
I was developing my neovim color scheme and was quite surprised that changing contrast makes red color look grey.😭 🤦♂️
TIL:
There is a bug in macos: GUI for firewall doesn't work well:
https://discussions.apple.com/thread/254361424
But CLI works fine.
So to actually turn firewall off use:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
And to create an exception for your app:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblockapp <absolute path to app>