Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
/ cache-mgr Public archive

Move cache files into RAM to speed things up and save your SSD

License

Notifications You must be signed in to change notification settings

alexcoder04/cache-mgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cache-mgr

This is an OpenRC service that creates a ramdisk for cache, links cache folders to it and loads/saves firefox profile into ram.

Warning 0: this project is archived, I don't use and develop it anymore, but it is still kept here for archival and educational purposes.

Warning 1: this is a rather hacky solution, that probably only fits my needs.

Warning 2: it is an OpenRC service, so it is useless on distros with systemd.

Installation

Arch/Artix Linux

wget https://github.com/alexcoder04/cache-mgr/raw/main/PKGBUILD
makepkg -cf
sudo pacman -U shclrz-git-*.pkg.tar.zst

Other distros

git clone https://github.com/alexcoder04/cache-mgr.git
cd cache-mgr
sudo make install