You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
root | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE.txt | 5 years ago | |
README.md | 5 years ago | |
createlinks.pl | 5 years ago | |
nethserver-profilemgr.spec | 5 years ago |
README.md
nethserver-profilemgr
Progetto Scuola
BgLUG - Scenery 1
What is and what problems solve
This package has to be used to simplify the administrators needs, cleaning up some mess inside user profiles that accumulates overtime.
For the moment, the only interface enabled is via signal-event
. Three new
events has been added:
profile-clean
: which cleans up all the files inside the profile;profile-gui-clean
: which cleans up all the desktop-specific settings, preserving (where possible) also the settings for other applications;profile-lo-clean
: which cleans up the LibreOffice configuration folder for the specific user.
Usage
# signal-event profile-clean lab01
# signal-event profile-gui-clean lab02
# signal-event profile-lo-clean lab03