Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| linux:befehle [2024/01/13 23:18] – psycore | linux:befehle [2024/08/23 09:05] (aktuell) – alte Version wiederhergestellt (2024/08/05 12:03) psycore | ||
|---|---|---|---|
| Zeile 83: | Zeile 83: | ||
| ===== Linux Zeit ändern ===== | ===== Linux Zeit ändern ===== | ||
| - | Zeit unter Linux einstellen. ((http://yellowpad.info/linux/date_time.asp)) | + | Zeit unter Linux einstellen. ((https://wiki.ubuntuusers.de/Systemzeit/)) |
| + | |||
| + | ==== Zeit anzeigen ==== | ||
| <code bash> | <code bash> | ||
| - | [me@mybox me]$ su | + | timedatectl |
| - | password: | + | </ |
| - | Check the current date and time of the Linux box by entering: | + | ==== Zeit ändern ==== |
| - | [root@mybox me]# date | + | Zeitzone manuell festlegen: |
| - | Linux yields the current settings: | + | |
| - | [root@mybox me]# Wed Apr 7 12:03:45 EDT 2004 | + | |
| - | Change the current time and date of the Linux box by entering: | + | <code bash> |
| - | [root@mybox me]# date 040713032004 | + | sudo timedatectl set-timezone Europe/ |
| - | would change the time and yield: | + | |
| - | [root@mybox me]$ Wed Apr 7 13:03:00 EDT 2004 | + | |
| </ | </ | ||
| + | Zeitzone auswählen: | ||
| + | |||
| + | <code bash> | ||
| + | sudo dpkg-reconfigure tzdata | ||
| + | </ | ||
| ===== Apache Module laden ===== | ===== Apache Module laden ===== | ||