Dec 5, 2022

Astra Linux

Set new password for user:

$ yes 12345678 | passwd user

Change locale to us:

$ ?


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...