반응형
최근에 m1 맥북에어를 구입해서 지금 포스팅 기준으로 구입한지 거의 2달째 인듯
아무래도 개발자이다보니 조금은 셋팅은 해놓아야해서 노션에다가 정리해놓은것을 블로그로 옮겼습니다.
지속적으로 업데이트 해나갈 예정입니다.
elk
$ brew tap elastic/tap
$ brew install elasticsearch-full <- full 붙이면 최신버전 다운로드
$ elasticsearch
$ homebrew services start elasticsearch <- 백그라운드로 실행시
kibana 설치
$ brew tap elastic/tap
$ brew install kibana-full
$ kibana <- 설치 확인
http://localhost:5601/app/home#/
timezone utc ↔ kst
sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime
sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
mysql
brew install mysql
mysql.server start
mysql_secure_installation
비번 -> rlaeotjd1
종료후 다시 재시작
mysql.server stop
brew services restart mysql
yarn
npm install --global yarn
yarn -v
yarn add <package> --dev (--save)
nvm
brew install nvm
vi .zshrc
# NVM
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
source .zshrc
cd ~/.nvm
nvm install --lts
nvm list
aws cli
brew install awscli
aws configure --profile glowpick-comecome2
[profile comecome2]
region = ap-northeast-2
output = json
반응형
댓글