Created
December 9, 2014 09:17
-
-
Save maranemil/2ddc545ca94c3d75b8ff to your computer and use it in GitHub Desktop.
Clean Lamp Log File on Ubuntu 14.10
This file contains 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
sudo find / -name '*' -size +1G | |
sudo truncate -s0 error_log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment