Linux Disk Doctor
Free disk space fast.
Quick Assessment
df -h
du -sh /* 2>/dev/null | sort -rh | head -20
Cleanup Steps
# Package cache
apt-get clean && apt-get autoremove -y
# Old kernels (keep current)
dpkg --list | grep linux-image | awk '{print $2}' | grep -v $(uname -r) | xargs apt-get purge -y
# Journal logs
journalctl --vacuum-time=7d
# Docker
docker system prune -a -f
# Temp files
rm -rf /tmp/*
# Find largest directories
du -sh /var/log/* | sort -rh | head -10
📢 Need Help?
Need OpenClaw deployed on your server? I offer managed deployment & hosting:
- 📧 laolaoqi@hotmail.com
- 🏯 颐和园 OpenClaw 运维
微信扫一扫