Linux

    [1028web vm virtualbox] CentOS 7 설치 & 에러모음

    에러 현상 1 Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE). AMD-V is disabled in the BIOS (or by the host OS) (VERR_SVM_DISABLED). 검색 https://blog.naver.com/PostView.nhn?isHttpsRedirect=true&blogId=yundongcheol&logNo=221315290857 1. BIOS에서 VT-x/AMD-y가 안켜진 경우 -> 64 VM 구동 안됨. BIOS(아수스 기준 부팅후 F2) > 고급 모드 > 고급탭 >cpu configuraltion > SVM Mode Enable로 변경 2. Hyper-V 가 켜진경우 -> Microsoft 가상화 ..

    [1028 linux] 리눅스 기본명령어

    시스템 버전 확인 버전확인 $uname -a OS확인 cat /etc/issue cat /etc/redhat-release cat /etc/*release* https://ongal.tistory.com/190 물리 CPU 갯수 확인 grep "physical id" /proc/cpuinfo | sort -u | wc -l CPU당 물리 코어 수 확인 grep "cpu cores" /proc/cpuinfo | tail -1 논리 코어수 확인 grep -c processor /proc/cpuinfo 라우팅 라우팅 여부 확인 $cd /sbin $route -n 기본 게이트 웨이 추가. $cd /sbin $route add default gw 아이피 dev eth0 top shift + p : CPU 사용률 ..

    반응형