Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-logan/clean-memory
Shell script command to clear unused temporary memory and system cache. Clean RAM memory.
https://github.com/gabriel-logan/clean-memory
debian debian-packages linux script shell shell-script
Last synced: 10 days ago
JSON representation
Shell script command to clear unused temporary memory and system cache. Clean RAM memory.
- Host: GitHub
- URL: https://github.com/gabriel-logan/clean-memory
- Owner: gabriel-logan
- Created: 2022-02-20T02:00:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:40:42.000Z (7 months ago)
- Last Synced: 2024-04-02T15:35:47.315Z (7 months ago)
- Topics: debian, debian-packages, linux, script, shell, shell-script
- Language: Shell
- Homepage: https://github.com/gabriel-logan/clean-memory/raw/main/package/clean-memory.deb
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean Memory
Shell script command to clear unused temporary memory and system cache. Clean RAM memory.
Boost your system's performance with a simple shell script command! Effortlessly clear unused temporary memory and system cache to refresh and optimize your RAM. Keep your system running at peak efficiency!
## instalation
## download the package
[download](https://github.com/gabriel-logan/clean-memory/raw/main/package/clean-memory.deb)
or download using wget```bash
wget https://github.com/gabriel-logan/clean-memory/raw/main/package/clean-memory.deb
```then:
```bash
dpkg -i clean-memory.deb
```
now you can use the package in the terminal```bash
clean_memory.sh
```################################################################################
if you receive the following message when trying to install the package
```bash
root@debian:/home/logan/Desktop# dpkg -i clean-memory.deb
dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
```run the following command
```bash
export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin
```and try to install the package again
```bash
dpkg -i clean-memory.deb
```now you can use the package in the terminal
```bash
clean_memory.sh
```## NOTE
You need to run as a super user
### By Gabriel Logan