전체 글

알고리즘 세탁 중..
개발일기/개발 팁

초대받은 github Organization 깃크라켄(gitkraken) 권한 추가

깃허브 어플리케이션 설정 진입https://github.com/settings/connections/applications/a7557949433b7d282a76 GitHub: Let’s build from hereGitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...github.com또는깃허브 설정에서 어플리케이션 항목 선택 요청을 보낼 Organization Request 클릭권한이 있는 조직은 체크표시..

개발일기/개발 팁

M1 homebrew 설치와 zsh

homebrew 설치https://brew.sh/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew 경로 설정echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrcvi ./.zshrcsource ~/.zshrc

iOS

M1 cocoapod

brew install cocoapodsbrew로 까는 게 깔끔하다

개발일기/개발 팁

LG mobile device 드라이버

LG 핸드폰 드라이버LG 서포트 페이지https://www.lg.com/us/support/software-firmware-drivers하단으로 내려서 LG Mobile Drivers 항목의 see more 클릭필요한 드라이버 다운로드

개발일기/개발 팁

구글에서 저장된 페이지 보기

cache:[저장된 페이지를 보고 싶은 페이지의 링크]

Node.js

Mac node 버전 여러개 까는 법

Node version manager노드 버전 관리 툴설치brew install nvmnode 17 설치nvm install 17Now using node v17.9.1 (npm v8.11.0)Creating default alias: default -> 17 (-> v17.9.1)node 20 설치nvm install 20현재 적용된 노드 버전 확인node -v사용할 노드 버전 변경nvm use [version]nvm use 20Now using node v20.15.0 (npm v10.7.0)

개발세탁기
개발세탁소