Horje
ubuntu server clean up disk space Code Example
ubuntu clean up disk space
#Quick clean up
sudo apt-get autoremove
sudo du -sh /var/cache/apt #clean apt cache
sudo apt-get autoclean
sudo apt-get clean
journalctl --disk-usage
du -h /var/lib/snapd/snaps #remove old versions of snap
rm -rf ~/.cache/thumbnails/* #clean thumbnail cache

#Detailed iformation
https://itsfoss.com/free-up-space-ubuntu-linux/
Source: itsfoss.com
remove all cache ubuntu
$ sudo apt-get clean
ubuntu disk free space
df -h
ubuntu server clean up disk space
sudo apt install ncdu
ncdu




Shell

Related
stop npm running on port 3000 Code Example stop npm running on port 3000 Code Example
how to list all the available versionb for installation ubuntu Code Example how to list all the available versionb for installation ubuntu Code Example
how to max cpu usage in linux Code Example how to max cpu usage in linux Code Example
how to close jobs in linux Code Example how to close jobs in linux Code Example
make git forget a file Code Example make git forget a file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11