Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo apt-get install dnsutil # Might be useful as it has nslookup.
geoip-database # Determine geo location of ip. Probably installed with dnsutil. 
sudo apt-get install command-not-found # Suggest packages to install when command is not found.

 


Recommended Tools

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

...

Read the Unix & Linux Tools articles to learn about often used commands and see additional tools used for specialized circumstances.

acl

Read the ACL Page

 


RHEL 7 Minimal Virtual Machine

To install the tools listed above, follow the subsequent steps:

  1. Install the Fedora Project repository (add proxy settings as necessary)

    Code Block
    languagebash
    titlePrompt
    wget http://dl.fedoraproject.org/pub/epel1/7/x86_64/e/epel-release-7-9.noarch.rpm [-e use_proxy=yes -e http_proxy={proxyaddress:port}]
    sudo rpm -ihv epel-release-7.9.noarch.rpm
  2. Since ne Editor is not in the Fedora Project, install that repository as well

    Code Block
    languagebash
    titlePrompt
    wget http://ne.di.unimi.it/ne-3.0.1-1.x86_64.rpm
    sudo rpm -ihv ne-3.0.1-1.x86_64.rpm
  3. If you are installing packages from behind a proxy, first install local packages before setting up proxy information in yum.conf.  According to documentation this step could be avoided by setting t