Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo apt-get install at # To run a job at a specified time.
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 rsync # Transfer just the differences between two sets of files across the network 

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.

geoip-database # Determine geo location of ip. Probably installed with dnsutil. 

...