일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- import
- xargs
- context
- VirtualBox
- Eclipse
- Mac
- Windows 10
- 줄바꿈 문자
- web.xml
- grep
- netsh
- vscode
- port
- JavaScript
- tomcat
- ssh
- IntelliJ
- Windows
- GIT
- Source
- resource
- 네트워크
- bash
- maVen
- Quartz
- profile
- lsof
- 단축키
- plugin
- find
- 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 preferencecmd + ,project structurecmd + ; search everywheredouble shiftfind Classcmd + Ofind Filecmd + shift + O Page Upctrl + ↑Page Downctrl + ↓Homectrl + cmd + ←Endctrl + cmd + → 라인 복제cmd + D라인 삭제cmd + delete현재 라인을 상,하로 이동opt + shift + ↑↓메소드 위치를 상,하로 이동cmd + shift + ↑↓커서를 상,하 메소드로 이동ctrl + shift + ↑↓현재 블럭 fold, unfoldcmd + (- or +)전체 블럭 fold, unfoldcmd + sh..