일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MSSQL
- unity
- ChatGPT
- 유니티
- Windows
- Git
- mariadb
- JS
- sample
- Python
- docker
- JavaScript
- build
- Kibana
- MySQL
- nodejs
- 엘라스틱서치
- ssh
- API
- s3
- 설정
- Linux
- logstash
- error
- 영어
- AWS
- elasticsearch
- Ai
- 구글
- Today
- Total
목록용량 (2)
가끔 보자, 하늘.
wsl -l -v로 현재 실행중인 배포판 이름 확인C:\Users\your_account>wsl -l -v NAME STATE VERSION* docker-desktop-data Stopped 2 Ubuntu Running 2 docker-desktop Stopped 2위에서 배포판 이름은 "Ubuntu". wsl을 중단하고 E 드라이브로 이동> wsl --shutdown # wsl 중지> wsl --export Ubuntu E:\wsl\Ubuntu.tar # 배포판 export> wsl --unregister Ubuntu # 기존 배포판 삭제> wsl --i..
CentOS 기준.. 매번 사용하지 않는 것들이라 기록해둔다. OS 버전 확인cat /etc/redhat-release(el7 ~) or cat /etc/issue(~el6) 커널 버전 확인cat /proc/version Kernel bits 확인getconf WORD_BIT cpu 정보 확인 cat /proc/cpuinfo실 CPU 수 : grep ^processor /proc/cpuinfo | wc -lCPU당 코어 수 : grep 'cpu cores' /proc/cpuinfo | tail -1 메모리 cat /proc/meminfo 디스크 용량 확인 df -h