Advanced Search
Search Results
2 total results found
Sammlung wichtiger Befehle
Nvidia GRID
Show NVIDIA GRID version hostssh "rpm -qa | grep -i nvidia" Installation Check AHV Version: hostssh "grep 'VERSION=' /etc/os-release" Download NVIDIA GRID Package wget "<download-link>" -O <driver-package-name>.tar.gz Install package install_host_package -r /h...
Wichtige Befehle
Usermanagement
Unlock Useraccount allssh sudo faillock --user admin --reset Reset Password read -p "Username: " NCLI_USER; read -s -p "Password: " NCLI_PASS; echo; ncli user reset-password user-name="$NCLI_USER" password="$NCLI_PASS" Password Expiry Show aging information ...