Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- GitLab
- elastic stack
- PlayBook
- pfsense
- ansible
- Elasticsearch
- Proxy
- macos
- endpoint security
- XCP-ng
- miniconda
- 로그인불가
- freebsd
- x-pack
- xe guest utilities
- 한글가이드
- 보안양파
- G-suite
- centos 8
- bash
- docker
- Kibana
- application security
- Kibana server is not ready yet
- proxycfg
- Windows
- hardening
- ssh key 배포
- ELASTIC
Archives
- Today
- Total
선 밖에 선 자유인
리눅스에서 시리얼 콘솔 포트 연결 본문
# dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 4.213555] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.213643] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 4.213850] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.213963] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
다음과 같이 두개의 serial port가 존재함
대부분 ttyS0에 연결되어 있을 가능성이 높음
screen 명령어로 시리얼포트에 접속
#screen /dev/ttyS0 9600
Comments