CentOS에서 ngrep 설치하기

퍼온곳 : http://www.sillycodes.com/2015/11/installing-ngrep-on-centos-67.html How to install ngrep on CentOS : ngrep is not added to default repository, We need to add epel repo sudo yum install epel-release Then update the cache using following command. yum update Now Install the ngrep. yum install ngrep Example Usage : Using ngrep to capture the SIP traffic. ngrep -Wbyline port …

centos 7 CUI 해상도 설정

퍼온곳 : http://puttico.tistory.com/109   설정 파일 열기 1 sudo vi /etc/default/grub 설정 파일 편집 아래 처럼 되어 있는 설정 값에 원하는 해상도를 넣음 1 GRUB_CMDLINE_LINUX=” … vga=789 …” grub 업데이트 1 sudo grub2-mkconfig -o /boot/grub2/grub.cfg 재시작 1 sudo shutdown -r now 원하는 해상도로 변경되지 않는다면 설정한 해상도를 지원하지 않는 것임 vga code 가로크기 600 800 1024 …