일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- xargs
- 네트워크
- Quartz
- maVen
- IntelliJ
- plugin
- 줄바꿈 문자
- ssh
- Eclipse
- import
- Windows
- context
- vscode
- VirtualBox
- web.xml
- Source
- netsh
- JavaScript
- Windows 10
- find
- 단축키
- port
- grep
- GIT
- Mac
- resource
- bash
- lsof
- profile
- tomcat
- Today
- Total
목록Mac (4)
develog
sshpass 설치하기 https://www.epistemology.pe.kr/2021/03/09/1361/ 맥에서 sshpass 설치하기 • Jae-Hwan homebrew로 sshpass이 설치되지 않는다! 아래 링크를 보면, 초보자들이 가볍게 설치하지 못 하도록 하려고 설치를 막았다고 하는 것 같다. 그래서 아래 링크에 있는 소스를 이용하는 방법으로 설치해 www.epistemology.pe.kr https://stackoverflow.com/questions/32255660/how-to-install-sshpass-on-mac How to install sshpass on Mac? I would like to automate ssh login from my Mac. It does have a si..
Apple Silicon Mac재부팅 후 전원 버튼을 길게 누른다 (시동 옵션 윈도우가 나타날 때 까지) Intel Mac재부팅 후 아래 키조합을 길제 누른다 (애플 로고가 나타날 때 까지)command + R 현재 버전 macOS 다시 설치command + option + R 호환 가능한 최신 버전의 macOS 설치하기command + option + shift + R 기존 버전 macOS 설치option 시동 관리자로 시동하여 사용 가능한 다른 시동 디스크나 볼륨을 선택할 수 있음shift 안전 모드로 시동D Apple 진단 유틸리티로 시동option + D 인터넷을 통해 이 유틸리티로 시동 https://support.apple.com/ko-kr/guide/mac-help/mchlp1599/mac ..
개요 ssh 설정 1.1. 개인용, 업무용 ssh key 를 각각 하나씩 생성한다 1.2. 생성한 ssh key 중에서 public key 를 github 사이트에 등록한다 1.3. ssh config 파일에 github 호스트를 설정한다 git config 설정 2.1. git config 로 global user 를 설정한다 2.2. 특정 디렉토리에서 사용할 git user 를 설정한다 2.3. 특정 디렉토리와 그 외 디렉토리에서 git user 가 다르게 표시되는지 확인한다 1.1. 개인용, 업무용 ssh key 생성 (public, private) # 개인용 id_rsa-personal $ ssh-keygen -t rsa -b 4096 -P '' -C 'github-personal@office-m..
Preference > Keymap > Editor Actions preference cmd + , project structure cmd + ; search everywhere double shift find Class cmd + O find File cmd + shift + O Page Up ctrl + ↑ Page Down ctrl + ↓ Home ctrl + cmd + ← End ctrl + cmd + → 라인 복제 cmd + D 라인 삭제 cmd + delete 라인 상하이동 opt + shift + ↑↓ 현재 블럭 fold, unfold cmd + (- or +) 전체 블럭 fold, unfold cmd + shift + (- or +) 선택 영역 폴딩 cmd + . 라인 주석 cmd + / ..