리눅스 시스템 네트워크 분석 tcpdump command
# Operation System/Linux2022. 11. 2. 08:24리눅스 시스템 네트워크 분석 tcpdump command

옵션(Option) -c 덤프갯수 # ex) tcpdump -c 5 -v 상세히보기 # ex) tcpdump -v -i 특정 네트워크 인터페이스 확인 # ex) tcpdump -i eth0 -nn : 출력시 호스트/서비스명이 아닌 IP주소와 Port번호로 출력 # ex) tcpdump -nn -w 결과값을 파일로 저장 # ex) tcpdump -w tcpdump_result.log -r 결과값을 불러오기. vi로 열면 깨져사 확인 불가. # ex) tcpdump -r tcpdump_result.log src 출발지ip에 대한 패킷덤프 # ex) tcpdump -i eth0 src 192.168.1.1 dst 도착지ip에 대한 패킷덤프 # ex) tcpdump -i eth0 dst 192.168.1.1 h..

리눅스 시스템 모니터링 vmstat command
# Operation System/Linux2022. 11. 1. 07:49리눅스 시스템 모니터링 vmstat command

[darksharavim]vmstat 1 5 procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- r b swpd free buff cache si so bi bo in cs us sy id wa st 1 0 2551860 8171968 0 2549512 0 0 3 11 0 0 1 0 99 0 0 0 0 2551860 8171912 0 2549512 0 0 0 411 541 998 1 0 99 0 0 0 0 2551860 8171880 0 2549512 0 0 0 0 462 918 0 0 100 0 0 0 0 2551860 8171912 0 2549512 0 0 0 0 523 949 0 1 99 0 0 0 0 25..

550-5.7.1 Messages missing a valid messageId header are not
# E-Mail2022. 10. 27. 16:41550-5.7.1 Messages missing a valid messageId header are not

지메일발송시 아래와 같이 리턴됨. Remote host said[Response Message]: 550-5.7.1 [x.x.x.x] Messages missing a valid messageId header are not 550 5.7.1 accepted. k4-20020a170902ce0400b001746ff6ee6dsi554631plg.413 - gsmtp STEP: DATA SEND 메일 헤더를 확인해보니아래와 같이 되어 있음(@가 2개!) Message-ID: X-Mailer: Microsoft Office Outlook 12.0 아웃룩버전이 2007.. 아웃룩 버전 확인 (tistory.com) 아웃룩 버전 확인 Since the first release of Outlook, Microsoft..

DBeaver(DB 무료 접속툴)
# DataBase/Mysql(MariaDB)2022. 10. 27. 09:35DBeaver(DB 무료 접속툴)

아래 링크에서 커뮤니티 버전으로 다운로드 Download | DBeaver Community Download | DBeaver Community Download Tested and verified for MS Windows, Linux and Mac OS X. Install: Windows installer – run installer executable. It will automatically upgrade version (if needed). MacOS DMG – just run it and drag-n-drop DBeaver into Applications. Debian package dbeaver.io

image