Development/Etc3 [Elasticsearch] AWS EC2에 Elasticsearch 설치 사전작업 폴더 생성 및 사용자 변경 ### 폴더 생성 ### $ cd / $ sudo mkdir services ### 사용자 변경 ### $ sudo chown ec2-user:ec2-user services Development/Etc 2023. 12. 24. [iTerm2] etc/profile 수정 반영 후 명령어 실행이 안될 경우 이슈 exc/profile 수정 후 대부분의 명령어가 실행이 안될 경우. $ ls Command not found 해결 $ PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:" $ export PATH Development/Etc 2023. 12. 24. [Mac OS] 업데이트 후 GIT 오류 해결 이슈 Mac OS 업데이트 후 GIT 실행시 아래와 같은 오류가 발생할 경우. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 해결 xcode-select --install Development/Etc 2023. 12. 23. 이전 1 다음