Linux system information gathering: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 October 2024

  • curprev 17:3217:32, 10 October 2024413vhcu1lq0463ob talk contribs 1,471 bytes +1,471 Created page with "Save your linux configurations before making a change is important for at least 2 reasons: * If something goes wrong you can restore with the data collected * If something goes wrong but not related to what you did, you'll need prof of this (trust me this happens) My script: echo 'cat /etc/*release' cat /etc/*release echo echo echo 'df -h' df -h echo echo echo 'ip a' ip a echo echo echo 'ps -ef' ps -ef echo echo echo 'netstat -nr' net..." Tag: Visual edit