Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo apt-get install manat # man pagesTo run a job at a specified time.
sudo apt-get install vimcommand-not-found # NewerSuggest vipackages whichto hasinstall color codingwhen command is not found.
sudo apt-get install atman # Toman runpages.
asudo jobapt-get atinstall avim specified time.# Newer vi which has color coding.

Maybe put in,

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,

...