linuxcommands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linuxcommands [2026/04/20 10:19] – z0hpvk | linuxcommands [2026/04/20 10:24] (current) – z0hpvk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === Linux Commands === | === Linux Commands === | ||
| - | CTRL+ALT+F2 | ||
| - | journalctl -b -0 : Check last boot log | ||
| + | ==== Memory ==== | ||
| + | < | ||
| dmidecode -t 17 | grep " | dmidecode -t 17 | grep " | ||
| grep Mem / | grep Mem / | ||
| grep Swap / | grep Swap / | ||
| grep HugePages_ / | grep HugePages_ / | ||
| + | </ | ||
| + | ==== Processor ==== | ||
| + | < | ||
| grep name / | grep name / | ||
| grep process / | grep process / | ||
| - | + | </ | |
| + | |||
| + | ==== Services ==== | ||
| + | < | ||
| journalctl -u < | journalctl -u < | ||
| systemctl list-units | systemctl list-units | ||
| + | </ | ||
| + | ==== SSH ==== | ||
| + | < | ||
| sudo ssh-keygen -t ed25519 -f / | sudo ssh-keygen -t ed25519 -f / | ||
| vi / | vi / | ||
| systemctl restart ssh / sshd | systemctl restart ssh / sshd | ||
| + | </ | ||
| + | |||
| + | ==== Other ==== | ||
| + | < | ||
| + | CTRL+ALT+F2 | ||
| + | journalctl -b -0 : Check last boot log | ||
| + | </ | ||
linuxcommands.1776680360.txt.gz · Last modified: by z0hpvk
