CentOS 8 – mcelog: AMD Processor family

CentOS 8 사용시 AMD 라이젠 이전 cpu 사용할 경우 아래와 같은 메시지와 mcelog 서비스 실패가 표시 된다면 mcelog: AMD Processor family 21: CPU is unsupported systemctl disable mcelog yum -y erase mcelog 참고 링크 – https://bugzilla.redhat.com/show_bug.cgi?id=1166978

Windows 10 빌드 2004 에서 WSL2 활성화

Windows 10 빌드 2004 업데이트를 하였다면, cmd 로 버전 확인을 해야합니다. Microsoft Windows [Version 10.0.19041.264] 파워쉘(PowerShell)에서 실행해야 하므로 파워쉘을 관리자 권한으로 실행합니다. WSL2는 Hyper-V를 통해 구동되므로, 가상 머신 플랫폼을 활성화 하여야합니다. Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform 그리고 다음 명령을 실행하여 WSL2 모드를 활성화 합니다. wsl –set-default-version 2 만약 위 명령 실행시 “wsl 2에 커널 구성 요소 …
Windows 10 빌드 2004 에서 WSL2 활성화 더보기

Centos SELINUX 끄기

vi /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing – SELinux security policy is enforced. # permissive – SELinux prints warnings instead of enforcing. # disabled – No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of three …
Centos SELINUX 끄기 더보기