Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo apt-get install command-not-found # Suggest packages to install when command is not found.
sudo apt-get install man # man pages.
sudo apt-get install vim # Newer vi which has color coding.
sudo apt-get install at # To run a job at a specified time.

...

Code Block
languagebash
apparmor # Read up on if this is needed.
apparmor-utils

apport # automatically generate crash reports for debugging 
apport-symptoms

sudo apt-get install dnsutil # Might be useful as it has nslookup.

sudo apt-get install command-not-found # Suggest packages to install when command is not found. BUT it installs python-gdbm. BUT python is already installed.

 

Recommended Tools

Run the following command to install the Bonsai Framework recommended for everyday administration,

...