A package to help administrators manage the user profiles.
Go to file
Emiliano Vavassori ce625c324a First try with a GUI. 2018-07-18 01:13:21 +02:00
root First try with a GUI. 2018-07-18 01:13:21 +02:00
.gitignore First working version. rpm created and tested (a little). 2018-03-18 23:49:38 +01:00
LICENSE.txt First working version. rpm created and tested (a little). 2018-03-18 23:49:38 +01:00
README.md First working version. rpm created and tested (a little). 2018-03-18 23:49:38 +01:00
createlinks.pl First working version. rpm created and tested (a little). 2018-03-18 23:49:38 +01:00
nethserver-profilemgr.spec First try with a GUI. 2018-07-18 01:13:21 +02:00

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