You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As kali by default does not have ntp service enabled by default for security reasons and this SBC does not have battery, time will not be saved after reboots and shutdowns. As result you will not be able to update from repos and it can cause other issues. To fix this just run these commands to enable ntp service (ntpsec) and set correct timezone.
As kali by default does not have ntp service enabled by default for security reasons and this SBC does not have battery, time will not be saved after reboots and shutdowns. As result you will not be able to update from repos and it can cause other issues. To fix this just run these commands to enable ntp service (ntpsec) and set correct timezone.
sudo systemctl start ntpsec.service
sudo systemctl enable ntpsec.service
dpkg-reconfigure tzdata
The text was updated successfully, but these errors were encountered: