Configure Putty.exe to save serial console output to a file

 

Impact of procedure: Performing the following procedure should not have a negative impact on your system.

  1. Open putty by double clicking on the Putty.exe application file
  2. Click on Session > Logging
  3. Click on Open

Now Putty will save the serial console output to a file.

Apt only upgrade selected packages

 apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...

Mais vistos