Rocky linux의 필요한 패키지를 다운받을 수 있는 곳 Index of /vault/rocky/8.9/Devel/x86_64/os/Packages/ 버젼을 바꿔가면서 접속하면,,,여러 버젼에 대한 패키지를 찾아볼 수 있는 듯 하다 OS 2025.06.18
리눅스에서 파일 및 문자열, 파일 안에 특정 문자열 찾는 명령어들,, find / -name 파일 이름 => /경로부터 아래로 파일이름을 찾기 디렉토리 검색 방법은 find [찾을위치] -name [디렉토리] -type d 리눅스 파일 내부 문자열 검색하는법. grep -r [찾을 문자열] [대상파일들] grep -r 'ifconfig' /tblog/log/cm/* -a 현재 폴더에 있는 test.log 파일내부에 'apache' 라는 문자열 찾기. grep -r 'apache' ./test.log 'var' 폴더부터 하위 모든 파일내부에서 'apache' 라는 문자열 찾기. grep -r 'apache' /var/* [--include '*.conf'] (include 옵션으로 특정 확장자에서만 검색도 가능하다) OS 2023.10.18
내부서버 ssh가 개느릴때 1. /etc/ssh/sshg_config GSSAPIAuthentication yes -> no 2. systemctl restart sshd OS 2023.04.12
Hugepage 설정하는 법 https://technet.tmaxsoft.com/upload/download/online/tibero/pver-20140808-000002/tibero_install/appendix_E_hugepage.html OS 2023.03.24