Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:linux:befehle [2024/02/05 16:10] – old revision restored (2024/01/25 22:19) psycoreen:linux:befehle [2024/08/23 11:13] (current) psycore
Line 73: Line 73:
 | wget http://www.psoft.net/shiv/HS/u-web-my4.tgz | gets file | | wget http://www.psoft.net/shiv/HS/u-web-my4.tgz | gets file |
  
-==== Start und Stop ====+==== shutdown options ====
  
 ^ Command ^ Comment ^ ^ Command ^ Comment ^
Line 81: Line 81:
 | shutdown -s -f | Forced shutdown | | shutdown -s -f | Forced shutdown |
  
-===== Linux Zeit ändern =====+===== change system time =====
  
-Set the time under Linux. ((http://yellowpad.info/linux/date_time.asp))+Set the time under Linux. ((https://wiki.ubuntuusers.de/Systemzeit/)) 
 + 
 +==== show time ====
  
 <code bash> <code bash>
-[me@mybox me]$ su +timedatectl 
-password:+</code>
  
-Check the current date and time of the Linux box by entering:+==== change time ====
  
-[root@mybox me]# date +Set time zone manually
-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: +</code> 
-[root@mybox me]$ Wed Apr 7 13:03:00 EDT 2004+ 
 +Select time zone 
 + 
 +<code bash> 
 +sudo dpkg-reconfigure tzdata
 </code> </code>
  
Line 123: Line 127:
 ===== Run Froxlor Cron ===== ===== Run Froxlor Cron =====
  
-[[linux:froxlor_reload|]]+[[en:linux:froxlor_reload|]]