Mudanças entre as edições de "Testando se o Linux está afetado pela vulnerabilidade Meltdown"

De Basef
Ir para: navegação, pesquisa
(Criou página com '<source lang="bash"> sudo apt-get install git make build-essential git clone https://github.com/raphaelsc/Am-I-affected-by-Meltdown.git cd Am-I-affected-by-Meltdown make sudo...')
 
 
Linha 3: Linha 3:
 
git clone https://github.com/raphaelsc/Am-I-affected-by-Meltdown.git
 
git clone https://github.com/raphaelsc/Am-I-affected-by-Meltdown.git
 
cd Am-I-affected-by-Meltdown
 
cd Am-I-affected-by-Meltdown
 +
 
make
 
make
 +
 
sudo sh -c "echo 0 > /proc/sys/kernel/kptr_restrict"
 
sudo sh -c "echo 0 > /proc/sys/kernel/kptr_restrict"
 +
 
./meltdown-checker
 
./meltdown-checker
 
</source>
 
</source>
  
 
[[Category: Linux]]
 
[[Category: Linux]]

Edição atual tal como às 14h15min de 20 de fevereiro de 2018

sudo apt-get install git make build-essential
git clone https://github.com/raphaelsc/Am-I-affected-by-Meltdown.git
cd Am-I-affected-by-Meltdown
 
make
 
sudo sh -c "echo 0 > /proc/sys/kernel/kptr_restrict"
 
./meltdown-checker