Languages

 






hgbhome.net - Various scripts

hgbhome.net - Various scripts

If not stated otherwise, any scripts downloaded from here are free software licensed under GPL version 2 only, see under license

/bash

  • Introduction
    Some of these scripts are used to do certain tasks on multiple servers.
    In order to run them, an account with full root rights on
    remote servers is needed and there should be no password needed
    to get that right via sudo.
    
    
  • get_time_server.sh
    Get the name of a reachable NTP (time) server to use as parameter for e.g. ntpdate
    The list of servers has to be set in script (one server per line)
    
  • remove_users.sh
    Bash script to remove users from remote hosts including
    removing their sudo rights (if possible).
    
  • set_user_password.sh
    Bash script to reset the password(s) of user(s) on remote servers
    with a random password.
    



Provided by hgbhome.net