Find files over a certain size and search file contents
find / -type f -size +300M
sudo grep -r x-frame /etc // https://www.howtoforge.com/tutorial/linux-grep-command/