목록2021/01 (32)
변군이글루

git branch 생성, 삭제 로컬 branch 생성(Deployment environment) git branch [] (-c | -C) [] git checkout -b "testing" $ git checkout -b "testing" Switched to a new branch 'testing' $ git checkout -b "staging" Switched to a new branch 'staging' branch 확인(현재 branch) git branch --list git branch $ git branch -- dev master testing * staging --- 로컬 branch 이름 변경(dev -> development) git branch [] (-m | -M) [] gi..

CentOS 8에서 CentOS Stream으로 마이그레이션 테스트 환경 redhat release $ cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) 커널 버전 $ uname -r 4.18.0-147.el8.x86_64 gcc, g++ 버전 $ gcc --version gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FIT..

CentOS Stream 설치(Centos 8 스트림 설치) iso 다운로드 download URL : https://www.centos.org/download iso download URL : http://mirror.kakao.com/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-20210120-dvd1.iso Oracle VirtualBox에 VM 생성 download URL : https://www.virtualbox.org CentOS Stream 설치 - Keyboard : 한국어 - 언어 지원 : 한국어, English - 시간 및 날짜 : 아시아/서울 - 소프트웨어 선택 : 최소 설치(표준, 레거시 UNIX 호환성, 개발용 툴) - 설치 대상 :..

compinit:503: no such file or directory: /usr/local/share/zsh/site-functions/_brew_cask 에러 $ source .zshrc compinit:503: no such file or directory: /usr/local/share/zsh/site-functions/_brew_cask 무슨 에러일까요? /usr/local/share/zsh/site-functions/_brew_cask 디렉토리가 있는데... $ ls -l /usr/local/share/zsh/site-functions/_brew_cask lrwxr-xr-x 1 user1 admin 44 8 15 2018 /usr/local/share/zsh/site-functions/_bre..