반응형 disable2 Mac - Chrome CORS Disable 실행 Mac에서 개발 테스트를 하다보면, CORS와 Chrome에서 제공하는 여러 보안 기능을 끄고 테스트를 진행해야 할 때 유용한 실행 명령을 공유한다. open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security 위 명령을 이용해서 실행하면, 보안 기능들이 비활성화 된 상태로 크롬을 실행할 수 있다. 2022. 5. 10. Linux - Disable IPv6 If you want to disable IPv6 in linux, You just follow below step. # vi /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 # vi /etc/postfix/main.cf inet_protocols = ipv4 #sudo sysctl -p /etc/sysctl.conf #postfix reload When you see this message “postfix/pickup[xxxxx]: fatal: parameter inet_interfaces: no local interface found for ::1” vi /etc/hosts then re.. 2021. 1. 20. 이전 1 다음 반응형