Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:linux:befehle [2024/01/25 21:19] – psycore | en:linux:befehle [2024/08/23 09:13] (current) – psycore | ||
|---|---|---|---|
| Line 73: | Line 73: | ||
| | wget http:// | | wget http:// | ||
| - | ==== 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: | + | </ | 
| - | Check the current date and time of the Linux box by entering: | + | ==== change | 
| - | [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/ | 
| - | would change the time and yield: | + | </ | 
| - | [root@mybox me]$ Wed Apr 7 13:03:00 EDT 2004 | + | |
| + | Select | ||
| + | |||
| + | <code bash> | ||
| + | sudo dpkg-reconfigure tzdata | ||
| </ | </ | ||
| Line 123: | Line 127: | ||
| ===== Run Froxlor Cron ===== | ===== Run Froxlor Cron ===== | ||
| - | [[linux: | + | [[en:linux: |