Intel VT-X option이 BIOS에서 활성화되는지 리눅스에서 확인하는 방법이다.
$ sudo apt-get install -y cpu-checker
$ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
사용할 수 있다!!
해당 패키지로 bios에서 NX 비트를 지원하는지 확인할 수 있다. (https://ko.wikipedia.org/wiki/NX_%EB%B9%84%ED%8A%B8)
$ check-bios-nx
modprobe: ERROR: could not insert 'msr': Operation not permitted
'unix and linux' 카테고리의 다른 글
Argument list too long 해결하기 (0) | 2017.10.20 |
---|---|
numactl 커맨드 (0) | 2017.10.19 |
tcpCurrEstab (0) | 2017.09.19 |
유닉스/리눅스에서 위험한 명령어 : rm, crontab (0) | 2017.09.15 |
[ssh] tunneling 예제 (0) | 2017.09.08 |