Skip to content

Instantly share code, notes, and snippets.

@Barolina
Last active May 5, 2021 10:11
Show Gist options
  • Save Barolina/b5046e3a2dbd3425e60f143c5bd4a0e2 to your computer and use it in GitHub Desktop.
Save Barolina/b5046e3a2dbd3425e60f143c5bd4a0e2 to your computer and use it in GitHub Desktop.
Kill virous the kdevtmpfsi.md
cd /var/lib/docker/overlay2/066e64d1c99bba2de9b1dc59fa2e0c0c1b6862abff3b9936d2e70f3537a773f5/merged
rm tmp/kdevtmpfsi*
rm var/tmp/kdevtmpfsi*
find / -iname kdevtmpfsi* -exec rm -fv {} \;
find / -iname kinsing -exec rm -fv {} \;
find / -iname oka* -exec rm -fv {} \;
chmod 000 tmp
chmod 000 var/tmp
sudo kill -9 $(pidof kdevtmpfsi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment