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
- ogr2ogr
- AWS CodeBuild
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- aws ec2
- EC2
- 어셈블리어
- 반응형 페이지 좌표 변환
- react
- S3
- credential error
- can't getting credentials
- node
- expo
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- AWS
- Unable to find the global bin directory
- netlify variables
- Error:error:0308010C:digital envelope routines::unsupported
- SASS
- AWS CodePipeline
- 김골라
- C언어
- rwdImageMaps
- 설치완료안됨
- NODE_VERSION
- 이미지 맵
- nodejs
- CSS
- 이미지 좌표 추출
- GeoJSON object too complex/large
Archives
- Today
- Total
ImFe's study
[Linux] 로그파일 - /var/log/messages 본문
리눅스를 사용하다보면 여러 오류가 발생하는데, 오류 발생 시간과 이유를 넘어 더욱 세세한 정보가 필요한 시점이 자주 있다. 그럴때 사용하면 유용한 것이 리눅스 로그파일이다. syslog.conf에 남기지 않기로 한 기록 외에는 모두 기록된다.
해당 문서를 vi편집기로 열면 이러한 모습을 볼 수 있는데
Shift+G키를 누르면 해당 문서의 가장 마지막으로 가게되어서 가장 최근에 발생한 오류에 대하여 볼 수 있다.
'Linux' 카테고리의 다른 글
[Linux] CentOS7 - MariaDB10.x - datadir변경 (0) | 2021.01.12 |
---|---|
[Linux] CentOS7 - Mariadb10.x - my.cnf 설정시 오류 (latin1) (0) | 2021.01.12 |
[Linux] 오류 해결 curl: (35) Peer reports incompatible or unsupported protocol version. (0) | 2021.01.11 |
[Linux] - Apache 2.x 버전 설치 (0) | 2021.01.11 |
[Linux] CentOS7 - Cannot retrieve metalink for repository: epel/x86_64. 해결 (0) | 2021.01.11 |
Comments