- MAC 에서 윈도우 ISO파일 USB만들기:
https://www.freecodecamp.org/news/how-make-a-windows-10-usb-using-your-mac-build-a-bootable-iso-from-your-macs-terminal/
- Apache Disable/Enable
- Disable APACHE HTTPD ON MAC OS X
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist - Enable APACHE HTTPD ON MAC OS X
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist - Apache Verbose mode start/stop:
sudo bash -x /usr/sbin/apachectl -k stop - To check if it's running use this command:
ps aux | grep httpd
- Disable APACHE HTTPD ON MAC OS X
'개발-IT > MAC' 카테고리의 다른 글
iMAC 2011 mid SSD교체 하기 & CPU i7-2600s교체 준비 (0) | 2022.07.11 |
---|