Dec 8, 2022

Red Hat Linux


Set new time:

$ timedatectl set-time HH:MM:SS

Disable ntp:

$ timedatectl set-ntp 0

No comments:

Post a Comment

Kubernetes

kubectl installation $ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl...