$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Free Up Disk Space on CentOS Stream 10 Guide

August 28, 2025 | By the+gnu+linux+evangelist.

GNU/Linux CentOS Stream 10 Space CleanUp Guide

The Tutorial shows Step-by-Step How to Find and Clean Up Space Manually from Garbage on Command Line on GNU/Linux CentOS Stream 10 desktop/server.

And the CentOS Stream 10 Cleanup is made with the Amazing Command Line Tool for Unix-like Systems: NCurses Disk Usage.

After Execution this Program will Show Up a Directory List Ordered by Disk Usage Size that will Make your Garbage Collection a Summer Breeze ;)

Finally, this Setup is Valid also for All the others RHEL Based Distros like:

  • Red Hat Enterprise Linux
  • Oracle Enterprise Linux
  • Rocky Linux
  • AlmaLinux
  • Amazon Linux
How to Free Up Disk Space on CentOS Stream 10 Guide
  1. 1. Launching Terminal

    How to QuickStart with Command Line on CentOS GNU/Linux

    Bash Shell CentOS QuickStart Guide
  1. 2. Installing NCDU

    Installing NCurses Disk Usage Tool
    Simply play:

    sudo dnf install ncdu
  1. 3. Scanning Disk

    NCurses Disk Usage Collection.

    ncdu /

    Best to disconnect the unworthy Disks before Collection…
    You can also specify another Target start Directory like for instance the “home” directory.

    Fedora Garbage Collection - Running ncdu
  2. 4. Looking up Disk

    After Navigate/Drill into Directories to Find Trashes.

    • Move Up-Down by Arrow Key

    • Drill Up-Down by Enter Key (To Drill Up select the Top “../” Choice)

    Take Note of the Garbages Directories Locations…

    Fedora Garbage Collection - ncdu Results

    Instructions on Cleaning Up Space.

    • Be Sure that the Target is truly Garbage.
    • Triple-Check your Command before Execution! (You’ll not be able to Revert the command.)
  3. 5. Freeing up Space

    Now to Free up Space on CentOS
    To remove Directories use:

    sudo rm -rf /[path/2]/myGarbageDir/

    Instead, for Files:

    sudo rm /[path/2]/myGarbageFile