This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @author Pichaya Morimoto ([email protected]) | |
Problem: | |
```bash | |
brew install proxychains-ng | |
proxychains4 ncat 1.2.3.4 # not working | |
``` | |
There are public workarounds like https://benobi.one/posts/running_brew_on_m1_for_x86/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recommendations": [ | |
"aeschli.vscode-css-formatter", | |
"ahmadalli.vscode-nginx-conf", | |
"aliariff.vscode-erb-beautify", | |
"be5invis.toml", | |
"bierner.markdown-preview-github-styles", | |
"bradlc.vscode-tailwindcss", | |
"bradymholt.pgformatter", | |
"crystal-lang-tools.crystal-lang", |