Just recently, I ran out of disk space and the lcd panel stopped working. The OWWUPDATE couldn't be updated and it was always null. How do you avoid this problem?
clean up log files
rm /var/log/*.gz
rm /var/log/*.old
rm /var/log/*.1
rm /var/log/*.2
clear the apt-get cache. The apt's cache is never cleaned out. Apt caches all the .deb files and that can quickly eat your disc space. To clear it:
apt-get clean
clean up log files
rm /var/log/*.gz
rm /var/log/*.old
rm /var/log/*.1
rm /var/log/*.2
clear the apt-get cache. The apt's cache is never cleaned out. Apt caches all the .deb files and that can quickly eat your disc space. To clear it:
apt-get clean
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου