Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
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
Tags
more
Archives
Today
Total
관리 메뉴

melius

[Mac] 주요 명령어 본문

et cetera

[Mac] 주요 명령어

melius102 2020. 11. 22. 11:15

Homebrew 명령어 리스트

https://brew.sh/

 

% brew --help # 도움말 보기
% brew list # 설치된 패키지 리스트 보기
% brew search <package-name> # 패키지 검색, 설치된 패키지는 체크표시
% brew install <package-name> # 패키지 설치

 

 

단축키

command + shift + > 숨김파일 보기 토글

 

 

ETC.

 

특정 포트번호 사용하는 프로세스 확인하고, PID로 프로세스 죽이기

% lsof -i :<port>
% kill -9 <PID>

 

IP Address 확인하기

$ ipconfig getifaddr en0

 

Chrome bypass keyword: 'thisisunsafe'

 

윈도우 네트워크 파일 공유

Finder > Go > Connect to Server... > smb://192.168.1.10

 

맥북 이름 변경

System Preferences > Sharing > Computer Name

 

한영 전환키 변경

System Preferences > Keyboard > Input Sources > Use the 한/영 key

 

마우스 스크롤 방향 변경

System Preferences > Mouse > Scroll direction

 

Ctrl키 위치변경

System Preferences > Keyboard > Keyboard > Modifier Keys...

 

 

'et cetera' 카테고리의 다른 글

[MongoDB] Document Database  (0) 2021.04.10
[Git] 명령어  (0) 2020.10.25
[Chrome] 유용한 기능  (0) 2020.09.01
[CMD] 파일검색  (0) 2020.08.17
[VS Code] Django pylint(no-member) error  (0) 2020.07.10
Comments