목록IT이야기 (356)
준호씨의 블로그
You can see stderr "No such file or directory" when you 'cat' none exists file $ cat nonexistent_file cat: nonexistent_file: No such file or directory If you want to hide stderr, attach 2>/dev/null after command cat nonexistent_file 2>/dev/null Tip 'grep' command has '-s' option to hide error message about nonexistent or unreadable files. -s, --no-messages Suppress error messages about nonexiste..
2024.04.17 Currently, the methods below may not work. Rewritten it to work now. https://junho85.pe.kr/2219 Install wireshark with GUI brew cask install wireshark brew install wireshark --with-qt Install wireshark only command line util tshark brew install wireshark Uninstall brew uninstall wireshark References Install Wireshark on MacOS X via brew
터미널을 다음과 같이 꾸미는 방법이다. 컬러풀 한 디자인과 유용한 기능들을 추가 한다. 테마를 적용 하려면 테마를 감당(?)할 수 있는 환경을 먼저 만들어 주어야 한다. 기본 터미널로는 어렵고 iterm2 를 설치 해 준다. oh my zsh 을 설치 하고 테마를 적용 한다. iterm2 의 폰트와 테마를 설정해 주어서 마무리 한다. iterm2 설치 https://www.iterm2.com/ 에서 다운 받아서 설치 한다. brew 로 설치 하는 경우 다음 커맨드로 가능 한듯. (아직 안해봄) brew cask install iterm2 이미 몇가지 다른 세팅을 한 상태이긴 하지만 현재 터미널 상태 zsh 설치 이미 설치 되어 있겠지만 최신 버전으로 설치 해 본다. zsh 은 bash 와 거의 비슷하지만..
기본 설정은 다음과 같이 Scrolling - with inertia 가 켜져 있고 Enable Dragging 은 꺼져 있다. Enable Dragging - with drag lock 으로 켜 준다. 이렇게 해 두면 더블 터치 해서 드래깅을 할 수 있다. 더블 터치 하면 락이 걸리고 드래그가 가능 해 진다. 드랍을 할 곳까지 이동 한 후 터치 하면 마우스로 클릭 한 상태로 드래그 하고 버튼에 손가락을 뗀 상태와 같은 상태가 된다.