Answers for "debian change time command line"

1

debian change time command line

sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
sudo hwclock --systohc
Posted by: Guest on August-18-2020

Code answers related to "debian change time command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language