• logitec : unify, ...
  • karabiner
    • 알트탭 : ...
    • 한영키 : 시스템설정 -> 키보드 -> Shortcuts -> Input Source -> r_cmd 혹은 r_opt 입력 -> f18 지정
    • Home/End : Complex Modifications > +Add rule > Import more.... > 검색(pc-style shortcuts) -> PC Style Shortcuts + Import > PC-Style Home/End -> Enable
  • 사파리 : 
  • 크롬 : 
  • 포스트맨 : 
  • Homebrew :
    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    • brew -v
  • 터미널 : 
    • itern2 다운로드  설치
    • brew install zsh
    • oh-my-zsh 홈페이지 -> 스크립트 실행.
    • chsh -s $(which zsh)
    • itern2 -> 바 -> profiles -> open profiles -> edit -> color 및 text
      • 네이버 폰트 : https://github.com/naver/d2codingfont
      • Color Shema : https://iterm2colorschemes.com
    • brew install neofetch
    • vi .zshrc
      • alias python=python3
      • alias pip=pip3
      • alias kc=kubectl
      • alias ec=eksctl
      • neofetch
    • source .zshrc
  • Git & Fork :
    • brew install git
    • git --version
    • git config --list
    • ssh-keygen
    • ... -> setting -> token 발행 -> ...
    • https://git-fork.com
  • Python & PyCharm : 
  • Docker : 
    • docker --version / docker-compose --version
    • docker 아이콘 -> preference -> resource 셋팅
    • kubectl version
    • source <(kubectl completion zsh) // 지쉘 k8s 자동완성 적용
    • https://kubectl.docs.kubernetes.io/installation -> brew install kustomize 
    • 돜퍀깋 : 
      • https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages
      • GITHUB_TOKEN ->  read:package 권한 추가.
      • ex0)
        • echo cabb185bb909044a6fa8e10865f8da3808211xxx > TOKEN.txt
        • cat ~/TOKEN.txt | docker login https://docker.pkg.github.com-u bysssss --password-stdin
      • ex1)
        • docker login https://docker.pkg.github.com-u bysssss -p cabb185bb909044a6fa8e10865f8da38082110d7
      • ex2)
        • cat ~/TOKEN.txt | docker login https://docker.pkg.github.com -u USERNAME --password-stdin
        • .docker/config.json -> “auths”: {“docker.pkg.github.com”: {}} 확인
        • docker pull docker.pkg.github.com/org/my-test-frontend/my-test-frontend:release
  • AWS CLI : 
    • aws --version
    • aws configure aws configure --profile default
      • ... , ... , ap-northeast-2 , json
  • gcloud CLI
    • https://cloud.google.com/sdk/docs/install-sdk?hl=ko 
    • https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin
  • MS .NET SDK :
    • ...
  • Unity : 
  • ...

-끝-

'Server System' 카테고리의 다른 글

WSGI 와 gunicorn (및 gevent)  (0) 2020.11.09
simpleproxy  (0) 2019.11.10
명령어 (작성중...)  (0) 2019.11.04
자료구조  (0) 2019.07.23
알고리즘  (0) 2019.05.26

+ Recent posts