A package to help administrators manage the user profiles.
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.
 
 
Emiliano Vavassori ce625c324a
First try with a GUI.
5 years ago
root First try with a GUI. 5 years ago
.gitignore First working version. rpm created and tested (a little). 5 years ago
LICENSE.txt First working version. rpm created and tested (a little). 5 years ago
README.md First working version. rpm created and tested (a little). 5 years ago
createlinks.pl First working version. rpm created and tested (a little). 5 years ago
nethserver-profilemgr.spec First try with a GUI. 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