[macOS]eclipse 단축키 shortcut 참고사이트 https://ppomelo.tistory.com/68 위 사이트는 eclipse 뿐만 아니라 엑셀, 맥, 사파리 등의 단축키도 정리를 잘 해놨다. Eclipse 단축키 Mac & Window 이클립스 단축키 Mac Window 🍐 이동 Command+객체클릭 Ctrl+객체클릭 변수나 클래스 등을 정의한 곳으로 이동 Command+Shift+G Ctrl+Shift+G 변수나 함수 등을 레퍼런스 하는 곳으로 이동 Option+LEFT Alt+LEFT.. ppomelo.tistory.com https://minhamina.tistory.com/19 [Java] Mac - Eclipse 관련 참고 및 정리 Mac - Eclipse : syso (option + space) 단축키 설정 https:/.. mac os 4년 전
[macOS]Mac 터미널에서 IP 주소 확인하는 방법 내부(사설) IP 주소 확인(ipconfig, ifconfig) $ipconfig getifaddr en0 $ifconfig | grep inet 외부(공인) IP 주소 확인 curl ifconfig.me 참고사이트 comnewbie.com/tips-err/%EB%A7%A5-%EC%95%84%EC%9D%B4%ED%94%BC-ip-address 맥 아이피 주소 내부 외부 IP 확인 4가지 방법 | 컴뉴비 맥 아이피 주소 확인하는 4가지 방법. Mac 운영체제 내부 IP 주소 외부 IP 주소 확인하는 방법을 설명합니다. 사설 IP 와 공인 IP 를 터미널에서 명령어로 확인하기, 그래픽 환경에서 간편하게 알아 comnewbie.com mac os 4년 전
[macOS][Chrome]Mac Chrome 에서 css 변경 후 적용이 안 될때 Windows 에서는 Ctrl + F5 MacOS 에서는 Cmd + Shift + R(⌘ + ⇧ + 🆁) mac os 4년 전
[mac] Big Sur 업데이트 후 배터리 잔량표시가 없어짐 헉! 배터리 잔량 숫자가 어디 갔지 했는데 설정을 해줘야한단다. 시스템환경설정 > Dock 및 메뉴 막대 배터리에서 퍼센트 보기를 체크해준다. 퍼세트잔량이 표시되었다. 참고사이트 sjy-itsme.tistory.com/408 맥 OS 빅서(Big Sur) 업데이트. 바뀐 점과 내용 살펴보기 맥 OS 빅서(Big Sur)가 업데이트되었습니다. 베타 버전이 있었지만 iOS 14, iPad OS 14, Watch OS 7에 비해서는 많이 늦게 나왔네요. 애플 실리콘 맥북과 함께 공식 버전이 출시된 것인데요. 업데이트하시면 sjy-itsme.tistory.com mac os 4년 전
[mac][iterm2] shortcut 정리 SHORTCUT설명Ctrl + U커서에서 앞부분까지 삭제Ctrl + K커서에서 뒷부분까지 삭제Ctrl + A or Home앞부분으로 커서 이동Ctrl + E or End뒷부분으로 커서 이동 gist.github.com/squarism/ae3613daf5c01a98ba3aiterm2 cheatsheetiterm2 cheatsheet. GitHub Gist: instantly share code, notes, and snippets.gist.github.com mac os 4년 전
[macOS] brew 로 node 와 bower 설치 1. node 설치 $ brew install node 2. node 버전 확인 $ node -v 3. bower 설치 $ npm install -g bower 4. bower 버전 확인 $ bower -v 참고사이트 https://dyclassroom.com/howto-mac/how-to-install-bower-on-mac-using-node-and-npm mac os 5년 전