Page tree

Versions Compared

Key

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

These are the tools we use often and are useful to know.

Here On a standard Ubuntu server install, here is how to install all the tools listed below in once command,

Code Block
languagebash
sudo apt-get install mlocate ne htop wget screen colordiff wdiff telnet zip unzip
sudo updatedb # If you want to manually update the database for mlocate searching.

On minimal virtual machine you will want to add these additional tools,

Warning

Still making this list... still missing, color coded vi

Code Block
languagebash
 sudo apt-get install man 

 

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

...