Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo apt-get install mlocatetelnet ne# htopgreat wgetfor screenverifying colordiffconnection wdiffto telnet listening ports
sudo apt-get install zip unzip # easy to use zip software

sudo apt-get install mlocate # quick file searching
sudo updatedb # If you want to manually update the database for mlocate searching.

sudo apt-get install htop # enhanced version of top to see system performance
sudo apt-get install wget # easily download things from the Internet

sudo apt-get install ne # easy dos like editor, push ESC key to see menu
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)

Otherwise you can continue to read about each and install them selectively.

...

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

...