Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:linux:befehle [2024/02/04 20:20] – Automatic translation 135.181.140.143 | en:linux:befehle [2024/08/23 09:13] (current) – psycore | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>deutsch | + | {{tag>english | 
| ====== Linux Commands Cheatsheet ====== | ====== Linux Commands Cheatsheet ====== | ||
| Line 64: | Line 64: | ||
| | ps -aux | detailed process list | | | ps -aux | detailed process list | | ||
| - | ==== Network | + | ==== Netzwerk | 
| ^ Command ^ Comment ^ | ^ Command ^ Comment ^ | ||
| Line 73: | Line 73: | ||
| | wget http:// | | wget http:// | ||
| - | ==== Start and stop ==== | + | ==== shutdown options | 
| ^ Command ^ Comment ^ | ^ Command ^ Comment ^ | ||
| Line 81: | Line 81: | ||
| | shutdown -s -f | Forced shutdown | | | shutdown -s -f | Forced shutdown | | ||
| - | ===== Change Linux time ===== | + | ===== change system | 
| - | 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 113: | Line 117: | ||
| </ | </ | ||
| - | to deactivate it. The web server must then be restarted with | + | deaktivieren. The web server must then be restarted with | 
| <code bash> | <code bash> | ||
| Line 119: | Line 123: | ||
| </ | </ | ||
| - | is necessary. | + | nötig. | 
| ===== Run Froxlor Cron ===== | ===== Run Froxlor Cron ===== | ||
| - | [[linux: | + | [[en:linux: |