Page tree

Versions Compared

Key

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

...

Warning

Still making the list of minimal virtual machine.

Put in for sure,

Code Block
languagebash
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.

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.

 

Recommended Tools

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

...