Freeing disk space on your Linux server
The websites that I host on Slicehost, Playmary and Street Hoarding, keep crashing because my slice keeps running out of disk space.
To find out where disk space is being used:
- Get to the root of your machine by running
cd / - Run
sudo du -h --max-depth=1 - Note which directories are using a lot of disk space.
cdinto one of the big directories.- Run
ls -lto see which files are using a lot of space. Delete any you don’t need. - Repeat steps 2 to 5.
Subscribe to my newsletter to hear about my latest work