Last active
November 3, 2017 09:47
-
-
Save alpacato/46489b30402136cc1a0059855f858549 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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