Lab 03 - C-Crawford/connor-tj-sys GitHub Wiki

Summary: Set up linux VM, connected it to ad01, messed around in it via ssh.

Commands of note:

  • ssh connor@(computer name): Remotely operate chosen computer. Requires password. (Windows)
  • history: See command history. (Linux)
  • history -c, history -w: Completely clears command history. (Linux)

How to set static IP in CentOS:

Log in, enter “nmtui” command to access NetworkManager TUI. Select edit connection, then the current ethernet connection (highlighted by default). Scroll down and change IPv4 Configuration from automatic to manual, then select <Show>. Enter the IP address in the Address field, then scroll down and select <Ok>.

⚠️ **GitHub.com Fallback** ⚠️