Zeitsynchronisationsdienste stoppen

bash

# systemd-timesyncd stoppen und deaktivieren

systemctl stop systemd-timesyncd

systemctl disable systemd-timesyncd

# VMware-Tools stoppen (falls vorhanden)

systemctl stop open-vm-tools 2>/dev/null

# VMware-Zeitsynchronisation deaktivieren

vmware-toolbox-cmd timesync disable 2>/dev/null

Zeit manipulieren

bash

# Systemzeit setzen

date -s „2019-12-21 01:00:00“

# Hardware-Uhr setzen (persistente Uhr)

/usr/sbin/hwclock –set –date=“2019-12-21 01:00:00″

# Prüfen

date

/usr/sbin/hwclock –show

Max

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert