system cleanup

All posts tagged system cleanup by Linux Bash
  • Posted on
    Featured Image
    Learn to tidy up Linux systems by managing unnecessary packages and dependencies via popular package managers like APT, DNF, and Zypper. The guide covers critical steps such as updating lists, upgrading packages, and safely removing unneeded dependencies, enhancing system efficiency. Practical tips and additional resources for deeper understanding are also provided.
  • Posted on
    Featured Image
    The article details best practices for managing temporary files in Linux's `/tmp` and `/var/tmp` directories. It distinguishes between their usages: `/tmp` for data needing persistence only within a current boot session, and `/var/tmp` for files needed beyond a reboot. It emphasizes the importance of properly setting permissions, selecting appropriate storage directories, routinely cleaning up these spaces, and monitoring disk usage for optimal system performance. It also suggests automating cleanups with tools like `tmpreaper` and `tmpwatch`.