Skip to content

Pythux/lswf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

installing

in this directory:

pip install .

--> follow installing instruction of systemd

/tmp in ram

to put /tmp in RAM: in file /etc/fstab if not "tmpfs /tmp" exist, add:

tmpfs /tmp tmpfs defaults,size=4g 0 0

it will put /tmp in RAM, with a maximun of 4 go usable (use only what it need)

to make changes effectives:

sudo mount -a

using lswf

before scanning the filesysem, you could add path to avoid from the scan:

lswf scan add-path-to-avoid "~/will/not/be/scanned"

this will avoid the folder in your HOME/will/not/be/scanned

scan all filesystem, useful to know what is frequently modified:

lswf scan

show frequently modified and already in RAM:

lswf show

put file or directory in RAM:

lswf ram

put file or directory out of RAM:

lswf ram --out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages