AvinashSubhash / CleanSweep

CleanSweep is a TUI program that helps newbie Arch Linux users to cleanup their system and clear up their precious memory. CleanSweep gives out a step by step process to user to the user with the ability for the user to skip a particular step.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why I made this program ?

In Arch Linux, as with any operating system, increasing cache memory can potentially improve system performance by allowing the system to store frequently accessed data in fast memory that can be quickly accessed. However, there are also potential drawbacks to increasing cache memory.

One potential problem with increasing cache memory is that it can potentially consume a large amount of physical memory, which could lead to increased competition for memory resources and potentially decreased performance if there is not enough available physical memory to meet the system's needs. Additionally, increasing cache memory may not always provide a noticeable improvement in performance, and in some cases it may even lead to decreased performance due to increased memory pressure.

CleanSweep

CleanSweep is a TUI program that helps newbie Arch Linux users to cleanup their system and clear up their precious memory. CleanSweep gives out a step by step process to user to the user with the ability for the user to skip a particular step.

Installation

  1. Open the terminal in the CleanSweep directory and give execution permission to the install.sh file by running the command
sudo chmod 740 install.sh
  1. Run the installer by the following command
./install.sh

That's it! You've installed CleanSweep Successfully!

You can now run CleanSweep by running cleansweep in your terminal.

About

CleanSweep is a TUI program that helps newbie Arch Linux users to cleanup their system and clear up their precious memory. CleanSweep gives out a step by step process to user to the user with the ability for the user to skip a particular step.


Languages

Language:Shell 100.0%