Skip to content

Instantly share code, notes, and snippets.

@alpacato
Last active November 3, 2017 09:47
Show Gist options
  • Save alpacato/46489b30402136cc1a0059855f858549 to your computer and use it in GitHub Desktop.
Save alpacato/46489b30402136cc1a0059855f858549 to your computer and use it in GitHub Desktop.
find /root -name "writetofile.php.*" -type f -delete
find ./content/ankety/ -name "*.txt" -type f -exec sed -i 's/Onmoderate\: 1/Onmoderate\: 0/g' {} +
sudo kill $(sudo lsof -t -i:3002)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment