Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo apt-get install screen # persist sessions across network disconnects, share terminal shell sessions (both can type at once) with others
sudo apt-get install colordiff wdiff # diff tools to colourize diff files and word diff to diff at a word level (rather then the regular line)
sudo apt-get install telnet # great for verifying connection to listening ports
sudo apt-get install zip unzip # easy to use zip software

...