분류 전체보기(104)
-
맥 터미널에서 패키지관리자 Homebrew(홈브루) 설치,업데이트,삭제
https://swiftcoding.org/homebrew-installation 맥을 사용하는 개발자의 패키지 관리자 홈브루(Homebrew) 설치방법을 서술하겠습니다. 배경지식은 소프트웨어 개발역사와 오픈소스 커뮤니티 생태계같은 얘기라서 초보개발자인 저도 사실 잘 모르지만 제가 이해한대로만 언급하고 가겠습니다. iOS앱개발만 할때는 이런거 모르고 살아도 별탈 없었는데 웹개발을 하다보니 이런저런 것들을 하게 되더군요. 홈브루는 무엇인가? 여러분이 홈브루를 궁금해서 이곳에 왔다면 홈브루가 뭔지 왜 이걸 쓰는지등 이유가 궁금 하실 겁니다. 아니, 그 것 조차 모르겠는데 여러분이 홈브루를 설치하려 드는 이유를 제가 맞춰보죠.“맥에서 뭔가 개발하다 뭐 좀 가져다 쓸랬더니 홈브루로 설치하라고 해서…”맞죠? 어떻..
2018.06.23 -
맥을 개발용으로 사용하는 경우 터미널을 좀 더 편리하고 다양하게 사용하는 방법
https://beomi.github.io/2017/07/07/Beautify-ZSH/
2018.06.20 -
Mac Terminal에서 ll 사용하기
1. 확인ll-bash: ll: command not found 2. alias 추가 - 환경설정 수정vi ~/.profile - alias 추가alias l='ls -l'alias ll='ls -l' - 환경설정 적용source ~/.profile
2018.06.18 -
gmail smtp 메일 보내기 - 오류해결
https://stackoverflow.com/questions/3949824/smtp-error-could-not-authenticate-in-phpmailer?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa read this Google Help (https://support.google.com/mail/answer/14257?p=client_login&rd=1)Open your web browser and sign in to Gmail at http://mail.google.com/mail. If you see a word verification request, type the letters in the distort..
2018.06.09 -
Mac 에 윈도우 설치하고 드라이버 다운로드
https://github.com/timsutton/brigadier/releases Releases · timsutton/brigadierFetch and install Boot Camp ESDs with ease. Contribute to timsutton/brigadier development by creating an account on GitHub.github.com
2018.06.04 -
조언을 구해라 2018.05.17