How to Check Your Linux PC for Meltdown or Spectre Vulnerability FINAL
Channel:
Subscribers:
68,100
Published on ● Video Link: https://www.youtube.com/watch?v=DAJ_bGA2x4o
Meltdown and Spectre vulnerabilities affect all Linux distros one way or another. Let us help you check how you stand. Visit the blog on http://www.maketecheasier.com
Full transcript on the subtitles/CC button
For the simple test type the following:
grep . /sys/devices/system/cpu/vulnerabilities/*
For the script type:
cd ~/Downloads
git clone https://github.com/speed47/spectre-meltdown-checker.git
making sure that git is installed and if it isn't you will be prompted to install it.
then type:
cd spectre-meltdown-checker
./spectre-meltdown-checker.sh
and review your report.
Thanks for watching!
Other Videos By Make Tech Easier
Tags:
Linux
meltdown
spectre
vulnerabilities