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>
@notthebee, thanks for the answer!
Sorry I'm not very familiar with NixOS so I didn't get you are using docker.
I've just started to learn IaC for my home server running a few docker containers. How do you think would it be better to start with Ansible first and then switch to NixOS or there is no point to learn Ansible because NixOS is mostly a better solution for IaC?