Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux:befehle [2024/01/14 00:18] psycorelinux:befehle [2024/08/23 11: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:+</code>
  
-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/Berlin
-would change the time and yield: +
-[root@mybox me]$ Wed Apr 7 13:03:00 EDT 2004+
 </code> </code>
  
 +Zeitzone auswählen:
 +
 +<code bash>
 +sudo dpkg-reconfigure tzdata
 +</code>
 ===== Apache Module laden ===== ===== Apache Module laden =====