일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 묵시적 커서
- 코딩테스트
- CentOS
- tablespace
- 암시적 커서
- 파이썬
- X11
- Linux
- terraform
- db
- oracle
- vm
- 티베로
- X11 forwarding
- 코테
- Tuple
- python3.7
- VMware
- 리눅스
- Python
- tas tac
- vm tac 구성
- implicit
- DDL 추출
- tibero
- OPEN CURSOR
- golang
- VM 설정
- 프로그래머스
- tac
Archives
- Today
- Total
목록커널버전 (1)
줄기세포

- lsb_release 명령어로 Linux Version 확인 설치 가능한 리스트 확인 및 설치 1. lsb_release -a 명령어 2. grep . /etc/*release CentOS 7.8.2003 - Linux 배포 버전 확인 3. uname -a 명령어 Kernel Version - 3.10.0 hostname - stem-cell 4. hostname 명령어 * hostname 변경원하면 -> hostnamectl set-hostname [변경할 hostname] 5. dmesg | grep CPU 명령어 CPU 정보 6. free 명령어 메모리 확인 free -g: GiB 형식으로 메모리 확인 7. cat /proc/meminfo 메모리 확인 8. getconf LONG_BIT 비트수 ..
Linux
2021. 1. 20. 16:41